diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fd4bac --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*~ +venv +myenv +build.stamp +proof +sources/master_ufo +node_modules +package-lock.json +package.json +logs +*.log + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 0000000..544da3e --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1,9 @@ +# This is the official list of project authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS.txt file. +# See the latter for an explanation. +# +# Names should be added to this file as: +# Name or Organization +Evil Martians diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt new file mode 100644 index 0000000..dd206e7 --- /dev/null +++ b/CONTRIBUTORS.txt @@ -0,0 +1,13 @@ +# This is the list of people who have contributed to this project, +# and includes those not listed in `AUTHORS.txt` because they are not +# copyright authors. For example, company employees may be listed +# here because their company holds the copyright and is listed there. +# +# When adding J Random Contributor's name to this file, either J's +# name or J's organization's name should be added to `AUTHORS.txt` +# +# Names should be added to this file as: +# Name + +Arthur Objartel +Pavel Grinchenko diff --git a/fonts/otf/MartianGrotesk-Black.otf b/fonts/otf/MartianGrotesk-Black.otf new file mode 100644 index 0000000..225303b Binary files /dev/null and b/fonts/otf/MartianGrotesk-Black.otf differ diff --git a/fonts/otf/MartianGrotesk-Bold.otf b/fonts/otf/MartianGrotesk-Bold.otf new file mode 100644 index 0000000..c06099d Binary files /dev/null and b/fonts/otf/MartianGrotesk-Bold.otf differ diff --git a/fonts/otf/MartianGrotesk-CnBd.otf b/fonts/otf/MartianGrotesk-CnBd.otf deleted file mode 100644 index f90ee0e..0000000 Binary files a/fonts/otf/MartianGrotesk-CnBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-CnBl.otf b/fonts/otf/MartianGrotesk-CnBl.otf deleted file mode 100644 index d753999..0000000 Binary files a/fonts/otf/MartianGrotesk-CnBl.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-CnLt.otf b/fonts/otf/MartianGrotesk-CnLt.otf deleted file mode 100644 index 378684a..0000000 Binary files a/fonts/otf/MartianGrotesk-CnLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-CnMd.otf b/fonts/otf/MartianGrotesk-CnMd.otf deleted file mode 100644 index a18aa47..0000000 Binary files a/fonts/otf/MartianGrotesk-CnMd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-CnRg.otf b/fonts/otf/MartianGrotesk-CnRg.otf deleted file mode 100644 index 9301ebb..0000000 Binary files a/fonts/otf/MartianGrotesk-CnRg.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-CnTh.otf b/fonts/otf/MartianGrotesk-CnTh.otf deleted file mode 100644 index 2ede01f..0000000 Binary files a/fonts/otf/MartianGrotesk-CnTh.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-CnUlt.otf b/fonts/otf/MartianGrotesk-CnUlt.otf deleted file mode 100644 index 1654913..0000000 Binary files a/fonts/otf/MartianGrotesk-CnUlt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-CnxBd.otf b/fonts/otf/MartianGrotesk-CnxBd.otf deleted file mode 100644 index f311aa6..0000000 Binary files a/fonts/otf/MartianGrotesk-CnxBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-CnxLt.otf b/fonts/otf/MartianGrotesk-CnxLt.otf deleted file mode 100644 index edf87b4..0000000 Binary files a/fonts/otf/MartianGrotesk-CnxLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-ExtraBold.otf b/fonts/otf/MartianGrotesk-ExtraBold.otf new file mode 100644 index 0000000..3c321e3 Binary files /dev/null and b/fonts/otf/MartianGrotesk-ExtraBold.otf differ diff --git a/fonts/otf/MartianGrotesk-ExtraLight.otf b/fonts/otf/MartianGrotesk-ExtraLight.otf new file mode 100644 index 0000000..a9ed0f1 Binary files /dev/null and b/fonts/otf/MartianGrotesk-ExtraLight.otf differ diff --git a/fonts/otf/MartianGrotesk-Light.otf b/fonts/otf/MartianGrotesk-Light.otf new file mode 100644 index 0000000..e84a87a Binary files /dev/null and b/fonts/otf/MartianGrotesk-Light.otf differ diff --git a/fonts/otf/MartianGrotesk-Medium.otf b/fonts/otf/MartianGrotesk-Medium.otf new file mode 100644 index 0000000..0f647c6 Binary files /dev/null and b/fonts/otf/MartianGrotesk-Medium.otf differ diff --git a/fonts/otf/MartianGrotesk-NrBd.otf b/fonts/otf/MartianGrotesk-NrBd.otf deleted file mode 100644 index bf53721..0000000 Binary files a/fonts/otf/MartianGrotesk-NrBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-NrBl.otf b/fonts/otf/MartianGrotesk-NrBl.otf deleted file mode 100644 index 7807192..0000000 Binary files a/fonts/otf/MartianGrotesk-NrBl.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-NrLt.otf b/fonts/otf/MartianGrotesk-NrLt.otf deleted file mode 100644 index f92f6d1..0000000 Binary files a/fonts/otf/MartianGrotesk-NrLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-NrMd.otf b/fonts/otf/MartianGrotesk-NrMd.otf deleted file mode 100644 index a0bf072..0000000 Binary files a/fonts/otf/MartianGrotesk-NrMd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-NrRg.otf b/fonts/otf/MartianGrotesk-NrRg.otf deleted file mode 100644 index 6610a89..0000000 Binary files a/fonts/otf/MartianGrotesk-NrRg.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-NrTh.otf b/fonts/otf/MartianGrotesk-NrTh.otf deleted file mode 100644 index 492d3b7..0000000 Binary files a/fonts/otf/MartianGrotesk-NrTh.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-NrUlt.otf b/fonts/otf/MartianGrotesk-NrUlt.otf deleted file mode 100644 index 6c55e98..0000000 Binary files a/fonts/otf/MartianGrotesk-NrUlt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-NrxBd.otf b/fonts/otf/MartianGrotesk-NrxBd.otf deleted file mode 100644 index e420827..0000000 Binary files a/fonts/otf/MartianGrotesk-NrxBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-NrxLt.otf b/fonts/otf/MartianGrotesk-NrxLt.otf deleted file mode 100644 index 0f11797..0000000 Binary files a/fonts/otf/MartianGrotesk-NrxLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-Regular.otf b/fonts/otf/MartianGrotesk-Regular.otf new file mode 100644 index 0000000..3daff1f Binary files /dev/null and b/fonts/otf/MartianGrotesk-Regular.otf differ diff --git a/fonts/otf/MartianGrotesk-StdBd.otf b/fonts/otf/MartianGrotesk-StdBd.otf deleted file mode 100644 index 44e6c9d..0000000 Binary files a/fonts/otf/MartianGrotesk-StdBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-StdBl.otf b/fonts/otf/MartianGrotesk-StdBl.otf deleted file mode 100644 index d33620c..0000000 Binary files a/fonts/otf/MartianGrotesk-StdBl.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-StdLt.otf b/fonts/otf/MartianGrotesk-StdLt.otf deleted file mode 100644 index 20ce770..0000000 Binary files a/fonts/otf/MartianGrotesk-StdLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-StdMd.otf b/fonts/otf/MartianGrotesk-StdMd.otf deleted file mode 100644 index f19b690..0000000 Binary files a/fonts/otf/MartianGrotesk-StdMd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-StdRg.otf b/fonts/otf/MartianGrotesk-StdRg.otf deleted file mode 100644 index 474233a..0000000 Binary files a/fonts/otf/MartianGrotesk-StdRg.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-StdTh.otf b/fonts/otf/MartianGrotesk-StdTh.otf deleted file mode 100644 index 1cfd237..0000000 Binary files a/fonts/otf/MartianGrotesk-StdTh.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-StdUlt.otf b/fonts/otf/MartianGrotesk-StdUlt.otf deleted file mode 100644 index 2f2e0e8..0000000 Binary files a/fonts/otf/MartianGrotesk-StdUlt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-StdxBd.otf b/fonts/otf/MartianGrotesk-StdxBd.otf deleted file mode 100644 index 24838ab..0000000 Binary files a/fonts/otf/MartianGrotesk-StdxBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-StdxLt.otf b/fonts/otf/MartianGrotesk-StdxLt.otf deleted file mode 100644 index b050fcb..0000000 Binary files a/fonts/otf/MartianGrotesk-StdxLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-Thin.otf b/fonts/otf/MartianGrotesk-Thin.otf new file mode 100644 index 0000000..86472ea Binary files /dev/null and b/fonts/otf/MartianGrotesk-Thin.otf differ diff --git a/fonts/otf/MartianGrotesk-UltraBlack.otf b/fonts/otf/MartianGrotesk-UltraBlack.otf new file mode 100644 index 0000000..d8c1cf4 Binary files /dev/null and b/fonts/otf/MartianGrotesk-UltraBlack.otf differ diff --git a/fonts/otf/MartianGrotesk-WdBd.otf b/fonts/otf/MartianGrotesk-WdBd.otf deleted file mode 100644 index 94ce005..0000000 Binary files a/fonts/otf/MartianGrotesk-WdBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-WdBl.otf b/fonts/otf/MartianGrotesk-WdBl.otf deleted file mode 100644 index b5d701c..0000000 Binary files a/fonts/otf/MartianGrotesk-WdBl.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-WdLt.otf b/fonts/otf/MartianGrotesk-WdLt.otf deleted file mode 100644 index 1ddd577..0000000 Binary files a/fonts/otf/MartianGrotesk-WdLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-WdMd.otf b/fonts/otf/MartianGrotesk-WdMd.otf deleted file mode 100644 index 847ac3a..0000000 Binary files a/fonts/otf/MartianGrotesk-WdMd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-WdRg.otf b/fonts/otf/MartianGrotesk-WdRg.otf deleted file mode 100644 index 00c491e..0000000 Binary files a/fonts/otf/MartianGrotesk-WdRg.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-WdTh.otf b/fonts/otf/MartianGrotesk-WdTh.otf deleted file mode 100644 index 32e54b5..0000000 Binary files a/fonts/otf/MartianGrotesk-WdTh.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-WdUlt.otf b/fonts/otf/MartianGrotesk-WdUlt.otf deleted file mode 100644 index 7771b63..0000000 Binary files a/fonts/otf/MartianGrotesk-WdUlt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-WdxBd.otf b/fonts/otf/MartianGrotesk-WdxBd.otf deleted file mode 100644 index 47a5166..0000000 Binary files a/fonts/otf/MartianGrotesk-WdxBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-WdxLt.otf b/fonts/otf/MartianGrotesk-WdxLt.otf deleted file mode 100644 index 9f072bc..0000000 Binary files a/fonts/otf/MartianGrotesk-WdxLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-sWdBd.otf b/fonts/otf/MartianGrotesk-sWdBd.otf deleted file mode 100644 index 2ca8d46..0000000 Binary files a/fonts/otf/MartianGrotesk-sWdBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-sWdBl.otf b/fonts/otf/MartianGrotesk-sWdBl.otf deleted file mode 100644 index 80fae88..0000000 Binary files a/fonts/otf/MartianGrotesk-sWdBl.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-sWdLt.otf b/fonts/otf/MartianGrotesk-sWdLt.otf deleted file mode 100644 index a414be2..0000000 Binary files a/fonts/otf/MartianGrotesk-sWdLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-sWdMd.otf b/fonts/otf/MartianGrotesk-sWdMd.otf deleted file mode 100644 index 6442054..0000000 Binary files a/fonts/otf/MartianGrotesk-sWdMd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-sWdRg.otf b/fonts/otf/MartianGrotesk-sWdRg.otf deleted file mode 100644 index 5e0aaa9..0000000 Binary files a/fonts/otf/MartianGrotesk-sWdRg.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-sWdTh.otf b/fonts/otf/MartianGrotesk-sWdTh.otf deleted file mode 100644 index ce38df1..0000000 Binary files a/fonts/otf/MartianGrotesk-sWdTh.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-sWdUlt.otf b/fonts/otf/MartianGrotesk-sWdUlt.otf deleted file mode 100644 index c120f8e..0000000 Binary files a/fonts/otf/MartianGrotesk-sWdUlt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-sWdxBd.otf b/fonts/otf/MartianGrotesk-sWdxBd.otf deleted file mode 100644 index c22557e..0000000 Binary files a/fonts/otf/MartianGrotesk-sWdxBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-sWdxLt.otf b/fonts/otf/MartianGrotesk-sWdxLt.otf deleted file mode 100644 index e6377cb..0000000 Binary files a/fonts/otf/MartianGrotesk-sWdxLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-uWdBd.otf b/fonts/otf/MartianGrotesk-uWdBd.otf deleted file mode 100644 index 8b83f17..0000000 Binary files a/fonts/otf/MartianGrotesk-uWdBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-uWdBl.otf b/fonts/otf/MartianGrotesk-uWdBl.otf deleted file mode 100644 index 19eb318..0000000 Binary files a/fonts/otf/MartianGrotesk-uWdBl.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-uWdLt.otf b/fonts/otf/MartianGrotesk-uWdLt.otf deleted file mode 100644 index ef45428..0000000 Binary files a/fonts/otf/MartianGrotesk-uWdLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-uWdMd.otf b/fonts/otf/MartianGrotesk-uWdMd.otf deleted file mode 100644 index 207d18b..0000000 Binary files a/fonts/otf/MartianGrotesk-uWdMd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-uWdRg.otf b/fonts/otf/MartianGrotesk-uWdRg.otf deleted file mode 100644 index 11a468f..0000000 Binary files a/fonts/otf/MartianGrotesk-uWdRg.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-uWdTh.otf b/fonts/otf/MartianGrotesk-uWdTh.otf deleted file mode 100644 index 64c7e6e..0000000 Binary files a/fonts/otf/MartianGrotesk-uWdTh.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-uWdUlt.otf b/fonts/otf/MartianGrotesk-uWdUlt.otf deleted file mode 100644 index 2ced206..0000000 Binary files a/fonts/otf/MartianGrotesk-uWdUlt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-uWdxBd.otf b/fonts/otf/MartianGrotesk-uWdxBd.otf deleted file mode 100644 index 290636e..0000000 Binary files a/fonts/otf/MartianGrotesk-uWdxBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-uWdxLt.otf b/fonts/otf/MartianGrotesk-uWdxLt.otf deleted file mode 100644 index 1e8d3e0..0000000 Binary files a/fonts/otf/MartianGrotesk-uWdxLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-xWdBd.otf b/fonts/otf/MartianGrotesk-xWdBd.otf deleted file mode 100644 index 47032cf..0000000 Binary files a/fonts/otf/MartianGrotesk-xWdBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-xWdBl.otf b/fonts/otf/MartianGrotesk-xWdBl.otf deleted file mode 100644 index 3d8e1eb..0000000 Binary files a/fonts/otf/MartianGrotesk-xWdBl.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-xWdLt.otf b/fonts/otf/MartianGrotesk-xWdLt.otf deleted file mode 100644 index c1e2904..0000000 Binary files a/fonts/otf/MartianGrotesk-xWdLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-xWdMd.otf b/fonts/otf/MartianGrotesk-xWdMd.otf deleted file mode 100644 index 282e0bd..0000000 Binary files a/fonts/otf/MartianGrotesk-xWdMd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-xWdRg.otf b/fonts/otf/MartianGrotesk-xWdRg.otf deleted file mode 100644 index de28003..0000000 Binary files a/fonts/otf/MartianGrotesk-xWdRg.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-xWdTh.otf b/fonts/otf/MartianGrotesk-xWdTh.otf deleted file mode 100644 index 828598c..0000000 Binary files a/fonts/otf/MartianGrotesk-xWdTh.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-xWdUlt.otf b/fonts/otf/MartianGrotesk-xWdUlt.otf deleted file mode 100644 index 4ae7b0e..0000000 Binary files a/fonts/otf/MartianGrotesk-xWdUlt.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-xWdxBd.otf b/fonts/otf/MartianGrotesk-xWdxBd.otf deleted file mode 100644 index d6c62da..0000000 Binary files a/fonts/otf/MartianGrotesk-xWdxBd.otf and /dev/null differ diff --git a/fonts/otf/MartianGrotesk-xWdxLt.otf b/fonts/otf/MartianGrotesk-xWdxLt.otf deleted file mode 100644 index b007cfe..0000000 Binary files a/fonts/otf/MartianGrotesk-xWdxLt.otf and /dev/null differ diff --git a/fonts/otf/MartianGroteskCondensed-Black.otf b/fonts/otf/MartianGroteskCondensed-Black.otf new file mode 100644 index 0000000..574b670 Binary files /dev/null and b/fonts/otf/MartianGroteskCondensed-Black.otf differ diff --git a/fonts/otf/MartianGroteskCondensed-Bold.otf b/fonts/otf/MartianGroteskCondensed-Bold.otf new file mode 100644 index 0000000..d34aef2 Binary files /dev/null and b/fonts/otf/MartianGroteskCondensed-Bold.otf differ diff --git a/fonts/otf/MartianGroteskCondensed-ExtraBold.otf b/fonts/otf/MartianGroteskCondensed-ExtraBold.otf new file mode 100644 index 0000000..813c996 Binary files /dev/null and b/fonts/otf/MartianGroteskCondensed-ExtraBold.otf differ diff --git a/fonts/otf/MartianGroteskCondensed-ExtraLight.otf b/fonts/otf/MartianGroteskCondensed-ExtraLight.otf new file mode 100644 index 0000000..83df9a0 Binary files /dev/null and b/fonts/otf/MartianGroteskCondensed-ExtraLight.otf differ diff --git a/fonts/otf/MartianGroteskCondensed-Light.otf b/fonts/otf/MartianGroteskCondensed-Light.otf new file mode 100644 index 0000000..7f9d5b9 Binary files /dev/null and b/fonts/otf/MartianGroteskCondensed-Light.otf differ diff --git a/fonts/otf/MartianGroteskCondensed-Medium.otf b/fonts/otf/MartianGroteskCondensed-Medium.otf new file mode 100644 index 0000000..66e0644 Binary files /dev/null and b/fonts/otf/MartianGroteskCondensed-Medium.otf differ diff --git a/fonts/otf/MartianGroteskCondensed-Regular.otf b/fonts/otf/MartianGroteskCondensed-Regular.otf new file mode 100644 index 0000000..ac45c07 Binary files /dev/null and b/fonts/otf/MartianGroteskCondensed-Regular.otf differ diff --git a/fonts/otf/MartianGroteskCondensed-Thin.otf b/fonts/otf/MartianGroteskCondensed-Thin.otf new file mode 100644 index 0000000..74ac678 Binary files /dev/null and b/fonts/otf/MartianGroteskCondensed-Thin.otf differ diff --git a/fonts/otf/MartianGroteskCondensed-UltraBlack.otf b/fonts/otf/MartianGroteskCondensed-UltraBlack.otf new file mode 100644 index 0000000..9534d3e Binary files /dev/null and b/fonts/otf/MartianGroteskCondensed-UltraBlack.otf differ diff --git a/fonts/otf/MartianGroteskExpanded-Black.otf b/fonts/otf/MartianGroteskExpanded-Black.otf new file mode 100644 index 0000000..9ba27d0 Binary files /dev/null and b/fonts/otf/MartianGroteskExpanded-Black.otf differ diff --git a/fonts/otf/MartianGroteskExpanded-Bold.otf b/fonts/otf/MartianGroteskExpanded-Bold.otf new file mode 100644 index 0000000..ca7a49f Binary files /dev/null and b/fonts/otf/MartianGroteskExpanded-Bold.otf differ diff --git a/fonts/otf/MartianGroteskExpanded-ExtraBold.otf b/fonts/otf/MartianGroteskExpanded-ExtraBold.otf new file mode 100644 index 0000000..cafe616 Binary files /dev/null and b/fonts/otf/MartianGroteskExpanded-ExtraBold.otf differ diff --git a/fonts/otf/MartianGroteskExpanded-ExtraLight.otf b/fonts/otf/MartianGroteskExpanded-ExtraLight.otf new file mode 100644 index 0000000..e9f3b3f Binary files /dev/null and b/fonts/otf/MartianGroteskExpanded-ExtraLight.otf differ diff --git a/fonts/otf/MartianGroteskExpanded-Light.otf b/fonts/otf/MartianGroteskExpanded-Light.otf new file mode 100644 index 0000000..2558a34 Binary files /dev/null and b/fonts/otf/MartianGroteskExpanded-Light.otf differ diff --git a/fonts/otf/MartianGroteskExpanded-Medium.otf b/fonts/otf/MartianGroteskExpanded-Medium.otf new file mode 100644 index 0000000..38ef7a9 Binary files /dev/null and b/fonts/otf/MartianGroteskExpanded-Medium.otf differ diff --git a/fonts/otf/MartianGroteskExpanded-Regular.otf b/fonts/otf/MartianGroteskExpanded-Regular.otf new file mode 100644 index 0000000..03ff9d2 Binary files /dev/null and b/fonts/otf/MartianGroteskExpanded-Regular.otf differ diff --git a/fonts/otf/MartianGroteskExpanded-Thin.otf b/fonts/otf/MartianGroteskExpanded-Thin.otf new file mode 100644 index 0000000..0d14781 Binary files /dev/null and b/fonts/otf/MartianGroteskExpanded-Thin.otf differ diff --git a/fonts/otf/MartianGroteskExpanded-UltraBlack.otf b/fonts/otf/MartianGroteskExpanded-UltraBlack.otf new file mode 100644 index 0000000..4786192 Binary files /dev/null and b/fonts/otf/MartianGroteskExpanded-UltraBlack.otf differ diff --git a/fonts/otf/MartianGroteskExtraExpanded-Black.otf b/fonts/otf/MartianGroteskExtraExpanded-Black.otf new file mode 100644 index 0000000..9ce8955 Binary files /dev/null and b/fonts/otf/MartianGroteskExtraExpanded-Black.otf differ diff --git a/fonts/otf/MartianGroteskExtraExpanded-Bold.otf b/fonts/otf/MartianGroteskExtraExpanded-Bold.otf new file mode 100644 index 0000000..6ac5980 Binary files /dev/null and b/fonts/otf/MartianGroteskExtraExpanded-Bold.otf differ diff --git a/fonts/otf/MartianGroteskExtraExpanded-ExtraBold.otf b/fonts/otf/MartianGroteskExtraExpanded-ExtraBold.otf new file mode 100644 index 0000000..ed2e98a Binary files /dev/null and b/fonts/otf/MartianGroteskExtraExpanded-ExtraBold.otf differ diff --git a/fonts/otf/MartianGroteskExtraExpanded-ExtraLight.otf b/fonts/otf/MartianGroteskExtraExpanded-ExtraLight.otf new file mode 100644 index 0000000..d47f7ae Binary files /dev/null and b/fonts/otf/MartianGroteskExtraExpanded-ExtraLight.otf differ diff --git a/fonts/otf/MartianGroteskExtraExpanded-Light.otf b/fonts/otf/MartianGroteskExtraExpanded-Light.otf new file mode 100644 index 0000000..d9404dd Binary files /dev/null and b/fonts/otf/MartianGroteskExtraExpanded-Light.otf differ diff --git a/fonts/otf/MartianGroteskExtraExpanded-Medium.otf b/fonts/otf/MartianGroteskExtraExpanded-Medium.otf new file mode 100644 index 0000000..94ba054 Binary files /dev/null and b/fonts/otf/MartianGroteskExtraExpanded-Medium.otf differ diff --git a/fonts/otf/MartianGroteskExtraExpanded-Regular.otf b/fonts/otf/MartianGroteskExtraExpanded-Regular.otf new file mode 100644 index 0000000..7ab1111 Binary files /dev/null and b/fonts/otf/MartianGroteskExtraExpanded-Regular.otf differ diff --git a/fonts/otf/MartianGroteskExtraExpanded-Thin.otf b/fonts/otf/MartianGroteskExtraExpanded-Thin.otf new file mode 100644 index 0000000..9f14936 Binary files /dev/null and b/fonts/otf/MartianGroteskExtraExpanded-Thin.otf differ diff --git a/fonts/otf/MartianGroteskExtraExpanded-UltraBlack.otf b/fonts/otf/MartianGroteskExtraExpanded-UltraBlack.otf new file mode 100644 index 0000000..22dac29 Binary files /dev/null and b/fonts/otf/MartianGroteskExtraExpanded-UltraBlack.otf differ diff --git a/fonts/otf/MartianGroteskSemiCondensed-Black.otf b/fonts/otf/MartianGroteskSemiCondensed-Black.otf new file mode 100644 index 0000000..576df2c Binary files /dev/null and b/fonts/otf/MartianGroteskSemiCondensed-Black.otf differ diff --git a/fonts/otf/MartianGroteskSemiCondensed-Bold.otf b/fonts/otf/MartianGroteskSemiCondensed-Bold.otf new file mode 100644 index 0000000..88b3d22 Binary files /dev/null and b/fonts/otf/MartianGroteskSemiCondensed-Bold.otf differ diff --git a/fonts/otf/MartianGroteskSemiCondensed-ExtraBold.otf b/fonts/otf/MartianGroteskSemiCondensed-ExtraBold.otf new file mode 100644 index 0000000..7a37159 Binary files /dev/null and b/fonts/otf/MartianGroteskSemiCondensed-ExtraBold.otf differ diff --git a/fonts/otf/MartianGroteskSemiCondensed-ExtraLight.otf b/fonts/otf/MartianGroteskSemiCondensed-ExtraLight.otf new file mode 100644 index 0000000..7b59c54 Binary files /dev/null and b/fonts/otf/MartianGroteskSemiCondensed-ExtraLight.otf differ diff --git a/fonts/otf/MartianGroteskSemiCondensed-Light.otf b/fonts/otf/MartianGroteskSemiCondensed-Light.otf new file mode 100644 index 0000000..40fe83e Binary files /dev/null and b/fonts/otf/MartianGroteskSemiCondensed-Light.otf differ diff --git a/fonts/otf/MartianGroteskSemiCondensed-Medium.otf b/fonts/otf/MartianGroteskSemiCondensed-Medium.otf new file mode 100644 index 0000000..efbcc1c Binary files /dev/null and b/fonts/otf/MartianGroteskSemiCondensed-Medium.otf differ diff --git a/fonts/otf/MartianGroteskSemiCondensed-Regular.otf b/fonts/otf/MartianGroteskSemiCondensed-Regular.otf new file mode 100644 index 0000000..3ee6fdb Binary files /dev/null and b/fonts/otf/MartianGroteskSemiCondensed-Regular.otf differ diff --git a/fonts/otf/MartianGroteskSemiCondensed-Thin.otf b/fonts/otf/MartianGroteskSemiCondensed-Thin.otf new file mode 100644 index 0000000..a61178c Binary files /dev/null and b/fonts/otf/MartianGroteskSemiCondensed-Thin.otf differ diff --git a/fonts/otf/MartianGroteskSemiCondensed-UltraBlack.otf b/fonts/otf/MartianGroteskSemiCondensed-UltraBlack.otf new file mode 100644 index 0000000..a83deb0 Binary files /dev/null and b/fonts/otf/MartianGroteskSemiCondensed-UltraBlack.otf differ diff --git a/fonts/otf/MartianGroteskSemiExpanded-Black.otf b/fonts/otf/MartianGroteskSemiExpanded-Black.otf new file mode 100644 index 0000000..ec1560c Binary files /dev/null and b/fonts/otf/MartianGroteskSemiExpanded-Black.otf differ diff --git a/fonts/otf/MartianGroteskSemiExpanded-Bold.otf b/fonts/otf/MartianGroteskSemiExpanded-Bold.otf new file mode 100644 index 0000000..38707c2 Binary files /dev/null and b/fonts/otf/MartianGroteskSemiExpanded-Bold.otf differ diff --git a/fonts/otf/MartianGroteskSemiExpanded-ExtraBlack.otf b/fonts/otf/MartianGroteskSemiExpanded-ExtraBlack.otf new file mode 100644 index 0000000..9dd40a4 Binary files /dev/null and b/fonts/otf/MartianGroteskSemiExpanded-ExtraBlack.otf differ diff --git a/fonts/otf/MartianGroteskSemiExpanded-ExtraBold.otf b/fonts/otf/MartianGroteskSemiExpanded-ExtraBold.otf new file mode 100644 index 0000000..f9b8f8c Binary files /dev/null and b/fonts/otf/MartianGroteskSemiExpanded-ExtraBold.otf differ diff --git a/fonts/otf/MartianGroteskSemiExpanded-ExtraLight.otf b/fonts/otf/MartianGroteskSemiExpanded-ExtraLight.otf new file mode 100644 index 0000000..939007a Binary files /dev/null and b/fonts/otf/MartianGroteskSemiExpanded-ExtraLight.otf differ diff --git a/fonts/otf/MartianGroteskSemiExpanded-Light.otf b/fonts/otf/MartianGroteskSemiExpanded-Light.otf new file mode 100644 index 0000000..75a7c1f Binary files /dev/null and b/fonts/otf/MartianGroteskSemiExpanded-Light.otf differ diff --git a/fonts/otf/MartianGroteskSemiExpanded-Medium.otf b/fonts/otf/MartianGroteskSemiExpanded-Medium.otf new file mode 100644 index 0000000..e56bf15 Binary files /dev/null and b/fonts/otf/MartianGroteskSemiExpanded-Medium.otf differ diff --git a/fonts/otf/MartianGroteskSemiExpanded-Regular.otf b/fonts/otf/MartianGroteskSemiExpanded-Regular.otf new file mode 100644 index 0000000..e4acdb5 Binary files /dev/null and b/fonts/otf/MartianGroteskSemiExpanded-Regular.otf differ diff --git a/fonts/otf/MartianGroteskSemiExpanded-Thin.otf b/fonts/otf/MartianGroteskSemiExpanded-Thin.otf new file mode 100644 index 0000000..7628235 Binary files /dev/null and b/fonts/otf/MartianGroteskSemiExpanded-Thin.otf differ diff --git a/fonts/otf/MartianGroteskUltraExpanded-Black.otf b/fonts/otf/MartianGroteskUltraExpanded-Black.otf new file mode 100644 index 0000000..1ed7883 Binary files /dev/null and b/fonts/otf/MartianGroteskUltraExpanded-Black.otf differ diff --git a/fonts/otf/MartianGroteskUltraExpanded-Bold.otf b/fonts/otf/MartianGroteskUltraExpanded-Bold.otf new file mode 100644 index 0000000..7199bd8 Binary files /dev/null and b/fonts/otf/MartianGroteskUltraExpanded-Bold.otf differ diff --git a/fonts/otf/MartianGroteskUltraExpanded-ExtraBold.otf b/fonts/otf/MartianGroteskUltraExpanded-ExtraBold.otf new file mode 100644 index 0000000..bd5b963 Binary files /dev/null and b/fonts/otf/MartianGroteskUltraExpanded-ExtraBold.otf differ diff --git a/fonts/otf/MartianGroteskUltraExpanded-ExtraLight.otf b/fonts/otf/MartianGroteskUltraExpanded-ExtraLight.otf new file mode 100644 index 0000000..dbb931a Binary files /dev/null and b/fonts/otf/MartianGroteskUltraExpanded-ExtraLight.otf differ diff --git a/fonts/otf/MartianGroteskUltraExpanded-Light.otf b/fonts/otf/MartianGroteskUltraExpanded-Light.otf new file mode 100644 index 0000000..e2a3273 Binary files /dev/null and b/fonts/otf/MartianGroteskUltraExpanded-Light.otf differ diff --git a/fonts/otf/MartianGroteskUltraExpanded-Medium.otf b/fonts/otf/MartianGroteskUltraExpanded-Medium.otf new file mode 100644 index 0000000..82b85c3 Binary files /dev/null and b/fonts/otf/MartianGroteskUltraExpanded-Medium.otf differ diff --git a/fonts/otf/MartianGroteskUltraExpanded-Regular.otf b/fonts/otf/MartianGroteskUltraExpanded-Regular.otf new file mode 100644 index 0000000..15206d2 Binary files /dev/null and b/fonts/otf/MartianGroteskUltraExpanded-Regular.otf differ diff --git a/fonts/otf/MartianGroteskUltraExpanded-Thin.otf b/fonts/otf/MartianGroteskUltraExpanded-Thin.otf new file mode 100644 index 0000000..72f25fb Binary files /dev/null and b/fonts/otf/MartianGroteskUltraExpanded-Thin.otf differ diff --git a/fonts/otf/MartianGroteskUltraExpanded-UltraBlack.otf b/fonts/otf/MartianGroteskUltraExpanded-UltraBlack.otf new file mode 100644 index 0000000..8da06af Binary files /dev/null and b/fonts/otf/MartianGroteskUltraExpanded-UltraBlack.otf differ diff --git a/fonts/ttf/MartianGrotesk-Black.ttf b/fonts/ttf/MartianGrotesk-Black.ttf new file mode 100644 index 0000000..e8ec231 Binary files /dev/null and b/fonts/ttf/MartianGrotesk-Black.ttf differ diff --git a/fonts/ttf/MartianGrotesk-Bold.ttf b/fonts/ttf/MartianGrotesk-Bold.ttf new file mode 100644 index 0000000..ca4245c Binary files /dev/null and b/fonts/ttf/MartianGrotesk-Bold.ttf differ diff --git a/fonts/ttf/MartianGrotesk-CnBd.ttf b/fonts/ttf/MartianGrotesk-CnBd.ttf deleted file mode 100644 index 1dd10fd..0000000 Binary files a/fonts/ttf/MartianGrotesk-CnBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-CnBl.ttf b/fonts/ttf/MartianGrotesk-CnBl.ttf deleted file mode 100644 index 69b5316..0000000 Binary files a/fonts/ttf/MartianGrotesk-CnBl.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-CnLt.ttf b/fonts/ttf/MartianGrotesk-CnLt.ttf deleted file mode 100644 index 7293d05..0000000 Binary files a/fonts/ttf/MartianGrotesk-CnLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-CnMd.ttf b/fonts/ttf/MartianGrotesk-CnMd.ttf deleted file mode 100644 index 6791d7c..0000000 Binary files a/fonts/ttf/MartianGrotesk-CnMd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-CnRg.ttf b/fonts/ttf/MartianGrotesk-CnRg.ttf deleted file mode 100644 index 4d1ff92..0000000 Binary files a/fonts/ttf/MartianGrotesk-CnRg.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-CnTh.ttf b/fonts/ttf/MartianGrotesk-CnTh.ttf deleted file mode 100644 index ab0f115..0000000 Binary files a/fonts/ttf/MartianGrotesk-CnTh.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-CnUlt.ttf b/fonts/ttf/MartianGrotesk-CnUlt.ttf deleted file mode 100644 index d058c68..0000000 Binary files a/fonts/ttf/MartianGrotesk-CnUlt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-CnxBd.ttf b/fonts/ttf/MartianGrotesk-CnxBd.ttf deleted file mode 100644 index fd5eaf1..0000000 Binary files a/fonts/ttf/MartianGrotesk-CnxBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-CnxLt.ttf b/fonts/ttf/MartianGrotesk-CnxLt.ttf deleted file mode 100644 index 5b5f95c..0000000 Binary files a/fonts/ttf/MartianGrotesk-CnxLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-ExtraBold.ttf b/fonts/ttf/MartianGrotesk-ExtraBold.ttf new file mode 100644 index 0000000..678e80c Binary files /dev/null and b/fonts/ttf/MartianGrotesk-ExtraBold.ttf differ diff --git a/fonts/ttf/MartianGrotesk-ExtraLight.ttf b/fonts/ttf/MartianGrotesk-ExtraLight.ttf new file mode 100644 index 0000000..da3c893 Binary files /dev/null and b/fonts/ttf/MartianGrotesk-ExtraLight.ttf differ diff --git a/fonts/ttf/MartianGrotesk-Light.ttf b/fonts/ttf/MartianGrotesk-Light.ttf new file mode 100644 index 0000000..6cf4b24 Binary files /dev/null and b/fonts/ttf/MartianGrotesk-Light.ttf differ diff --git a/fonts/ttf/MartianGrotesk-Medium.ttf b/fonts/ttf/MartianGrotesk-Medium.ttf new file mode 100644 index 0000000..9b97795 Binary files /dev/null and b/fonts/ttf/MartianGrotesk-Medium.ttf differ diff --git a/fonts/ttf/MartianGrotesk-NrBd.ttf b/fonts/ttf/MartianGrotesk-NrBd.ttf deleted file mode 100644 index c0526cd..0000000 Binary files a/fonts/ttf/MartianGrotesk-NrBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-NrBl.ttf b/fonts/ttf/MartianGrotesk-NrBl.ttf deleted file mode 100644 index fb93aed..0000000 Binary files a/fonts/ttf/MartianGrotesk-NrBl.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-NrLt.ttf b/fonts/ttf/MartianGrotesk-NrLt.ttf deleted file mode 100644 index 9bef7aa..0000000 Binary files a/fonts/ttf/MartianGrotesk-NrLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-NrMd.ttf b/fonts/ttf/MartianGrotesk-NrMd.ttf deleted file mode 100644 index f996488..0000000 Binary files a/fonts/ttf/MartianGrotesk-NrMd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-NrRg.ttf b/fonts/ttf/MartianGrotesk-NrRg.ttf deleted file mode 100644 index 0a2f013..0000000 Binary files a/fonts/ttf/MartianGrotesk-NrRg.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-NrTh.ttf b/fonts/ttf/MartianGrotesk-NrTh.ttf deleted file mode 100644 index a258e8a..0000000 Binary files a/fonts/ttf/MartianGrotesk-NrTh.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-NrUlt.ttf b/fonts/ttf/MartianGrotesk-NrUlt.ttf deleted file mode 100644 index c54ac93..0000000 Binary files a/fonts/ttf/MartianGrotesk-NrUlt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-NrxBd.ttf b/fonts/ttf/MartianGrotesk-NrxBd.ttf deleted file mode 100644 index 29dc191..0000000 Binary files a/fonts/ttf/MartianGrotesk-NrxBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-NrxLt.ttf b/fonts/ttf/MartianGrotesk-NrxLt.ttf deleted file mode 100644 index 8f792e5..0000000 Binary files a/fonts/ttf/MartianGrotesk-NrxLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-Regular.ttf b/fonts/ttf/MartianGrotesk-Regular.ttf new file mode 100644 index 0000000..f5570f9 Binary files /dev/null and b/fonts/ttf/MartianGrotesk-Regular.ttf differ diff --git a/fonts/ttf/MartianGrotesk-StdBd.ttf b/fonts/ttf/MartianGrotesk-StdBd.ttf deleted file mode 100644 index 9167529..0000000 Binary files a/fonts/ttf/MartianGrotesk-StdBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-StdBl.ttf b/fonts/ttf/MartianGrotesk-StdBl.ttf deleted file mode 100644 index 1d5e317..0000000 Binary files a/fonts/ttf/MartianGrotesk-StdBl.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-StdLt.ttf b/fonts/ttf/MartianGrotesk-StdLt.ttf deleted file mode 100644 index 775d3ee..0000000 Binary files a/fonts/ttf/MartianGrotesk-StdLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-StdMd.ttf b/fonts/ttf/MartianGrotesk-StdMd.ttf deleted file mode 100644 index fb376e5..0000000 Binary files a/fonts/ttf/MartianGrotesk-StdMd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-StdRg.ttf b/fonts/ttf/MartianGrotesk-StdRg.ttf deleted file mode 100644 index 581cdd9..0000000 Binary files a/fonts/ttf/MartianGrotesk-StdRg.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-StdTh.ttf b/fonts/ttf/MartianGrotesk-StdTh.ttf deleted file mode 100644 index 420b732..0000000 Binary files a/fonts/ttf/MartianGrotesk-StdTh.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-StdUlt.ttf b/fonts/ttf/MartianGrotesk-StdUlt.ttf deleted file mode 100644 index 3262c92..0000000 Binary files a/fonts/ttf/MartianGrotesk-StdUlt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-StdxBd.ttf b/fonts/ttf/MartianGrotesk-StdxBd.ttf deleted file mode 100644 index c79015c..0000000 Binary files a/fonts/ttf/MartianGrotesk-StdxBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-StdxLt.ttf b/fonts/ttf/MartianGrotesk-StdxLt.ttf deleted file mode 100644 index d09fd71..0000000 Binary files a/fonts/ttf/MartianGrotesk-StdxLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-Thin.ttf b/fonts/ttf/MartianGrotesk-Thin.ttf new file mode 100644 index 0000000..d024182 Binary files /dev/null and b/fonts/ttf/MartianGrotesk-Thin.ttf differ diff --git a/fonts/ttf/MartianGrotesk-UltraBlack.ttf b/fonts/ttf/MartianGrotesk-UltraBlack.ttf new file mode 100644 index 0000000..41d36ed Binary files /dev/null and b/fonts/ttf/MartianGrotesk-UltraBlack.ttf differ diff --git a/fonts/ttf/MartianGrotesk-WdBd.ttf b/fonts/ttf/MartianGrotesk-WdBd.ttf deleted file mode 100644 index a4b8d17..0000000 Binary files a/fonts/ttf/MartianGrotesk-WdBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-WdBl.ttf b/fonts/ttf/MartianGrotesk-WdBl.ttf deleted file mode 100644 index a9e18cd..0000000 Binary files a/fonts/ttf/MartianGrotesk-WdBl.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-WdLt.ttf b/fonts/ttf/MartianGrotesk-WdLt.ttf deleted file mode 100644 index 819f190..0000000 Binary files a/fonts/ttf/MartianGrotesk-WdLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-WdMd.ttf b/fonts/ttf/MartianGrotesk-WdMd.ttf deleted file mode 100644 index 44ec083..0000000 Binary files a/fonts/ttf/MartianGrotesk-WdMd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-WdRg.ttf b/fonts/ttf/MartianGrotesk-WdRg.ttf deleted file mode 100644 index eeb34f6..0000000 Binary files a/fonts/ttf/MartianGrotesk-WdRg.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-WdTh.ttf b/fonts/ttf/MartianGrotesk-WdTh.ttf deleted file mode 100644 index bffbeb2..0000000 Binary files a/fonts/ttf/MartianGrotesk-WdTh.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-WdUlt.ttf b/fonts/ttf/MartianGrotesk-WdUlt.ttf deleted file mode 100644 index d3a3f4c..0000000 Binary files a/fonts/ttf/MartianGrotesk-WdUlt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-WdxBd.ttf b/fonts/ttf/MartianGrotesk-WdxBd.ttf deleted file mode 100644 index ebbbd22..0000000 Binary files a/fonts/ttf/MartianGrotesk-WdxBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-WdxLt.ttf b/fonts/ttf/MartianGrotesk-WdxLt.ttf deleted file mode 100644 index 4030d00..0000000 Binary files a/fonts/ttf/MartianGrotesk-WdxLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-sWdBd.ttf b/fonts/ttf/MartianGrotesk-sWdBd.ttf deleted file mode 100644 index d1d24e7..0000000 Binary files a/fonts/ttf/MartianGrotesk-sWdBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-sWdBl.ttf b/fonts/ttf/MartianGrotesk-sWdBl.ttf deleted file mode 100644 index 7cea4cc..0000000 Binary files a/fonts/ttf/MartianGrotesk-sWdBl.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-sWdLt.ttf b/fonts/ttf/MartianGrotesk-sWdLt.ttf deleted file mode 100644 index 98519d5..0000000 Binary files a/fonts/ttf/MartianGrotesk-sWdLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-sWdMd.ttf b/fonts/ttf/MartianGrotesk-sWdMd.ttf deleted file mode 100644 index 84e5e82..0000000 Binary files a/fonts/ttf/MartianGrotesk-sWdMd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-sWdRg.ttf b/fonts/ttf/MartianGrotesk-sWdRg.ttf deleted file mode 100644 index 70bbeab..0000000 Binary files a/fonts/ttf/MartianGrotesk-sWdRg.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-sWdTh.ttf b/fonts/ttf/MartianGrotesk-sWdTh.ttf deleted file mode 100644 index cddc66b..0000000 Binary files a/fonts/ttf/MartianGrotesk-sWdTh.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-sWdUlt.ttf b/fonts/ttf/MartianGrotesk-sWdUlt.ttf deleted file mode 100644 index 4e1e7b3..0000000 Binary files a/fonts/ttf/MartianGrotesk-sWdUlt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-sWdxBd.ttf b/fonts/ttf/MartianGrotesk-sWdxBd.ttf deleted file mode 100644 index b4a8191..0000000 Binary files a/fonts/ttf/MartianGrotesk-sWdxBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-sWdxLt.ttf b/fonts/ttf/MartianGrotesk-sWdxLt.ttf deleted file mode 100644 index 1b5bb33..0000000 Binary files a/fonts/ttf/MartianGrotesk-sWdxLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-uWdBd.ttf b/fonts/ttf/MartianGrotesk-uWdBd.ttf deleted file mode 100644 index c434ade..0000000 Binary files a/fonts/ttf/MartianGrotesk-uWdBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-uWdBl.ttf b/fonts/ttf/MartianGrotesk-uWdBl.ttf deleted file mode 100644 index 0508b9e..0000000 Binary files a/fonts/ttf/MartianGrotesk-uWdBl.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-uWdLt.ttf b/fonts/ttf/MartianGrotesk-uWdLt.ttf deleted file mode 100644 index 668c64b..0000000 Binary files a/fonts/ttf/MartianGrotesk-uWdLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-uWdMd.ttf b/fonts/ttf/MartianGrotesk-uWdMd.ttf deleted file mode 100644 index f9107a6..0000000 Binary files a/fonts/ttf/MartianGrotesk-uWdMd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-uWdRg.ttf b/fonts/ttf/MartianGrotesk-uWdRg.ttf deleted file mode 100644 index a32159c..0000000 Binary files a/fonts/ttf/MartianGrotesk-uWdRg.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-uWdTh.ttf b/fonts/ttf/MartianGrotesk-uWdTh.ttf deleted file mode 100644 index 20c8171..0000000 Binary files a/fonts/ttf/MartianGrotesk-uWdTh.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-uWdUlt.ttf b/fonts/ttf/MartianGrotesk-uWdUlt.ttf deleted file mode 100644 index 45232ff..0000000 Binary files a/fonts/ttf/MartianGrotesk-uWdUlt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-uWdxBd.ttf b/fonts/ttf/MartianGrotesk-uWdxBd.ttf deleted file mode 100644 index e4f5653..0000000 Binary files a/fonts/ttf/MartianGrotesk-uWdxBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-uWdxLt.ttf b/fonts/ttf/MartianGrotesk-uWdxLt.ttf deleted file mode 100644 index 057a43a..0000000 Binary files a/fonts/ttf/MartianGrotesk-uWdxLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-xWdBd.ttf b/fonts/ttf/MartianGrotesk-xWdBd.ttf deleted file mode 100644 index ed728f3..0000000 Binary files a/fonts/ttf/MartianGrotesk-xWdBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-xWdBl.ttf b/fonts/ttf/MartianGrotesk-xWdBl.ttf deleted file mode 100644 index 050b4d8..0000000 Binary files a/fonts/ttf/MartianGrotesk-xWdBl.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-xWdLt.ttf b/fonts/ttf/MartianGrotesk-xWdLt.ttf deleted file mode 100644 index 0de0d09..0000000 Binary files a/fonts/ttf/MartianGrotesk-xWdLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-xWdMd.ttf b/fonts/ttf/MartianGrotesk-xWdMd.ttf deleted file mode 100644 index 9ced1c7..0000000 Binary files a/fonts/ttf/MartianGrotesk-xWdMd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-xWdRg.ttf b/fonts/ttf/MartianGrotesk-xWdRg.ttf deleted file mode 100644 index 24b2d58..0000000 Binary files a/fonts/ttf/MartianGrotesk-xWdRg.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-xWdTh.ttf b/fonts/ttf/MartianGrotesk-xWdTh.ttf deleted file mode 100644 index 84e4441..0000000 Binary files a/fonts/ttf/MartianGrotesk-xWdTh.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-xWdUlt.ttf b/fonts/ttf/MartianGrotesk-xWdUlt.ttf deleted file mode 100644 index 02b5e9b..0000000 Binary files a/fonts/ttf/MartianGrotesk-xWdUlt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-xWdxBd.ttf b/fonts/ttf/MartianGrotesk-xWdxBd.ttf deleted file mode 100644 index 40fa5a4..0000000 Binary files a/fonts/ttf/MartianGrotesk-xWdxBd.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGrotesk-xWdxLt.ttf b/fonts/ttf/MartianGrotesk-xWdxLt.ttf deleted file mode 100644 index 8920eaa..0000000 Binary files a/fonts/ttf/MartianGrotesk-xWdxLt.ttf and /dev/null differ diff --git a/fonts/ttf/MartianGroteskCondensed-Black.ttf b/fonts/ttf/MartianGroteskCondensed-Black.ttf new file mode 100644 index 0000000..4ca578c Binary files /dev/null and b/fonts/ttf/MartianGroteskCondensed-Black.ttf differ diff --git a/fonts/ttf/MartianGroteskCondensed-Bold.ttf b/fonts/ttf/MartianGroteskCondensed-Bold.ttf new file mode 100644 index 0000000..c9de1cb Binary files /dev/null and b/fonts/ttf/MartianGroteskCondensed-Bold.ttf differ diff --git a/fonts/ttf/MartianGroteskCondensed-ExtraBold.ttf b/fonts/ttf/MartianGroteskCondensed-ExtraBold.ttf new file mode 100644 index 0000000..1daa193 Binary files /dev/null and b/fonts/ttf/MartianGroteskCondensed-ExtraBold.ttf differ diff --git a/fonts/ttf/MartianGroteskCondensed-ExtraLight.ttf b/fonts/ttf/MartianGroteskCondensed-ExtraLight.ttf new file mode 100644 index 0000000..eaf32df Binary files /dev/null and b/fonts/ttf/MartianGroteskCondensed-ExtraLight.ttf differ diff --git a/fonts/ttf/MartianGroteskCondensed-Light.ttf b/fonts/ttf/MartianGroteskCondensed-Light.ttf new file mode 100644 index 0000000..c6f889e Binary files /dev/null and b/fonts/ttf/MartianGroteskCondensed-Light.ttf differ diff --git a/fonts/ttf/MartianGroteskCondensed-Medium.ttf b/fonts/ttf/MartianGroteskCondensed-Medium.ttf new file mode 100644 index 0000000..27e34f1 Binary files /dev/null and b/fonts/ttf/MartianGroteskCondensed-Medium.ttf differ diff --git a/fonts/ttf/MartianGroteskCondensed-Regular.ttf b/fonts/ttf/MartianGroteskCondensed-Regular.ttf new file mode 100644 index 0000000..63c25cf Binary files /dev/null and b/fonts/ttf/MartianGroteskCondensed-Regular.ttf differ diff --git a/fonts/ttf/MartianGroteskCondensed-Thin.ttf b/fonts/ttf/MartianGroteskCondensed-Thin.ttf new file mode 100644 index 0000000..53217e7 Binary files /dev/null and b/fonts/ttf/MartianGroteskCondensed-Thin.ttf differ diff --git a/fonts/ttf/MartianGroteskCondensed-UltraBlack.ttf b/fonts/ttf/MartianGroteskCondensed-UltraBlack.ttf new file mode 100644 index 0000000..3f265b9 Binary files /dev/null and b/fonts/ttf/MartianGroteskCondensed-UltraBlack.ttf differ diff --git a/fonts/ttf/MartianGroteskExpanded-Black.ttf b/fonts/ttf/MartianGroteskExpanded-Black.ttf new file mode 100644 index 0000000..226f34b Binary files /dev/null and b/fonts/ttf/MartianGroteskExpanded-Black.ttf differ diff --git a/fonts/ttf/MartianGroteskExpanded-Bold.ttf b/fonts/ttf/MartianGroteskExpanded-Bold.ttf new file mode 100644 index 0000000..305ec79 Binary files /dev/null and b/fonts/ttf/MartianGroteskExpanded-Bold.ttf differ diff --git a/fonts/ttf/MartianGroteskExpanded-ExtraBold.ttf b/fonts/ttf/MartianGroteskExpanded-ExtraBold.ttf new file mode 100644 index 0000000..beda84a Binary files /dev/null and b/fonts/ttf/MartianGroteskExpanded-ExtraBold.ttf differ diff --git a/fonts/ttf/MartianGroteskExpanded-ExtraLight.ttf b/fonts/ttf/MartianGroteskExpanded-ExtraLight.ttf new file mode 100644 index 0000000..de1f660 Binary files /dev/null and b/fonts/ttf/MartianGroteskExpanded-ExtraLight.ttf differ diff --git a/fonts/ttf/MartianGroteskExpanded-Light.ttf b/fonts/ttf/MartianGroteskExpanded-Light.ttf new file mode 100644 index 0000000..f15dde9 Binary files /dev/null and b/fonts/ttf/MartianGroteskExpanded-Light.ttf differ diff --git a/fonts/ttf/MartianGroteskExpanded-Medium.ttf b/fonts/ttf/MartianGroteskExpanded-Medium.ttf new file mode 100644 index 0000000..0bc58dd Binary files /dev/null and b/fonts/ttf/MartianGroteskExpanded-Medium.ttf differ diff --git a/fonts/ttf/MartianGroteskExpanded-Regular.ttf b/fonts/ttf/MartianGroteskExpanded-Regular.ttf new file mode 100644 index 0000000..b68b07f Binary files /dev/null and b/fonts/ttf/MartianGroteskExpanded-Regular.ttf differ diff --git a/fonts/ttf/MartianGroteskExpanded-Thin.ttf b/fonts/ttf/MartianGroteskExpanded-Thin.ttf new file mode 100644 index 0000000..b2999ad Binary files /dev/null and b/fonts/ttf/MartianGroteskExpanded-Thin.ttf differ diff --git a/fonts/ttf/MartianGroteskExpanded-UltraBlack.ttf b/fonts/ttf/MartianGroteskExpanded-UltraBlack.ttf new file mode 100644 index 0000000..919da05 Binary files /dev/null and b/fonts/ttf/MartianGroteskExpanded-UltraBlack.ttf differ diff --git a/fonts/ttf/MartianGroteskExtraExpanded-Black.ttf b/fonts/ttf/MartianGroteskExtraExpanded-Black.ttf new file mode 100644 index 0000000..f41bde2 Binary files /dev/null and b/fonts/ttf/MartianGroteskExtraExpanded-Black.ttf differ diff --git a/fonts/ttf/MartianGroteskExtraExpanded-Bold.ttf b/fonts/ttf/MartianGroteskExtraExpanded-Bold.ttf new file mode 100644 index 0000000..86ea4f5 Binary files /dev/null and b/fonts/ttf/MartianGroteskExtraExpanded-Bold.ttf differ diff --git a/fonts/ttf/MartianGroteskExtraExpanded-ExtraBold.ttf b/fonts/ttf/MartianGroteskExtraExpanded-ExtraBold.ttf new file mode 100644 index 0000000..e01ede2 Binary files /dev/null and b/fonts/ttf/MartianGroteskExtraExpanded-ExtraBold.ttf differ diff --git a/fonts/ttf/MartianGroteskExtraExpanded-ExtraLight.ttf b/fonts/ttf/MartianGroteskExtraExpanded-ExtraLight.ttf new file mode 100644 index 0000000..d2e330a Binary files /dev/null and b/fonts/ttf/MartianGroteskExtraExpanded-ExtraLight.ttf differ diff --git a/fonts/ttf/MartianGroteskExtraExpanded-Light.ttf b/fonts/ttf/MartianGroteskExtraExpanded-Light.ttf new file mode 100644 index 0000000..dec7d2b Binary files /dev/null and b/fonts/ttf/MartianGroteskExtraExpanded-Light.ttf differ diff --git a/fonts/ttf/MartianGroteskExtraExpanded-Medium.ttf b/fonts/ttf/MartianGroteskExtraExpanded-Medium.ttf new file mode 100644 index 0000000..1aa7584 Binary files /dev/null and b/fonts/ttf/MartianGroteskExtraExpanded-Medium.ttf differ diff --git a/fonts/ttf/MartianGroteskExtraExpanded-Regular.ttf b/fonts/ttf/MartianGroteskExtraExpanded-Regular.ttf new file mode 100644 index 0000000..3efb3e5 Binary files /dev/null and b/fonts/ttf/MartianGroteskExtraExpanded-Regular.ttf differ diff --git a/fonts/ttf/MartianGroteskExtraExpanded-Thin.ttf b/fonts/ttf/MartianGroteskExtraExpanded-Thin.ttf new file mode 100644 index 0000000..79041f9 Binary files /dev/null and b/fonts/ttf/MartianGroteskExtraExpanded-Thin.ttf differ diff --git a/fonts/ttf/MartianGroteskExtraExpanded-UltraBlack.ttf b/fonts/ttf/MartianGroteskExtraExpanded-UltraBlack.ttf new file mode 100644 index 0000000..a55648f Binary files /dev/null and b/fonts/ttf/MartianGroteskExtraExpanded-UltraBlack.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiCondensed-Black.ttf b/fonts/ttf/MartianGroteskSemiCondensed-Black.ttf new file mode 100644 index 0000000..21b8f4b Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiCondensed-Black.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiCondensed-Bold.ttf b/fonts/ttf/MartianGroteskSemiCondensed-Bold.ttf new file mode 100644 index 0000000..09c501a Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiCondensed-Bold.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiCondensed-ExtraBold.ttf b/fonts/ttf/MartianGroteskSemiCondensed-ExtraBold.ttf new file mode 100644 index 0000000..0f57e13 Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiCondensed-ExtraBold.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiCondensed-ExtraLight.ttf b/fonts/ttf/MartianGroteskSemiCondensed-ExtraLight.ttf new file mode 100644 index 0000000..0cdb0fe Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiCondensed-ExtraLight.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiCondensed-Light.ttf b/fonts/ttf/MartianGroteskSemiCondensed-Light.ttf new file mode 100644 index 0000000..dd6a236 Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiCondensed-Light.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiCondensed-Medium.ttf b/fonts/ttf/MartianGroteskSemiCondensed-Medium.ttf new file mode 100644 index 0000000..030e83a Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiCondensed-Medium.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiCondensed-Regular.ttf b/fonts/ttf/MartianGroteskSemiCondensed-Regular.ttf new file mode 100644 index 0000000..7455d17 Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiCondensed-Regular.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiCondensed-Thin.ttf b/fonts/ttf/MartianGroteskSemiCondensed-Thin.ttf new file mode 100644 index 0000000..8e95e4c Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiCondensed-Thin.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiCondensed-UltraBlack.ttf b/fonts/ttf/MartianGroteskSemiCondensed-UltraBlack.ttf new file mode 100644 index 0000000..1d8c56f Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiCondensed-UltraBlack.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiExpanded-Black.ttf b/fonts/ttf/MartianGroteskSemiExpanded-Black.ttf new file mode 100644 index 0000000..a0ce2f4 Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiExpanded-Black.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiExpanded-Bold.ttf b/fonts/ttf/MartianGroteskSemiExpanded-Bold.ttf new file mode 100644 index 0000000..3f53dcd Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiExpanded-Bold.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiExpanded-ExtraBlack.ttf b/fonts/ttf/MartianGroteskSemiExpanded-ExtraBlack.ttf new file mode 100644 index 0000000..646bd12 Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiExpanded-ExtraBlack.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiExpanded-ExtraBold.ttf b/fonts/ttf/MartianGroteskSemiExpanded-ExtraBold.ttf new file mode 100644 index 0000000..63d3a30 Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiExpanded-ExtraBold.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiExpanded-ExtraLight.ttf b/fonts/ttf/MartianGroteskSemiExpanded-ExtraLight.ttf new file mode 100644 index 0000000..ac6f99b Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiExpanded-ExtraLight.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiExpanded-Light.ttf b/fonts/ttf/MartianGroteskSemiExpanded-Light.ttf new file mode 100644 index 0000000..bd7f79c Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiExpanded-Light.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiExpanded-Medium.ttf b/fonts/ttf/MartianGroteskSemiExpanded-Medium.ttf new file mode 100644 index 0000000..80b5375 Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiExpanded-Medium.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiExpanded-Regular.ttf b/fonts/ttf/MartianGroteskSemiExpanded-Regular.ttf new file mode 100644 index 0000000..830600f Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiExpanded-Regular.ttf differ diff --git a/fonts/ttf/MartianGroteskSemiExpanded-Thin.ttf b/fonts/ttf/MartianGroteskSemiExpanded-Thin.ttf new file mode 100644 index 0000000..6dc4a09 Binary files /dev/null and b/fonts/ttf/MartianGroteskSemiExpanded-Thin.ttf differ diff --git a/fonts/ttf/MartianGroteskUltraExpanded-Black.ttf b/fonts/ttf/MartianGroteskUltraExpanded-Black.ttf new file mode 100644 index 0000000..fb4b739 Binary files /dev/null and b/fonts/ttf/MartianGroteskUltraExpanded-Black.ttf differ diff --git a/fonts/ttf/MartianGroteskUltraExpanded-Bold.ttf b/fonts/ttf/MartianGroteskUltraExpanded-Bold.ttf new file mode 100644 index 0000000..bdcfbf6 Binary files /dev/null and b/fonts/ttf/MartianGroteskUltraExpanded-Bold.ttf differ diff --git a/fonts/ttf/MartianGroteskUltraExpanded-ExtraBold.ttf b/fonts/ttf/MartianGroteskUltraExpanded-ExtraBold.ttf new file mode 100644 index 0000000..eb81ae2 Binary files /dev/null and b/fonts/ttf/MartianGroteskUltraExpanded-ExtraBold.ttf differ diff --git a/fonts/ttf/MartianGroteskUltraExpanded-ExtraLight.ttf b/fonts/ttf/MartianGroteskUltraExpanded-ExtraLight.ttf new file mode 100644 index 0000000..dc6bcbb Binary files /dev/null and b/fonts/ttf/MartianGroteskUltraExpanded-ExtraLight.ttf differ diff --git a/fonts/ttf/MartianGroteskUltraExpanded-Light.ttf b/fonts/ttf/MartianGroteskUltraExpanded-Light.ttf new file mode 100644 index 0000000..9c4ef03 Binary files /dev/null and b/fonts/ttf/MartianGroteskUltraExpanded-Light.ttf differ diff --git a/fonts/ttf/MartianGroteskUltraExpanded-Medium.ttf b/fonts/ttf/MartianGroteskUltraExpanded-Medium.ttf new file mode 100644 index 0000000..7ec5bfc Binary files /dev/null and b/fonts/ttf/MartianGroteskUltraExpanded-Medium.ttf differ diff --git a/fonts/ttf/MartianGroteskUltraExpanded-Regular.ttf b/fonts/ttf/MartianGroteskUltraExpanded-Regular.ttf new file mode 100644 index 0000000..111717e Binary files /dev/null and b/fonts/ttf/MartianGroteskUltraExpanded-Regular.ttf differ diff --git a/fonts/ttf/MartianGroteskUltraExpanded-Thin.ttf b/fonts/ttf/MartianGroteskUltraExpanded-Thin.ttf new file mode 100644 index 0000000..ca16d80 Binary files /dev/null and b/fonts/ttf/MartianGroteskUltraExpanded-Thin.ttf differ diff --git a/fonts/ttf/MartianGroteskUltraExpanded-UltraBlack.ttf b/fonts/ttf/MartianGroteskUltraExpanded-UltraBlack.ttf new file mode 100644 index 0000000..89f8b45 Binary files /dev/null and b/fonts/ttf/MartianGroteskUltraExpanded-UltraBlack.ttf differ diff --git a/fonts/variable/MartianGrotesk-VFVF.ttf b/fonts/variable/MartianGrotesk-VFVF.ttf deleted file mode 100644 index 18265a5..0000000 Binary files a/fonts/variable/MartianGrotesk-VFVF.ttf and /dev/null differ diff --git a/fonts/variable/MartianGrotesk-VFVF.woff2 b/fonts/variable/MartianGrotesk-VFVF.woff2 deleted file mode 100644 index b9cb9b6..0000000 Binary files a/fonts/variable/MartianGrotesk-VFVF.woff2 and /dev/null differ diff --git a/fonts/variable/MartianGrotesk[wdth,wght].ttf b/fonts/variable/MartianGrotesk[wdth,wght].ttf new file mode 100644 index 0000000..0170db0 Binary files /dev/null and b/fonts/variable/MartianGrotesk[wdth,wght].ttf differ diff --git a/fonts/webfonts/MartianGrotesk-Black.woff2 b/fonts/webfonts/MartianGrotesk-Black.woff2 new file mode 100644 index 0000000..7073809 Binary files /dev/null and b/fonts/webfonts/MartianGrotesk-Black.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk-Bold.woff2 b/fonts/webfonts/MartianGrotesk-Bold.woff2 new file mode 100644 index 0000000..a06606e Binary files /dev/null and b/fonts/webfonts/MartianGrotesk-Bold.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk-CnBd.woff2 b/fonts/webfonts/MartianGrotesk-CnBd.woff2 deleted file mode 100644 index d9d31e6..0000000 Binary files a/fonts/webfonts/MartianGrotesk-CnBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-CnBl.woff2 b/fonts/webfonts/MartianGrotesk-CnBl.woff2 deleted file mode 100644 index a787661..0000000 Binary files a/fonts/webfonts/MartianGrotesk-CnBl.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-CnLt.woff2 b/fonts/webfonts/MartianGrotesk-CnLt.woff2 deleted file mode 100644 index f0e08ea..0000000 Binary files a/fonts/webfonts/MartianGrotesk-CnLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-CnMd.woff2 b/fonts/webfonts/MartianGrotesk-CnMd.woff2 deleted file mode 100644 index 13cd511..0000000 Binary files a/fonts/webfonts/MartianGrotesk-CnMd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-CnRg.woff2 b/fonts/webfonts/MartianGrotesk-CnRg.woff2 deleted file mode 100644 index 70df950..0000000 Binary files a/fonts/webfonts/MartianGrotesk-CnRg.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-CnTh.woff2 b/fonts/webfonts/MartianGrotesk-CnTh.woff2 deleted file mode 100644 index 560e0b0..0000000 Binary files a/fonts/webfonts/MartianGrotesk-CnTh.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-CnUlt.woff2 b/fonts/webfonts/MartianGrotesk-CnUlt.woff2 deleted file mode 100644 index d20a03b..0000000 Binary files a/fonts/webfonts/MartianGrotesk-CnUlt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-CnxBd.woff2 b/fonts/webfonts/MartianGrotesk-CnxBd.woff2 deleted file mode 100644 index 69bad9e..0000000 Binary files a/fonts/webfonts/MartianGrotesk-CnxBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-CnxLt.woff2 b/fonts/webfonts/MartianGrotesk-CnxLt.woff2 deleted file mode 100644 index 9cb4f44..0000000 Binary files a/fonts/webfonts/MartianGrotesk-CnxLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-ExtraBold.woff2 b/fonts/webfonts/MartianGrotesk-ExtraBold.woff2 new file mode 100644 index 0000000..189cabe Binary files /dev/null and b/fonts/webfonts/MartianGrotesk-ExtraBold.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk-ExtraLight.woff2 b/fonts/webfonts/MartianGrotesk-ExtraLight.woff2 new file mode 100644 index 0000000..526a8ff Binary files /dev/null and b/fonts/webfonts/MartianGrotesk-ExtraLight.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk-Light.woff2 b/fonts/webfonts/MartianGrotesk-Light.woff2 new file mode 100644 index 0000000..881022e Binary files /dev/null and b/fonts/webfonts/MartianGrotesk-Light.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk-Medium.woff2 b/fonts/webfonts/MartianGrotesk-Medium.woff2 new file mode 100644 index 0000000..e843953 Binary files /dev/null and b/fonts/webfonts/MartianGrotesk-Medium.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk-NrBd.woff2 b/fonts/webfonts/MartianGrotesk-NrBd.woff2 deleted file mode 100644 index 4856128..0000000 Binary files a/fonts/webfonts/MartianGrotesk-NrBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-NrBl.woff2 b/fonts/webfonts/MartianGrotesk-NrBl.woff2 deleted file mode 100644 index eb29fcc..0000000 Binary files a/fonts/webfonts/MartianGrotesk-NrBl.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-NrLt.woff2 b/fonts/webfonts/MartianGrotesk-NrLt.woff2 deleted file mode 100644 index 4af4cde..0000000 Binary files a/fonts/webfonts/MartianGrotesk-NrLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-NrMd.woff2 b/fonts/webfonts/MartianGrotesk-NrMd.woff2 deleted file mode 100644 index 1a7e710..0000000 Binary files a/fonts/webfonts/MartianGrotesk-NrMd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-NrRg.woff2 b/fonts/webfonts/MartianGrotesk-NrRg.woff2 deleted file mode 100644 index d2b9df3..0000000 Binary files a/fonts/webfonts/MartianGrotesk-NrRg.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-NrTh.woff2 b/fonts/webfonts/MartianGrotesk-NrTh.woff2 deleted file mode 100644 index 0297080..0000000 Binary files a/fonts/webfonts/MartianGrotesk-NrTh.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-NrUlt.woff2 b/fonts/webfonts/MartianGrotesk-NrUlt.woff2 deleted file mode 100644 index 4e05918..0000000 Binary files a/fonts/webfonts/MartianGrotesk-NrUlt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-NrxBd.woff2 b/fonts/webfonts/MartianGrotesk-NrxBd.woff2 deleted file mode 100644 index fe406d0..0000000 Binary files a/fonts/webfonts/MartianGrotesk-NrxBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-NrxLt.woff2 b/fonts/webfonts/MartianGrotesk-NrxLt.woff2 deleted file mode 100644 index e821fc3..0000000 Binary files a/fonts/webfonts/MartianGrotesk-NrxLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-Regular.woff2 b/fonts/webfonts/MartianGrotesk-Regular.woff2 new file mode 100644 index 0000000..f128f81 Binary files /dev/null and b/fonts/webfonts/MartianGrotesk-Regular.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk-StdBd.woff2 b/fonts/webfonts/MartianGrotesk-StdBd.woff2 deleted file mode 100644 index 47eb5e4..0000000 Binary files a/fonts/webfonts/MartianGrotesk-StdBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-StdBl.woff2 b/fonts/webfonts/MartianGrotesk-StdBl.woff2 deleted file mode 100644 index 090d619..0000000 Binary files a/fonts/webfonts/MartianGrotesk-StdBl.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-StdLt.woff2 b/fonts/webfonts/MartianGrotesk-StdLt.woff2 deleted file mode 100644 index 03359b0..0000000 Binary files a/fonts/webfonts/MartianGrotesk-StdLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-StdMd.woff2 b/fonts/webfonts/MartianGrotesk-StdMd.woff2 deleted file mode 100644 index 0dfcde2..0000000 Binary files a/fonts/webfonts/MartianGrotesk-StdMd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-StdRg.woff2 b/fonts/webfonts/MartianGrotesk-StdRg.woff2 deleted file mode 100644 index 0d4e5d3..0000000 Binary files a/fonts/webfonts/MartianGrotesk-StdRg.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-StdTh.woff2 b/fonts/webfonts/MartianGrotesk-StdTh.woff2 deleted file mode 100644 index a063499..0000000 Binary files a/fonts/webfonts/MartianGrotesk-StdTh.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-StdUlt.woff2 b/fonts/webfonts/MartianGrotesk-StdUlt.woff2 deleted file mode 100644 index c7fb858..0000000 Binary files a/fonts/webfonts/MartianGrotesk-StdUlt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-StdxBd.woff2 b/fonts/webfonts/MartianGrotesk-StdxBd.woff2 deleted file mode 100644 index 65ea6de..0000000 Binary files a/fonts/webfonts/MartianGrotesk-StdxBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-StdxLt.woff2 b/fonts/webfonts/MartianGrotesk-StdxLt.woff2 deleted file mode 100644 index b9b09f6..0000000 Binary files a/fonts/webfonts/MartianGrotesk-StdxLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-Thin.woff2 b/fonts/webfonts/MartianGrotesk-Thin.woff2 new file mode 100644 index 0000000..c3819c2 Binary files /dev/null and b/fonts/webfonts/MartianGrotesk-Thin.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk-UltraBlack.woff2 b/fonts/webfonts/MartianGrotesk-UltraBlack.woff2 new file mode 100644 index 0000000..c9e9f49 Binary files /dev/null and b/fonts/webfonts/MartianGrotesk-UltraBlack.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk-WdBd.woff2 b/fonts/webfonts/MartianGrotesk-WdBd.woff2 deleted file mode 100644 index 32367f5..0000000 Binary files a/fonts/webfonts/MartianGrotesk-WdBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-WdBl.woff2 b/fonts/webfonts/MartianGrotesk-WdBl.woff2 deleted file mode 100644 index 134bec8..0000000 Binary files a/fonts/webfonts/MartianGrotesk-WdBl.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-WdLt.woff2 b/fonts/webfonts/MartianGrotesk-WdLt.woff2 deleted file mode 100644 index bde0ecc..0000000 Binary files a/fonts/webfonts/MartianGrotesk-WdLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-WdMd.woff2 b/fonts/webfonts/MartianGrotesk-WdMd.woff2 deleted file mode 100644 index dd6b928..0000000 Binary files a/fonts/webfonts/MartianGrotesk-WdMd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-WdRg.woff2 b/fonts/webfonts/MartianGrotesk-WdRg.woff2 deleted file mode 100644 index 9346582..0000000 Binary files a/fonts/webfonts/MartianGrotesk-WdRg.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-WdTh.woff2 b/fonts/webfonts/MartianGrotesk-WdTh.woff2 deleted file mode 100644 index 7846807..0000000 Binary files a/fonts/webfonts/MartianGrotesk-WdTh.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-WdUlt.woff2 b/fonts/webfonts/MartianGrotesk-WdUlt.woff2 deleted file mode 100644 index b5cda30..0000000 Binary files a/fonts/webfonts/MartianGrotesk-WdUlt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-WdxBd.woff2 b/fonts/webfonts/MartianGrotesk-WdxBd.woff2 deleted file mode 100644 index 64dd95e..0000000 Binary files a/fonts/webfonts/MartianGrotesk-WdxBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-WdxLt.woff2 b/fonts/webfonts/MartianGrotesk-WdxLt.woff2 deleted file mode 100644 index be01a62..0000000 Binary files a/fonts/webfonts/MartianGrotesk-WdxLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-sWdBd.woff2 b/fonts/webfonts/MartianGrotesk-sWdBd.woff2 deleted file mode 100644 index 8561c48..0000000 Binary files a/fonts/webfonts/MartianGrotesk-sWdBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-sWdBl.woff2 b/fonts/webfonts/MartianGrotesk-sWdBl.woff2 deleted file mode 100644 index 26ba796..0000000 Binary files a/fonts/webfonts/MartianGrotesk-sWdBl.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-sWdLt.woff2 b/fonts/webfonts/MartianGrotesk-sWdLt.woff2 deleted file mode 100644 index 1c1cbe1..0000000 Binary files a/fonts/webfonts/MartianGrotesk-sWdLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-sWdMd.woff2 b/fonts/webfonts/MartianGrotesk-sWdMd.woff2 deleted file mode 100644 index 0ac9dab..0000000 Binary files a/fonts/webfonts/MartianGrotesk-sWdMd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-sWdRg.woff2 b/fonts/webfonts/MartianGrotesk-sWdRg.woff2 deleted file mode 100644 index 6cc5ca3..0000000 Binary files a/fonts/webfonts/MartianGrotesk-sWdRg.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-sWdTh.woff2 b/fonts/webfonts/MartianGrotesk-sWdTh.woff2 deleted file mode 100644 index 81b5054..0000000 Binary files a/fonts/webfonts/MartianGrotesk-sWdTh.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-sWdUlt.woff2 b/fonts/webfonts/MartianGrotesk-sWdUlt.woff2 deleted file mode 100644 index 00f8714..0000000 Binary files a/fonts/webfonts/MartianGrotesk-sWdUlt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-sWdxBd.woff2 b/fonts/webfonts/MartianGrotesk-sWdxBd.woff2 deleted file mode 100644 index b38469f..0000000 Binary files a/fonts/webfonts/MartianGrotesk-sWdxBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-sWdxLt.woff2 b/fonts/webfonts/MartianGrotesk-sWdxLt.woff2 deleted file mode 100644 index e119a23..0000000 Binary files a/fonts/webfonts/MartianGrotesk-sWdxLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-uWdBd.woff2 b/fonts/webfonts/MartianGrotesk-uWdBd.woff2 deleted file mode 100644 index a215541..0000000 Binary files a/fonts/webfonts/MartianGrotesk-uWdBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-uWdBl.woff2 b/fonts/webfonts/MartianGrotesk-uWdBl.woff2 deleted file mode 100644 index 52447d0..0000000 Binary files a/fonts/webfonts/MartianGrotesk-uWdBl.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-uWdLt.woff2 b/fonts/webfonts/MartianGrotesk-uWdLt.woff2 deleted file mode 100644 index 0b405e5..0000000 Binary files a/fonts/webfonts/MartianGrotesk-uWdLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-uWdMd.woff2 b/fonts/webfonts/MartianGrotesk-uWdMd.woff2 deleted file mode 100644 index 5a3bfed..0000000 Binary files a/fonts/webfonts/MartianGrotesk-uWdMd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-uWdRg.woff2 b/fonts/webfonts/MartianGrotesk-uWdRg.woff2 deleted file mode 100644 index eaba85d..0000000 Binary files a/fonts/webfonts/MartianGrotesk-uWdRg.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-uWdTh.woff2 b/fonts/webfonts/MartianGrotesk-uWdTh.woff2 deleted file mode 100644 index 770de15..0000000 Binary files a/fonts/webfonts/MartianGrotesk-uWdTh.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-uWdUlt.woff2 b/fonts/webfonts/MartianGrotesk-uWdUlt.woff2 deleted file mode 100644 index ae41c9d..0000000 Binary files a/fonts/webfonts/MartianGrotesk-uWdUlt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-uWdxBd.woff2 b/fonts/webfonts/MartianGrotesk-uWdxBd.woff2 deleted file mode 100644 index e0e1f3d..0000000 Binary files a/fonts/webfonts/MartianGrotesk-uWdxBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-uWdxLt.woff2 b/fonts/webfonts/MartianGrotesk-uWdxLt.woff2 deleted file mode 100644 index 95b493e..0000000 Binary files a/fonts/webfonts/MartianGrotesk-uWdxLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-xWdBd.woff2 b/fonts/webfonts/MartianGrotesk-xWdBd.woff2 deleted file mode 100644 index f5bcb4d..0000000 Binary files a/fonts/webfonts/MartianGrotesk-xWdBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-xWdBl.woff2 b/fonts/webfonts/MartianGrotesk-xWdBl.woff2 deleted file mode 100644 index df9bf28..0000000 Binary files a/fonts/webfonts/MartianGrotesk-xWdBl.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-xWdLt.woff2 b/fonts/webfonts/MartianGrotesk-xWdLt.woff2 deleted file mode 100644 index 3213c34..0000000 Binary files a/fonts/webfonts/MartianGrotesk-xWdLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-xWdMd.woff2 b/fonts/webfonts/MartianGrotesk-xWdMd.woff2 deleted file mode 100644 index 13de0a7..0000000 Binary files a/fonts/webfonts/MartianGrotesk-xWdMd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-xWdRg.woff2 b/fonts/webfonts/MartianGrotesk-xWdRg.woff2 deleted file mode 100644 index 98f5063..0000000 Binary files a/fonts/webfonts/MartianGrotesk-xWdRg.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-xWdTh.woff2 b/fonts/webfonts/MartianGrotesk-xWdTh.woff2 deleted file mode 100644 index c180c9d..0000000 Binary files a/fonts/webfonts/MartianGrotesk-xWdTh.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-xWdUlt.woff2 b/fonts/webfonts/MartianGrotesk-xWdUlt.woff2 deleted file mode 100644 index 6b5891f..0000000 Binary files a/fonts/webfonts/MartianGrotesk-xWdUlt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-xWdxBd.woff2 b/fonts/webfonts/MartianGrotesk-xWdxBd.woff2 deleted file mode 100644 index 6d49408..0000000 Binary files a/fonts/webfonts/MartianGrotesk-xWdxBd.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGrotesk-xWdxLt.woff2 b/fonts/webfonts/MartianGrotesk-xWdxLt.woff2 deleted file mode 100644 index f151d44..0000000 Binary files a/fonts/webfonts/MartianGrotesk-xWdxLt.woff2 and /dev/null differ diff --git a/fonts/webfonts/MartianGroteskCondensed-Black.woff2 b/fonts/webfonts/MartianGroteskCondensed-Black.woff2 new file mode 100644 index 0000000..83c44c6 Binary files /dev/null and b/fonts/webfonts/MartianGroteskCondensed-Black.woff2 differ diff --git a/fonts/webfonts/MartianGroteskCondensed-Bold.woff2 b/fonts/webfonts/MartianGroteskCondensed-Bold.woff2 new file mode 100644 index 0000000..60000f5 Binary files /dev/null and b/fonts/webfonts/MartianGroteskCondensed-Bold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskCondensed-ExtraBold.woff2 b/fonts/webfonts/MartianGroteskCondensed-ExtraBold.woff2 new file mode 100644 index 0000000..e7c7c90 Binary files /dev/null and b/fonts/webfonts/MartianGroteskCondensed-ExtraBold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskCondensed-ExtraLight.woff2 b/fonts/webfonts/MartianGroteskCondensed-ExtraLight.woff2 new file mode 100644 index 0000000..085b7a9 Binary files /dev/null and b/fonts/webfonts/MartianGroteskCondensed-ExtraLight.woff2 differ diff --git a/fonts/webfonts/MartianGroteskCondensed-Light.woff2 b/fonts/webfonts/MartianGroteskCondensed-Light.woff2 new file mode 100644 index 0000000..928d85a Binary files /dev/null and b/fonts/webfonts/MartianGroteskCondensed-Light.woff2 differ diff --git a/fonts/webfonts/MartianGroteskCondensed-Medium.woff2 b/fonts/webfonts/MartianGroteskCondensed-Medium.woff2 new file mode 100644 index 0000000..1b6f754 Binary files /dev/null and b/fonts/webfonts/MartianGroteskCondensed-Medium.woff2 differ diff --git a/fonts/webfonts/MartianGroteskCondensed-Regular.woff2 b/fonts/webfonts/MartianGroteskCondensed-Regular.woff2 new file mode 100644 index 0000000..c02d36d Binary files /dev/null and b/fonts/webfonts/MartianGroteskCondensed-Regular.woff2 differ diff --git a/fonts/webfonts/MartianGroteskCondensed-Thin.woff2 b/fonts/webfonts/MartianGroteskCondensed-Thin.woff2 new file mode 100644 index 0000000..20812da Binary files /dev/null and b/fonts/webfonts/MartianGroteskCondensed-Thin.woff2 differ diff --git a/fonts/webfonts/MartianGroteskCondensed-UltraBlack.woff2 b/fonts/webfonts/MartianGroteskCondensed-UltraBlack.woff2 new file mode 100644 index 0000000..90e773a Binary files /dev/null and b/fonts/webfonts/MartianGroteskCondensed-UltraBlack.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExpanded-Black.woff2 b/fonts/webfonts/MartianGroteskExpanded-Black.woff2 new file mode 100644 index 0000000..05d8d57 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExpanded-Black.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExpanded-Bold.woff2 b/fonts/webfonts/MartianGroteskExpanded-Bold.woff2 new file mode 100644 index 0000000..5c69b1c Binary files /dev/null and b/fonts/webfonts/MartianGroteskExpanded-Bold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExpanded-ExtraBold.woff2 b/fonts/webfonts/MartianGroteskExpanded-ExtraBold.woff2 new file mode 100644 index 0000000..924cf41 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExpanded-ExtraBold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExpanded-ExtraLight.woff2 b/fonts/webfonts/MartianGroteskExpanded-ExtraLight.woff2 new file mode 100644 index 0000000..f5a6313 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExpanded-ExtraLight.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExpanded-Light.woff2 b/fonts/webfonts/MartianGroteskExpanded-Light.woff2 new file mode 100644 index 0000000..8a2f327 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExpanded-Light.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExpanded-Medium.woff2 b/fonts/webfonts/MartianGroteskExpanded-Medium.woff2 new file mode 100644 index 0000000..246fe94 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExpanded-Medium.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExpanded-Regular.woff2 b/fonts/webfonts/MartianGroteskExpanded-Regular.woff2 new file mode 100644 index 0000000..73524ec Binary files /dev/null and b/fonts/webfonts/MartianGroteskExpanded-Regular.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExpanded-Thin.woff2 b/fonts/webfonts/MartianGroteskExpanded-Thin.woff2 new file mode 100644 index 0000000..dc8d639 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExpanded-Thin.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExpanded-UltraBlack.woff2 b/fonts/webfonts/MartianGroteskExpanded-UltraBlack.woff2 new file mode 100644 index 0000000..c3dffa4 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExpanded-UltraBlack.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExtraExpanded-Black.woff2 b/fonts/webfonts/MartianGroteskExtraExpanded-Black.woff2 new file mode 100644 index 0000000..539058a Binary files /dev/null and b/fonts/webfonts/MartianGroteskExtraExpanded-Black.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExtraExpanded-Bold.woff2 b/fonts/webfonts/MartianGroteskExtraExpanded-Bold.woff2 new file mode 100644 index 0000000..d4212e8 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExtraExpanded-Bold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExtraExpanded-ExtraBold.woff2 b/fonts/webfonts/MartianGroteskExtraExpanded-ExtraBold.woff2 new file mode 100644 index 0000000..9f10852 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExtraExpanded-ExtraBold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExtraExpanded-ExtraLight.woff2 b/fonts/webfonts/MartianGroteskExtraExpanded-ExtraLight.woff2 new file mode 100644 index 0000000..1323d09 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExtraExpanded-ExtraLight.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExtraExpanded-Light.woff2 b/fonts/webfonts/MartianGroteskExtraExpanded-Light.woff2 new file mode 100644 index 0000000..37f8ca4 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExtraExpanded-Light.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExtraExpanded-Medium.woff2 b/fonts/webfonts/MartianGroteskExtraExpanded-Medium.woff2 new file mode 100644 index 0000000..296ec6a Binary files /dev/null and b/fonts/webfonts/MartianGroteskExtraExpanded-Medium.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExtraExpanded-Regular.woff2 b/fonts/webfonts/MartianGroteskExtraExpanded-Regular.woff2 new file mode 100644 index 0000000..4ef662b Binary files /dev/null and b/fonts/webfonts/MartianGroteskExtraExpanded-Regular.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExtraExpanded-Thin.woff2 b/fonts/webfonts/MartianGroteskExtraExpanded-Thin.woff2 new file mode 100644 index 0000000..59d04a5 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExtraExpanded-Thin.woff2 differ diff --git a/fonts/webfonts/MartianGroteskExtraExpanded-UltraBlack.woff2 b/fonts/webfonts/MartianGroteskExtraExpanded-UltraBlack.woff2 new file mode 100644 index 0000000..4fc3e08 Binary files /dev/null and b/fonts/webfonts/MartianGroteskExtraExpanded-UltraBlack.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiCondensed-Black.woff2 b/fonts/webfonts/MartianGroteskSemiCondensed-Black.woff2 new file mode 100644 index 0000000..4e0352b Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiCondensed-Black.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiCondensed-Bold.woff2 b/fonts/webfonts/MartianGroteskSemiCondensed-Bold.woff2 new file mode 100644 index 0000000..ea73475 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiCondensed-Bold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiCondensed-ExtraBold.woff2 b/fonts/webfonts/MartianGroteskSemiCondensed-ExtraBold.woff2 new file mode 100644 index 0000000..e335491 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiCondensed-ExtraBold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiCondensed-ExtraLight.woff2 b/fonts/webfonts/MartianGroteskSemiCondensed-ExtraLight.woff2 new file mode 100644 index 0000000..b8d1eaa Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiCondensed-ExtraLight.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiCondensed-Light.woff2 b/fonts/webfonts/MartianGroteskSemiCondensed-Light.woff2 new file mode 100644 index 0000000..1fccc75 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiCondensed-Light.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiCondensed-Medium.woff2 b/fonts/webfonts/MartianGroteskSemiCondensed-Medium.woff2 new file mode 100644 index 0000000..390c928 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiCondensed-Medium.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiCondensed-Regular.woff2 b/fonts/webfonts/MartianGroteskSemiCondensed-Regular.woff2 new file mode 100644 index 0000000..eee227f Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiCondensed-Regular.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiCondensed-Thin.woff2 b/fonts/webfonts/MartianGroteskSemiCondensed-Thin.woff2 new file mode 100644 index 0000000..e84c9d1 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiCondensed-Thin.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiCondensed-UltraBlack.woff2 b/fonts/webfonts/MartianGroteskSemiCondensed-UltraBlack.woff2 new file mode 100644 index 0000000..b8738f6 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiCondensed-UltraBlack.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiExpanded-Black.woff2 b/fonts/webfonts/MartianGroteskSemiExpanded-Black.woff2 new file mode 100644 index 0000000..dbae6b7 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiExpanded-Black.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiExpanded-Bold.woff2 b/fonts/webfonts/MartianGroteskSemiExpanded-Bold.woff2 new file mode 100644 index 0000000..a42d61a Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiExpanded-Bold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiExpanded-ExtraBlack.woff2 b/fonts/webfonts/MartianGroteskSemiExpanded-ExtraBlack.woff2 new file mode 100644 index 0000000..3a740a1 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiExpanded-ExtraBlack.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiExpanded-ExtraBold.woff2 b/fonts/webfonts/MartianGroteskSemiExpanded-ExtraBold.woff2 new file mode 100644 index 0000000..b5318bb Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiExpanded-ExtraBold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiExpanded-ExtraLight.woff2 b/fonts/webfonts/MartianGroteskSemiExpanded-ExtraLight.woff2 new file mode 100644 index 0000000..ade938f Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiExpanded-ExtraLight.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiExpanded-Light.woff2 b/fonts/webfonts/MartianGroteskSemiExpanded-Light.woff2 new file mode 100644 index 0000000..229a090 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiExpanded-Light.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiExpanded-Medium.woff2 b/fonts/webfonts/MartianGroteskSemiExpanded-Medium.woff2 new file mode 100644 index 0000000..cd50375 Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiExpanded-Medium.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiExpanded-Regular.woff2 b/fonts/webfonts/MartianGroteskSemiExpanded-Regular.woff2 new file mode 100644 index 0000000..5dbce9c Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiExpanded-Regular.woff2 differ diff --git a/fonts/webfonts/MartianGroteskSemiExpanded-Thin.woff2 b/fonts/webfonts/MartianGroteskSemiExpanded-Thin.woff2 new file mode 100644 index 0000000..e8b169a Binary files /dev/null and b/fonts/webfonts/MartianGroteskSemiExpanded-Thin.woff2 differ diff --git a/fonts/webfonts/MartianGroteskUltraExpanded-Black.woff2 b/fonts/webfonts/MartianGroteskUltraExpanded-Black.woff2 new file mode 100644 index 0000000..da2648f Binary files /dev/null and b/fonts/webfonts/MartianGroteskUltraExpanded-Black.woff2 differ diff --git a/fonts/webfonts/MartianGroteskUltraExpanded-Bold.woff2 b/fonts/webfonts/MartianGroteskUltraExpanded-Bold.woff2 new file mode 100644 index 0000000..0edf8c9 Binary files /dev/null and b/fonts/webfonts/MartianGroteskUltraExpanded-Bold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskUltraExpanded-ExtraBold.woff2 b/fonts/webfonts/MartianGroteskUltraExpanded-ExtraBold.woff2 new file mode 100644 index 0000000..cb3110e Binary files /dev/null and b/fonts/webfonts/MartianGroteskUltraExpanded-ExtraBold.woff2 differ diff --git a/fonts/webfonts/MartianGroteskUltraExpanded-ExtraLight.woff2 b/fonts/webfonts/MartianGroteskUltraExpanded-ExtraLight.woff2 new file mode 100644 index 0000000..f05a71f Binary files /dev/null and b/fonts/webfonts/MartianGroteskUltraExpanded-ExtraLight.woff2 differ diff --git a/fonts/webfonts/MartianGroteskUltraExpanded-Light.woff2 b/fonts/webfonts/MartianGroteskUltraExpanded-Light.woff2 new file mode 100644 index 0000000..ed055f0 Binary files /dev/null and b/fonts/webfonts/MartianGroteskUltraExpanded-Light.woff2 differ diff --git a/fonts/webfonts/MartianGroteskUltraExpanded-Medium.woff2 b/fonts/webfonts/MartianGroteskUltraExpanded-Medium.woff2 new file mode 100644 index 0000000..2a4128d Binary files /dev/null and b/fonts/webfonts/MartianGroteskUltraExpanded-Medium.woff2 differ diff --git a/fonts/webfonts/MartianGroteskUltraExpanded-Regular.woff2 b/fonts/webfonts/MartianGroteskUltraExpanded-Regular.woff2 new file mode 100644 index 0000000..a00cc80 Binary files /dev/null and b/fonts/webfonts/MartianGroteskUltraExpanded-Regular.woff2 differ diff --git a/fonts/webfonts/MartianGroteskUltraExpanded-Thin.woff2 b/fonts/webfonts/MartianGroteskUltraExpanded-Thin.woff2 new file mode 100644 index 0000000..cedebf9 Binary files /dev/null and b/fonts/webfonts/MartianGroteskUltraExpanded-Thin.woff2 differ diff --git a/fonts/webfonts/MartianGroteskUltraExpanded-UltraBlack.woff2 b/fonts/webfonts/MartianGroteskUltraExpanded-UltraBlack.woff2 new file mode 100644 index 0000000..7d9a5cb Binary files /dev/null and b/fonts/webfonts/MartianGroteskUltraExpanded-UltraBlack.woff2 differ diff --git a/fonts/webfonts/MartianGrotesk[wdth,wght].woff2 b/fonts/webfonts/MartianGrotesk[wdth,wght].woff2 new file mode 100644 index 0000000..2b6795e Binary files /dev/null and b/fonts/webfonts/MartianGrotesk[wdth,wght].woff2 differ diff --git a/sources/Instructions.txt b/sources/Instructions.txt new file mode 100644 index 0000000..8a1b5eb --- /dev/null +++ b/sources/Instructions.txt @@ -0,0 +1,100 @@ +This repo contains two different sources: +- Martian Grotesk.glyphs (designer file) +- MartianGrotesk.glyphs (GF) + +The reason is that the Martian font is for sale on another platform, and the Martian Grotesk has to match it in terms of compatibility, and could not follow the GF specs (this mainly concerns the names of the masters and instances). + +For exporting the GF fonts, we need to remove "GF" in the file name and in the config.yaml + + +** PROCESS ** + +So here is the process to keep the two versions similar. + +1- The GF team member sets up the MartianGroteskGF.glyphs file, following the GF specs. He/she/they deactivates the useless and/or problematic for export parameters (deactivate them, do not delete them) +2- He/she/they creates a copy of this file, which will be named MartianGrotesk.glyphs and will reactivate the author's settings and rename the masters according to his model. +3- The author makes the changes for the update +- He creates a copy, and following this guide, reactivates the settings according to the GF specs. +4- The GF team member checks that everything is good, and re-exports the font. + + +** INSTRUCTIONS ** + +FONT INFOS / +- Family Name: "Martian Grotesk" (no version number) +- parameters: + · Remove The VersionString + · Check if the Copyright follows this pattern: + Copyright 2020 The Martian Grotesk Project Authors (https://github.com/evilmartians/grotesk) + · Check if Variable Font Origin is set on Normal Regular (m01) + · Licence is: + This Font Software is licensed under the SIL Open Font License, Version 1.1. + This license is available with a FAQ at: https://openfontlicense.org + · Licence URL is: https://openfontlicense.org + · Don't forget to increase the version number + +MASTERS / +Master names: + Cn Th -> Condensed Thin + Std Th -> Normal Thin + uWd Th -> UltraExpanded Thin + Cn Rg -> Condensed Regular + Std Rg -> Normal Regular + uWd Rg -> UltraExpanded Regular + Cn xBd -> Condensed ExtraBold + Std xBd -> Normal ExtraBold + uWd xBd -> UltraExpanded ExtraBold + Cn Ult -> Condensed UltraBlack + Std Ult -> Normal UltraBlack + uWd Ult -> UltraExpanded UltraBlack + +INSTANCES / + · Deactivate authors instances, activate GF instances + · Instance naming: {Width} {Weight} (omit "Normal" for default width 100%) + · Do NOT use "Rename Glyphs" — not supported by fontmake + · Bold (700) instances should have isBold=1 and linkStyle to the Regular (400) of same width + +FEATURES / + · Deactivate rlig (conditional dollar/cent substitution causes fontmake issues) + · Keep all other features (ccmp, subs, sinf, sups, numr, dnom, frac, ordn, case, calt, liga, locl) + +GLYPHSET / +In the non-GF version, rlig feature + rename glyphs in instances is used. +Fontmake doesn't support this, so in GF version, we use alternate layers. +To move from one version to the other, this is the process: + + · Uncheck export for dollar.bold and cent.bold + · Add bracket layers to dollar and cent glyphs for the bold alternate: + condition: 150 < wght < 320, 3 < wdth < 7 (design-space coordinates) + Copy the drawings from dollar.bold/cent.bold layers into these bracket layers + + +** BUILD ** + +From the repo root: + + sources/build.sh + +This creates a venv (if needed), installs deps, and runs build.py. + +Use build.py instead of running `gftools builder config.yaml` directly. + +The Martian Grotesk source uses Glyphs 3 Smart Components (reusable glyph +parts with built-in variation, e.g. _tail.Descender, _part.greater). glyphsLib, +which fontmake uses to convert .glyphs files, does not fully support Smart +Components — it fails on the "Group" piece property and on missing Smart +Component masters for the UltraBlack weight. + +build.py works around this by: +1. Loading MartianGrotesk.glyphs via glyphsLib +2. Stripping the "Group" key from smartComponentValues (not a real axis) +3. Patching glyphsLib to handle missing Smart Component masters gracefully +4. Saving a temp copy (original file is never modified) +5. Running gftools builder on the temp copy + +Smart component interpolation is preserved. Only the UltraBlack weight at +Condensed and UltraExpanded widths falls back to regular component placement +for a few smart parts (_tail.Descender, _part.greater, _part.stroke-ii-cy). + +If glyphsLib adds full Smart Component support in the future, build.py can +be removed and `gftools builder config.yaml` used directly. diff --git a/sources/MartianGrotesk.glyphs b/sources/MartianGrotesk.glyphs new file mode 100644 index 0000000..ea425de --- /dev/null +++ b/sources/MartianGrotesk.glyphs @@ -0,0 +1,264464 @@ +{ +.appVersion = "3436"; +.formatVersion = 3; +axes = ( +{ +name = Weight; +tag = wght; +}, +{ +name = Width; +tag = wdth; +} +); +classes = ( +{ +automatic = 1; +code = "A Aacute Abreve Acaron Acircumflex Adieresis Agrave Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Cdotaccent D Dcaron Dcroat Ddotbelow Eth E Eacute Ecaron Ecircumflex Edieresis Edotaccent Egrave Emacron Eogonek Etilde Schwa F G Gbreve Gcaron Gcommaaccent Gdotaccent H Hbar Hdotbelow I IJ Iacute Icircumflex Idieresis Idotaccent Idotbelow Igrave Imacron Iogonek Itilde J Jacute K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Nhookleft Ntilde Eng O Oacute Ocircumflex Odieresis Odotbelow Ograve Ohungarumlaut Omacron Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scommaaccent Sdotbelow Germandbls T Tbar Tcaron Tcedilla Tcommaaccent Tdotbelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ygrave Ymacron Ytilde Z Zacute Zcaron Zdotaccent Zdotbelow Saltillo A-cy Be-cy Ve-cy Ge-cy Gje-cy Geupturn-cy Gedescender-cy Gestroke-cy Gemiddlehook-cy De-cy Ie-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Tse-cy Che-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Yeru-cy Hardsign-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Yu-cy Ya-cy Dje-cy Zhedescender-cy Zedescender-cy Kadescender-cy Endescender-cy Pemiddlehook-cy Pedescender-cy Esdescender-cy Tedescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Shhadescender-cy Cheabkhasian-cy Chedescenderabkhasian-cy Palochka-cy Zhebreve-cy Kahook-cy Enhook-cy Chekhakassian-cy Abreve-cy Adieresis-cy Aie-cy Iebreve-cy Zhedieresis-cy Zedieresis-cy Imacron-cy Idieresis-cy Odieresis-cy Edieresis-cy Umacron-cy Udieresis-cy Uhungarumlaut-cy Chedieresis-cy Yerudieresis-cy Hahook-cy Elhook-cy Gestroke-cy.loclBSH Zedescender-cy.loclBSH Esdescender-cy.loclBSH Esdescender-cy.loclCHU"; +name = Uppercase; +} +); +customParameters = ( +{ +name = "Enforce Compatibility Check"; +value = 1; +}, +{ +name = "Family Alignment Zones"; +value = ( +{ +pos = 848; +size = 16; +}, +{ +pos = 800; +size = 16; +}, +{ +pos = 600; +size = 16; +}, +{ +pos = 0; +size = -16; +}, +{ +pos = -200; +size = -16; +} +); +}, +{ +name = "Use Typo Metrics"; +value = 1; +}, +{ +name = "Variable Font Origin"; +value = m01; +} +); +date = "2020-11-28 12:14:13 +0000"; +familyName = "Martian Grotesk"; +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; + +languagesystem cyrl dflt; +languagesystem cyrl BSH; +languagesystem cyrl CHU; +"; +name = Languagesystems; +} +); +features = ( +{ +automatic = 1; +code = "feature subs; +feature sinf; +feature sups; +feature numr; +feature dnom; +feature frac; +feature ordn; +feature case; +feature calt; +feature locl; +"; +tag = aalt; +}, +{ +automatic = 1; +code = "lookup ccmp_DFLT_1 { + @CombiningTopAccents = [acutecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb hungarumlautcomb macroncomb ringcomb tildecomb]; + lookupflag UseMarkFilteringSet @CombiningTopAccents; + sub i' @CombiningTopAccents by idotless; + sub j' @CombiningTopAccents by jdotless; +} ccmp_DFLT_1; + +lookup ccmp_Other_1 { + lookupflag 0; + @Markscomb = [ringacutecomb periodcentered.loclCAT]; + @MarkscombCase = [ringacutecomb.case periodcentered.loclCAT.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 = "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 colon by colon.case; +sub hyphen by hyphen.case; +sub endash by endash.case; +sub emdash by emdash.case; +sub plus by plus.case; +sub minus by minus.case; +sub multiply by multiply.case; +sub divide by divide.case; +sub equal by equal.case; +sub notequal by notequal.case; +sub greater by greater.case; +sub less by less.case; +sub plusminus by plusminus.case; +sub approxequal by approxequal.case; +sub asciitilde by asciitilde.case; +sub rightArrow by rightArrow.case; +sub leftArrow by leftArrow.case; +sub ringacutecomb by ringacutecomb.case; +sub periodcentered.loclCAT by periodcentered.loclCAT.case; +"; +tag = case; +}, +{ +code = "@figures = [zero one two three four five six seven eight nine]; +@caseBefore = [emdash endash minus hyphen plus multiply divide equal notequal greater less approxequal asciitilde colon rightArrow leftArrow]; +@caseAfter = [emdash.case endash.case minus.case hyphen.case plus.case multiply.case divide.case equal.case notequal.case greater.case less.case approxequal.case asciitilde.case colon.case rightArrow.case leftArrow.case]; +sub @figures @caseBefore' @figures by @caseAfter; +sub @Uppercase @caseBefore' @Uppercase by @caseAfter; +sub @figures @caseBefore' @Uppercase by @caseAfter; +sub @Uppercase @caseBefore' @figures by @caseAfter; +"; +tag = calt; +}, +{ +automatic = 1; +code = "lookupflag IgnoreMarks; +sub f f i by f_f_i.liga; +sub ef-cy ef-cy by ef_ef-cy.liga; +sub f f by f_f.liga; +sub f i by fi; +sub f l by fl; +"; +tag = liga; +}, +{ +code = "#ifdef VARIABLE + +condition 150 < wght < 320, 3 < wdth < 7; +sub dollar by dollar.bold; +sub cent by cent.bold; + +#endif +"; +disabled = 1; +tag = rlig; +}, +{ +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; + +script cyrl; +language BSH; +lookup locl_cyrl_0 { + sub Gestroke-cy by Gestroke-cy.loclBSH; + sub Zedescender-cy by Zedescender-cy.loclBSH; + sub Esdescender-cy by Esdescender-cy.loclBSH; + sub gestroke-cy by gestroke-cy.loclBSH; + sub zedescender-cy by zedescender-cy.loclBSH; + sub esdescender-cy by esdescender-cy.loclBSH; +} locl_cyrl_0; + +script cyrl; +language CHU; +lookup locl_cyrl_1 { + sub Esdescender-cy by Esdescender-cy.loclCHU; + sub esdescender-cy by esdescender-cy.loclCHU; +} locl_cyrl_1; +"; +tag = locl; +} +); +fontMaster = ( +{ +axesValues = ( +40, +3 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +iconName = Light_Condensed; +id = m009; +metricValues = ( +{ +over = 12; +pos = 800; +}, +{ +over = 12; +pos = 588; +}, +{ +over = -12; +}, +{ +over = -12; +pos = -200; +}, +{ +over = 12; +pos = 848; +} +); +name = "Condensed Thin"; +stemValues = ( +40, +36, +42, +38 +); +}, +{ +axesValues = ( +40, +5 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +iconName = Light; +id = m007; +metricValues = ( +{ +over = 12; +pos = 800; +}, +{ +over = 12; +pos = 588; +}, +{ +over = -12; +}, +{ +over = -12; +pos = -200; +}, +{ +over = 12; +pos = 848; +} +); +name = "Normal Thin"; +stemValues = ( +40, +36, +42, +38 +); +}, +{ +axesValues = ( +40, +9 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +iconName = Light_Extended; +id = m010; +metricValues = ( +{ +over = 12; +pos = 800; +}, +{ +over = 12; +pos = 588; +}, +{ +over = -12; +}, +{ +over = -12; +pos = -200; +}, +{ +over = 12; +pos = 848; +} +); +name = "UltraExpanded Thin"; +stemValues = ( +40, +36, +42, +38 +); +}, +{ +axesValues = ( +110, +3 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +iconName = Condensed; +id = m005; +metricValues = ( +{ +over = 16; +pos = 800; +}, +{ +over = 16; +pos = 600; +}, +{ +over = -16; +}, +{ +over = -16; +pos = -200; +}, +{ +over = 16; +pos = 848; +} +); +name = "Condensed Regular"; +stemValues = ( +110, +100, +114, +106 +); +}, +{ +axesValues = ( +110, +5 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +id = m01; +metricValues = ( +{ +over = 16; +pos = 800; +}, +{ +over = 16; +pos = 600; +}, +{ +over = -16; +}, +{ +over = -16; +pos = -200; +}, +{ +over = 16; +pos = 848; +} +); +name = "Normal Regular"; +stemValues = ( +110, +100, +114, +108 +); +}, +{ +axesValues = ( +110, +9 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +iconName = Extended; +id = m003; +metricValues = ( +{ +over = 16; +pos = 800; +}, +{ +over = 16; +pos = 600; +}, +{ +over = -16; +}, +{ +over = -16; +pos = -200; +}, +{ +over = 16; +pos = 848; +} +); +name = "UltraExpanded Regular"; +stemValues = ( +110, +100, +114, +100 +); +}, +{ +axesValues = ( +180, +3 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +iconName = SemiBold_Condensed; +id = m006; +metricValues = ( +{ +over = 20; +pos = 800; +}, +{ +over = 20; +pos = 620; +}, +{ +over = -20; +}, +{ +over = -20; +pos = -200; +}, +{ +over = 20; +pos = 848; +} +); +name = "Condensed ExtraBold"; +stemValues = ( +180, +142, +188, +176 +); +}, +{ +axesValues = ( +180, +5 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +iconName = SemiBold; +id = m002; +metricValues = ( +{ +over = 20; +pos = 800; +}, +{ +over = 20; +pos = 620; +}, +{ +over = -20; +}, +{ +over = -20; +pos = -200; +}, +{ +over = 20; +pos = 848; +} +); +name = "Normal ExtraBold"; +stemValues = ( +180, +142, +188, +180 +); +}, +{ +axesValues = ( +180, +9 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +iconName = SemiBold_Extended; +id = m004; +metricValues = ( +{ +over = 20; +pos = 800; +}, +{ +over = 20; +pos = 620; +}, +{ +over = -20; +}, +{ +over = -20; +pos = -200; +}, +{ +over = 20; +pos = 848; +} +); +name = "UltraExpanded ExtraBold"; +stemValues = ( +180, +142, +188, +168 +); +}, +{ +axesValues = ( +320, +3 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +iconName = Bold_Condensed; +id = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricValues = ( +{ +over = 26; +pos = 800; +}, +{ +over = 26; +pos = 640; +}, +{ +over = -26; +}, +{ +over = -26; +pos = -200; +}, +{ +over = 26; +pos = 848; +} +); +name = "Condensed UltraBlack"; +stemValues = ( +272, +54, +288, +260 +); +}, +{ +axesValues = ( +320, +5 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +iconName = Bold; +id = m008; +metricValues = ( +{ +over = 26; +pos = 800; +}, +{ +over = 26; +pos = 640; +}, +{ +over = -26; +}, +{ +over = -26; +pos = -200; +}, +{ +over = 26; +pos = 848; +} +); +name = "Normal UltraBlack"; +stemValues = ( +320, +54, +336, +280 +); +}, +{ +axesValues = ( +320, +9 +); +customParameters = ( +{ +name = winAscent; +value = 1130; +}, +{ +name = winDescent; +value = 290; +}, +{ +name = typoAscender; +value = 1000; +}, +{ +name = typoDescender; +value = -200; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = hheaAscender; +value = 1000; +}, +{ +name = hheaDescender; +value = -200; +}, +{ +name = hheaLineGap; +value = 0; +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +iconName = Bold_Extended; +id = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricValues = ( +{ +over = 26; +pos = 800; +}, +{ +over = 26; +pos = 640; +}, +{ +over = -26; +}, +{ +over = -26; +pos = -200; +}, +{ +over = 26; +pos = 848; +} +); +name = "UltraExpanded UltraBlack"; +stemValues = ( +400, +54, +420, +280 +); +} +); +glyphs = ( +{ +glyphname = A; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-11-21 12:28:40 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (364,0); +}, +{ +name = ogonek; +pos = (723,10); +}, +{ +name = top; +pos = (364,800); +}, +{ +name = topacute; +pos = (364,800); +}, +{ +name = topgrave; +pos = (364,800); +} +); +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (728,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (161,0); +ref = _part.A; +} +); +width = 728; +}, +{ +anchors = ( +{ +name = bottom; +pos = (396,0); +}, +{ +name = ogonek; +pos = (788,10); +}, +{ +name = top; +pos = (396,800); +}, +{ +name = topacute; +pos = (396,800); +}, +{ +name = topgrave; +pos = (396,800); +} +); +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (792,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (196,0); +ref = _part.A; +} +); +width = 792; +}, +{ +anchors = ( +{ +name = bottom; +pos = (507,0); +}, +{ +name = ogonek; +pos = (1007,10); +}, +{ +name = top; +pos = (507,800); +}, +{ +name = topacute; +pos = (507,800); +}, +{ +name = topgrave; +pos = (507,800); +} +); +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (1014,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (226,0); +ref = _part.A; +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = bottom; +pos = (525,0); +}, +{ +name = ogonek; +pos = (1046,10); +}, +{ +name = top; +pos = (525,800); +}, +{ +name = topacute; +pos = (525,800); +}, +{ +name = topgrave; +pos = (525,800); +} +); +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (1050,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (245,0); +ref = _part.A; +} +); +width = 1050; +}, +{ +anchors = ( +{ +name = bottom; +pos = (310,0); +}, +{ +name = ogonek; +pos = (615,10); +}, +{ +name = top; +pos = (310,800); +}, +{ +name = topacute; +pos = (310,800); +}, +{ +name = topgrave; +pos = (310,800); +} +); +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (620,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (129,0); +ref = _part.A; +} +); +width = 620; +}, +{ +anchors = ( +{ +name = bottom; +pos = (335,0); +}, +{ +name = ogonek; +pos = (667,10); +}, +{ +name = top; +pos = (335,800); +}, +{ +name = topacute; +pos = (335,800); +}, +{ +name = topgrave; +pos = (335,800); +} +); +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (670,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (135,0); +ref = _part.A; +} +); +width = 670; +}, +{ +anchors = ( +{ +name = bottom; +pos = (330,0); +}, +{ +name = ogonek; +pos = (655,10); +}, +{ +name = top; +pos = (330,800); +}, +{ +name = topacute; +pos = (330,800); +}, +{ +name = topgrave; +pos = (330,800); +} +); +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (660,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (150,0); +ref = _part.A; +} +); +width = 660; +}, +{ +anchors = ( +{ +name = bottom; +pos = (432,0); +}, +{ +name = ogonek; +pos = (862,10); +}, +{ +name = top; +pos = (432,800); +}, +{ +name = topacute; +pos = (432,800); +}, +{ +name = topgrave; +pos = (432,800); +} +); +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (864,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (232,0); +ref = _part.A; +} +); +width = 864; +}, +{ +anchors = ( +{ +name = bottom; +pos = (279,0); +}, +{ +name = ogonek; +pos = (553,10); +}, +{ +name = top; +pos = (279,800); +}, +{ +name = topacute; +pos = (279,800); +}, +{ +name = topgrave; +pos = (279,800); +} +); +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (558,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (119,0); +ref = _part.A; +} +); +width = 558; +}, +{ +anchors = ( +{ +name = bottom; +pos = (460,0); +}, +{ +name = ogonek; +pos = (914,10); +}, +{ +name = top; +pos = (460,800); +}, +{ +name = topacute; +pos = (460,800); +}, +{ +name = topgrave; +pos = (460,800); +} +); +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (920,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (210,0); +ref = _part.A; +} +); +width = 920; +}, +{ +anchors = ( +{ +name = bottom; +pos = (606,0); +}, +{ +name = ogonek; +pos = (1210,10); +}, +{ +name = top; +pos = (606,800); +}, +{ +name = topacute; +pos = (606,800); +}, +{ +name = topgrave; +pos = (606,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (1212,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (406,0); +ref = _part.A; +} +); +width = 1212; +}, +{ +anchors = ( +{ +name = bottom; +pos = (360,0); +}, +{ +name = ogonek; +pos = (718,10); +}, +{ +name = top; +pos = (360,800); +}, +{ +name = topacute; +pos = (360,800); +}, +{ +name = topgrave; +pos = (360,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (720,800); +ref = V; +scale = (-1,-1); +}, +{ +pos = (160,0); +ref = _part.A; +} +); +width = 720; +} +); +metricLeft = TNGU; +metricRight = TNGU; +unicode = 65; +}, +{ +glyphname = Aacute; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (9,212); +ref = acutecomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (60,212); +ref = acutecomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (190,212); +ref = acutecomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (40,200); +ref = acutecomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (94,200); +ref = acutecomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (246,200); +ref = acutecomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (65,180); +ref = acutecomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (126,180); +ref = acutecomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (255,180); +ref = acutecomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (90,160); +ref = acutecomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (162,160); +ref = acutecomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +anchor = topacute; +pos = (336,160); +ref = acutecomb; +} +); +width = 1212; +} +); +unicode = 193; +}, +{ +glyphname = Abreve; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +pos = (129,212); +ref = brevecomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +pos = (156,212); +ref = brevecomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +pos = (226,212); +ref = brevecomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +pos = (140,200); +ref = brevecomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +pos = (162,200); +ref = brevecomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +pos = (247,200); +ref = brevecomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +pos = (137,180); +ref = brevecomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +pos = (164,180); +ref = brevecomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +pos = (223,180); +ref = brevecomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (123,160); +ref = brevecomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +pos = (170,160); +ref = brevecomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (264,160); +ref = brevecomb; +} +); +width = 1212; +} +); +unicode = 258; +}, +{ +glyphname = Acaron; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +pos = (-21,212); +ref = caroncomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +pos = (30,212); +ref = caroncomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +pos = (160,212); +ref = caroncomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +pos = (10,200); +ref = caroncomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +pos = (64,200); +ref = caroncomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +pos = (207,200); +ref = caroncomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +pos = (35,180); +ref = caroncomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +pos = (96,180); +ref = caroncomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +pos = (225,180); +ref = caroncomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (60,160); +ref = caroncomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +pos = (132,160); +ref = caroncomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (306,160); +ref = caroncomb; +} +); +width = 1212; +} +); +unicode = 461; +}, +{ +glyphname = Acircumflex; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +pos = (-21,212); +ref = circumflexcomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +pos = (30,212); +ref = circumflexcomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +pos = (160,212); +ref = circumflexcomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +pos = (10,200); +ref = circumflexcomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +pos = (64,200); +ref = circumflexcomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +pos = (207,200); +ref = circumflexcomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +pos = (35,180); +ref = circumflexcomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +pos = (96,180); +ref = circumflexcomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +pos = (225,180); +ref = circumflexcomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (60,160); +ref = circumflexcomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +pos = (132,160); +ref = circumflexcomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (306,160); +ref = circumflexcomb; +} +); +width = 1212; +} +); +unicode = 194; +}, +{ +glyphname = Adieresis; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +pos = (157,212); +ref = dieresiscomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +pos = (175,212); +ref = dieresiscomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +pos = (254,212); +ref = dieresiscomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +pos = (141,200); +ref = dieresiscomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +pos = (164,200); +ref = dieresiscomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +pos = (247,200); +ref = dieresiscomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +pos = (134,180); +ref = dieresiscomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +pos = (158,180); +ref = dieresiscomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +pos = (231,180); +ref = dieresiscomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (110,160); +ref = dieresiscomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +pos = (132,160); +ref = dieresiscomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (202,160); +ref = dieresiscomb; +} +); +width = 1212; +} +); +unicode = 196; +}, +{ +glyphname = Agrave; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (-51,212); +ref = gravecomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (0,212); +ref = gravecomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (130,212); +ref = gravecomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (-20,200); +ref = gravecomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (34,200); +ref = gravecomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (168,200); +ref = gravecomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (5,180); +ref = gravecomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (66,180); +ref = gravecomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (195,180); +ref = gravecomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (30,160); +ref = gravecomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (102,160); +ref = gravecomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +anchor = topgrave; +pos = (276,160); +ref = gravecomb; +} +); +width = 1212; +} +); +unicode = 192; +}, +{ +glyphname = Amacron; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +pos = (-21,212); +ref = macroncomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +pos = (30,212); +ref = macroncomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +pos = (160,212); +ref = macroncomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +pos = (10,200); +ref = macroncomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +pos = (64,200); +ref = macroncomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +pos = (207,200); +ref = macroncomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +pos = (35,180); +ref = macroncomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +pos = (96,180); +ref = macroncomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +pos = (225,180); +ref = macroncomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (60,160); +ref = macroncomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +pos = (132,160); +ref = macroncomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (306,160); +ref = macroncomb; +} +); +width = 1212; +} +); +unicode = 256; +}, +{ +glyphname = Aogonek; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +pos = (178,0); +ref = ogonekcomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +pos = (271,0); +ref = ogonekcomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +pos = (506,0); +ref = ogonekcomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +pos = (204,0); +ref = ogonekcomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +pos = (319,0); +ref = ogonekcomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +pos = (569,0); +ref = ogonekcomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +pos = (233,0); +ref = ogonekcomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +pos = (344,0); +ref = ogonekcomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +pos = (562,0); +ref = ogonekcomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (259,0); +ref = ogonekcomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +pos = (358,0); +ref = ogonekcomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (641,0); +ref = ogonekcomb; +} +); +width = 1212; +} +); +unicode = 260; +}, +{ +glyphname = Aring; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +pos = (-21,212); +ref = ringcomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +pos = (30,212); +ref = ringcomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +pos = (160,212); +ref = ringcomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +pos = (10,200); +ref = ringcomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +pos = (64,200); +ref = ringcomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +pos = (207,200); +ref = ringcomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +pos = (35,180); +ref = ringcomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +pos = (96,180); +ref = ringcomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +pos = (225,180); +ref = ringcomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (60,160); +ref = ringcomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +pos = (132,160); +ref = ringcomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (306,160); +ref = ringcomb; +} +); +width = 1212; +} +); +unicode = 197; +}, +{ +glyphname = Aringacute; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +pos = (-21,212); +ref = ringacutecomb.case; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +pos = (30,212); +ref = ringacutecomb.case; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +pos = (160,212); +ref = ringacutecomb.case; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +pos = (10,200); +ref = ringacutecomb.case; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +pos = (64,200); +ref = ringacutecomb.case; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +pos = (207,200); +ref = ringacutecomb.case; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +pos = (35,180); +ref = ringacutecomb.case; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +pos = (96,180); +ref = ringacutecomb.case; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +pos = (225,180); +ref = ringacutecomb.case; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (60,160); +ref = ringacutecomb.case; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +pos = (132,160); +ref = ringacutecomb.case; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (306,160); +ref = ringacutecomb.case; +} +); +width = 1212; +} +); +unicode = 506; +}, +{ +glyphname = Atilde; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-11 19:08:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = A; +}, +{ +pos = (-21,212); +ref = tildecomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +}, +{ +pos = (30,212); +ref = tildecomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +}, +{ +pos = (160,212); +ref = tildecomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +}, +{ +pos = (10,200); +ref = tildecomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = A; +}, +{ +pos = (64,200); +ref = tildecomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +}, +{ +pos = (207,200); +ref = tildecomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +}, +{ +pos = (35,180); +ref = tildecomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +}, +{ +pos = (96,180); +ref = tildecomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +}, +{ +pos = (225,180); +ref = tildecomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +}, +{ +pos = (60,160); +ref = tildecomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +}, +{ +pos = (132,160); +ref = tildecomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +}, +{ +pos = (260,160); +ref = tildecomb; +} +); +width = 1212; +} +); +unicode = 195; +}, +{ +glyphname = AE; +kernLeft = A_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:08:56 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (460,0); +}, +{ +name = top; +pos = (570,800); +} +); +layerId = m009; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (362,0); +ref = E; +} +); +width = 920; +}, +{ +anchors = ( +{ +name = bottom; +pos = (541,0); +}, +{ +name = top; +pos = (640,800); +} +); +layerId = m007; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (437,0); +ref = E; +} +); +width = 1082; +}, +{ +anchors = ( +{ +name = bottom; +pos = (764,0); +}, +{ +name = top; +pos = (874,800); +} +); +layerId = m010; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (641,0); +ref = E; +} +); +width = 1527; +}, +{ +anchors = ( +{ +name = bottom; +pos = (487,0); +}, +{ +name = top; +pos = (600,800); +} +); +layerId = m005; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (384,0); +ref = E; +} +); +width = 973; +}, +{ +anchors = ( +{ +name = bottom; +pos = (590,0); +}, +{ +name = top; +pos = (710,800); +} +); +layerId = m01; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (487,0); +ref = E; +} +); +width = 1180; +}, +{ +anchors = ( +{ +name = bottom; +pos = (827,0); +}, +{ +name = top; +pos = (960,800); +} +); +layerId = m003; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (729,0); +ref = E; +} +); +width = 1654; +}, +{ +anchors = ( +{ +name = bottom; +pos = (536,0); +}, +{ +name = top; +pos = (650,800); +} +); +layerId = m006; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (481,0); +ref = E; +} +); +width = 1071; +}, +{ +anchors = ( +{ +name = bottom; +pos = (638,0); +}, +{ +name = top; +pos = (760,800); +} +); +layerId = m002; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (571,0); +ref = E; +} +); +width = 1275; +}, +{ +anchors = ( +{ +name = bottom; +pos = (866,0); +}, +{ +name = top; +pos = (1000,800); +} +); +layerId = m004; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (780,0); +ref = E; +} +); +width = 1731; +}, +{ +anchors = ( +{ +name = bottom; +pos = (509,0); +}, +{ +name = top; +pos = (578,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (403,0); +ref = E; +} +); +width = 1017; +}, +{ +anchors = ( +{ +name = bottom; +pos = (641,0); +}, +{ +name = top; +pos = (780,800); +} +); +layerId = m008; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (567,0); +ref = E; +} +); +width = 1281; +}, +{ +anchors = ( +{ +name = bottom; +pos = (911,0); +}, +{ +name = top; +pos = (1070,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _A.AE; +}, +{ +pos = (817,0); +ref = E; +} +); +width = 1821; +} +); +unicode = 198; +}, +{ +glyphname = AEacute; +kernLeft = A_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:08:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = AE; +}, +{ +pos = (270,212); +ref = acutecomb; +} +); +width = 920; +}, +{ +layerId = m007; +shapes = ( +{ +ref = AE; +}, +{ +pos = (340,212); +ref = acutecomb; +} +); +width = 1082; +}, +{ +layerId = m010; +shapes = ( +{ +ref = AE; +}, +{ +pos = (574,212); +ref = acutecomb; +} +); +width = 1527; +}, +{ +layerId = m005; +shapes = ( +{ +ref = AE; +}, +{ +pos = (300,200); +ref = acutecomb; +} +); +width = 973; +}, +{ +layerId = m01; +shapes = ( +{ +ref = AE; +}, +{ +pos = (410,200); +ref = acutecomb; +} +); +width = 1180; +}, +{ +layerId = m003; +shapes = ( +{ +ref = AE; +}, +{ +pos = (660,200); +ref = acutecomb; +} +); +width = 1654; +}, +{ +layerId = m006; +shapes = ( +{ +ref = AE; +}, +{ +pos = (350,180); +ref = acutecomb; +} +); +width = 1071; +}, +{ +layerId = m002; +shapes = ( +{ +ref = AE; +}, +{ +pos = (460,180); +ref = acutecomb; +} +); +width = 1275; +}, +{ +layerId = m004; +shapes = ( +{ +ref = AE; +}, +{ +pos = (700,180); +ref = acutecomb; +} +); +width = 1731; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = AE; +}, +{ +pos = (278,160); +ref = acutecomb; +} +); +width = 1017; +}, +{ +layerId = m008; +shapes = ( +{ +ref = AE; +}, +{ +pos = (480,160); +ref = acutecomb; +} +); +width = 1281; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = AE; +}, +{ +pos = (770,160); +ref = acutecomb; +} +); +width = 1821; +} +); +unicode = 508; +}, +{ +glyphname = B; +kernLeft = SQR_LEFT; +lastChange = "2022-03-27 15:35:32 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (53,0); +ref = "En-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.B; +} +); +width = 746; +}, +{ +background = { +shapes = ( +{ +pos = (37,0); +ref = "En-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (261,0); +ref = _part.B; +} +); +width = 757; +}, +{ +background = { +shapes = ( +{ +pos = (53,0); +ref = "En-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.B; +} +); +width = 980; +}, +{ +background = { +shapes = ( +{ +pos = (42,0); +ref = "En-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (272,0); +ref = _part.B; +} +); +width = 1005; +}, +{ +background = { +shapes = ( +{ +pos = (15,0); +ref = "En-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (209,0); +ref = _part.B; +} +); +width = 637; +}, +{ +background = { +shapes = ( +{ +pos = (31,0); +ref = "En-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (250,0); +ref = _part.B; +} +); +width = 640; +}, +{ +background = { +shapes = ( +{ +pos = (53,0); +ref = "En-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (148,0); +ref = _part.B; +} +); +width = 686; +}, +{ +background = { +shapes = ( +{ +pos = (17,0); +ref = "En-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (371,0); +ref = _part.B; +} +); +width = 810; +}, +{ +background = { +shapes = ( +{ +pos = (47,0); +ref = "En-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (137,0); +ref = _part.B; +} +); +width = 587; +}, +{ +background = { +shapes = ( +{ +pos = (58,0); +ref = "En-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (159,0); +ref = _part.B; +} +); +width = 930; +}, +{ +background = { +shapes = ( +{ +pos = (17,0); +ref = "En-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (455,0); +ref = _part.B; +} +); +width = 1124; +}, +{ +background = { +shapes = ( +{ +pos = (17,0); +ref = "En-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (323,0); +ref = _part.B; +} +); +width = 682; +} +); +metricLeft = "=H"; +metricRight = "=H/1.5"; +unicode = 66; +}, +{ +glyphname = C; +kernLeft = RND_LEFT; +lastChange = "2022-04-08 18:51:28 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (429,0); +}, +{ +name = connect; +pos = (162,400); +}, +{ +name = top; +pos = (429,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(606,-16,o), +(739,98,o), +(760,286,c), +(654,286,l), +(623,164,o), +(540,92,o), +(425,92,cs), +(267,92,o), +(170,209,o), +(170,400,cs), +(170,591,o), +(270,708,o), +(433,708,cs), +(565,708,o), +(651,631,o), +(674,500,c), +(780,500,l), +(763,698,o), +(629,816,o), +(433,816,cs), +(207,816,o), +(56,650,o), +(56,400,cs), +(56,150,o), +(204,-16,o), +(425,-16,cs) +); +} +); +width = 818; +}, +{ +anchors = ( +{ +name = bottom; +pos = (456,0); +}, +{ +name = connect; +pos = (224,400); +}, +{ +name = top; +pos = (456,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(648,-20,o), +(797,110,o), +(812,306,c), +(636,306,l), +(611,211,o), +(538,152,o), +(440,152,cs), +(307,152,o), +(226,246,o), +(226,400,cs), +(226,554,o), +(310,648,o), +(448,648,cs), +(553,648,o), +(629,586,o), +(652,484,c), +(828,484,l), +(817,686,o), +(665,820,o), +(448,820,cs), +(202,820,o), +(38,652,o), +(38,400,cs), +(38,148,o), +(199,-20,o), +(440,-20,cs) +); +} +); +width = 854; +}, +{ +anchors = ( +{ +name = bottom; +pos = (576,0); +}, +{ +name = connect; +pos = (162,400); +}, +{ +name = top; +pos = (576,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(826,-16,o), +(1004,99,o), +(1030,286,c), +(923,286,l), +(879,157,o), +(751,84,o), +(562,84,cs), +(312,84,o), +(172,198,o), +(172,400,cs), +(172,602,o), +(316,716,o), +(572,716,cs), +(769,716,o), +(901,640,o), +(943,504,c), +(1050,504,l), +(1030,697,o), +(848,816,o), +(572,816,cs), +(252,816,o), +(56,658,o), +(56,400,cs), +(56,142,o), +(248,-16,o), +(562,-16,cs) +); +} +); +width = 1088; +}, +{ +anchors = ( +{ +name = bottom; +pos = (598,0); +}, +{ +name = connect; +pos = (230,400); +}, +{ +name = top; +pos = (598,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(895,-20,o), +(1081,97,o), +(1100,306,c), +(914,306,l), +(884,196,o), +(772,140,o), +(584,140,cs), +(354,140,o), +(236,228,o), +(236,400,cs), +(236,572,o), +(356,660,o), +(588,660,cs), +(790,660,o), +(906,600,o), +(930,484,c), +(1116,484,l), +(1105,699,o), +(915,820,o), +(588,820,cs), +(240,820,o), +(44,669,o), +(44,400,cs), +(44,131,o), +(238,-20,o), +(584,-20,cs) +); +} +); +width = 1146; +}, +{ +anchors = ( +{ +name = bottom; +pos = (360,0); +}, +{ +name = connect; +pos = (156,400); +}, +{ +name = top; +pos = (360,800); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = O; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(513,-16,o), +(612,93,o), +(624,286,c), +(519,286,l), +(500,157,o), +(444,90,o), +(348,90,cs), +(227,90,o), +(164,195,o), +(164,400,cs), +(164,605,o), +(229,710,o), +(354,710,cs), +(451,710,o), +(510,639,o), +(533,500,c), +(638,500,l), +(625,702,o), +(523,816,o), +(354,816,cs), +(159,816,o), +(50,666,o), +(50,400,cs), +(50,134,o), +(157,-16,o), +(348,-16,cs) +); +} +); +width = 672; +}, +{ +anchors = ( +{ +name = bottom; +pos = (382,0); +}, +{ +name = connect; +pos = (219,400); +}, +{ +name = top; +pos = (382,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(545,-20,o), +(653,97,o), +(667,306,c), +(493,306,l), +(473,202,o), +(430,148,o), +(362,148,cs), +(269,148,o), +(221,234,o), +(221,400,cs), +(221,566,o), +(270,652,o), +(366,652,cs), +(443,652,o), +(489,595,o), +(507,484,c), +(681,484,l), +(672,699,o), +(559,820,o), +(366,820,cs), +(153,820,o), +(33,669,o), +(33,400,cs), +(33,131,o), +(151,-20,o), +(362,-20,cs) +); +} +); +width = 703; +}, +{ +anchors = ( +{ +name = bottom; +pos = (420,0); +}, +{ +name = connect; +pos = (90,400); +}, +{ +name = top; +pos = (420,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(575,-12,o), +(694,97,o), +(716,276,c), +(675,276,l), +(655,121,o), +(552,26,o), +(403,26,cs), +(214,26,o), +(98,168,o), +(98,400,cs), +(98,632,o), +(218,774,o), +(413,774,cs), +(565,774,o), +(669,671,o), +(687,504,c), +(728,504,l), +(708,695,o), +(588,812,o), +(413,812,cs), +(192,812,o), +(56,655,o), +(56,400,cs), +(56,145,o), +(188,-12,o), +(403,-12,cs) +); +} +); +width = 766; +}, +{ +anchors = ( +{ +name = bottom; +pos = (446,0); +}, +{ +name = connect; +pos = (324,400); +}, +{ +name = top; +pos = (446,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(677,-26,o), +(828,115,o), +(838,346,c), +(526,346,l), +(520,275,o), +(491,238,o), +(440,238,cs), +(377,238,o), +(344,293,o), +(344,400,cs), +(344,507,o), +(377,562,o), +(442,562,cs), +(497,562,o), +(528,522,o), +(534,444,c), +(846,444,l), +(838,681,o), +(684,826,o), +(442,826,cs), +(179,826,o), +(18,664,o), +(18,400,cs), +(18,136,o), +(178,-26,o), +(440,-26,cs) +); +} +); +width = 859; +}, +{ +anchors = ( +{ +name = bottom; +pos = (338,0); +}, +{ +name = connect; +pos = (84,400); +}, +{ +name = top; +pos = (338,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(478,-12,o), +(568,92,o), +(582,276,c), +(541,276,l), +(528,116,o), +(452,26,o), +(331,26,cs), +(178,26,o), +(92,161,o), +(92,400,cs), +(92,639,o), +(182,774,o), +(341,774,cs), +(464,774,o), +(540,677,o), +(551,504,c), +(592,504,l), +(580,701,o), +(490,812,o), +(341,812,cs), +(155,812,o), +(50,664,o), +(50,400,cs), +(50,136,o), +(151,-12,o), +(331,-12,cs) +); +} +); +width = 626; +}, +{ +anchors = ( +{ +name = bottom; +pos = (550,0); +}, +{ +name = connect; +pos = (96,400); +}, +{ +name = top; +pos = (550,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(799,-12,o), +(961,92,o), +(986,276,c), +(945,276,l), +(920,116,o), +(773,26,o), +(536,26,cs), +(260,26,o), +(105,161,o), +(105,400,cs), +(105,639,o), +(264,774,o), +(548,774,cs), +(795,774,o), +(944,677,o), +(961,504,c), +(1002,504,l), +(985,701,o), +(822,812,o), +(548,812,cs), +(237,812,o), +(62,664,o), +(62,400,cs), +(62,136,o), +(233,-12,o), +(536,-12,cs) +); +} +); +width = 1044; +}, +{ +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = connect; +pos = (418,400); +}, +{ +name = top; +pos = (620,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(961,-26,o), +(1150,100,o), +(1162,346,c), +(772,346,l), +(766,275,o), +(710,238,o), +(606,238,cs), +(495,238,o), +(438,293,o), +(438,400,cs), +(438,507,o), +(496,562,o), +(608,562,cs), +(721,562,o), +(782,522,o), +(788,444,c), +(1178,444,l), +(1168,696,o), +(974,826,o), +(608,826,cs), +(219,826,o), +(18,681,o), +(18,400,cs), +(18,119,o), +(218,-26,o), +(606,-26,cs) +); +} +); +width = 1191; +}, +{ +anchors = ( +{ +name = bottom; +pos = (386,0); +}, +{ +name = connect; +pos = (286,400); +}, +{ +name = top; +pos = (386,800); +} +); +background = { +shapes = ( +{ +ref = O; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(583,-26,o), +(704,108,o), +(714,346,c), +(442,346,l), +(436,268,o), +(417,234,o), +(378,234,cs), +(328,234,o), +(306,284,o), +(306,400,cs), +(306,516,o), +(328,566,o), +(380,566,cs), +(425,566,o), +(446,529,o), +(450,444,c), +(722,444,l), +(714,688,o), +(591,826,o), +(380,826,cs), +(147,826,o), +(18,673,o), +(18,400,cs), +(18,127,o), +(146,-26,o), +(378,-26,cs) +); +} +); +width = 735; +} +); +metricLeft = O; +metricRight = "=SQRU/2.8"; +unicode = 67; +}, +{ +glyphname = Cacute; +kernLeft = RND_LEFT; +lastChange = "2022-10-11 19:09:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = C; +}, +{ +pos = (38,212); +ref = acutecomb; +} +); +width = 626; +}, +{ +layerId = m007; +shapes = ( +{ +ref = C; +}, +{ +pos = (120,212); +ref = acutecomb; +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +ref = C; +}, +{ +pos = (250,212); +ref = acutecomb; +} +); +width = 1044; +}, +{ +layerId = m005; +shapes = ( +{ +ref = C; +}, +{ +pos = (60,200); +ref = acutecomb; +} +); +width = 672; +}, +{ +layerId = m01; +shapes = ( +{ +ref = C; +}, +{ +pos = (129,200); +ref = acutecomb; +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +ref = C; +}, +{ +pos = (276,200); +ref = acutecomb; +} +); +width = 1088; +}, +{ +layerId = m006; +shapes = ( +{ +ref = C; +}, +{ +pos = (82,180); +ref = acutecomb; +} +); +width = 703; +}, +{ +layerId = m002; +shapes = ( +{ +ref = C; +}, +{ +pos = (156,180); +ref = acutecomb; +} +); +width = 854; +}, +{ +layerId = m004; +shapes = ( +{ +ref = C; +}, +{ +pos = (298,180); +ref = acutecomb; +} +); +width = 1146; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (86,160); +ref = acutecomb; +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +ref = C; +}, +{ +pos = (146,160); +ref = acutecomb; +} +); +width = 859; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (320,160); +ref = acutecomb; +} +); +width = 1191; +} +); +unicode = 262; +}, +{ +glyphname = Ccaron; +kernLeft = RND_LEFT; +lastChange = "2022-10-11 19:09:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = C; +}, +{ +pos = (38,212); +ref = caroncomb; +} +); +width = 626; +}, +{ +layerId = m007; +shapes = ( +{ +ref = C; +}, +{ +pos = (120,212); +ref = caroncomb; +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +ref = C; +}, +{ +pos = (250,212); +ref = caroncomb; +} +); +width = 1044; +}, +{ +layerId = m005; +shapes = ( +{ +ref = C; +}, +{ +pos = (60,200); +ref = caroncomb; +} +); +width = 672; +}, +{ +layerId = m01; +shapes = ( +{ +ref = C; +}, +{ +pos = (129,200); +ref = caroncomb; +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +ref = C; +}, +{ +pos = (276,200); +ref = caroncomb; +} +); +width = 1088; +}, +{ +layerId = m006; +shapes = ( +{ +ref = C; +}, +{ +pos = (82,180); +ref = caroncomb; +} +); +width = 703; +}, +{ +layerId = m002; +shapes = ( +{ +ref = C; +}, +{ +pos = (156,180); +ref = caroncomb; +} +); +width = 854; +}, +{ +layerId = m004; +shapes = ( +{ +ref = C; +}, +{ +pos = (298,180); +ref = caroncomb; +} +); +width = 1146; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (86,160); +ref = caroncomb; +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +ref = C; +}, +{ +pos = (146,160); +ref = caroncomb; +} +); +width = 859; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (320,160); +ref = caroncomb; +} +); +width = 1191; +} +); +unicode = 268; +}, +{ +glyphname = Ccedilla; +kernLeft = RND_LEFT; +lastChange = "2022-10-11 19:09:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = C; +}, +{ +pos = (38,0); +ref = cedillacomb; +} +); +width = 626; +}, +{ +layerId = m007; +shapes = ( +{ +ref = C; +}, +{ +pos = (120,0); +ref = cedillacomb; +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +ref = C; +}, +{ +pos = (250,0); +ref = cedillacomb; +} +); +width = 1044; +}, +{ +layerId = m005; +shapes = ( +{ +ref = C; +}, +{ +pos = (60,0); +ref = cedillacomb; +} +); +width = 672; +}, +{ +layerId = m01; +shapes = ( +{ +ref = C; +}, +{ +pos = (129,0); +ref = cedillacomb; +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +ref = C; +}, +{ +pos = (276,0); +ref = cedillacomb; +} +); +width = 1088; +}, +{ +layerId = m006; +shapes = ( +{ +ref = C; +}, +{ +pos = (82,0); +ref = cedillacomb; +} +); +width = 703; +}, +{ +layerId = m002; +shapes = ( +{ +ref = C; +}, +{ +pos = (156,0); +ref = cedillacomb; +} +); +width = 854; +}, +{ +layerId = m004; +shapes = ( +{ +ref = C; +}, +{ +pos = (298,0); +ref = cedillacomb; +} +); +width = 1146; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (86,0); +ref = cedillacomb; +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +ref = C; +}, +{ +pos = (146,0); +ref = cedillacomb; +} +); +width = 859; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (320,0); +ref = cedillacomb; +} +); +width = 1191; +} +); +unicode = 199; +}, +{ +glyphname = Cdotaccent; +kernLeft = RND_LEFT; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = C; +}, +{ +pos = (296,212); +ref = dotaccentcomb; +} +); +width = 626; +}, +{ +layerId = m007; +shapes = ( +{ +ref = C; +}, +{ +pos = (362,212); +ref = dotaccentcomb; +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +ref = C; +}, +{ +pos = (482,212); +ref = dotaccentcomb; +} +); +width = 1044; +}, +{ +layerId = m005; +shapes = ( +{ +ref = C; +}, +{ +pos = (276,200); +ref = dotaccentcomb; +} +); +width = 672; +}, +{ +layerId = m01; +shapes = ( +{ +ref = C; +}, +{ +pos = (335,200); +ref = dotaccentcomb; +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +ref = C; +}, +{ +pos = (470,200); +ref = dotaccentcomb; +} +); +width = 1088; +}, +{ +layerId = m006; +shapes = ( +{ +ref = C; +}, +{ +pos = (272,180); +ref = dotaccentcomb; +} +); +width = 703; +}, +{ +layerId = m002; +shapes = ( +{ +ref = C; +}, +{ +pos = (332,180); +ref = dotaccentcomb; +} +); +width = 854; +}, +{ +layerId = m004; +shapes = ( +{ +ref = C; +}, +{ +pos = (456,180); +ref = dotaccentcomb; +} +); +width = 1146; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (226,160); +ref = dotaccentcomb; +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +ref = C; +}, +{ +pos = (252,160); +ref = dotaccentcomb; +} +); +width = 859; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (386,160); +ref = dotaccentcomb; +} +); +width = 1191; +} +); +unicode = 266; +}, +{ +glyphname = D; +kernLeft = SQR_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-08-28 06:06:23 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (396,0); +}, +{ +name = center; +pos = (396,400); +}, +{ +name = top; +pos = (396,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (220,0); +ref = _part.D; +} +); +width = 822; +}, +{ +anchors = ( +{ +name = bottom; +pos = (403,0); +}, +{ +name = center; +pos = (403,400); +}, +{ +name = top; +pos = (403,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (261,0); +ref = _part.D; +} +); +width = 845; +}, +{ +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (510,400); +}, +{ +name = top; +pos = (510,800); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.D; +} +); +width = 1080; +}, +{ +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = center; +pos = (535,400); +}, +{ +name = top; +pos = (535,800); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (272,0); +ref = _part.D; +} +); +width = 1110; +}, +{ +anchors = ( +{ +name = bottom; +pos = (331,0); +}, +{ +name = center; +pos = (331,400); +}, +{ +name = top; +pos = (331,800); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (209,0); +ref = _part.D; +} +); +width = 701; +}, +{ +anchors = ( +{ +name = bottom; +pos = (337,0); +}, +{ +name = center; +pos = (337,400); +}, +{ +name = top; +pos = (337,800); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (250,0); +ref = _part.D; +} +); +width = 713; +}, +{ +anchors = ( +{ +name = bottom; +pos = (364,0); +}, +{ +name = center; +pos = (364,400); +}, +{ +name = top; +pos = (364,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (148,0); +ref = _part.D; +} +); +width = 757; +}, +{ +anchors = ( +{ +name = bottom; +pos = (390,0); +}, +{ +name = center; +pos = (390,400); +}, +{ +name = top; +pos = (390,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (371,0); +ref = _part.D; +} +); +width = 819; +}, +{ +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = center; +pos = (304,400); +}, +{ +name = top; +pos = (304,800); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (137,0); +ref = _part.D; +} +); +width = 647; +}, +{ +anchors = ( +{ +name = bottom; +pos = (474,0); +}, +{ +name = center; +pos = (474,400); +}, +{ +name = top; +pos = (474,800); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (159,0); +ref = _part.D; +} +); +width = 1007; +}, +{ +anchors = ( +{ +name = bottom; +pos = (549,0); +}, +{ +name = center; +pos = (549,400); +}, +{ +name = top; +pos = (549,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (455,0); +ref = _part.D; +} +); +width = 1137; +}, +{ +anchors = ( +{ +name = bottom; +pos = (327,0); +}, +{ +name = center; +pos = (327,400); +}, +{ +name = top; +pos = (327,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (323,0); +ref = _part.D; +} +); +width = 693; +} +); +metricLeft = H; +metricRight = O; +unicode = 68; +}, +{ +glyphname = Dcaron; +kernLeft = SQR_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:09:44 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = D; +}, +{ +pos = (4,212); +ref = caroncomb; +} +); +width = 647; +}, +{ +layerId = m007; +shapes = ( +{ +ref = D; +}, +{ +pos = (64,212); +ref = caroncomb; +} +); +width = 757; +}, +{ +layerId = m010; +shapes = ( +{ +ref = D; +}, +{ +pos = (174,212); +ref = caroncomb; +} +); +width = 1007; +}, +{ +layerId = m005; +shapes = ( +{ +ref = D; +}, +{ +pos = (31,200); +ref = caroncomb; +} +); +width = 701; +}, +{ +layerId = m01; +shapes = ( +{ +ref = D; +}, +{ +pos = (96,200); +ref = caroncomb; +} +); +width = 822; +}, +{ +layerId = m003; +shapes = ( +{ +ref = D; +}, +{ +pos = (210,200); +ref = caroncomb; +} +); +width = 1080; +}, +{ +layerId = m006; +shapes = ( +{ +ref = D; +}, +{ +pos = (37,180); +ref = caroncomb; +} +); +width = 713; +}, +{ +layerId = m002; +shapes = ( +{ +ref = D; +}, +{ +pos = (103,180); +ref = caroncomb; +} +); +width = 845; +}, +{ +layerId = m004; +shapes = ( +{ +ref = D; +}, +{ +pos = (235,180); +ref = caroncomb; +} +); +width = 1110; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = D; +}, +{ +pos = (27,160); +ref = caroncomb; +} +); +width = 693; +}, +{ +layerId = m008; +shapes = ( +{ +ref = D; +}, +{ +pos = (90,160); +ref = caroncomb; +} +); +width = 819; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = D; +}, +{ +pos = (249,160); +ref = caroncomb; +} +); +width = 1137; +} +); +unicode = 270; +}, +{ +glyphname = Dcroat; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:09:44 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Eth; +} +); +width = 736; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Eth; +} +); +width = 857; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Eth; +} +); +width = 1169; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Eth; +} +); +width = 790; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Eth; +} +); +width = 922; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Eth; +} +); +width = 1230; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Eth; +} +); +width = 782; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Eth; +} +); +width = 932; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Eth; +} +); +width = 1271; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Eth; +} +); +width = 728; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Eth; +} +); +width = 857; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Eth; +} +); +width = 1237; +} +); +unicode = 272; +}, +{ +glyphname = Ddotbelow; +kernLeft = SQR_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:09:44 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = D; +}, +{ +pos = (4,0); +ref = dotbelowcomb; +} +); +width = 647; +}, +{ +layerId = m007; +shapes = ( +{ +ref = D; +}, +{ +pos = (64,0); +ref = dotbelowcomb; +} +); +width = 757; +}, +{ +layerId = m010; +shapes = ( +{ +ref = D; +}, +{ +pos = (174,0); +ref = dotbelowcomb; +} +); +width = 1007; +}, +{ +layerId = m005; +shapes = ( +{ +ref = D; +}, +{ +pos = (31,0); +ref = dotbelowcomb; +} +); +width = 701; +}, +{ +layerId = m01; +shapes = ( +{ +ref = D; +}, +{ +pos = (96,0); +ref = dotbelowcomb; +} +); +width = 822; +}, +{ +layerId = m003; +shapes = ( +{ +ref = D; +}, +{ +pos = (210,0); +ref = dotbelowcomb; +} +); +width = 1080; +}, +{ +layerId = m006; +shapes = ( +{ +ref = D; +}, +{ +pos = (37,0); +ref = dotbelowcomb; +} +); +width = 713; +}, +{ +layerId = m002; +shapes = ( +{ +ref = D; +}, +{ +pos = (103,0); +ref = dotbelowcomb; +} +); +width = 845; +}, +{ +layerId = m004; +shapes = ( +{ +ref = D; +}, +{ +pos = (235,0); +ref = dotbelowcomb; +} +); +width = 1110; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = D; +}, +{ +pos = (27,0); +ref = dotbelowcomb; +} +); +width = 693; +}, +{ +layerId = m008; +shapes = ( +{ +ref = D; +}, +{ +pos = (90,0); +ref = dotbelowcomb; +} +); +width = 819; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = D; +}, +{ +pos = (249,0); +ref = dotbelowcomb; +} +); +width = 1137; +} +); +unicode = 7692; +}, +{ +glyphname = Eth; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:09:44 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (89,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(95,382,l), +(393,382,l), +(393,418,l), +(95,418,l) +); +} +); +width = 736; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (100,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(106,382,l), +(458,382,l), +(458,418,l), +(106,418,l) +); +} +); +width = 857; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (162,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(117,382,l), +(607,382,l), +(607,418,l), +(117,418,l) +); +} +); +width = 1169; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (89,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(95,350,l), +(425,350,l), +(425,450,l), +(95,450,l) +); +} +); +width = 790; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (100,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(106,350,l), +(496,350,l), +(496,450,l), +(106,450,l) +); +} +); +width = 922; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (150,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(106,352,l), +(650,352,l), +(650,448,l), +(106,448,l) +); +} +); +width = 1230; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (69,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(62,320,l), +(426,320,l), +(426,480,l), +(62,480,l) +); +} +); +width = 782; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (87,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(73,320,l), +(505,320,l), +(505,480,l), +(73,480,l) +); +} +); +width = 932; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (161,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(84,324,l), +(682,324,l), +(682,476,l), +(84,476,l) +); +} +); +width = 1271; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (35,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(35,310,l), +(399,310,l), +(399,490,l), +(35,490,l) +); +} +); +width = 728; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (38,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(35,310,l), +(468,310,l), +(468,490,l), +(35,490,l) +); +} +); +width = 857; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (100,0); +ref = D; +}, +{ +closed = 1; +nodes = ( +(35,310,l), +(665,310,l), +(665,490,l), +(35,490,l) +); +} +); +width = 1237; +} +); +metricLeft = D; +metricRight = D; +unicode = 208; +}, +{ +glyphname = E; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-09-04 18:56:28 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = bottom; +pos = (376,0); +}, +{ +name = ogonek; +pos = (614,10); +}, +{ +name = top; +pos = (376,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.E; +} +); +width = 693; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (73,0); +}, +{ +name = bottom; +pos = (372,0); +}, +{ +name = ogonek; +pos = (633,10); +}, +{ +name = top; +pos = (372,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (261,0); +ref = _part.E; +} +); +width = 704; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = bottom; +pos = (498,0); +}, +{ +name = ogonek; +pos = (836,10); +}, +{ +name = top; +pos = (498,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.E; +} +); +width = 925; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (84,0); +}, +{ +name = bottom; +pos = (508,0); +}, +{ +name = ogonek; +pos = (874,10); +}, +{ +name = top; +pos = (508,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (272,0); +ref = _part.E; +} +); +width = 951; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = bottom; +pos = (328,0); +}, +{ +name = ogonek; +pos = (516,10); +}, +{ +name = top; +pos = (328,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (209,0); +ref = _part.E; +} +); +width = 589; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (62,0); +}, +{ +name = bottom; +pos = (312,0); +}, +{ +name = ogonek; +pos = (526,10); +}, +{ +name = top; +pos = (312,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (250,0); +ref = _part.E; +} +); +width = 590; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = bottom; +pos = (350,0); +}, +{ +name = ogonek; +pos = (566,10); +}, +{ +name = top; +pos = (350,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (148,0); +ref = _part.E; +} +); +width = 645; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = bottom; +pos = (366,0); +}, +{ +name = ogonek; +pos = (665,10); +}, +{ +name = top; +pos = (366,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (371,0); +ref = _part.E; +} +); +width = 714; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (485,10); +}, +{ +name = top; +pos = (304,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (137,0); +ref = _part.E; +} +); +width = 558; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (117,0); +}, +{ +name = bottom; +pos = (480,0); +}, +{ +name = ogonek; +pos = (791,10); +}, +{ +name = top; +pos = (480,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (159,0); +ref = _part.E; +} +); +width = 886; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = bottom; +pos = (506,0); +}, +{ +name = ogonek; +pos = (955,10); +}, +{ +name = top; +pos = (506,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (453,0); +ref = _part.E; +} +); +width = 1004; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = bottom; +pos = (314,0); +}, +{ +name = ogonek; +pos = (565,10); +}, +{ +name = top; +pos = (314,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (323,0); +ref = _part.E; +} +); +width = 614; +} +); +metricLeft = "=H"; +metricRight = "=H/1.8"; +unicode = 69; +}, +{ +glyphname = Eacute; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:10:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (4,212); +ref = acutecomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,212); +ref = acutecomb; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (180,212); +ref = acutecomb; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (28,200); +ref = acutecomb; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (76,200); +ref = acutecomb; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (198,200); +ref = acutecomb; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (12,180); +ref = acutecomb; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (72,180); +ref = acutecomb; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (208,180); +ref = acutecomb; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (14,160); +ref = acutecomb; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (66,160); +ref = acutecomb; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (206,160); +ref = acutecomb; +} +); +width = 1004; +} +); +unicode = 201; +}, +{ +glyphname = Ecaron; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:10:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (4,212); +ref = caroncomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,212); +ref = caroncomb; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (180,212); +ref = caroncomb; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (28,200); +ref = caroncomb; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (76,200); +ref = caroncomb; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (198,200); +ref = caroncomb; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (12,180); +ref = caroncomb; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (72,180); +ref = caroncomb; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (208,180); +ref = caroncomb; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (14,160); +ref = caroncomb; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (66,160); +ref = caroncomb; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (206,160); +ref = caroncomb; +} +); +width = 1004; +} +); +unicode = 282; +}, +{ +glyphname = Ecircumflex; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:10:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (4,212); +ref = circumflexcomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,212); +ref = circumflexcomb; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (180,212); +ref = circumflexcomb; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (28,200); +ref = circumflexcomb; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (76,200); +ref = circumflexcomb; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (198,200); +ref = circumflexcomb; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (12,180); +ref = circumflexcomb; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (72,180); +ref = circumflexcomb; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (208,180); +ref = circumflexcomb; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (14,160); +ref = circumflexcomb; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (66,160); +ref = circumflexcomb; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (206,160); +ref = circumflexcomb; +} +); +width = 1004; +} +); +unicode = 202; +}, +{ +glyphname = Edieresis; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (182,212); +ref = dieresiscomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (195,212); +ref = dieresiscomb; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (274,212); +ref = dieresiscomb; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (159,200); +ref = dieresiscomb; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (176,200); +ref = dieresiscomb; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (238,200); +ref = dieresiscomb; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (111,180); +ref = dieresiscomb; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (134,180); +ref = dieresiscomb; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (214,180); +ref = dieresiscomb; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (64,160); +ref = dieresiscomb; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (66,160); +ref = dieresiscomb; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (102,160); +ref = dieresiscomb; +} +); +width = 1004; +} +); +unicode = 203; +}, +{ +glyphname = Edotaccent; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2023-01-17 12:42:48 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (262,212); +ref = dotaccentcomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (292,212); +ref = dotaccentcomb; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (412,212); +ref = dotaccentcomb; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (244,200); +ref = dotaccentcomb; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (282,200); +ref = dotaccentcomb; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (392,200); +ref = dotaccentcomb; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (202,180); +ref = dotaccentcomb; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (248,180); +ref = dotaccentcomb; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (366,180); +ref = dotaccentcomb; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (154,160); +ref = dotaccentcomb; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (172,160); +ref = dotaccentcomb; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (272,160); +ref = dotaccentcomb; +} +); +width = 1004; +} +); +unicode = 278; +}, +{ +glyphname = Egrave; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:10:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (4,212); +ref = gravecomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,212); +ref = gravecomb; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (180,212); +ref = gravecomb; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (28,200); +ref = gravecomb; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (76,200); +ref = gravecomb; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (198,200); +ref = gravecomb; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (12,180); +ref = gravecomb; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (72,180); +ref = gravecomb; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (208,180); +ref = gravecomb; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (14,160); +ref = gravecomb; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (66,160); +ref = gravecomb; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (206,160); +ref = gravecomb; +} +); +width = 1004; +} +); +unicode = 200; +}, +{ +glyphname = Emacron; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:10:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (4,212); +ref = macroncomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,212); +ref = macroncomb; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (180,212); +ref = macroncomb; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (28,200); +ref = macroncomb; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (76,200); +ref = macroncomb; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (198,200); +ref = macroncomb; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (12,180); +ref = macroncomb; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (72,180); +ref = macroncomb; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (208,180); +ref = macroncomb; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (14,160); +ref = macroncomb; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (66,160); +ref = macroncomb; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (206,160); +ref = macroncomb; +} +); +width = 1004; +} +); +unicode = 274; +}, +{ +glyphname = Eogonek; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:10:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (110,0); +ref = ogonekcomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (182,0); +ref = ogonekcomb; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (383,0); +ref = ogonekcomb; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (105,0); +ref = ogonekcomb; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (210,0); +ref = ogonekcomb; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (398,0); +ref = ogonekcomb; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (92,0); +ref = ogonekcomb; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (189,0); +ref = ogonekcomb; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (390,0); +ref = ogonekcomb; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (106,0); +ref = ogonekcomb; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (161,0); +ref = ogonekcomb; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (386,0); +ref = ogonekcomb; +} +); +width = 1004; +} +); +unicode = 280; +}, +{ +glyphname = Etilde; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:10:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (4,212); +ref = tildecomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (50,212); +ref = tildecomb; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (180,212); +ref = tildecomb; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (28,200); +ref = tildecomb; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (76,200); +ref = tildecomb; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (198,200); +ref = tildecomb; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (12,180); +ref = tildecomb; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (72,180); +ref = tildecomb; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (208,180); +ref = tildecomb; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (14,160); +ref = tildecomb; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (66,160); +ref = tildecomb; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (160,160); +ref = tildecomb; +} +); +width = 1004; +} +); +unicode = 7868; +}, +{ +glyphname = Schwa; +lastChange = "2023-04-26 17:40:32 +0000"; +layers = ( +{ +anchors = ( +{ +name = connect; +pos = (619,0); +} +); +background = { +shapes = ( +{ +pos = (1,0); +ref = O; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(591,408,l), +(69,408,l), +(68,397,o), +(67,384,o), +(67,368,cs), +(67,125,o), +(161,-12,o), +(329,-12,cs), +(515,-12,o), +(619,133,o), +(619,392,cs), +(619,661,o), +(514,812,o), +(327,812,cs), +(188,812,o), +(88,717,o), +(50,548,c), +(92,548,l), +(126,693,o), +(211,774,o), +(327,774,cs), +(487,774,o), +(577,636,o), +(577,392,cs), +(577,158,o), +(488,26,o), +(329,26,cs), +(188,26,o), +(109,151,o), +(109,373,c), +(89,372,l), +(591,372,l) +); +} +); +width = 669; +}, +{ +anchors = ( +{ +name = connect; +pos = (760,0); +} +); +background = { +shapes = ( +{ +pos = (4,0); +ref = O; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(736,408,l), +(80,408,l), +(79,402,o), +(77,387,o), +(77,368,cs), +(77,132,o), +(203,-12,o), +(409,-12,cs), +(627,-12,o), +(760,142,o), +(760,392,cs), +(760,652,o), +(625,812,o), +(404,812,cs), +(235,812,o), +(103,712,o), +(56,548,c), +(95,548,l), +(142,688,o), +(259,774,o), +(404,774,cs), +(599,774,o), +(718,629,o), +(718,392,cs), +(718,165,o), +(601,26,o), +(409,26,cs), +(229,26,o), +(119,161,o), +(119,373,c), +(96,372,l), +(736,372,l) +); +} +); +width = 816; +}, +{ +anchors = ( +{ +name = connect; +pos = (1044,0); +} +); +background = { +shapes = ( +{ +pos = (2,0); +ref = O; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(1024,408,l), +(87,408,l), +(85,396,o), +(84,385,o), +(84,368,cs), +(84,125,o), +(255,-12,o), +(560,-12,cs), +(870,-12,o), +(1044,133,o), +(1044,392,cs), +(1044,661,o), +(865,812,o), +(546,812,cs), +(288,812,o), +(124,722,o), +(62,548,c), +(105,548,l), +(166,697,o), +(316,774,o), +(546,774,cs), +(837,774,o), +(1001,636,o), +(1001,392,cs), +(1001,158,o), +(842,26,o), +(560,26,cs), +(283,26,o), +(127,151,o), +(127,373,c), +(106,372,l), +(1024,372,l) +); +} +); +width = 1106; +}, +{ +anchors = ( +{ +name = connect; +pos = (680,0); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = O; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(604,435,l), +(68,435,l), +(67,429,o), +(65,411,o), +(65,378,cs), +(65,126,o), +(172,-16,o), +(361,-16,cs), +(565,-16,o), +(680,131,o), +(680,393,cs), +(680,664,o), +(562,816,o), +(353,816,cs), +(203,816,o), +(88,716,o), +(50,553,c), +(157,553,l), +(201,657,o), +(269,710,o), +(353,710,cs), +(494,710,o), +(566,602,o), +(566,393,cs), +(566,193,o), +(496,90,o), +(361,90,cs), +(241,90,o), +(179,189,o), +(179,380,c), +(150,333,l), +(604,333,l) +); +} +); +width = 730; +}, +{ +anchors = ( +{ +name = connect; +pos = (830,0); +} +); +background = { +shapes = ( +{ +pos = (14,0); +ref = O; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(755,435,l), +(83,435,l), +(81,422,o), +(80,407,o), +(80,391,cs), +(80,139,o), +(218,-16,o), +(443,-16,cs), +(675,-16,o), +(830,148,o), +(830,393,cs), +(830,647,o), +(673,816,o), +(437,816,cs), +(258,816,o), +(105,710,o), +(56,552,c), +(169,552,l), +(218,649,o), +(320,708,o), +(437,708,cs), +(610,708,o), +(716,588,o), +(716,393,cs), +(716,206,o), +(612,92,o), +(443,92,cs), +(289,92,o), +(194,206,o), +(194,393,c), +(166,331,l), +(755,331,l) +); +} +); +width = 886; +}, +{ +anchors = ( +{ +name = connect; +pos = (1118,0); +} +); +background = { +shapes = ( +{ +pos = (22,0); +ref = O; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(1029,434,l), +(90,434,l), +(89,427,o), +(87,413,o), +(87,391,cs), +(87,131,o), +(270,-16,o), +(594,-16,cs), +(929,-16,o), +(1118,131,o), +(1118,393,cs), +(1118,666,o), +(939,816,o), +(591,816,cs), +(328,816,o), +(143,727,o), +(56,553,c), +(178,553,l), +(268,661,o), +(411,716,o), +(591,716,cs), +(864,716,o), +(1002,602,o), +(1002,393,cs), +(1002,195,o), +(855,84,o), +(594,84,cs), +(344,84,o), +(203,195,o), +(203,393,c), +(177,337,l), +(1029,337,l) +); +} +); +width = 1174; +}, +{ +anchors = ( +{ +name = connect; +pos = (703,0); +} +); +background = { +shapes = ( +{ +pos = (-2,0); +ref = O; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(585,471,l), +(55,471,l), +(51,453,o), +(50,424,o), +(50,396,cs), +(50,130,o), +(163,-20,o), +(363,-20,cs), +(581,-20,o), +(703,130,o), +(703,396,cs), +(703,667,o), +(580,820,o), +(360,820,cs), +(199,820,o), +(81,722,o), +(33,548,c), +(228,548,l), +(254,617,o), +(299,652,o), +(360,652,cs), +(462,652,o), +(515,565,o), +(515,396,cs), +(515,232,o), +(463,148,o), +(363,148,cs), +(281,148,o), +(238,232,o), +(238,396,c), +(174,319,l), +(585,319,l) +); +} +); +width = 736; +}, +{ +anchors = ( +{ +name = connect; +pos = (859,0); +} +); +background = { +shapes = ( +{ +pos = (1,0); +ref = O; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(730,474,l), +(66,474,l), +(61,451,o), +(58,424,o), +(58,396,cs), +(58,144,o), +(213,-20,o), +(445,-20,cs), +(693,-20,o), +(859,146,o), +(859,396,cs), +(859,650,o), +(693,820,o), +(443,820,cs), +(261,820,o), +(99,711,o), +(38,548,c), +(237,548,l), +(278,610,o), +(356,648,o), +(443,648,cs), +(584,648,o), +(671,552,o), +(671,396,cs), +(671,245,o), +(585,152,o), +(445,152,cs), +(318,152,o), +(246,240,o), +(246,396,c), +(191,316,l), +(730,316,l) +); +} +); +width = 897; +}, +{ +anchors = ( +{ +name = connect; +pos = (1141,0); +} +); +background = { +shapes = ( +{ +pos = (-3,0); +ref = O; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(983,466,l), +(73,466,l), +(68,446,o), +(66,422,o), +(66,394,cs), +(66,129,o), +(255,-20,o), +(592,-20,cs), +(943,-20,o), +(1141,130,o), +(1141,396,cs), +(1141,671,o), +(947,820,o), +(591,820,cs), +(321,820,o), +(124,722,o), +(44,548,c), +(254,548,l), +(320,622,o), +(435,660,o), +(591,660,cs), +(831,660,o), +(949,574,o), +(949,396,cs), +(949,227,o), +(828,140,o), +(592,140,cs), +(372,140,o), +(258,227,o), +(258,396,c), +(207,319,l), +(983,319,l) +); +} +); +width = 1185; +}, +{ +anchors = ( +{ +name = connect; +pos = (731,0); +} +); +background = { +shapes = ( +{ +pos = (-3,0); +ref = O; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(491,427,l), +(30,427,l), +(29,419,o), +(29,403,o), +(29,388,cs), +(29,123,o), +(151,-26,o), +(369,-26,cs), +(601,-26,o), +(731,127,o), +(731,400,cs), +(731,673,o), +(604,826,o), +(379,826,cs), +(160,826,o), +(30,695,o), +(18,462,c), +(298,462,l), +(304,535,o), +(326,566,o), +(371,566,cs), +(421,566,o), +(443,516,o), +(443,400,cs), +(443,284,o), +(423,234,o), +(375,234,cs), +(334,234,o), +(317,280,o), +(317,388,c), +(155,353,l), +(491,353,l) +); +} +); +width = 749; +}, +{ +anchors = ( +{ +name = connect; +pos = (855,0); +} +); +background = { +shapes = ( +{ +pos = (-3,0); +ref = O; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(580,427,l), +(33,427,l), +(31,416,o), +(31,400,o), +(31,388,cs), +(31,131,o), +(184,-26,o), +(433,-26,cs), +(695,-26,o), +(855,136,o), +(855,400,cs), +(855,664,o), +(697,826,o), +(438,826,cs), +(195,826,o), +(35,688,o), +(18,462,c), +(336,462,l), +(351,528,o), +(385,562,o), +(435,562,cs), +(497,562,o), +(529,507,o), +(529,400,cs), +(529,293,o), +(497,238,o), +(435,238,cs), +(384,238,o), +(357,286,o), +(357,378,c), +(195,353,l), +(580,353,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = connect; +pos = (1187,0); +} +); +background = { +shapes = ( +{ +pos = (-15,0); +ref = O; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(845,427,l), +(33,427,l), +(31,418,o), +(31,405,o), +(31,388,cs), +(31,115,o), +(226,-26,o), +(604,-26,cs), +(989,-26,o), +(1187,119,o), +(1187,400,cs), +(1187,681,o), +(990,826,o), +(607,826,cs), +(250,826,o), +(50,702,o), +(18,462,c), +(428,462,l), +(450,528,o), +(506,562,o), +(594,562,cs), +(708,562,o), +(767,507,o), +(767,400,cs), +(767,293,o), +(710,238,o), +(598,238,cs), +(501,238,o), +(451,289,o), +(451,388,c), +(321,353,l), +(845,353,l) +); +} +); +width = 1205; +} +); +metricLeft = RNDU; +metricRight = RNDU; +unicode = 399; +}, +{ +glyphname = F; +kernLeft = SQR_LEFT; +kernRight = F_RIGHT; +lastChange = "2022-03-27 14:38:19 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (218,0); +ref = _part.F; +} +); +width = 655; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (259,0); +ref = _part.F; +} +); +width = 678; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (218,0); +ref = _part.F; +} +); +width = 887; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (270,0); +ref = _part.F; +} +); +width = 921; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (206,0); +ref = _part.F; +} +); +width = 554; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (248,0); +ref = _part.F; +} +); +width = 568; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (146,0); +ref = _part.F; +} +); +width = 607; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (369,0); +ref = _part.F; +} +); +width = 702; +}, +{ +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (135,0); +ref = _part.F; +} +); +width = 524; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (157,0); +ref = _part.F; +} +); +width = 844; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (453,0); +ref = _part.F; +} +); +width = 992; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (321,0); +ref = _part.F; +} +); +width = 602; +} +); +metricLeft = "=H"; +metricRight = "=H/2"; +unicode = 70; +}, +{ +glyphname = G; +kernLeft = RND_LEFT; +lastChange = "2022-09-23 16:47:08 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (430,0); +}, +{ +name = top; +pos = (440,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(507,-16,o), +(595,24,o), +(636,90,c), +(656,90,l), +(656,0,l), +(760,0,l), +(760,400,l), +(398,400,l), +(398,292,l), +(656,292,l), +(652,179,o), +(551,90,o), +(425,90,cs), +(267,90,o), +(170,208,o), +(170,400,cs), +(170,591,o), +(269,708,o), +(434,708,cs), +(563,708,o), +(649,638,o), +(672,520,c), +(780,520,l), +(766,696,o), +(626,816,o), +(440,816,cs), +(205,816,o), +(56,653,o), +(56,400,cs), +(56,150,o), +(196,-16,o), +(405,-16,cs) +); +} +); +width = 840; +}, +{ +anchors = ( +{ +name = bottom; +pos = (452,0); +}, +{ +name = top; +pos = (462,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(517,-20,o), +(599,20,o), +(624,86,c), +(644,86,l), +(644,0,l), +(812,0,l), +(812,428,l), +(410,428,l), +(410,264,l), +(644,264,l), +(638,193,o), +(563,144,o), +(458,144,cs), +(310,144,o), +(226,236,o), +(226,400,cs), +(226,554,o), +(310,648,o), +(448,648,cs), +(552,648,o), +(628,592,o), +(652,500,c), +(828,500,l), +(816,692,o), +(674,820,o), +(448,820,cs), +(202,820,o), +(38,652,o), +(38,400,cs), +(38,150,o), +(189,-20,o), +(410,-20,cs) +); +} +); +width = 874; +}, +{ +anchors = ( +{ +name = bottom; +pos = (562,0); +}, +{ +name = top; +pos = (572,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(724,-16,o), +(858,36,o), +(906,120,c), +(926,120,l), +(926,0,l), +(1030,0,l), +(1030,400,l), +(481,400,l), +(481,300,l), +(926,300,l), +(926,179,o), +(765,84,o), +(561,84,cs), +(312,84,o), +(172,198,o), +(172,400,cs), +(172,602,o), +(314,716,o), +(566,716,cs), +(767,716,o), +(901,640,o), +(943,504,c), +(1050,504,l), +(1028,697,o), +(844,816,o), +(566,816,cs), +(250,816,o), +(56,658,o), +(56,400,cs), +(56,142,o), +(241,-16,o), +(553,-16,cs) +); +} +); +width = 1110; +}, +{ +anchors = ( +{ +name = bottom; +pos = (594,0); +}, +{ +name = top; +pos = (604,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(714,-20,o), +(843,20,o), +(908,90,c), +(928,90,l), +(928,0,l), +(1100,0,l), +(1100,428,l), +(516,428,l), +(516,268,l), +(928,268,l), +(879,186,o), +(752,138,o), +(588,138,cs), +(353,138,o), +(236,224,o), +(236,400,cs), +(236,572,o), +(356,660,o), +(588,660,cs), +(790,660,o), +(906,600,o), +(930,484,c), +(1116,484,l), +(1104,699,o), +(914,820,o), +(588,820,cs), +(240,820,o), +(44,669,o), +(44,400,cs), +(44,131,o), +(225,-20,o), +(548,-20,cs) +); +} +); +width = 1172; +}, +{ +anchors = ( +{ +name = bottom; +pos = (356,0); +}, +{ +name = top; +pos = (362,800); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = C; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(425,-16,o), +(484,19,o), +(504,80,c), +(524,80,l), +(524,0,l), +(624,0,l), +(624,400,l), +(332,400,l), +(332,294,l), +(524,294,l), +(524,180,o), +(452,90,o), +(360,90,cs), +(231,90,o), +(164,195,o), +(164,400,cs), +(164,605,o), +(230,710,o), +(358,710,cs), +(453,710,o), +(513,645,o), +(535,520,c), +(638,520,l), +(625,709,o), +(524,816,o), +(358,816,cs), +(161,816,o), +(50,666,o), +(50,400,cs), +(50,134,o), +(158,-16,o), +(340,-16,cs) +); +} +); +width = 692; +}, +{ +anchors = ( +{ +name = bottom; +pos = (372,0); +}, +{ +name = top; +pos = (380,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(405,-20,o), +(467,16,o), +(487,80,c), +(507,80,l), +(507,0,l), +(667,0,l), +(667,428,l), +(350,428,l), +(350,264,l), +(507,264,l), +(507,190,o), +(455,140,o), +(380,140,cs), +(272,140,o), +(221,223,o), +(221,400,cs), +(221,566,o), +(271,652,o), +(368,652,cs), +(444,652,o), +(489,600,o), +(507,500,c), +(681,500,l), +(670,705,o), +(557,820,o), +(368,820,cs), +(154,820,o), +(33,669,o), +(33,400,cs), +(33,135,o), +(139,-20,o), +(316,-20,cs) +); +} +); +width = 723; +}, +{ +anchors = ( +{ +name = bottom; +pos = (408,0); +}, +{ +name = top; +pos = (418,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(527,-12,o), +(613,43,o), +(660,140,c), +(670,140,l), +(670,0,l), +(710,0,l), +(710,370,l), +(365,370,l), +(365,330,l), +(670,330,l), +(670,139,o), +(572,26,o), +(405,26,cs), +(215,26,o), +(98,168,o), +(98,400,cs), +(98,632,o), +(216,774,o), +(409,774,cs), +(567,774,o), +(673,679,o), +(687,524,c), +(728,524,l), +(711,703,o), +(590,812,o), +(409,812,cs), +(190,812,o), +(56,655,o), +(56,400,cs), +(56,145,o), +(189,-12,o), +(405,-12,cs) +); +} +); +width = 784; +}, +{ +anchors = ( +{ +name = bottom; +pos = (456,0); +}, +{ +name = top; +pos = (466,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(438,-26,o), +(506,17,o), +(532,90,c), +(552,90,l), +(552,0,l), +(832,0,l), +(832,434,l), +(430,434,l), +(430,300,l), +(552,300,l), +(545,250,o), +(510,220,o), +(456,220,cs), +(382,220,o), +(344,281,o), +(344,400,cs), +(344,507,o), +(378,562,o), +(446,562,cs), +(497,562,o), +(530,532,o), +(534,480,c), +(846,480,l), +(840,697,o), +(693,826,o), +(450,826,cs), +(182,826,o), +(18,663,o), +(18,398,cs), +(18,144,o), +(153,-26,o), +(330,-26,cs) +); +} +); +width = 870; +}, +{ +anchors = ( +{ +name = bottom; +pos = (340,0); +}, +{ +name = top; +pos = (346,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(431,-12,o), +(504,41,o), +(534,126,c), +(544,126,l), +(544,0,l), +(582,0,l), +(582,370,l), +(296,370,l), +(296,332,l), +(544,332,l), +(544,129,o), +(472,26,o), +(331,26,cs), +(178,26,o), +(92,161,o), +(92,400,cs), +(92,639,o), +(182,774,o), +(341,774,cs), +(471,774,o), +(549,684,o), +(559,524,c), +(600,524,l), +(590,708,o), +(497,812,o), +(341,812,cs), +(155,812,o), +(50,664,o), +(50,400,cs), +(50,136,o), +(151,-12,o), +(331,-12,cs) +); +} +); +width = 650; +}, +{ +anchors = ( +{ +name = bottom; +pos = (550,0); +}, +{ +name = top; +pos = (560,800); +} +); +background = { +shapes = ( +{ +pos = (-1,0); +ref = C; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(737,-12,o), +(880,54,o), +(934,170,c), +(944,170,l), +(944,0,l), +(984,0,l), +(984,370,l), +(455,370,l), +(455,332,l), +(944,332,l), +(944,140,o), +(793,26,o), +(537,26,cs), +(261,26,o), +(105,161,o), +(105,400,cs), +(105,639,o), +(261,774,o), +(537,774,cs), +(790,774,o), +(943,677,o), +(961,504,c), +(1002,504,l), +(983,701,o), +(816,812,o), +(537,812,cs), +(233,812,o), +(62,664,o), +(62,400,cs), +(62,136,o), +(233,-12,o), +(537,-12,cs) +); +} +); +width = 1064; +}, +{ +anchors = ( +{ +name = bottom; +pos = (622,0); +}, +{ +name = top; +pos = (632,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(615,-26,o), +(720,13,o), +(760,80,c), +(800,80,l), +(800,0,l), +(1162,0,l), +(1162,434,l), +(576,434,l), +(576,300,l), +(800,300,l), +(787,250,o), +(722,220,o), +(626,220,cs), +(501,220,o), +(438,277,o), +(438,390,cs), +(438,504,o), +(499,562,o), +(620,562,cs), +(721,562,o), +(776,534,o), +(784,480,c), +(1178,480,l), +(1169,709,o), +(980,826,o), +(618,826,cs), +(222,826,o), +(18,677,o), +(18,388,cs), +(18,131,o), +(192,-26,o), +(476,-26,cs) +); +} +); +width = 1202; +}, +{ +anchors = ( +{ +name = bottom; +pos = (392,0); +}, +{ +name = top; +pos = (398,800); +} +); +background = { +shapes = ( +{ +ref = C; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(367,-16,o), +(424,17,o), +(448,90,c), +(468,90,l), +(468,0,l), +(714,0,l), +(714,444,l), +(378,444,l), +(378,300,l), +(468,300,l), +(468,247,o), +(442,216,o), +(398,216,cs), +(333,216,o), +(306,271,o), +(306,400,cs), +(306,516,o), +(329,566,o), +(384,566,cs), +(429,566,o), +(450,535,o), +(454,494,c), +(722,494,l), +(718,696,o), +(596,826,o), +(382,826,cs), +(149,826,o), +(18,672,o), +(18,398,cs), +(18,135,o), +(118,-16,o), +(280,-16,cs) +); +} +); +width = 746; +} +); +metricLeft = O; +unicode = 71; +}, +{ +glyphname = Gbreve; +kernLeft = RND_LEFT; +lastChange = "2022-10-11 19:10:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = G; +}, +{ +pos = (196,212); +ref = brevecomb; +} +); +width = 650; +}, +{ +layerId = m007; +shapes = ( +{ +ref = G; +}, +{ +pos = (244,212); +ref = brevecomb; +} +); +width = 784; +}, +{ +layerId = m010; +shapes = ( +{ +ref = G; +}, +{ +pos = (326,212); +ref = brevecomb; +} +); +width = 1064; +}, +{ +layerId = m005; +shapes = ( +{ +ref = G; +}, +{ +pos = (192,200); +ref = brevecomb; +} +); +width = 692; +}, +{ +layerId = m01; +shapes = ( +{ +ref = G; +}, +{ +pos = (238,200); +ref = brevecomb; +} +); +width = 840; +}, +{ +layerId = m003; +shapes = ( +{ +ref = G; +}, +{ +pos = (312,200); +ref = brevecomb; +} +); +width = 1110; +}, +{ +layerId = m006; +shapes = ( +{ +ref = G; +}, +{ +pos = (182,180); +ref = brevecomb; +} +); +width = 723; +}, +{ +layerId = m002; +shapes = ( +{ +ref = G; +}, +{ +pos = (230,180); +ref = brevecomb; +} +); +width = 874; +}, +{ +layerId = m004; +shapes = ( +{ +ref = G; +}, +{ +pos = (302,180); +ref = brevecomb; +} +); +width = 1172; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = G; +}, +{ +pos = (161,160); +ref = brevecomb; +} +); +width = 746; +}, +{ +layerId = m008; +shapes = ( +{ +ref = G; +}, +{ +pos = (204,160); +ref = brevecomb; +} +); +width = 870; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = G; +}, +{ +pos = (290,160); +ref = brevecomb; +} +); +width = 1202; +} +); +unicode = 286; +}, +{ +glyphname = Gcaron; +kernLeft = RND_LEFT; +lastChange = "2022-10-11 19:10:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = G; +}, +{ +pos = (46,212); +ref = caroncomb; +} +); +width = 650; +}, +{ +layerId = m007; +shapes = ( +{ +ref = G; +}, +{ +pos = (118,212); +ref = caroncomb; +} +); +width = 784; +}, +{ +layerId = m010; +shapes = ( +{ +ref = G; +}, +{ +pos = (260,212); +ref = caroncomb; +} +); +width = 1064; +}, +{ +layerId = m005; +shapes = ( +{ +ref = G; +}, +{ +pos = (62,200); +ref = caroncomb; +} +); +width = 692; +}, +{ +layerId = m01; +shapes = ( +{ +ref = G; +}, +{ +pos = (140,200); +ref = caroncomb; +} +); +width = 840; +}, +{ +layerId = m003; +shapes = ( +{ +ref = G; +}, +{ +pos = (272,200); +ref = caroncomb; +} +); +width = 1110; +}, +{ +layerId = m006; +shapes = ( +{ +ref = G; +}, +{ +pos = (80,180); +ref = caroncomb; +} +); +width = 723; +}, +{ +layerId = m002; +shapes = ( +{ +ref = G; +}, +{ +pos = (162,180); +ref = caroncomb; +} +); +width = 874; +}, +{ +layerId = m004; +shapes = ( +{ +ref = G; +}, +{ +pos = (304,180); +ref = caroncomb; +} +); +width = 1172; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = G; +}, +{ +pos = (98,160); +ref = caroncomb; +} +); +width = 746; +}, +{ +layerId = m008; +shapes = ( +{ +ref = G; +}, +{ +pos = (166,160); +ref = caroncomb; +} +); +width = 870; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = G; +}, +{ +pos = (332,160); +ref = caroncomb; +} +); +width = 1202; +} +); +unicode = 486; +}, +{ +glyphname = Gcommaaccent; +kernLeft = RND_LEFT; +lastChange = "2022-10-11 19:10:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = G; +}, +{ +pos = (40,0); +ref = commaaccentcomb; +} +); +width = 650; +}, +{ +layerId = m007; +shapes = ( +{ +ref = G; +}, +{ +pos = (108,0); +ref = commaaccentcomb; +} +); +width = 784; +}, +{ +layerId = m010; +shapes = ( +{ +ref = G; +}, +{ +pos = (250,0); +ref = commaaccentcomb; +} +); +width = 1064; +}, +{ +layerId = m005; +shapes = ( +{ +ref = G; +}, +{ +pos = (56,0); +ref = commaaccentcomb; +} +); +width = 692; +}, +{ +layerId = m01; +shapes = ( +{ +ref = G; +}, +{ +pos = (130,0); +ref = commaaccentcomb; +} +); +width = 840; +}, +{ +layerId = m003; +shapes = ( +{ +ref = G; +}, +{ +pos = (262,0); +ref = commaaccentcomb; +} +); +width = 1110; +}, +{ +layerId = m006; +shapes = ( +{ +ref = G; +}, +{ +pos = (72,0); +ref = commaaccentcomb; +} +); +width = 723; +}, +{ +layerId = m002; +shapes = ( +{ +ref = G; +}, +{ +pos = (152,0); +ref = commaaccentcomb; +} +); +width = 874; +}, +{ +layerId = m004; +shapes = ( +{ +ref = G; +}, +{ +pos = (294,0); +ref = commaaccentcomb; +} +); +width = 1172; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = G; +}, +{ +pos = (92,0); +ref = commaaccentcomb; +} +); +width = 746; +}, +{ +layerId = m008; +shapes = ( +{ +ref = G; +}, +{ +pos = (156,0); +ref = commaaccentcomb; +} +); +width = 870; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = G; +}, +{ +pos = (322,0); +ref = commaaccentcomb; +} +); +width = 1202; +} +); +unicode = 290; +}, +{ +glyphname = Gdotaccent; +kernLeft = RND_LEFT; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = G; +}, +{ +pos = (304,212); +ref = dotaccentcomb; +} +); +width = 650; +}, +{ +layerId = m007; +shapes = ( +{ +ref = G; +}, +{ +pos = (360,212); +ref = dotaccentcomb; +} +); +width = 784; +}, +{ +layerId = m010; +shapes = ( +{ +ref = G; +}, +{ +pos = (492,212); +ref = dotaccentcomb; +} +); +width = 1064; +}, +{ +layerId = m005; +shapes = ( +{ +ref = G; +}, +{ +pos = (278,200); +ref = dotaccentcomb; +} +); +width = 692; +}, +{ +layerId = m01; +shapes = ( +{ +ref = G; +}, +{ +pos = (346,200); +ref = dotaccentcomb; +} +); +width = 840; +}, +{ +layerId = m003; +shapes = ( +{ +ref = G; +}, +{ +pos = (466,200); +ref = dotaccentcomb; +} +); +width = 1110; +}, +{ +layerId = m006; +shapes = ( +{ +ref = G; +}, +{ +pos = (270,180); +ref = dotaccentcomb; +} +); +width = 723; +}, +{ +layerId = m002; +shapes = ( +{ +ref = G; +}, +{ +pos = (338,180); +ref = dotaccentcomb; +} +); +width = 874; +}, +{ +layerId = m004; +shapes = ( +{ +ref = G; +}, +{ +pos = (462,180); +ref = dotaccentcomb; +} +); +width = 1172; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = G; +}, +{ +pos = (238,160); +ref = dotaccentcomb; +} +); +width = 746; +}, +{ +layerId = m008; +shapes = ( +{ +ref = G; +}, +{ +pos = (272,160); +ref = dotaccentcomb; +} +); +width = 870; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = G; +}, +{ +pos = (398,160); +ref = dotaccentcomb; +} +); +width = 1202; +} +); +unicode = 288; +}, +{ +glyphname = H; +kernLeft = SQR_LEFT; +lastChange = "2023-04-29 19:08:24 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (726,0); +}, +{ +name = bottom; +pos = (416,0); +}, +{ +name = center; +pos = (416,400); +}, +{ +name = top; +pos = (416,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +guides = ( +{ +pos = (304,917); +} +); +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 392; +}; +pos = (213,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (506,0); +ref = "_part.stem-H"; +} +); +width = 832; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (679,0); +}, +{ +name = bottom; +pos = (416,0); +}, +{ +name = center; +pos = (416,400); +}, +{ +name = top; +pos = (416,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 310; +}; +pos = (255,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (498,0); +ref = "_part.stem-H"; +} +); +width = 832; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (984,0); +}, +{ +name = bottom; +pos = (536,0); +}, +{ +name = center; +pos = (536,400); +}, +{ +name = top; +pos = (536,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 632; +}; +pos = (213,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (746,0); +ref = "_part.stem-H"; +} +); +width = 1072; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (964,0); +}, +{ +name = bottom; +pos = (544,0); +}, +{ +name = center; +pos = (544,400); +}, +{ +name = top; +pos = (544,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 544; +}; +pos = (266,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (732,0); +ref = "_part.stem-H"; +} +); +width = 1088; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (591,0); +}, +{ +name = bottom; +pos = (357,0); +}, +{ +name = center; +pos = (357,400); +}, +{ +name = top; +pos = (357,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 296; +}; +pos = (202,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (410,0); +ref = "_part.stem-H"; +} +); +width = 714; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (538,0); +}, +{ +name = bottom; +pos = (350,0); +}, +{ +name = center; +pos = (350,400); +}, +{ +name = top; +pos = (350,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 200; +}; +pos = (245,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (388,0); +ref = "_part.stem-H"; +} +); +width = 700; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (666,0); +}, +{ +name = bottom; +pos = (386,0); +}, +{ +name = center; +pos = (386,400); +}, +{ +name = top; +pos = (386,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +guides = ( +{ +pos = (126,915); +} +); +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 476; +}; +pos = (141,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (518,0); +ref = "_part.stem-H"; +} +); +width = 772; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (595,0); +}, +{ +name = bottom; +pos = (430,0); +}, +{ +name = center; +pos = (430,400); +}, +{ +name = top; +pos = (430,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 118; +}; +pos = (367,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (454,0); +ref = "_part.stem-H"; +} +); +width = 860; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (567,0); +}, +{ +name = bottom; +pos = (331,0); +}, +{ +name = center; +pos = (331,400); +}, +{ +name = top; +pos = (331,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 388; +}; +pos = (130,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (430,0); +ref = "_part.stem-H"; +} +); +width = 662; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (927,0); +}, +{ +name = bottom; +pos = (517,0); +}, +{ +name = center; +pos = (517,400); +}, +{ +name = top; +pos = (517,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 716; +}; +pos = (151,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (758,0); +ref = "_part.stem-H"; +} +); +width = 1034; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (875,0); +}, +{ +name = bottom; +pos = (590,0); +}, +{ +name = center; +pos = (590,400); +}, +{ +name = top; +pos = (590,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 270; +}; +pos = (451,0); +ref = "_part.bar-middle-UC"; +}, +{ +pos = (690,0); +ref = "_part.stem-H"; +} +); +width = 1180; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (473,0); +}, +{ +name = bottom; +pos = (364,0); +}, +{ +name = center; +pos = (364,400); +}, +{ +name = top; +pos = (364,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 82; +}; +pos = (319,0); +ref = "_part.bar-middle-UC"; +}, +{ +pos = (370,0); +ref = "_part.stem-H"; +} +); +width = 728; +} +); +unicode = 72; +}, +{ +glyphname = Hbar; +lastChange = "2022-09-25 19:17:24 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = H; +}, +{ +ref = _bar.Hbar; +} +); +width = 662; +}, +{ +layerId = m007; +shapes = ( +{ +ref = H; +}, +{ +ref = _bar.Hbar; +} +); +width = 772; +}, +{ +layerId = m010; +metricLeft = "=+10"; +metricRight = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = H; +}, +{ +pos = (10,0); +ref = _bar.Hbar; +} +); +width = 1054; +}, +{ +layerId = m005; +shapes = ( +{ +ref = H; +}, +{ +ref = _bar.Hbar; +} +); +width = 714; +}, +{ +layerId = m01; +metricLeft = "=+10"; +metricRight = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = H; +}, +{ +pos = (10,0); +ref = _bar.Hbar; +} +); +width = 852; +}, +{ +layerId = m003; +metricLeft = "=+30"; +metricRight = "=+30"; +shapes = ( +{ +pos = (30,0); +ref = H; +}, +{ +pos = (30,0); +ref = _bar.Hbar; +} +); +width = 1132; +}, +{ +layerId = m006; +shapes = ( +{ +ref = H; +}, +{ +ref = _bar.Hbar; +} +); +width = 700; +}, +{ +layerId = m002; +metricLeft = "=+20"; +metricRight = "=+20"; +shapes = ( +{ +pos = (20,0); +ref = H; +}, +{ +pos = (20,0); +ref = _bar.Hbar; +} +); +width = 872; +}, +{ +layerId = m004; +metricLeft = "=+30"; +metricRight = "=+30"; +shapes = ( +{ +pos = (30,0); +ref = H; +}, +{ +pos = (30,0); +ref = _bar.Hbar; +} +); +width = 1148; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+20"; +metricRight = "=+20"; +shapes = ( +{ +pos = (20,0); +ref = H; +}, +{ +pos = (20,0); +ref = _bar.Hbar; +} +); +width = 768; +}, +{ +layerId = m008; +metricLeft = "=+20"; +metricRight = "=+20"; +shapes = ( +{ +pos = (20,0); +ref = H; +}, +{ +pos = (20,0); +ref = _bar.Hbar; +} +); +width = 900; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+40"; +metricRight = "=+40"; +shapes = ( +{ +pos = (40,0); +ref = H; +}, +{ +pos = (40,0); +ref = _bar.Hbar; +} +); +width = 1260; +} +); +unicode = 294; +}, +{ +glyphname = Hdotbelow; +kernLeft = SQR_LEFT; +lastChange = "2022-10-11 19:11:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = H; +}, +{ +pos = (31,0); +ref = dotbelowcomb; +} +); +width = 662; +}, +{ +layerId = m007; +shapes = ( +{ +ref = H; +}, +{ +pos = (86,0); +ref = dotbelowcomb; +} +); +width = 772; +}, +{ +layerId = m010; +shapes = ( +{ +ref = H; +}, +{ +pos = (217,0); +ref = dotbelowcomb; +} +); +width = 1034; +}, +{ +layerId = m005; +shapes = ( +{ +ref = H; +}, +{ +pos = (57,0); +ref = dotbelowcomb; +} +); +width = 714; +}, +{ +layerId = m01; +shapes = ( +{ +ref = H; +}, +{ +pos = (116,0); +ref = dotbelowcomb; +} +); +width = 832; +}, +{ +layerId = m003; +shapes = ( +{ +ref = H; +}, +{ +pos = (236,0); +ref = dotbelowcomb; +} +); +width = 1072; +}, +{ +layerId = m006; +shapes = ( +{ +ref = H; +}, +{ +pos = (50,0); +ref = dotbelowcomb; +} +); +width = 700; +}, +{ +layerId = m002; +shapes = ( +{ +ref = H; +}, +{ +pos = (116,0); +ref = dotbelowcomb; +} +); +width = 832; +}, +{ +layerId = m004; +shapes = ( +{ +ref = H; +}, +{ +pos = (244,0); +ref = dotbelowcomb; +} +); +width = 1088; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = H; +}, +{ +pos = (64,0); +ref = dotbelowcomb; +} +); +width = 728; +}, +{ +layerId = m008; +shapes = ( +{ +ref = H; +}, +{ +pos = (130,0); +ref = dotbelowcomb; +} +); +width = 860; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = H; +}, +{ +pos = (290,0); +ref = dotbelowcomb; +} +); +width = 1180; +} +); +unicode = 7716; +}, +{ +glyphname = I; +kernLeft = SQR_LEFT; +lastChange = "2022-09-04 19:17:11 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (163,0); +}, +{ +name = ogonek; +pos = (220,10); +}, +{ +name = top; +pos = (163,800); +}, +{ +name = topacute; +pos = (163,800); +}, +{ +name = topgrave; +pos = (163,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 326; +}, +{ +anchors = ( +{ +name = bottom; +pos = (167,0); +}, +{ +name = ogonek; +pos = (261,10); +}, +{ +name = top; +pos = (167,800); +}, +{ +name = topacute; +pos = (167,800); +}, +{ +name = topgrave; +pos = (167,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 334; +}, +{ +anchors = ( +{ +name = bottom; +pos = (163,0); +}, +{ +name = ogonek; +pos = (220,10); +}, +{ +name = top; +pos = (163,800); +}, +{ +name = topacute; +pos = (163,800); +}, +{ +name = topgrave; +pos = (163,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 326; +}, +{ +anchors = ( +{ +name = bottom; +pos = (178,0); +}, +{ +name = ogonek; +pos = (272,10); +}, +{ +name = top; +pos = (178,800); +}, +{ +name = topacute; +pos = (178,800); +}, +{ +name = topgrave; +pos = (178,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 356; +}, +{ +anchors = ( +{ +name = bottom; +pos = (152,0); +}, +{ +name = ogonek; +pos = (209,10); +}, +{ +name = top; +pos = (152,800); +}, +{ +name = topacute; +pos = (152,800); +}, +{ +name = topgrave; +pos = (152,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 304; +}, +{ +anchors = ( +{ +name = bottom; +pos = (156,0); +}, +{ +name = ogonek; +pos = (250,10); +}, +{ +name = top; +pos = (156,800); +}, +{ +name = topacute; +pos = (156,800); +}, +{ +name = topgrave; +pos = (156,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 312; +}, +{ +anchors = ( +{ +name = bottom; +pos = (127,0); +}, +{ +name = ogonek; +pos = (148,10); +}, +{ +name = top; +pos = (127,800); +}, +{ +name = topacute; +pos = (127,800); +}, +{ +name = topgrave; +pos = (127,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 254; +}, +{ +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = ogonek; +pos = (371,10); +}, +{ +name = top; +pos = (203,800); +}, +{ +name = topacute; +pos = (203,800); +}, +{ +name = topgrave; +pos = (203,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 406; +}, +{ +anchors = ( +{ +name = bottom; +pos = (116,0); +}, +{ +name = ogonek; +pos = (137,10); +}, +{ +name = top; +pos = (116,800); +}, +{ +name = topacute; +pos = (116,800); +}, +{ +name = topgrave; +pos = (116,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 232; +}, +{ +anchors = ( +{ +name = bottom; +pos = (138,0); +}, +{ +name = ogonek; +pos = (159,10); +}, +{ +name = top; +pos = (138,800); +}, +{ +name = topacute; +pos = (138,800); +}, +{ +name = topgrave; +pos = (138,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 276; +}, +{ +anchors = ( +{ +name = bottom; +pos = (245,0); +}, +{ +name = ogonek; +pos = (455,10); +}, +{ +name = top; +pos = (245,800); +}, +{ +name = topacute; +pos = (245,800); +}, +{ +name = topgrave; +pos = (245,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 490; +}, +{ +anchors = ( +{ +name = bottom; +pos = (179,0); +}, +{ +name = ogonek; +pos = (323,10); +}, +{ +name = top; +pos = (179,800); +}, +{ +name = topacute; +pos = (179,800); +}, +{ +name = topgrave; +pos = (179,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +} +); +width = 358; +} +); +metricLeft = H; +metricRight = H; +unicode = 73; +}, +{ +glyphname = IJ; +kernLeft = SQR_LEFT; +lastChange = "2022-10-11 19:11:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +pos = (232,0); +ref = J; +} +); +width = 752; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +pos = (254,0); +ref = J; +} +); +width = 861; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +pos = (276,0); +ref = J; +} +); +width = 1076; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +pos = (304,0); +ref = J; +} +); +width = 865; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +pos = (326,0); +ref = J; +} +); +width = 981; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +pos = (326,0); +ref = J; +} +); +width = 1173; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +pos = (312,0); +ref = J; +} +); +width = 891; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +pos = (334,0); +ref = J; +} +); +width = 1020; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +pos = (356,0); +ref = J; +} +); +width = 1250; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (358,0); +ref = J; +} +); +width = 1032; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +pos = (406,0); +ref = J; +} +); +width = 1208; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (490,0); +ref = J; +} +); +width = 1552; +} +); +unicode = 306; +}, +{ +glyphname = Iacute; +kernLeft = SQR_LEFT; +lastChange = "2022-10-11 19:11:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-154,212); +ref = acutecomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-143,212); +ref = acutecomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-132,212); +ref = acutecomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-118,200); +ref = acutecomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-107,200); +ref = acutecomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-98,200); +ref = acutecomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-114,180); +ref = acutecomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-103,180); +ref = acutecomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-92,180); +ref = acutecomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-91,160); +ref = acutecomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-67,160); +ref = acutecomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +anchor = topacute; +pos = (-25,160); +ref = acutecomb; +} +); +width = 490; +} +); +unicode = 205; +}, +{ +glyphname = Icircumflex; +kernLeft = Idiacritics_left; +kernRight = Idiacritics_right; +lastChange = "2023-01-17 13:20:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +pos = (-184,212); +ref = circumflexcomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +pos = (-173,212); +ref = circumflexcomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +pos = (-162,212); +ref = circumflexcomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +pos = (-148,200); +ref = circumflexcomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +pos = (-137,200); +ref = circumflexcomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +pos = (-137,200); +ref = circumflexcomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +pos = (-144,180); +ref = circumflexcomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +pos = (-133,180); +ref = circumflexcomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +pos = (-122,180); +ref = circumflexcomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-121,160); +ref = circumflexcomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +pos = (-97,160); +ref = circumflexcomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-55,160); +ref = circumflexcomb; +} +); +width = 490; +} +); +unicode = 206; +}, +{ +glyphname = Idieresis; +kernLeft = Idiacritics_left; +kernRight = Idiacritics_right; +lastChange = "2023-01-17 13:24:20 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +pos = (-6,212); +ref = dieresiscomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +pos = (-28,212); +ref = dieresiscomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +pos = (-68,212); +ref = dieresiscomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +pos = (-17,200); +ref = dieresiscomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +pos = (-37,200); +ref = dieresiscomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +pos = (-97,200); +ref = dieresiscomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +pos = (-45,180); +ref = dieresiscomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +pos = (-71,180); +ref = dieresiscomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +pos = (-116,180); +ref = dieresiscomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-71,160); +ref = dieresiscomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +pos = (-97,160); +ref = dieresiscomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-159,160); +ref = dieresiscomb; +} +); +width = 490; +} +); +unicode = 207; +}, +{ +glyphname = Idotaccent; +kernLeft = SQR_LEFT; +lastChange = "2023-01-17 13:13:28 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +pos = (74,212); +ref = dotaccentcomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +pos = (69,212); +ref = dotaccentcomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +pos = (70,212); +ref = dotaccentcomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +pos = (68,200); +ref = dotaccentcomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +pos = (69,200); +ref = dotaccentcomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +pos = (57,200); +ref = dotaccentcomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +pos = (46,180); +ref = dotaccentcomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +pos = (43,180); +ref = dotaccentcomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +pos = (36,180); +ref = dotaccentcomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (19,160); +ref = dotaccentcomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +pos = (9,160); +ref = dotaccentcomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (11,160); +ref = dotaccentcomb; +} +); +width = 490; +} +); +unicode = 304; +}, +{ +glyphname = Idotbelow; +kernLeft = SQR_LEFT; +lastChange = "2022-10-11 19:11:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +pos = (-184,0); +ref = dotbelowcomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +pos = (-173,0); +ref = dotbelowcomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +pos = (-162,0); +ref = dotbelowcomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +pos = (-148,0); +ref = dotbelowcomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +pos = (-137,0); +ref = dotbelowcomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +pos = (-137,0); +ref = dotbelowcomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +pos = (-144,0); +ref = dotbelowcomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +pos = (-133,0); +ref = dotbelowcomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +pos = (-122,0); +ref = dotbelowcomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-121,0); +ref = dotbelowcomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +pos = (-97,0); +ref = dotbelowcomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-55,0); +ref = dotbelowcomb; +} +); +width = 490; +} +); +unicode = 7882; +}, +{ +glyphname = Igrave; +kernLeft = SQR_LEFT; +lastChange = "2022-10-11 19:11:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-214,212); +ref = gravecomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-203,212); +ref = gravecomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-192,212); +ref = gravecomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-178,200); +ref = gravecomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-167,200); +ref = gravecomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-176,200); +ref = gravecomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-174,180); +ref = gravecomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-163,180); +ref = gravecomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-152,180); +ref = gravecomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-151,160); +ref = gravecomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-127,160); +ref = gravecomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +anchor = topgrave; +pos = (-85,160); +ref = gravecomb; +} +); +width = 490; +} +); +unicode = 204; +}, +{ +glyphname = Imacron; +kernLeft = Idiacritics_left; +kernRight = Idiacritics_right; +lastChange = "2023-01-17 13:25:00 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +pos = (-184,212); +ref = macroncomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +pos = (-173,212); +ref = macroncomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +pos = (-162,212); +ref = macroncomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +pos = (-148,200); +ref = macroncomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +pos = (-137,200); +ref = macroncomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +pos = (-137,200); +ref = macroncomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +pos = (-144,180); +ref = macroncomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +pos = (-133,180); +ref = macroncomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +pos = (-122,180); +ref = macroncomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-121,160); +ref = macroncomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +pos = (-97,160); +ref = macroncomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-55,160); +ref = macroncomb; +} +); +width = 490; +} +); +unicode = 298; +}, +{ +glyphname = Iogonek; +kernLeft = SQR_LEFT; +lastChange = "2022-10-11 19:11:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +pos = (-238,0); +ref = ogonekcomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +pos = (-236,0); +ref = ogonekcomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +pos = (-249,0); +ref = ogonekcomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +pos = (-202,0); +ref = ogonekcomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +pos = (-184,0); +ref = ogonekcomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +pos = (-218,0); +ref = ogonekcomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +pos = (-184,0); +ref = ogonekcomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +pos = (-183,0); +ref = ogonekcomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +pos = (-212,0); +ref = ogonekcomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-136,0); +ref = ogonekcomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +pos = (-133,0); +ref = ogonekcomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-114,0); +ref = ogonekcomb; +} +); +width = 490; +} +); +unicode = 302; +}, +{ +glyphname = Itilde; +kernLeft = Idiacritics_left; +kernRight = Idiacritics_right; +lastChange = "2023-01-17 13:22:52 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +pos = (-184,212); +ref = tildecomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +pos = (-173,212); +ref = tildecomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +pos = (-162,212); +ref = tildecomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +pos = (-148,200); +ref = tildecomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +pos = (-137,200); +ref = tildecomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +pos = (-137,200); +ref = tildecomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +pos = (-144,180); +ref = tildecomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +pos = (-133,180); +ref = tildecomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +pos = (-122,180); +ref = tildecomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-121,160); +ref = tildecomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +pos = (-97,160); +ref = tildecomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-101,160); +ref = tildecomb; +} +); +width = 490; +} +); +unicode = 296; +}, +{ +glyphname = J; +kernRight = U_RIGHT; +lastChange = "2022-09-18 19:21:19 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (328,0); +}, +{ +name = top; +pos = (492,800); +}, +{ +name = topacute; +pos = (492,800); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(53,270,ls), +(53,93,o), +(147,-16,o), +(301,-16,cs), +(455,-16,o), +(549,93,o), +(549,270,cs), +(549,800,l), +(435,800,l), +(435,280,ls), +(435,163,o), +(385,94,o), +(301,94,cs), +(217,94,o), +(167,163,o), +(167,280,cs), +(167,350,l), +(53,350,l) +); +} +); +width = 655; +}, +{ +anchors = ( +{ +name = bottom; +pos = (343,0); +}, +{ +name = top; +pos = (519,800); +}, +{ +name = topacute; +pos = (522,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(37,286,ls), +(37,94,o), +(144,-20,o), +(325,-20,cs), +(506,-20,o), +(613,94,o), +(613,286,cs), +(613,800,l), +(425,800,l), +(425,296,ls), +(425,211,o), +(388,160,o), +(325,160,cs), +(262,160,o), +(225,211,o), +(225,296,cs), +(225,350,l), +(37,350,l) +); +} +); +width = 686; +}, +{ +anchors = ( +{ +name = bottom; +pos = (424,0); +}, +{ +name = top; +pos = (684,800); +}, +{ +name = topacute; +pos = (682,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(53,290,ls), +(53,100,o), +(184,-16,o), +(397,-16,cs), +(610,-16,o), +(741,100,o), +(741,290,cs), +(741,800,l), +(627,800,l), +(627,290,ls), +(627,167,o), +(540,92,o), +(397,92,cs), +(254,92,o), +(167,167,o), +(167,290,cs), +(167,350,l), +(53,350,l) +); +} +); +width = 847; +}, +{ +anchors = ( +{ +name = bottom; +pos = (447,0); +}, +{ +name = top; +pos = (716,800); +}, +{ +name = topacute; +pos = (720,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(42,306,ls), +(42,101,o), +(185,-20,o), +(426,-20,cs), +(667,-20,o), +(810,101,o), +(810,306,cs), +(810,800,l), +(622,800,l), +(622,316,ls), +(622,213,o), +(549,152,o), +(426,152,cs), +(303,152,o), +(230,213,o), +(230,316,cs), +(230,350,l), +(42,350,l) +); +} +); +width = 894; +}, +{ +anchors = ( +{ +name = bottom; +pos = (281,0); +}, +{ +name = top; +pos = (409,800); +}, +{ +name = topacute; +pos = (404,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(48,230,ls), +(48,75,o), +(126,-16,o), +(257,-16,cs), +(388,-16,o), +(466,75,o), +(466,230,cs), +(466,800,l), +(352,800,l), +(352,240,ls), +(352,148,o), +(317,94,o), +(257,94,cs), +(197,94,o), +(162,148,o), +(162,240,cs), +(162,350,l), +(48,350,l) +); +} +); +width = 561; +}, +{ +anchors = ( +{ +name = bottom; +pos = (290,0); +}, +{ +name = top; +pos = (423,800); +}, +{ +name = topacute; +pos = (416,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(31,256,ls), +(31,83,o), +(121,-20,o), +(274,-20,cs), +(427,-20,o), +(517,83,o), +(517,256,cs), +(517,800,l), +(329,800,l), +(329,266,ls), +(329,199,o), +(309,160,o), +(274,160,cs), +(239,160,o), +(219,199,o), +(219,266,cs), +(219,350,l), +(31,350,l) +); +} +); +width = 579; +}, +{ +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = top; +pos = (480,800); +}, +{ +name = topacute; +pos = (477,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(53,250,ls), +(53,88,o), +(138,-12,o), +(277,-12,cs), +(416,-12,o), +(501,88,o), +(501,250,cs), +(501,800,l), +(459,800,l), +(459,250,ls), +(459,112,o), +(390,28,o), +(277,28,cs), +(164,28,o), +(95,112,o), +(95,250,cs), +(95,350,l), +(53,350,l) +); +} +); +width = 607; +}, +{ +anchors = ( +{ +name = bottom; +pos = (401,0); +}, +{ +name = top; +pos = (599,800); +}, +{ +name = topacute; +pos = (596,800); +} +); +background = { +shapes = ( +{ +pos = (-18,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(17,304,ls), +(17,99,o), +(175,-26,o), +(392,-26,cs), +(609,-26,o), +(767,99,o), +(767,304,cs), +(767,800,l), +(431,800,l), +(431,322,ls), +(431,273,o), +(415,248,o), +(382,248,cs), +(349,248,o), +(333,273,o), +(333,322,cs), +(333,390,l), +(17,390,l) +); +} +); +width = 802; +}, +{ +anchors = ( +{ +name = bottom; +pos = (260,0); +}, +{ +name = top; +pos = (404,800); +}, +{ +name = topacute; +pos = (405,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(47,220,ls), +(47,76,o), +(119,-12,o), +(236,-12,cs), +(353,-12,o), +(425,76,o), +(425,220,cs), +(425,800,l), +(383,800,l), +(383,220,ls), +(383,101,o), +(327,28,o), +(236,28,cs), +(145,28,o), +(89,101,o), +(89,220,cs), +(89,350,l), +(47,350,l) +); +} +); +width = 520; +}, +{ +anchors = ( +{ +name = bottom; +pos = (400,0); +}, +{ +name = top; +pos = (662,800); +}, +{ +name = topacute; +pos = (662,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(59,290,ls), +(59,97,o), +(171,-12,o), +(371,-12,cs), +(571,-12,o), +(683,97,o), +(683,290,cs), +(683,800,l), +(641,800,l), +(641,290,ls), +(641,122,o), +(544,28,o), +(371,28,cs), +(198,28,o), +(101,122,o), +(101,290,cs), +(101,350,l), +(59,350,l) +); +} +); +width = 800; +}, +{ +anchors = ( +{ +name = bottom; +pos = (531,0); +}, +{ +name = top; +pos = (817,800); +}, +{ +name = topacute; +pos = (812,800); +} +); +background = { +shapes = ( +{ +pos = (-18,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(17,334,ls), +(17,96,o), +(189,-26,o), +(522,-26,cs), +(855,-26,o), +(1027,96,o), +(1027,334,cs), +(1027,800,l), +(607,800,l), +(607,352,ls), +(607,283,o), +(575,248,o), +(512,248,cs), +(449,248,o), +(417,283,o), +(417,352,cs), +(417,390,l), +(17,390,l) +); +} +); +width = 1062; +}, +{ +anchors = ( +{ +name = bottom; +pos = (337,0); +}, +{ +name = top; +pos = (495,800); +}, +{ +name = topacute; +pos = (490,800); +} +); +background = { +shapes = ( +{ +pos = (-18,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(17,274,ls), +(17,82,o), +(129,-26,o), +(328,-26,cs), +(527,-26,o), +(639,82,o), +(639,274,cs), +(639,800,l), +(351,800,l), +(351,292,ls), +(351,261,o), +(341,248,o), +(318,248,cs), +(295,248,o), +(285,261,o), +(285,292,cs), +(285,390,l), +(17,390,l) +); +} +); +width = 674; +} +); +metricLeft = "=SQRU/2"; +metricRight = SQRU; +unicode = 74; +}, +{ +glyphname = Jacute; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:11:38 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (135,212); +ref = acutecomb; +} +); +width = 520; +}, +{ +layerId = m007; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (207,212); +ref = acutecomb; +} +); +width = 607; +}, +{ +layerId = m010; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (392,212); +ref = acutecomb; +} +); +width = 800; +}, +{ +layerId = m005; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (134,200); +ref = acutecomb; +} +); +width = 561; +}, +{ +layerId = m01; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (222,200); +ref = acutecomb; +} +); +width = 655; +}, +{ +layerId = m003; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (421,200); +ref = acutecomb; +} +); +width = 847; +}, +{ +layerId = m006; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (146,180); +ref = acutecomb; +} +); +width = 579; +}, +{ +layerId = m002; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (252,180); +ref = acutecomb; +} +); +width = 686; +}, +{ +layerId = m004; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (450,180); +ref = acutecomb; +} +); +width = 894; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (220,160); +ref = acutecomb; +} +); +width = 674; +}, +{ +layerId = m008; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (326,160); +ref = acutecomb; +} +); +width = 802; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = J; +}, +{ +anchor = topacute; +pos = (542,160); +ref = acutecomb; +} +); +width = 1062; +} +); +}, +{ +glyphname = K; +kernLeft = SQR_LEFT; +kernRight = X_RIGHT; +lastChange = "2023-04-28 14:18:05 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (618,0); +}, +{ +name = bottom; +pos = (394,0); +}, +{ +name = top; +pos = (374,800); +} +); +background = { +shapes = ( +{ +pos = (138,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.K; +} +); +width = 708; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (578,0); +}, +{ +name = bottom; +pos = (392,0); +}, +{ +name = top; +pos = (382,800); +} +); +background = { +shapes = ( +{ +pos = (98,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (261,0); +ref = _part.K; +} +); +width = 741; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (838,0); +}, +{ +name = bottom; +pos = (490,0); +}, +{ +name = top; +pos = (460,800); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.K; +} +); +width = 920; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (778,0); +}, +{ +name = bottom; +pos = (507,0); +}, +{ +name = top; +pos = (487,800); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (272,0); +ref = _part.K; +} +); +width = 973; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (528,0); +}, +{ +name = bottom; +pos = (341,0); +}, +{ +name = top; +pos = (321,800); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (209,0); +ref = _part.K; +} +); +width = 601; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (488,0); +}, +{ +name = bottom; +pos = (336,0); +}, +{ +name = top; +pos = (326,800); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (250,0); +ref = _part.K; +} +); +width = 623; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (608,0); +}, +{ +name = bottom; +pos = (353,0); +}, +{ +name = top; +pos = (333,800); +} +); +background = { +shapes = ( +{ +pos = (138,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (148,0); +ref = _part.K; +} +); +width = 626; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (538,0); +}, +{ +name = bottom; +pos = (430,0); +}, +{ +name = top; +pos = (420,800); +} +); +background = { +shapes = ( +{ +pos = (46,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (371,0); +ref = _part.K; +} +); +width = 819; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (520,0); +}, +{ +name = bottom; +pos = (305,0); +}, +{ +name = top; +pos = (285,800); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (137,0); +ref = _part.K; +} +); +width = 529; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (806,0); +}, +{ +name = bottom; +pos = (464,0); +}, +{ +name = top; +pos = (434,800); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (159,0); +ref = _part.K; +} +); +width = 848; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (768,0); +}, +{ +name = bottom; +pos = (571,0); +}, +{ +name = top; +pos = (561,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (455,0); +ref = _part.K; +} +); +width = 1121; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (448,0); +}, +{ +name = bottom; +pos = (362,0); +}, +{ +name = top; +pos = (352,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (323,0); +ref = _part.K; +} +); +width = 685; +} +); +metricLeft = "=H"; +metricRight = E; +unicode = 75; +}, +{ +glyphname = Kcommaaccent; +kernLeft = SQR_LEFT; +kernRight = X_RIGHT; +lastChange = "2022-10-11 19:11:52 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = K; +}, +{ +pos = (5,0); +ref = commaaccentcomb; +} +); +width = 529; +}, +{ +layerId = m007; +shapes = ( +{ +ref = K; +}, +{ +pos = (53,0); +ref = commaaccentcomb; +} +); +width = 626; +}, +{ +layerId = m010; +shapes = ( +{ +ref = K; +}, +{ +pos = (164,0); +ref = commaaccentcomb; +} +); +width = 848; +}, +{ +layerId = m005; +shapes = ( +{ +ref = K; +}, +{ +pos = (41,0); +ref = commaaccentcomb; +} +); +width = 601; +}, +{ +layerId = m01; +shapes = ( +{ +ref = K; +}, +{ +pos = (94,0); +ref = commaaccentcomb; +} +); +width = 708; +}, +{ +layerId = m003; +shapes = ( +{ +ref = K; +}, +{ +pos = (190,0); +ref = commaaccentcomb; +} +); +width = 920; +}, +{ +layerId = m006; +shapes = ( +{ +ref = K; +}, +{ +pos = (36,0); +ref = commaaccentcomb; +} +); +width = 623; +}, +{ +layerId = m002; +shapes = ( +{ +ref = K; +}, +{ +pos = (92,0); +ref = commaaccentcomb; +} +); +width = 741; +}, +{ +layerId = m004; +shapes = ( +{ +ref = K; +}, +{ +pos = (207,0); +ref = commaaccentcomb; +} +); +width = 973; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = K; +}, +{ +pos = (62,0); +ref = commaaccentcomb; +} +); +width = 685; +}, +{ +layerId = m008; +shapes = ( +{ +ref = K; +}, +{ +pos = (130,0); +ref = commaaccentcomb; +} +); +width = 819; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = K; +}, +{ +pos = (271,0); +ref = commaaccentcomb; +} +); +width = 1121; +} +); +unicode = 310; +}, +{ +glyphname = L; +kernLeft = SQR_LEFT; +kernRight = L_RIGHT; +lastChange = "2022-10-11 19:13:58 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (382,0); +}, +{ +name = center; +pos = (315,400); +}, +{ +name = top; +pos = (205,800); +}, +{ +name = topright; +pos = (300,800); +} +); +background = { +shapes = ( +{ +pos = (1,0); +ref = E; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 403; +}; +pos = (213,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 630; +}, +{ +anchors = ( +{ +name = bottom; +pos = (396,0); +}, +{ +name = center; +pos = (329,400); +}, +{ +name = top; +pos = (206,800); +}, +{ +name = topright; +pos = (337,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 390; +}; +pos = (255,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 657; +}, +{ +anchors = ( +{ +name = bottom; +pos = (496,0); +}, +{ +name = center; +pos = (431,400); +}, +{ +name = top; +pos = (216,800); +}, +{ +name = topright; +pos = (361,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 634; +}; +pos = (213,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 861; +}, +{ +anchors = ( +{ +name = bottom; +pos = (506,0); +}, +{ +name = center; +pos = (449,400); +}, +{ +name = top; +pos = (222,800); +}, +{ +name = topright; +pos = (408,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 620; +}; +pos = (266,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 898; +}, +{ +anchors = ( +{ +name = bottom; +pos = (316,0); +}, +{ +name = center; +pos = (265,400); +}, +{ +name = top; +pos = (188,800); +}, +{ +name = topright; +pos = (270,800); +} +); +background = { +shapes = ( +{ +pos = (-22,0); +ref = E; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 314; +}; +pos = (202,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 530; +}, +{ +anchors = ( +{ +name = bottom; +pos = (316,0); +}, +{ +name = center; +pos = (275,400); +}, +{ +name = top; +pos = (192,800); +}, +{ +name = topright; +pos = (299,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 294; +}; +pos = (245,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 549; +}, +{ +anchors = ( +{ +name = bottom; +pos = (344,0); +}, +{ +name = center; +pos = (291,400); +}, +{ +name = top; +pos = (160,800); +}, +{ +name = topright; +pos = (271,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 426; +}; +pos = (141,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 581; +}, +{ +anchors = ( +{ +name = bottom; +pos = (370,0); +}, +{ +name = center; +pos = (344,400); +}, +{ +name = top; +pos = (240,800); +}, +{ +name = topright; +pos = (407,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 312; +}; +pos = (367,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 687; +}, +{ +anchors = ( +{ +name = bottom; +pos = (296,0); +}, +{ +name = center; +pos = (250,400); +}, +{ +name = top; +pos = (152,800); +}, +{ +name = topright; +pos = (230,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 356; +}; +pos = (130,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 500; +}, +{ +anchors = ( +{ +name = bottom; +pos = (472,0); +}, +{ +name = center; +pos = (409,400); +}, +{ +name = top; +pos = (178,800); +}, +{ +name = topright; +pos = (317,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 650; +}; +pos = (151,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 817; +}, +{ +anchors = ( +{ +name = bottom; +pos = (489,0); +}, +{ +name = center; +pos = (489,400); +}, +{ +name = top; +pos = (294,800); +}, +{ +name = topright; +pos = (517,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 518; +}; +pos = (451,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 977; +}, +{ +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = center; +pos = (294,400); +}, +{ +name = top; +pos = (214,800); +}, +{ +name = topright; +pos = (357,800); +} +); +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 260; +}; +pos = (319,0); +ref = "_part.bar-bottom-UC"; +} +); +width = 587; +} +); +metricLeft = "=H"; +metricRight = T; +unicode = 76; +}, +{ +glyphname = Lacute; +kernLeft = SQR_LEFT; +kernRight = L_RIGHT; +lastChange = "2022-10-11 19:14:46 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = L; +}, +{ +pos = (-148,212); +ref = acutecomb; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = L; +}, +{ +pos = (-140,212); +ref = acutecomb; +} +); +width = 581; +}, +{ +layerId = m010; +shapes = ( +{ +ref = L; +}, +{ +pos = (-122,212); +ref = acutecomb; +} +); +width = 817; +}, +{ +layerId = m005; +shapes = ( +{ +ref = L; +}, +{ +pos = (-112,200); +ref = acutecomb; +} +); +width = 530; +}, +{ +layerId = m01; +shapes = ( +{ +ref = L; +}, +{ +pos = (-95,200); +ref = acutecomb; +} +); +width = 630; +}, +{ +layerId = m003; +shapes = ( +{ +ref = L; +}, +{ +pos = (-84,200); +ref = acutecomb; +} +); +width = 861; +}, +{ +layerId = m006; +shapes = ( +{ +ref = L; +}, +{ +pos = (-108,180); +ref = acutecomb; +} +); +width = 549; +}, +{ +layerId = m002; +shapes = ( +{ +ref = L; +}, +{ +pos = (-94,180); +ref = acutecomb; +} +); +width = 657; +}, +{ +layerId = m004; +shapes = ( +{ +ref = L; +}, +{ +pos = (-78,180); +ref = acutecomb; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = L; +}, +{ +pos = (-86,160); +ref = acutecomb; +} +); +width = 587; +}, +{ +layerId = m008; +shapes = ( +{ +ref = L; +}, +{ +pos = (-60,160); +ref = acutecomb; +} +); +width = 687; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = L; +}, +{ +pos = (-6,160); +ref = acutecomb; +} +); +width = 977; +} +); +unicode = 313; +}, +{ +glyphname = Lcaron; +kernLeft = SQR_LEFT; +kernRight = L_RIGHT; +lastChange = "2022-10-11 19:14:46 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = L; +}, +{ +pos = (130,-48); +ref = caroncomb.alt; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = L; +}, +{ +pos = (171,-48); +ref = caroncomb.alt; +} +); +width = 581; +}, +{ +layerId = m010; +shapes = ( +{ +ref = L; +}, +{ +pos = (217,-48); +ref = caroncomb.alt; +} +); +width = 817; +}, +{ +layerId = m005; +shapes = ( +{ +ref = L; +}, +{ +pos = (170,-48); +ref = caroncomb.alt; +} +); +width = 530; +}, +{ +layerId = m01; +shapes = ( +{ +ref = L; +}, +{ +pos = (200,-48); +ref = caroncomb.alt; +} +); +width = 630; +}, +{ +layerId = m003; +shapes = ( +{ +ref = L; +}, +{ +pos = (261,-48); +ref = caroncomb.alt; +} +); +width = 861; +}, +{ +layerId = m006; +shapes = ( +{ +ref = L; +}, +{ +pos = (199,-48); +ref = caroncomb.alt; +} +); +width = 549; +}, +{ +layerId = m002; +shapes = ( +{ +ref = L; +}, +{ +pos = (237,-48); +ref = caroncomb.alt; +} +); +width = 657; +}, +{ +layerId = m004; +shapes = ( +{ +ref = L; +}, +{ +pos = (308,-48); +ref = caroncomb.alt; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = L; +}, +{ +pos = (257,-48); +ref = caroncomb.alt; +} +); +width = 587; +}, +{ +layerId = m008; +shapes = ( +{ +ref = L; +}, +{ +pos = (307,-48); +ref = caroncomb.alt; +} +); +width = 687; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = L; +}, +{ +pos = (417,-48); +ref = caroncomb.alt; +} +); +width = 977; +} +); +unicode = 317; +}, +{ +glyphname = Lcommaaccent; +kernLeft = SQR_LEFT; +kernRight = L_RIGHT; +lastChange = "2022-10-11 19:14:46 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = L; +}, +{ +pos = (-4,0); +ref = commaaccentcomb; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = L; +}, +{ +pos = (44,0); +ref = commaaccentcomb; +} +); +width = 581; +}, +{ +layerId = m010; +shapes = ( +{ +ref = L; +}, +{ +pos = (172,0); +ref = commaaccentcomb; +} +); +width = 817; +}, +{ +layerId = m005; +shapes = ( +{ +ref = L; +}, +{ +pos = (16,0); +ref = commaaccentcomb; +} +); +width = 530; +}, +{ +layerId = m01; +shapes = ( +{ +ref = L; +}, +{ +pos = (82,0); +ref = commaaccentcomb; +} +); +width = 630; +}, +{ +layerId = m003; +shapes = ( +{ +ref = L; +}, +{ +pos = (196,0); +ref = commaaccentcomb; +} +); +width = 861; +}, +{ +layerId = m006; +shapes = ( +{ +ref = L; +}, +{ +pos = (16,0); +ref = commaaccentcomb; +} +); +width = 549; +}, +{ +layerId = m002; +shapes = ( +{ +ref = L; +}, +{ +pos = (96,0); +ref = commaaccentcomb; +} +); +width = 657; +}, +{ +layerId = m004; +shapes = ( +{ +ref = L; +}, +{ +pos = (206,0); +ref = commaaccentcomb; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = L; +}, +{ +pos = (20,0); +ref = commaaccentcomb; +} +); +width = 587; +}, +{ +layerId = m008; +shapes = ( +{ +ref = L; +}, +{ +pos = (70,0); +ref = commaaccentcomb; +} +); +width = 687; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = L; +}, +{ +pos = (189,0); +ref = commaaccentcomb; +} +); +width = 977; +} +); +unicode = 315; +}, +{ +glyphname = Ldot; +kernLeft = SQR_LEFT; +lastChange = "2022-10-11 19:12:29 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = L; +}, +{ +pos = (250,0); +ref = periodcentered.loclCAT.case; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = L; +}, +{ +pos = (291,0); +ref = periodcentered.loclCAT.case; +} +); +width = 581; +}, +{ +layerId = m010; +shapes = ( +{ +ref = L; +}, +{ +pos = (409,0); +ref = periodcentered.loclCAT.case; +} +); +width = 817; +}, +{ +layerId = m005; +shapes = ( +{ +ref = L; +}, +{ +pos = (265,0); +ref = periodcentered.loclCAT.case; +} +); +width = 530; +}, +{ +layerId = m01; +shapes = ( +{ +ref = L; +}, +{ +pos = (315,0); +ref = periodcentered.loclCAT.case; +} +); +width = 630; +}, +{ +layerId = m003; +shapes = ( +{ +ref = L; +}, +{ +pos = (431,0); +ref = periodcentered.loclCAT.case; +} +); +width = 861; +}, +{ +layerId = m006; +shapes = ( +{ +ref = L; +}, +{ +pos = (275,0); +ref = periodcentered.loclCAT.case; +} +); +width = 549; +}, +{ +layerId = m002; +shapes = ( +{ +ref = L; +}, +{ +pos = (329,0); +ref = periodcentered.loclCAT.case; +} +); +width = 657; +}, +{ +layerId = m004; +shapes = ( +{ +ref = L; +}, +{ +pos = (449,0); +ref = periodcentered.loclCAT.case; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = L; +}, +{ +pos = (294,0); +ref = periodcentered.loclCAT.case; +} +); +width = 587; +}, +{ +layerId = m008; +shapes = ( +{ +ref = L; +}, +{ +pos = (344,0); +ref = periodcentered.loclCAT.case; +} +); +width = 687; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = L; +}, +{ +pos = (489,0); +ref = periodcentered.loclCAT.case; +} +); +width = 977; +} +); +unicode = 319; +}, +{ +glyphname = Lslash; +lastChange = "2022-09-26 18:18:12 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = L; +}, +{ +ref = _slash.Lslash; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = L; +}, +{ +ref = _slash.Lslash; +} +); +width = 581; +}, +{ +layerId = m010; +metricLeft = "=+40"; +shapes = ( +{ +pos = (40,0); +ref = L; +}, +{ +pos = (40,0); +ref = _slash.Lslash; +} +); +width = 857; +}, +{ +layerId = m005; +shapes = ( +{ +ref = L; +}, +{ +ref = _slash.Lslash; +} +); +width = 530; +}, +{ +layerId = m01; +shapes = ( +{ +ref = L; +}, +{ +ref = _slash.Lslash; +} +); +width = 630; +}, +{ +layerId = m003; +metricLeft = "=+40"; +shapes = ( +{ +pos = (40,0); +ref = L; +}, +{ +pos = (40,0); +ref = _slash.Lslash; +} +); +width = 901; +}, +{ +layerId = m006; +metricLeft = "=+20"; +shapes = ( +{ +pos = (20,0); +ref = L; +}, +{ +pos = (20,0); +ref = _slash.Lslash; +} +); +width = 569; +}, +{ +layerId = m002; +metricLeft = "=+40"; +shapes = ( +{ +pos = (40,0); +ref = L; +}, +{ +pos = (54,0); +ref = _slash.Lslash; +} +); +width = 697; +}, +{ +layerId = m004; +metricLeft = "=+60"; +shapes = ( +{ +pos = (60,0); +ref = L; +}, +{ +pos = (60,0); +ref = _slash.Lslash; +} +); +width = 958; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+20"; +shapes = ( +{ +pos = (20,0); +ref = L; +}, +{ +pos = (20,0); +ref = _slash.Lslash; +} +); +width = 607; +}, +{ +layerId = m008; +metricLeft = "=+40"; +shapes = ( +{ +pos = (40,0); +ref = L; +}, +{ +pos = (40,0); +ref = _slash.Lslash; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+90"; +shapes = ( +{ +pos = (90,0); +ref = L; +}, +{ +pos = (90,0); +ref = _slash.Lslash; +} +); +width = 1067; +} +); +unicode = 321; +}, +{ +glyphname = M; +kernLeft = SQR_LEFT; +lastChange = "2022-03-12 16:46:40 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (216,0); +ref = _part.M; +}, +{ +pos = (1052,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 1052; +}, +{ +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (251,0); +ref = _part.M; +}, +{ +pos = (1106,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 1106; +}, +{ +background = { +shapes = ( +{ +pos = (-20,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (216,0); +ref = _part.M; +}, +{ +pos = (1364,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 1364; +}, +{ +background = { +shapes = ( +{ +pos = (-20,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (270,0); +ref = _part.M; +}, +{ +pos = (1456,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 1456; +}, +{ +background = { +shapes = ( +{ +pos = (20,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (201,0); +ref = _part.M; +}, +{ +pos = (892,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +pos = (20,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (230,0); +ref = _part.M; +}, +{ +pos = (928,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 928; +}, +{ +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (148,0); +ref = _part.M; +}, +{ +pos = (978,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 978; +}, +{ +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (293,0); +ref = _part.M; +}, +{ +pos = (1058,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 1058; +}, +{ +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (136,0); +ref = _part.M; +}, +{ +pos = (834,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 834; +}, +{ +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (159,0); +ref = _part.M; +}, +{ +pos = (1298,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 1298; +}, +{ +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (415,0); +ref = _part.M; +}, +{ +pos = (1466,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 1466; +}, +{ +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-M"; +}, +{ +pos = (303,0); +ref = _part.M; +}, +{ +pos = (898,0); +ref = "_part.stem-M"; +scale = (-1,1); +} +); +width = 898; +} +); +metricLeft = H; +metricRight = H; +unicode = 77; +}, +{ +glyphname = N; +kernLeft = SQR_LEFT; +lastChange = "2022-09-23 19:18:29 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (428,0); +}, +{ +name = bottomright; +pos = (750,0); +}, +{ +name = hookleft; +pos = (106,0); +}, +{ +name = top; +pos = (428,800); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (184,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (856,800); +ref = "_part.stem-N"; +} +); +width = 856; +}, +{ +anchors = ( +{ +name = bottom; +pos = (430,0); +}, +{ +name = bottomright; +pos = (787,0); +}, +{ +name = hookleft; +pos = (73,0); +}, +{ +name = top; +pos = (430,800); +} +); +background = { +shapes = ( +{ +pos = (14,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (201,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (860,800); +ref = "_part.stem-N"; +} +); +width = 860; +}, +{ +anchors = ( +{ +name = bottom; +pos = (543,0); +}, +{ +name = bottomright; +pos = (980,0); +}, +{ +name = hookleft; +pos = (106,0); +}, +{ +name = top; +pos = (543,800); +} +); +background = { +shapes = ( +{ +pos = (7,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (176,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (1086,800); +ref = "_part.stem-N"; +} +); +width = 1086; +}, +{ +anchors = ( +{ +name = bottom; +pos = (560,0); +}, +{ +name = bottomright; +pos = (1036,0); +}, +{ +name = hookleft; +pos = (84,0); +}, +{ +name = top; +pos = (560,800); +} +); +background = { +shapes = ( +{ +pos = (18,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (214,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (1120,800); +ref = "_part.stem-N"; +} +); +width = 1120; +}, +{ +anchors = ( +{ +name = bottom; +pos = (366,0); +}, +{ +name = bottomright; +pos = (637,0); +}, +{ +name = hookleft; +pos = (95,0); +}, +{ +name = top; +pos = (366,800); +} +); +background = { +shapes = ( +{ +pos = (9,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (151,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (732,800); +ref = "_part.stem-N"; +} +); +width = 732; +}, +{ +anchors = ( +{ +name = bottom; +pos = (356,0); +}, +{ +name = bottomright; +pos = (650,0); +}, +{ +name = hookleft; +pos = (62,0); +}, +{ +name = top; +pos = (356,800); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (174,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (712,800); +ref = "_part.stem-N"; +} +); +width = 712; +}, +{ +anchors = ( +{ +name = bottom; +pos = (389,0); +}, +{ +name = bottomright; +pos = (672,0); +}, +{ +name = hookleft; +pos = (106,0); +}, +{ +name = top; +pos = (389,800); +} +); +background = { +shapes = ( +{ +pos = (3,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (125,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (778,800); +ref = "_part.stem-N"; +} +); +width = 778; +}, +{ +anchors = ( +{ +name = bottom; +pos = (440,0); +}, +{ +name = bottomright; +pos = (845,0); +}, +{ +name = hookleft; +pos = (35,0); +}, +{ +name = top; +pos = (440,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (251,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (880,800); +ref = "_part.stem-N"; +} +); +width = 880; +}, +{ +anchors = ( +{ +name = bottom; +pos = (336,0); +}, +{ +name = bottomright; +pos = (577,0); +}, +{ +name = hookleft; +pos = (95,0); +}, +{ +name = top; +pos = (336,800); +} +); +background = { +shapes = ( +{ +pos = (5,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (107,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (672,800); +ref = "_part.stem-N"; +} +); +width = 672; +}, +{ +anchors = ( +{ +name = bottom; +pos = (511,0); +}, +{ +name = bottomright; +pos = (905,0); +}, +{ +name = hookleft; +pos = (117,0); +}, +{ +name = top; +pos = (511,800); +} +); +background = { +shapes = ( +{ +pos = (-6,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (130,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (1022,800); +ref = "_part.stem-N"; +} +); +width = 1022; +}, +{ +anchors = ( +{ +name = bottom; +pos = (600,0); +}, +{ +name = bottomright; +pos = (1165,0); +}, +{ +name = hookleft; +pos = (35,0); +}, +{ +name = top; +pos = (600,800); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (339,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (1200,800); +ref = "_part.stem-N"; +} +); +width = 1200; +}, +{ +anchors = ( +{ +name = bottom; +pos = (374,0); +}, +{ +name = bottomright; +pos = (713,0); +}, +{ +name = hookleft; +pos = (35,0); +}, +{ +name = top; +pos = (374,800); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-N"; +}, +{ +piece = { +Group = 1; +}; +pos = (203,0); +ref = _part.N; +}, +{ +angle = 180; +pos = (748,800); +ref = "_part.stem-N"; +} +); +width = 748; +} +); +metricLeft = H; +metricRight = H; +unicode = 78; +}, +{ +glyphname = Nacute; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = N; +}, +{ +pos = (36,212); +ref = acutecomb; +} +); +width = 672; +}, +{ +layerId = m007; +shapes = ( +{ +ref = N; +}, +{ +pos = (89,212); +ref = acutecomb; +} +); +width = 778; +}, +{ +layerId = m010; +shapes = ( +{ +ref = N; +}, +{ +pos = (211,212); +ref = acutecomb; +} +); +width = 1022; +}, +{ +layerId = m005; +shapes = ( +{ +ref = N; +}, +{ +pos = (66,200); +ref = acutecomb; +} +); +width = 732; +}, +{ +layerId = m01; +shapes = ( +{ +ref = N; +}, +{ +pos = (128,200); +ref = acutecomb; +} +); +width = 856; +}, +{ +layerId = m003; +shapes = ( +{ +ref = N; +}, +{ +pos = (243,200); +ref = acutecomb; +} +); +width = 1086; +}, +{ +layerId = m006; +shapes = ( +{ +ref = N; +}, +{ +pos = (56,180); +ref = acutecomb; +} +); +width = 712; +}, +{ +layerId = m002; +shapes = ( +{ +ref = N; +}, +{ +pos = (130,180); +ref = acutecomb; +} +); +width = 860; +}, +{ +layerId = m004; +shapes = ( +{ +ref = N; +}, +{ +pos = (260,180); +ref = acutecomb; +} +); +width = 1120; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = N; +}, +{ +pos = (74,160); +ref = acutecomb; +} +); +width = 748; +}, +{ +layerId = m008; +shapes = ( +{ +ref = N; +}, +{ +pos = (140,160); +ref = acutecomb; +} +); +width = 880; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (300,160); +ref = acutecomb; +} +); +width = 1200; +} +); +unicode = 323; +}, +{ +glyphname = Ncaron; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = N; +}, +{ +pos = (36,212); +ref = caroncomb; +} +); +width = 672; +}, +{ +layerId = m007; +shapes = ( +{ +ref = N; +}, +{ +pos = (89,212); +ref = caroncomb; +} +); +width = 778; +}, +{ +layerId = m010; +shapes = ( +{ +ref = N; +}, +{ +pos = (211,212); +ref = caroncomb; +} +); +width = 1022; +}, +{ +layerId = m005; +shapes = ( +{ +ref = N; +}, +{ +pos = (66,200); +ref = caroncomb; +} +); +width = 732; +}, +{ +layerId = m01; +shapes = ( +{ +ref = N; +}, +{ +pos = (128,200); +ref = caroncomb; +} +); +width = 856; +}, +{ +layerId = m003; +shapes = ( +{ +ref = N; +}, +{ +pos = (243,200); +ref = caroncomb; +} +); +width = 1086; +}, +{ +layerId = m006; +shapes = ( +{ +ref = N; +}, +{ +pos = (56,180); +ref = caroncomb; +} +); +width = 712; +}, +{ +layerId = m002; +shapes = ( +{ +ref = N; +}, +{ +pos = (130,180); +ref = caroncomb; +} +); +width = 860; +}, +{ +layerId = m004; +shapes = ( +{ +ref = N; +}, +{ +pos = (260,180); +ref = caroncomb; +} +); +width = 1120; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = N; +}, +{ +pos = (74,160); +ref = caroncomb; +} +); +width = 748; +}, +{ +layerId = m008; +shapes = ( +{ +ref = N; +}, +{ +pos = (140,160); +ref = caroncomb; +} +); +width = 880; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (300,160); +ref = caroncomb; +} +); +width = 1200; +} +); +unicode = 327; +}, +{ +glyphname = Ncommaaccent; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = N; +}, +{ +pos = (36,0); +ref = commaaccentcomb; +} +); +width = 672; +}, +{ +layerId = m007; +shapes = ( +{ +ref = N; +}, +{ +pos = (89,0); +ref = commaaccentcomb; +} +); +width = 778; +}, +{ +layerId = m010; +shapes = ( +{ +ref = N; +}, +{ +pos = (211,0); +ref = commaaccentcomb; +} +); +width = 1022; +}, +{ +layerId = m005; +shapes = ( +{ +ref = N; +}, +{ +pos = (66,0); +ref = commaaccentcomb; +} +); +width = 732; +}, +{ +layerId = m01; +shapes = ( +{ +ref = N; +}, +{ +pos = (128,0); +ref = commaaccentcomb; +} +); +width = 856; +}, +{ +layerId = m003; +shapes = ( +{ +ref = N; +}, +{ +pos = (243,0); +ref = commaaccentcomb; +} +); +width = 1086; +}, +{ +layerId = m006; +shapes = ( +{ +ref = N; +}, +{ +pos = (56,0); +ref = commaaccentcomb; +} +); +width = 712; +}, +{ +layerId = m002; +shapes = ( +{ +ref = N; +}, +{ +pos = (130,0); +ref = commaaccentcomb; +} +); +width = 860; +}, +{ +layerId = m004; +shapes = ( +{ +ref = N; +}, +{ +pos = (260,0); +ref = commaaccentcomb; +} +); +width = 1120; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = N; +}, +{ +pos = (74,0); +ref = commaaccentcomb; +} +); +width = 748; +}, +{ +layerId = m008; +shapes = ( +{ +ref = N; +}, +{ +pos = (140,0); +ref = commaaccentcomb; +} +); +width = 880; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (300,0); +ref = commaaccentcomb; +} +); +width = 1200; +} +); +unicode = 325; +}, +{ +glyphname = Nhookleft; +lastChange = "2023-04-18 18:22:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-205,0); +ref = _part.Hook.N; +} +); +width = 672; +}, +{ +layerId = m007; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-194,0); +ref = _part.Hook.N; +} +); +width = 778; +}, +{ +layerId = m010; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-183,0); +ref = _part.Hook.N; +} +); +width = 1022; +}, +{ +layerId = m005; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-205,0); +ref = _part.Hook.N; +} +); +width = 732; +}, +{ +layerId = m01; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-194,0); +ref = _part.Hook.N; +} +); +width = 856; +}, +{ +layerId = m003; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-194,0); +ref = _part.Hook.N; +} +); +width = 1086; +}, +{ +layerId = m006; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-238,0); +ref = _part.Hook.N; +} +); +width = 712; +}, +{ +layerId = m002; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-227,0); +ref = _part.Hook.N; +} +); +width = 860; +}, +{ +layerId = m004; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-216,0); +ref = _part.Hook.N; +} +); +width = 1120; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-265,0); +ref = _part.Hook.N; +} +); +width = 748; +}, +{ +layerId = m008; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-265,0); +ref = _part.Hook.N; +} +); +width = 880; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = N; +}, +{ +anchor = hookleft; +pos = (-265,0); +ref = _part.Hook.N; +} +); +width = 1200; +} +); +unicode = 413; +}, +{ +glyphname = Ntilde; +lastChange = "2022-04-06 06:27:30 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = N; +}, +{ +pos = (36,212); +ref = tildecomb; +} +); +width = 672; +}, +{ +layerId = m007; +shapes = ( +{ +ref = N; +}, +{ +pos = (89,212); +ref = tildecomb; +} +); +width = 778; +}, +{ +layerId = m010; +shapes = ( +{ +ref = N; +}, +{ +pos = (211,212); +ref = tildecomb; +} +); +width = 1022; +}, +{ +layerId = m005; +shapes = ( +{ +ref = N; +}, +{ +pos = (66,200); +ref = tildecomb; +} +); +width = 732; +}, +{ +layerId = m01; +shapes = ( +{ +ref = N; +}, +{ +pos = (128,200); +ref = tildecomb; +} +); +width = 856; +}, +{ +layerId = m003; +shapes = ( +{ +ref = N; +}, +{ +pos = (243,200); +ref = tildecomb; +} +); +width = 1086; +}, +{ +layerId = m006; +shapes = ( +{ +ref = N; +}, +{ +pos = (56,180); +ref = tildecomb; +} +); +width = 712; +}, +{ +layerId = m002; +shapes = ( +{ +ref = N; +}, +{ +pos = (130,180); +ref = tildecomb; +} +); +width = 860; +}, +{ +layerId = m004; +shapes = ( +{ +ref = N; +}, +{ +pos = (260,180); +ref = tildecomb; +} +); +width = 1120; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = N; +}, +{ +pos = (74,160); +ref = tildecomb; +} +); +width = 748; +}, +{ +layerId = m008; +shapes = ( +{ +ref = N; +}, +{ +pos = (140,160); +ref = tildecomb; +} +); +width = 880; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = N; +}, +{ +pos = (254,160); +ref = tildecomb; +} +); +width = 1200; +} +); +unicode = 209; +}, +{ +glyphname = Eng; +lastChange = "2023-04-18 18:22:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (237,0); +ref = _part.Hook.N; +} +); +width = 672; +}, +{ +layerId = m007; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (331,0); +ref = _part.Hook.N; +} +); +width = 778; +}, +{ +layerId = m010; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (564,0); +ref = _part.Hook.N; +} +); +width = 1022; +}, +{ +layerId = m005; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (231,0); +ref = _part.Hook.N; +} +); +width = 732; +}, +{ +layerId = m01; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (340,0); +ref = _part.Hook.N; +} +); +width = 856; +}, +{ +layerId = m003; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (570,0); +ref = _part.Hook.N; +} +); +width = 1086; +}, +{ +layerId = m006; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (178,0); +ref = _part.Hook.N; +} +); +width = 712; +}, +{ +layerId = m002; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (309,0); +ref = _part.Hook.N; +} +); +width = 860; +}, +{ +layerId = m004; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (552,0); +ref = _part.Hook.N; +} +); +width = 1120; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (145,0); +ref = _part.Hook.N; +} +); +width = 748; +}, +{ +layerId = m008; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (239,0); +ref = _part.Hook.N; +} +); +width = 880; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = N; +}, +{ +anchor = bottomright; +pos = (485,0); +ref = _part.Hook.N; +} +); +width = 1200; +} +); +unicode = 330; +}, +{ +glyphname = O; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-04-13 08:09:48 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (436,0); +}, +{ +name = center; +pos = (436,400); +}, +{ +name = ogonek; +pos = (785,10); +}, +{ +name = tail; +pos = (436,-10); +}, +{ +name = top; +pos = (436,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (852,800); +} +); +background = { +shapes = ( +{ +pos = (20,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(666,-16,o), +(816,148,o), +(816,400,cs), +(816,652,o), +(666,816,o), +(436,816,cs), +(206,816,o), +(56,652,o), +(56,400,cs), +(56,148,o), +(206,-16,o), +(436,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,92,o), +(170,209,o), +(170,400,cs), +(170,591,o), +(271,708,o), +(436,708,cs), +(601,708,o), +(702,591,o), +(702,400,cs), +(702,209,o), +(601,92,o), +(436,92,cs) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = bottom; +pos = (448,0); +}, +{ +name = center; +pos = (448,400); +}, +{ +name = ogonek; +pos = (806,10); +}, +{ +name = tail; +pos = (448,-10); +}, +{ +name = top; +pos = (448,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (876,800); +} +); +background = { +shapes = ( +{ +pos = (35,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-20,o), +(858,148,o), +(858,400,cs), +(858,652,o), +(694,820,o), +(448,820,cs), +(202,820,o), +(38,652,o), +(38,400,cs), +(38,148,o), +(202,-20,o), +(448,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(310,152,o), +(226,246,o), +(226,400,cs), +(226,554,o), +(310,648,o), +(448,648,cs), +(586,648,o), +(670,554,o), +(670,400,cs), +(670,246,o), +(586,152,o), +(448,152,cs) +); +} +); +width = 896; +}, +{ +anchors = ( +{ +name = bottom; +pos = (576,0); +}, +{ +name = center; +pos = (576,400); +}, +{ +name = ogonek; +pos = (1037,10); +}, +{ +name = tail; +pos = (576,-10); +}, +{ +name = top; +pos = (576,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (1132,800); +} +); +background = { +shapes = ( +{ +pos = (40,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(908,-16,o), +(1096,142,o), +(1096,400,cs), +(1096,658,o), +(908,816,o), +(576,816,cs), +(244,816,o), +(56,658,o), +(56,400,cs), +(56,142,o), +(244,-16,o), +(576,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(316,84,o), +(172,204,o), +(172,400,cs), +(172,596,o), +(316,716,o), +(576,716,cs), +(836,716,o), +(980,596,o), +(980,400,cs), +(980,204,o), +(836,84,o), +(576,84,cs) +); +} +); +width = 1152; +}, +{ +anchors = ( +{ +name = bottom; +pos = (594,0); +}, +{ +name = center; +pos = (594,400); +}, +{ +name = ogonek; +pos = (1069,10); +}, +{ +name = tail; +pos = (594,-10); +}, +{ +name = top; +pos = (594,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (1168,800); +} +); +background = { +shapes = ( +{ +pos = (50,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(946,-20,o), +(1144,131,o), +(1144,400,cs), +(1144,669,o), +(946,820,o), +(594,820,cs), +(242,820,o), +(44,669,o), +(44,400,cs), +(44,131,o), +(242,-20,o), +(594,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(358,140,o), +(236,228,o), +(236,400,cs), +(236,572,o), +(358,660,o), +(594,660,cs), +(830,660,o), +(952,572,o), +(952,400,cs), +(952,228,o), +(830,140,o), +(594,140,cs) +); +} +); +width = 1188; +}, +{ +anchors = ( +{ +name = bottom; +pos = (360,0); +}, +{ +name = center; +pos = (360,400); +}, +{ +name = ogonek; +pos = (648,10); +}, +{ +name = tail; +pos = (360,-10); +}, +{ +name = top; +pos = (360,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (700,800); +} +); +background = { +shapes = ( +{ +pos = (14,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(558,-16,o), +(670,134,o), +(670,400,cs), +(670,666,o), +(558,816,o), +(360,816,cs), +(162,816,o), +(50,666,o), +(50,400,cs), +(50,134,o), +(162,-16,o), +(360,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(231,90,o), +(164,195,o), +(164,400,cs), +(164,605,o), +(231,710,o), +(360,710,cs), +(489,710,o), +(556,605,o), +(556,400,cs), +(556,195,o), +(489,90,o), +(360,90,cs) +); +} +); +width = 720; +}, +{ +anchors = ( +{ +name = bottom; +pos = (369,0); +}, +{ +name = center; +pos = (369,400); +}, +{ +name = ogonek; +pos = (664,10); +}, +{ +name = tail; +pos = (369,-10); +}, +{ +name = top; +pos = (369,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (718,800); +} +); +background = { +shapes = ( +{ +pos = (19,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(584,-20,o), +(705,131,o), +(705,400,cs), +(705,669,o), +(584,820,o), +(369,820,cs), +(154,820,o), +(33,669,o), +(33,400,cs), +(33,131,o), +(154,-20,o), +(369,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,148,o), +(221,234,o), +(221,400,cs), +(221,566,o), +(271,652,o), +(369,652,cs), +(467,652,o), +(517,566,o), +(517,400,cs), +(517,234,o), +(467,148,o), +(369,148,cs) +); +} +); +width = 738; +}, +{ +anchors = ( +{ +name = bottom; +pos = (406,0); +}, +{ +name = center; +pos = (406,400); +}, +{ +name = ogonek; +pos = (731,10); +}, +{ +name = tail; +pos = (406,-10); +}, +{ +name = top; +pos = (406,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (792,800); +} +); +background = { +shapes = ( +{ +pos = (20,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(623,-12,o), +(756,145,o), +(756,400,cs), +(756,655,o), +(623,812,o), +(406,812,cs), +(189,812,o), +(56,655,o), +(56,400,cs), +(56,145,o), +(189,-12,o), +(406,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(215,26,o), +(98,168,o), +(98,400,cs), +(98,632,o), +(215,774,o), +(406,774,cs), +(597,774,o), +(714,632,o), +(714,400,cs), +(714,168,o), +(597,26,o), +(406,26,cs) +); +} +); +width = 812; +}, +{ +anchors = ( +{ +name = bottom; +pos = (438,0); +}, +{ +name = center; +pos = (438,400); +}, +{ +name = ogonek; +pos = (788,10); +}, +{ +name = tail; +pos = (438,-10); +}, +{ +name = top; +pos = (438,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (856,800); +} +); +background = { +shapes = ( +{ +pos = (8,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(698,-26,o), +(858,136,o), +(858,400,cs), +(858,664,o), +(698,826,o), +(438,826,cs), +(178,826,o), +(18,664,o), +(18,400,cs), +(18,136,o), +(178,-26,o), +(438,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(376,238,o), +(344,293,o), +(344,400,cs), +(344,507,o), +(376,562,o), +(438,562,cs), +(500,562,o), +(532,507,o), +(532,400,cs), +(532,293,o), +(500,238,o), +(438,238,cs) +); +} +); +width = 876; +}, +{ +anchors = ( +{ +name = bottom; +pos = (334,0); +}, +{ +name = center; +pos = (334,400); +}, +{ +name = ogonek; +pos = (601,10); +}, +{ +name = tail; +pos = (334,-10); +}, +{ +name = top; +pos = (334,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (648,800); +} +); +background = { +shapes = ( +{ +pos = (3,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(516,-12,o), +(618,136,o), +(618,400,cs), +(618,664,o), +(516,812,o), +(334,812,cs), +(152,812,o), +(50,664,o), +(50,400,cs), +(50,136,o), +(152,-12,o), +(334,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(179,26,o), +(92,161,o), +(92,400,cs), +(92,639,o), +(179,774,o), +(334,774,cs), +(489,774,o), +(576,639,o), +(576,400,cs), +(576,161,o), +(489,26,o), +(334,26,cs) +); +} +); +width = 668; +}, +{ +anchors = ( +{ +name = bottom; +pos = (552,0); +}, +{ +name = center; +pos = (552,400); +}, +{ +name = ogonek; +pos = (994,10); +}, +{ +name = tail; +pos = (552,-10); +}, +{ +name = top; +pos = (552,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (1084,800); +} +); +background = { +shapes = ( +{ +pos = (35,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(866,-12,o), +(1042,136,o), +(1042,400,cs), +(1042,664,o), +(866,812,o), +(552,812,cs), +(238,812,o), +(62,664,o), +(62,400,cs), +(62,136,o), +(238,-12,o), +(552,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(266,26,o), +(105,161,o), +(105,400,cs), +(105,639,o), +(266,774,o), +(552,774,cs), +(838,774,o), +(999,639,o), +(999,400,cs), +(999,161,o), +(838,26,o), +(552,26,cs) +); +} +); +width = 1104; +}, +{ +anchors = ( +{ +name = bottom; +pos = (610,0); +}, +{ +name = center; +pos = (610,400); +}, +{ +name = ogonek; +pos = (1098,10); +}, +{ +name = tail; +pos = (610,-10); +}, +{ +name = top; +pos = (610,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (1200,800); +} +); +background = { +shapes = ( +{ +pos = (8,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(1001,-26,o), +(1202,119,o), +(1202,400,cs), +(1202,681,o), +(1001,826,o), +(610,826,cs), +(219,826,o), +(18,681,o), +(18,400,cs), +(18,119,o), +(219,-26,o), +(610,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(496,238,o), +(438,293,o), +(438,400,cs), +(438,507,o), +(496,562,o), +(610,562,cs), +(724,562,o), +(782,507,o), +(782,400,cs), +(782,293,o), +(724,238,o), +(610,238,cs) +); +} +); +width = 1220; +}, +{ +anchors = ( +{ +name = bottom; +pos = (376,0); +}, +{ +name = center; +pos = (376,400); +}, +{ +name = ogonek; +pos = (677,10); +}, +{ +name = tail; +pos = (376,-10); +}, +{ +name = top; +pos = (376,800); +}, +{ +name = topleft; +pos = (20,800); +}, +{ +name = topright; +pos = (732,800); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(605,-26,o), +(734,127,o), +(734,400,cs), +(734,673,o), +(605,826,o), +(376,826,cs), +(147,826,o), +(18,673,o), +(18,400,cs), +(18,127,o), +(147,-26,o), +(376,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(327,234,o), +(306,284,o), +(306,400,cs), +(306,516,o), +(327,566,o), +(376,566,cs), +(425,566,o), +(446,516,o), +(446,400,cs), +(446,284,o), +(425,234,o), +(376,234,cs) +); +} +); +width = 752; +} +); +metricLeft = RNDU; +metricRight = RNDU; +unicode = 79; +}, +{ +glyphname = Oacute; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:15:14 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (34,212); +ref = acutecomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (106,212); +ref = acutecomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (252,212); +ref = acutecomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (60,200); +ref = acutecomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (136,200); +ref = acutecomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (276,200); +ref = acutecomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (69,180); +ref = acutecomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (148,180); +ref = acutecomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (294,180); +ref = acutecomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (76,160); +ref = acutecomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (138,160); +ref = acutecomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (310,160); +ref = acutecomb; +} +); +width = 1220; +} +); +unicode = 211; +}, +{ +glyphname = Ocircumflex; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:15:14 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (34,212); +ref = circumflexcomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (106,212); +ref = circumflexcomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (252,212); +ref = circumflexcomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (60,200); +ref = circumflexcomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (136,200); +ref = circumflexcomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (276,200); +ref = circumflexcomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (69,180); +ref = circumflexcomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (148,180); +ref = circumflexcomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (294,180); +ref = circumflexcomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (76,160); +ref = circumflexcomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (138,160); +ref = circumflexcomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (310,160); +ref = circumflexcomb; +} +); +width = 1220; +} +); +unicode = 212; +}, +{ +glyphname = Odieresis; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (212,212); +ref = dieresiscomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (251,212); +ref = dieresiscomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (346,212); +ref = dieresiscomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (191,200); +ref = dieresiscomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (236,200); +ref = dieresiscomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (316,200); +ref = dieresiscomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (168,180); +ref = dieresiscomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (210,180); +ref = dieresiscomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (300,180); +ref = dieresiscomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (126,160); +ref = dieresiscomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (138,160); +ref = dieresiscomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (206,160); +ref = dieresiscomb; +} +); +width = 1220; +} +); +unicode = 214; +}, +{ +glyphname = Odotbelow; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:15:14 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (34,0); +ref = dotbelowcomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (106,0); +ref = dotbelowcomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (252,0); +ref = dotbelowcomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (60,0); +ref = dotbelowcomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (136,0); +ref = dotbelowcomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (276,0); +ref = dotbelowcomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (69,0); +ref = dotbelowcomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (148,0); +ref = dotbelowcomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (294,0); +ref = dotbelowcomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (76,0); +ref = dotbelowcomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (138,0); +ref = dotbelowcomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (310,0); +ref = dotbelowcomb; +} +); +width = 1220; +} +); +unicode = 7884; +}, +{ +glyphname = Ograve; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:15:14 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (34,212); +ref = gravecomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (106,212); +ref = gravecomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (252,212); +ref = gravecomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (60,200); +ref = gravecomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (136,200); +ref = gravecomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (276,200); +ref = gravecomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (69,180); +ref = gravecomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (148,180); +ref = gravecomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (294,180); +ref = gravecomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (76,160); +ref = gravecomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (138,160); +ref = gravecomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (310,160); +ref = gravecomb; +} +); +width = 1220; +} +); +unicode = 210; +}, +{ +glyphname = Ohungarumlaut; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:15:14 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (34,212); +ref = hungarumlautcomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (106,212); +ref = hungarumlautcomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (252,212); +ref = hungarumlautcomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (60,200); +ref = hungarumlautcomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (136,200); +ref = hungarumlautcomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (276,200); +ref = hungarumlautcomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (69,180); +ref = hungarumlautcomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (148,180); +ref = hungarumlautcomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (294,180); +ref = hungarumlautcomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (76,160); +ref = hungarumlautcomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (138,160); +ref = hungarumlautcomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (310,160); +ref = hungarumlautcomb; +} +); +width = 1220; +} +); +unicode = 336; +}, +{ +glyphname = Omacron; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:15:14 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (34,212); +ref = macroncomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (106,212); +ref = macroncomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (252,212); +ref = macroncomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (60,200); +ref = macroncomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (136,200); +ref = macroncomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (276,200); +ref = macroncomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (69,180); +ref = macroncomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (148,180); +ref = macroncomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (294,180); +ref = macroncomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (76,160); +ref = macroncomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (138,160); +ref = macroncomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (310,160); +ref = macroncomb; +} +); +width = 1220; +} +); +unicode = 332; +}, +{ +glyphname = Oslash; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:15:24 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (-166,0); +ref = _slash.Oslash; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (-94,0); +ref = _slash.Oslash; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (52,0); +ref = _slash.Oslash; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (-140,0); +ref = _slash.Oslash; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (-64,0); +ref = _slash.Oslash; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (76,0); +ref = _slash.Oslash; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (-131,0); +ref = _slash.Oslash; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (-52,0); +ref = _slash.Oslash; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (94,0); +ref = _slash.Oslash; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (-124,0); +ref = _slash.Oslash; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (-62,0); +ref = _slash.Oslash; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (110,0); +ref = _slash.Oslash; +} +); +width = 1220; +} +); +unicode = 216; +}, +{ +glyphname = Oslashacute; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:15:24 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (34,212); +ref = acutecomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (106,212); +ref = acutecomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (252,212); +ref = acutecomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (60,200); +ref = acutecomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (136,200); +ref = acutecomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (276,200); +ref = acutecomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (69,180); +ref = acutecomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (148,180); +ref = acutecomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (294,180); +ref = acutecomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (76,160); +ref = acutecomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (138,160); +ref = acutecomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Oslash; +}, +{ +pos = (310,160); +ref = acutecomb; +} +); +width = 1220; +} +); +unicode = 510; +}, +{ +glyphname = Otilde; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-11 19:15:28 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (34,212); +ref = tildecomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (106,212); +ref = tildecomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (252,212); +ref = tildecomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (60,200); +ref = tildecomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (136,200); +ref = tildecomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (276,200); +ref = tildecomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (69,180); +ref = tildecomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (148,180); +ref = tildecomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (294,180); +ref = tildecomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (76,160); +ref = tildecomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (138,160); +ref = tildecomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (264,160); +ref = tildecomb; +} +); +width = 1220; +} +); +unicode = 213; +}, +{ +glyphname = OE; +kernLeft = RND_LEFT; +kernRight = E_RIGHT; +lastChange = "2022-10-11 19:10:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (481,0); +ref = E; +} +); +width = 1039; +}, +{ +layerId = m007; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (608,0); +ref = E; +} +); +width = 1253; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (882,0); +ref = E; +} +); +width = 1768; +}, +{ +layerId = m005; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (461,0); +ref = E; +} +); +width = 1050; +}, +{ +layerId = m01; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (596,0); +ref = E; +} +); +width = 1289; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (874,0); +ref = E; +} +); +width = 1799; +}, +{ +layerId = m006; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (455,0); +ref = E; +} +); +width = 1045; +}, +{ +layerId = m002; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (597,0); +ref = E; +} +); +width = 1301; +}, +{ +layerId = m004; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (868,0); +ref = E; +} +); +width = 1819; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (411,0); +ref = E; +} +); +width = 1025; +}, +{ +layerId = m008; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (497,0); +ref = E; +} +); +width = 1211; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _O.OE; +}, +{ +pos = (747,0); +ref = E; +} +); +width = 1751; +} +); +unicode = 338; +}, +{ +glyphname = P; +kernLeft = SQR_LEFT; +kernRight = F_RIGHT; +lastChange = "2022-07-16 08:45:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(220,0,l), +(220,330,l), +(452,330,ls), +(604,330,o), +(706,424,o), +(706,564,cs), +(706,706,o), +(604,800,o), +(452,800,cs), +(106,800,l) +); +}, +{ +closed = 1; +nodes = ( +(220,692,l), +(456,692,ls), +(537,692,o), +(592,640,o), +(592,563,cs), +(592,486,o), +(537,434,o), +(456,434,cs), +(220,434,l) +); +} +); +width = 727; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(261,0,l), +(261,298,l), +(473,298,ls), +(641,298,o), +(755,398,o), +(755,544,cs), +(755,696,o), +(641,800,o), +(473,800,cs), +(73,800,l) +); +}, +{ +closed = 1; +nodes = ( +(261,624,l), +(459,624,ls), +(524,624,o), +(563,595,o), +(563,546,cs), +(563,497,o), +(524,468,o), +(459,468,cs), +(261,468,l) +); +} +); +width = 770; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(220,0,l), +(220,330,l), +(656,330,ls), +(843,330,o), +(948,414,o), +(948,564,cs), +(948,715,o), +(843,800,o), +(656,800,cs), +(106,800,l) +); +}, +{ +closed = 1; +nodes = ( +(220,700,l), +(664,700,ls), +(770,700,o), +(832,649,o), +(832,563,cs), +(832,477,o), +(770,426,o), +(664,426,cs), +(220,426,l) +); +} +); +width = 969; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,0,l), +(272,0,l), +(272,296,l), +(662,296,ls), +(858,296,o), +(974,388,o), +(974,544,cs), +(974,705,o), +(858,800,o), +(662,800,cs), +(84,800,l) +); +}, +{ +closed = 1; +nodes = ( +(272,640,l), +(662,640,ls), +(737,640,o), +(782,605,o), +(782,546,cs), +(782,487,o), +(737,452,o), +(662,452,cs), +(272,452,l) +); +} +); +width = 991; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(209,0,l), +(209,332,l), +(355,332,ls), +(503,332,o), +(597,422,o), +(597,564,cs), +(597,708,o), +(503,800,o), +(355,800,cs), +(95,800,l) +); +}, +{ +closed = 1; +nodes = ( +(209,694,l), +(359,694,ls), +(433,694,o), +(483,641,o), +(483,563,cs), +(483,485,o), +(433,432,o), +(359,432,cs), +(209,432,l) +); +} +); +width = 616; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,0,l), +(250,0,l), +(250,298,l), +(372,298,ls), +(523,298,o), +(624,396,o), +(624,544,cs), +(624,698,o), +(523,800,o), +(372,800,cs), +(62,800,l) +); +}, +{ +closed = 1; +nodes = ( +(250,624,l), +(342,624,ls), +(401,624,o), +(436,594,o), +(436,544,cs), +(436,494,o), +(401,464,o), +(342,464,cs), +(250,464,l) +); +} +); +width = 636; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(148,0,l), +(148,358,l), +(408,358,ls), +(563,358,o), +(650,438,o), +(650,579,cs), +(650,720,o), +(563,800,o), +(408,800,cs), +(106,800,l) +); +}, +{ +closed = 1; +nodes = ( +(148,762,l), +(412,762,ls), +(537,762,o), +(608,696,o), +(608,578,cs), +(608,460,o), +(537,394,o), +(412,394,cs), +(148,394,l) +); +} +); +width = 671; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(371,0,l), +(371,216,l), +(469,216,ls), +(662,216,o), +(781,327,o), +(781,508,cs), +(781,689,o), +(662,800,o), +(469,800,cs), +(35,800,l) +); +}, +{ +closed = 1; +nodes = ( +(371,544,l), +(399,544,ls), +(436,544,o), +(455,527,o), +(455,494,cs), +(455,461,o), +(436,444,o), +(399,444,cs), +(371,444,l) +); +} +); +width = 788; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(137,0,l), +(137,358,l), +(329,358,ls), +(467,358,o), +(551,442,o), +(551,579,cs), +(551,716,o), +(467,800,o), +(329,800,cs), +(95,800,l) +); +}, +{ +closed = 1; +nodes = ( +(137,762,l), +(333,762,ls), +(442,762,o), +(509,692,o), +(509,578,cs), +(509,464,o), +(442,394,o), +(333,394,cs), +(137,394,l) +); +} +); +width = 570; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,0,l), +(159,0,l), +(159,358,l), +(609,358,ls), +(779,358,o), +(875,438,o), +(875,579,cs), +(875,720,o), +(779,800,o), +(609,800,cs), +(117,800,l) +); +}, +{ +closed = 1; +nodes = ( +(159,764,l), +(613,764,ls), +(753,764,o), +(832,697,o), +(832,578,cs), +(832,459,o), +(753,392,o), +(613,392,cs), +(159,392,l) +); +} +); +width = 898; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(455,0,l), +(455,208,l), +(683,208,ls), +(951,208,o), +(1089,309,o), +(1089,504,cs), +(1089,699,o), +(951,800,o), +(683,800,cs), +(35,800,l) +); +}, +{ +closed = 1; +nodes = ( +(455,554,l), +(603,554,ls), +(644,554,o), +(669,532,o), +(669,494,cs), +(669,456,o), +(644,434,o), +(603,434,cs), +(455,434,l) +); +} +); +width = 1096; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(323,0,l), +(323,208,l), +(391,208,ls), +(561,208,o), +(665,320,o), +(665,504,cs), +(665,688,o), +(561,800,o), +(391,800,cs), +(35,800,l) +); +}, +{ +closed = 1; +nodes = ( +(323,564,l), +(331,564,ls), +(363,564,o), +(377,543,o), +(377,494,cs), +(377,445,o), +(363,424,o), +(331,424,cs), +(323,424,l) +); +} +); +width = 672; +} +); +metricLeft = "=H"; +metricRight = "=SQRU/5"; +unicode = 80; +}, +{ +glyphname = Thorn; +lastChange = "2022-07-16 08:55:14 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(137,0,l), +(137,189,l), +(329,189,ls), +(467,189,o), +(551,273,o), +(551,410,cs), +(551,547,o), +(467,631,o), +(329,631,cs), +(137,631,l), +(137,800,l), +(95,800,l) +); +}, +{ +closed = 1; +nodes = ( +(137,593,l), +(333,593,ls), +(442,593,o), +(509,523,o), +(509,409,cs), +(509,295,o), +(442,225,o), +(333,225,cs), +(137,225,l) +); +} +); +width = 570; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(148,0,l), +(148,189,l), +(408,189,ls), +(563,189,o), +(650,269,o), +(650,410,cs), +(650,551,o), +(563,631,o), +(408,631,cs), +(148,631,l), +(148,800,l), +(106,800,l) +); +}, +{ +closed = 1; +nodes = ( +(148,593,l), +(412,593,ls), +(537,593,o), +(608,527,o), +(608,409,cs), +(608,291,o), +(537,225,o), +(412,225,cs), +(148,225,l) +); +} +); +width = 671; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,0,l), +(159,0,l), +(159,189,l), +(609,189,ls), +(779,189,o), +(875,269,o), +(875,410,cs), +(875,551,o), +(779,631,o), +(609,631,cs), +(159,631,l), +(159,800,l), +(117,800,l) +); +}, +{ +closed = 1; +nodes = ( +(159,595,l), +(613,595,ls), +(753,595,o), +(832,528,o), +(832,409,cs), +(832,290,o), +(753,223,o), +(613,223,cs), +(159,223,l) +); +} +); +width = 898; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(209,0,l), +(209,176,l), +(355,176,ls), +(503,176,o), +(597,266,o), +(597,408,cs), +(597,552,o), +(503,644,o), +(355,644,cs), +(209,644,l), +(209,800,l), +(95,800,l) +); +}, +{ +closed = 1; +nodes = ( +(209,538,l), +(359,538,ls), +(433,538,o), +(483,485,o), +(483,407,cs), +(483,329,o), +(433,276,o), +(359,276,cs), +(209,276,l) +); +} +); +width = 616; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(220,0,l), +(220,175,l), +(452,175,ls), +(604,175,o), +(706,269,o), +(706,409,cs), +(706,551,o), +(604,645,o), +(452,645,cs), +(220,645,l), +(220,800,l), +(106,800,l) +); +}, +{ +closed = 1; +nodes = ( +(220,537,l), +(456,537,ls), +(537,537,o), +(592,485,o), +(592,408,cs), +(592,331,o), +(537,279,o), +(456,279,cs), +(220,279,l) +); +} +); +width = 727; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(220,0,l), +(220,175,l), +(656,175,ls), +(843,175,o), +(948,259,o), +(948,409,cs), +(948,560,o), +(843,645,o), +(656,645,cs), +(220,645,l), +(220,800,l), +(106,800,l) +); +}, +{ +closed = 1; +nodes = ( +(220,545,l), +(664,545,ls), +(770,545,o), +(832,494,o), +(832,408,cs), +(832,322,o), +(770,271,o), +(664,271,cs), +(220,271,l) +); +} +); +width = 969; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,0,l), +(250,0,l), +(250,159,l), +(372,159,ls), +(523,159,o), +(624,257,o), +(624,405,cs), +(624,559,o), +(523,661,o), +(372,661,cs), +(250,661,l), +(250,800,l), +(62,800,l) +); +}, +{ +closed = 1; +nodes = ( +(250,485,l), +(342,485,ls), +(401,485,o), +(436,455,o), +(436,405,cs), +(436,355,o), +(401,325,o), +(342,325,cs), +(250,325,l) +); +} +); +width = 636; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(261,0,l), +(261,159,l), +(473,159,ls), +(641,159,o), +(755,259,o), +(755,405,cs), +(755,557,o), +(641,661,o), +(473,661,cs), +(261,661,l), +(261,800,l), +(73,800,l) +); +}, +{ +closed = 1; +nodes = ( +(261,485,l), +(459,485,ls), +(524,485,o), +(563,456,o), +(563,407,cs), +(563,358,o), +(524,329,o), +(459,329,cs), +(261,329,l) +); +} +); +width = 770; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,0,l), +(272,0,l), +(272,158,l), +(662,158,ls), +(858,158,o), +(974,250,o), +(974,406,cs), +(974,567,o), +(858,662,o), +(662,662,cs), +(272,662,l), +(272,800,l), +(84,800,l) +); +}, +{ +closed = 1; +nodes = ( +(272,502,l), +(662,502,ls), +(737,502,o), +(782,467,o), +(782,408,cs), +(782,349,o), +(737,314,o), +(662,314,cs), +(272,314,l) +); +} +); +width = 991; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(323,0,l), +(323,114,l), +(391,114,ls), +(561,114,o), +(665,226,o), +(665,410,cs), +(665,594,o), +(561,706,o), +(391,706,cs), +(323,706,l), +(323,800,l), +(35,800,l) +); +}, +{ +closed = 1; +nodes = ( +(323,470,l), +(331,470,ls), +(363,470,o), +(377,449,o), +(377,400,cs), +(377,351,o), +(363,330,o), +(331,330,cs), +(323,330,l) +); +} +); +width = 672; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(371,0,l), +(371,118,l), +(469,118,ls), +(662,118,o), +(781,229,o), +(781,410,cs), +(781,591,o), +(662,702,o), +(469,702,cs), +(371,702,l), +(371,800,l), +(35,800,l) +); +}, +{ +closed = 1; +nodes = ( +(371,446,l), +(399,446,ls), +(436,446,o), +(455,429,o), +(455,396,cs), +(455,363,o), +(436,346,o), +(399,346,cs), +(371,346,l) +); +} +); +width = 788; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(455,0,l), +(455,114,l), +(683,114,ls), +(951,114,o), +(1089,215,o), +(1089,410,cs), +(1089,605,o), +(951,706,o), +(683,706,cs), +(455,706,l), +(455,800,l), +(35,800,l) +); +}, +{ +closed = 1; +nodes = ( +(455,460,l), +(603,460,ls), +(644,460,o), +(669,438,o), +(669,400,cs), +(669,362,o), +(644,340,o), +(603,340,cs), +(455,340,l) +); +} +); +width = 1096; +} +); +metricLeft = H; +metricRight = "=SQRU/5"; +unicode = 222; +}, +{ +glyphname = Q; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-01-20 13:17:37 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = O; +}, +{ +pos = (436,0); +ref = "_part.Q-tail"; +} +); +width = 872; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +}, +{ +pos = (448,0); +ref = "_part.Q-tail"; +} +); +width = 896; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +}, +{ +pos = (576,0); +ref = "_part.Q-tail"; +} +); +width = 1152; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +}, +{ +pos = (594,0); +ref = "_part.Q-tail"; +} +); +width = 1188; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +}, +{ +pos = (360,0); +ref = "_part.Q-tail"; +} +); +width = 720; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +}, +{ +pos = (369,0); +ref = "_part.Q-tail"; +} +); +width = 738; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +}, +{ +pos = (406,0); +ref = "_part.Q-tail"; +} +); +width = 812; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +}, +{ +pos = (438,0); +ref = "_part.Q-tail"; +} +); +width = 876; +}, +{ +layerId = m009; +shapes = ( +{ +ref = O; +}, +{ +pos = (334,0); +ref = "_part.Q-tail"; +} +); +width = 668; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +}, +{ +pos = (552,0); +ref = "_part.Q-tail"; +} +); +width = 1104; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +}, +{ +pos = (610,0); +ref = "_part.Q-tail"; +} +); +width = 1220; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +}, +{ +pos = (376,0); +ref = "_part.Q-tail"; +} +); +width = 752; +} +); +metricLeft = "=O"; +metricRight = "=O"; +unicode = 81; +}, +{ +glyphname = R; +kernLeft = SQR_LEFT; +kernRight = R_RIGHT; +lastChange = "2022-10-11 19:16:54 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (383,0); +}, +{ +name = top; +pos = (373,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.R; +} +); +width = 745; +}, +{ +anchors = ( +{ +name = bottom; +pos = (398,0); +}, +{ +name = top; +pos = (388,800); +} +); +background = { +shapes = ( +{ +pos = (36,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (261,0); +ref = _part.R; +} +); +width = 775; +}, +{ +anchors = ( +{ +name = bottom; +pos = (502,0); +}, +{ +name = top; +pos = (492,800); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.R; +} +); +width = 984; +}, +{ +anchors = ( +{ +name = bottom; +pos = (531,0); +}, +{ +name = top; +pos = (511,800); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (272,0); +ref = _part.R; +} +); +width = 1021; +}, +{ +anchors = ( +{ +name = bottom; +pos = (338,0); +}, +{ +name = top; +pos = (318,800); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (209,0); +ref = _part.R; +} +); +width = 635; +}, +{ +anchors = ( +{ +name = bottom; +pos = (339,0); +}, +{ +name = top; +pos = (329,800); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (250,0); +ref = _part.R; +} +); +width = 657; +}, +{ +anchors = ( +{ +name = bottom; +pos = (353,0); +}, +{ +name = top; +pos = (343,800); +} +); +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (148,0); +ref = _part.R; +} +); +width = 685; +}, +{ +anchors = ( +{ +name = bottom; +pos = (424,0); +}, +{ +name = top; +pos = (416,800); +} +); +background = { +shapes = ( +{ +pos = (16,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (371,0); +ref = _part.R; +} +); +width = 831; +}, +{ +anchors = ( +{ +name = bottom; +pos = (310,0); +}, +{ +name = top; +pos = (294,800); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (137,0); +ref = _part.R; +} +); +width = 587; +}, +{ +anchors = ( +{ +name = bottom; +pos = (478,0); +}, +{ +name = top; +pos = (458,800); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (159,0); +ref = _part.R; +} +); +width = 916; +}, +{ +anchors = ( +{ +name = bottom; +pos = (587,0); +}, +{ +name = top; +pos = (587,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (455,0); +ref = _part.R; +} +); +width = 1173; +}, +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +}, +{ +name = top; +pos = (352,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (323,0); +ref = _part.R; +} +); +width = 703; +} +); +metricLeft = "=H"; +metricRight = O; +unicode = 82; +}, +{ +glyphname = Racute; +kernLeft = SQR_LEFT; +kernRight = R_RIGHT; +lastChange = "2022-10-11 19:17:03 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = R; +}, +{ +pos = (-6,212); +ref = acutecomb; +} +); +width = 587; +}, +{ +layerId = m007; +shapes = ( +{ +ref = R; +}, +{ +pos = (43,212); +ref = acutecomb; +} +); +width = 685; +}, +{ +layerId = m010; +shapes = ( +{ +ref = R; +}, +{ +pos = (158,212); +ref = acutecomb; +} +); +width = 916; +}, +{ +layerId = m005; +shapes = ( +{ +ref = R; +}, +{ +pos = (18,200); +ref = acutecomb; +} +); +width = 635; +}, +{ +layerId = m01; +shapes = ( +{ +ref = R; +}, +{ +pos = (73,200); +ref = acutecomb; +} +); +width = 745; +}, +{ +layerId = m003; +shapes = ( +{ +ref = R; +}, +{ +pos = (192,200); +ref = acutecomb; +} +); +width = 984; +}, +{ +layerId = m006; +shapes = ( +{ +ref = R; +}, +{ +pos = (29,180); +ref = acutecomb; +} +); +width = 657; +}, +{ +layerId = m002; +shapes = ( +{ +ref = R; +}, +{ +pos = (88,180); +ref = acutecomb; +} +); +width = 775; +}, +{ +layerId = m004; +shapes = ( +{ +ref = R; +}, +{ +pos = (211,180); +ref = acutecomb; +} +); +width = 1021; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = R; +}, +{ +pos = (52,160); +ref = acutecomb; +} +); +width = 703; +}, +{ +layerId = m008; +shapes = ( +{ +ref = R; +}, +{ +pos = (116,160); +ref = acutecomb; +} +); +width = 831; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = R; +}, +{ +pos = (287,160); +ref = acutecomb; +} +); +width = 1173; +} +); +unicode = 340; +}, +{ +glyphname = Rcaron; +kernLeft = SQR_LEFT; +kernRight = R_RIGHT; +lastChange = "2022-10-11 19:17:03 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = R; +}, +{ +pos = (-6,212); +ref = caroncomb; +} +); +width = 587; +}, +{ +layerId = m007; +shapes = ( +{ +ref = R; +}, +{ +pos = (43,212); +ref = caroncomb; +} +); +width = 685; +}, +{ +layerId = m010; +shapes = ( +{ +ref = R; +}, +{ +pos = (158,212); +ref = caroncomb; +} +); +width = 916; +}, +{ +layerId = m005; +shapes = ( +{ +ref = R; +}, +{ +pos = (18,200); +ref = caroncomb; +} +); +width = 635; +}, +{ +layerId = m01; +shapes = ( +{ +ref = R; +}, +{ +pos = (73,200); +ref = caroncomb; +} +); +width = 745; +}, +{ +layerId = m003; +shapes = ( +{ +ref = R; +}, +{ +pos = (192,200); +ref = caroncomb; +} +); +width = 984; +}, +{ +layerId = m006; +shapes = ( +{ +ref = R; +}, +{ +pos = (29,180); +ref = caroncomb; +} +); +width = 657; +}, +{ +layerId = m002; +shapes = ( +{ +ref = R; +}, +{ +pos = (88,180); +ref = caroncomb; +} +); +width = 775; +}, +{ +layerId = m004; +shapes = ( +{ +ref = R; +}, +{ +pos = (211,180); +ref = caroncomb; +} +); +width = 1021; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = R; +}, +{ +pos = (52,160); +ref = caroncomb; +} +); +width = 703; +}, +{ +layerId = m008; +shapes = ( +{ +ref = R; +}, +{ +pos = (116,160); +ref = caroncomb; +} +); +width = 831; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = R; +}, +{ +pos = (287,160); +ref = caroncomb; +} +); +width = 1173; +} +); +unicode = 344; +}, +{ +glyphname = Rcommaaccent; +kernLeft = SQR_LEFT; +kernRight = R_RIGHT; +lastChange = "2022-10-11 19:17:03 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = R; +}, +{ +pos = (10,0); +ref = commaaccentcomb; +} +); +width = 587; +}, +{ +layerId = m007; +shapes = ( +{ +ref = R; +}, +{ +pos = (53,0); +ref = commaaccentcomb; +} +); +width = 685; +}, +{ +layerId = m010; +shapes = ( +{ +ref = R; +}, +{ +pos = (178,0); +ref = commaaccentcomb; +} +); +width = 916; +}, +{ +layerId = m005; +shapes = ( +{ +ref = R; +}, +{ +pos = (38,0); +ref = commaaccentcomb; +} +); +width = 635; +}, +{ +layerId = m01; +shapes = ( +{ +ref = R; +}, +{ +pos = (83,0); +ref = commaaccentcomb; +} +); +width = 745; +}, +{ +layerId = m003; +shapes = ( +{ +ref = R; +}, +{ +pos = (202,0); +ref = commaaccentcomb; +} +); +width = 984; +}, +{ +layerId = m006; +shapes = ( +{ +ref = R; +}, +{ +pos = (39,0); +ref = commaaccentcomb; +} +); +width = 657; +}, +{ +layerId = m002; +shapes = ( +{ +ref = R; +}, +{ +pos = (98,0); +ref = commaaccentcomb; +} +); +width = 775; +}, +{ +layerId = m004; +shapes = ( +{ +ref = R; +}, +{ +pos = (231,0); +ref = commaaccentcomb; +} +); +width = 1021; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = R; +}, +{ +pos = (52,0); +ref = commaaccentcomb; +} +); +width = 703; +}, +{ +layerId = m008; +shapes = ( +{ +ref = R; +}, +{ +pos = (124,0); +ref = commaaccentcomb; +} +); +width = 831; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = R; +}, +{ +pos = (287,0); +ref = commaaccentcomb; +} +); +width = 1173; +} +); +unicode = 342; +}, +{ +glyphname = S; +kernLeft = S_LEFT; +kernRight = S_RIGHT; +lastChange = "2022-12-13 08:21:36 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (364,0); +}, +{ +name = currencystroke; +pos = (371,400); +}, +{ +name = top; +pos = (374,800); +} +); +background = { +shapes = ( +{ +pos = (-48,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(56,224,l), +(66,73,o), +(183,-16,o), +(370,-16,cs), +(554,-16,o), +(670,72,o), +(670,224,cs), +(670,352,o), +(584,431,o), +(430,450,cs), +(322,463,ls), +(231,474,o), +(178,515,o), +(178,574,cs), +(178,660,o), +(248,708,o), +(372,708,cs), +(489,708,o), +(559,653,o), +(578,556,c), +(690,556,l), +(676,722,o), +(561,816,o), +(372,816,cs), +(182,816,o), +(66,722,o), +(66,574,cs), +(66,446,o), +(152,367,o), +(306,348,cs), +(414,335,ls), +(504,324,o), +(557,282,o), +(557,222,cs), +(557,139,o), +(490,92,o), +(370,92,cs), +(258,92,o), +(190,140,o), +(171,224,c) +); +} +); +width = 725; +}, +{ +anchors = ( +{ +name = bottom; +pos = (384,0); +}, +{ +name = currencystroke; +pos = (390,400); +}, +{ +name = top; +pos = (394,800); +} +); +background = { +shapes = ( +{ +pos = (-25,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(38,244,l), +(50,70,o), +(170,-20,o), +(390,-20,cs), +(602,-20,o), +(728,75,o), +(728,238,cs), +(728,385,o), +(633,468,o), +(446,486,cs), +(342,496,ls), +(269,503,o), +(232,527,o), +(232,566,cs), +(232,626,o), +(280,652,o), +(390,652,cs), +(488,652,o), +(547,613,o), +(564,536,c), +(744,536,l), +(734,718,o), +(607,820,o), +(390,820,cs), +(176,820,o), +(48,724,o), +(48,560,cs), +(48,411,o), +(143,326,o), +(330,308,cs), +(434,298,ls), +(507,291,o), +(544,269,o), +(544,232,cs), +(544,173,o), +(497,148,o), +(390,148,cs), +(296,148,o), +(241,180,o), +(226,244,c) +); +} +); +width = 768; +}, +{ +anchors = ( +{ +name = bottom; +pos = (496,0); +}, +{ +name = currencystroke; +pos = (492,400); +}, +{ +name = top; +pos = (506,800); +} +); +background = { +shapes = ( +{ +pos = (-78,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(56,244,l), +(76,72,o), +(228,-16,o), +(495,-16,cs), +(767,-16,o), +(920,74,o), +(920,238,cs), +(920,363,o), +(829,437,o), +(650,447,cs), +(356,464,ls), +(245,470,o), +(182,510,o), +(182,570,cs), +(182,662,o), +(297,716,o), +(495,716,cs), +(679,716,o), +(794,655,o), +(828,536,c), +(940,536,l), +(920,721,o), +(766,816,o), +(495,816,cs), +(221,816,o), +(66,723,o), +(66,560,cs), +(66,435,o), +(157,361,o), +(336,351,cs), +(630,334,ls), +(741,328,o), +(804,288,o), +(804,228,cs), +(804,137,o), +(690,84,o), +(495,84,cs), +(319,84,o), +(207,138,o), +(172,244,c) +); +} +); +width = 975; +}, +{ +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = currencystroke; +pos = (518,400); +}, +{ +name = top; +pos = (520,800); +} +); +background = { +shapes = ( +{ +pos = (-32,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(44,244,l), +(55,60,o), +(197,-20,o), +(514,-20,cs), +(833,-20,o), +(972,59,o), +(972,242,cs), +(972,389,o), +(869,469,o), +(666,481,cs), +(390,497,ls), +(282,503,o), +(244,521,o), +(244,566,cs), +(244,638,o), +(315,664,o), +(514,664,cs), +(691,664,o), +(777,625,o), +(798,536,c), +(988,536,l), +(977,734,o), +(834,820,o), +(514,820,cs), +(193,820,o), +(54,740,o), +(54,556,cs), +(54,408,o), +(157,328,o), +(360,316,cs), +(636,300,ls), +(744,294,o), +(782,276,o), +(782,232,cs), +(782,162,o), +(711,136,o), +(514,136,cs), +(345,136,o), +(264,169,o), +(246,244,c) +); +} +); +width = 1016; +}, +{ +anchors = ( +{ +name = bottom; +pos = (308,0); +}, +{ +name = currencystroke; +pos = (319,400); +}, +{ +name = top; +pos = (318,800); +} +); +background = { +shapes = ( +{ +pos = (-34,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(50,224,l), +(56,70,o), +(152,-16,o), +(316,-16,cs), +(466,-16,o), +(566,78,o), +(566,220,cs), +(566,346,o), +(497,424,o), +(361,449,cs), +(285,463,ls), +(209,477,o), +(170,515,o), +(170,580,cs), +(170,661,o), +(225,710,o), +(314,710,cs), +(401,710,o), +(455,658,o), +(474,556,c), +(580,556,l), +(574,722,o), +(478,816,o), +(314,816,cs), +(160,816,o), +(58,722,o), +(58,580,cs), +(58,452,o), +(127,374,o), +(263,349,cs), +(339,335,ls), +(415,321,o), +(454,283,o), +(454,220,cs), +(454,139,o), +(402,90,o), +(316,90,cs), +(232,90,o), +(179,136,o), +(160,224,c) +); +} +); +width = 611; +}, +{ +anchors = ( +{ +name = bottom; +pos = (326,0); +}, +{ +name = currencystroke; +pos = (333,400); +}, +{ +name = top; +pos = (336,800); +} +); +background = { +shapes = ( +{ +pos = (-18,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(33,244,l), +(43,75,o), +(151,-20,o), +(333,-20,cs), +(512,-20,o), +(621,76,o), +(621,232,cs), +(621,371,o), +(531,468,o), +(385,487,cs), +(309,497,ls), +(252,504,o), +(223,529,o), +(223,570,cs), +(223,624,o), +(263,654,o), +(334,654,cs), +(409,654,o), +(453,614,o), +(469,536,c), +(635,536,l), +(629,712,o), +(515,820,o), +(336,820,cs), +(154,820,o), +(43,723,o), +(43,566,cs), +(43,427,o), +(133,330,o), +(279,311,cs), +(355,301,ls), +(412,294,o), +(441,269,o), +(441,228,cs), +(441,175,o), +(405,146,o), +(335,146,cs), +(264,146,o), +(223,179,o), +(207,244,c) +); +} +); +width = 656; +}, +{ +anchors = ( +{ +name = bottom; +pos = (338,0); +}, +{ +name = currencystroke; +pos = (341,400); +}, +{ +name = top; +pos = (348,800); +} +); +background = { +shapes = ( +{ +pos = (-50,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(56,224,l), +(71,68,o), +(168,-12,o), +(345,-12,cs), +(508,-12,o), +(608,72,o), +(608,208,cs), +(608,327,o), +(535,397,o), +(392,414,cs), +(290,426,ls), +(165,441,o), +(106,493,o), +(106,590,cs), +(106,704,o), +(193,774,o), +(334,774,cs), +(484,774,o), +(569,700,o), +(583,556,c), +(624,556,l), +(609,725,o), +(510,812,o), +(334,812,cs), +(167,812,o), +(64,728,o), +(64,590,cs), +(64,471,o), +(137,401,o), +(280,384,cs), +(382,372,ls), +(507,357,o), +(566,305,o), +(566,208,cs), +(566,95,o), +(482,26,o), +(345,26,cs), +(195,26,o), +(111,93,o), +(97,224,c) +); +} +); +width = 659; +}, +{ +anchors = ( +{ +name = bottom; +pos = (416,0); +}, +{ +name = currencystroke; +pos = (418,400); +}, +{ +name = top; +pos = (426,800); +} +); +background = { +shapes = ( +{ +pos = (-14,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(18,306,l), +(27,86,o), +(164,-26,o), +(423,-26,cs), +(668,-26,o), +(812,72,o), +(812,238,cs), +(812,387,o), +(741,453,o), +(576,458,cs), +(421,463,ls), +(378,464,o), +(356,481,o), +(356,512,cs), +(356,550,o), +(382,566,o), +(426,566,cs), +(474,566,o), +(500,546,o), +(504,488,c), +(826,488,l), +(818,712,o), +(680,826,o), +(418,826,cs), +(168,826,o), +(20,728,o), +(20,562,cs), +(20,416,o), +(92,348,o), +(258,340,cs), +(418,332,ls), +(456,330,o), +(476,316,o), +(476,284,cs), +(476,249,o), +(454,234,o), +(417,234,cs), +(373,234,o), +(348,258,o), +(344,306,c) +); +} +); +width = 837; +}, +{ +anchors = ( +{ +name = bottom; +pos = (288,0); +}, +{ +name = currencystroke; +pos = (291,400); +}, +{ +name = top; +pos = (298,800); +} +); +background = { +shapes = ( +{ +pos = (-47,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(50,224,l), +(61,68,o), +(144,-12,o), +(294,-12,cs), +(429,-12,o), +(512,68,o), +(512,198,cs), +(512,315,o), +(450,388,o), +(328,413,cs), +(250,429,ls), +(147,450,o), +(98,504,o), +(98,600,cs), +(98,708,o), +(169,774,o), +(284,774,cs), +(407,774,o), +(475,700,o), +(485,556,c), +(526,556,l), +(515,725,o), +(433,812,o), +(284,812,cs), +(143,812,o), +(56,731,o), +(56,600,cs), +(56,483,o), +(118,411,o), +(240,386,cs), +(318,370,ls), +(421,349,o), +(470,294,o), +(470,198,cs), +(470,91,o), +(403,26,o), +(294,26,cs), +(170,26,o), +(101,93,o), +(91,224,c) +); +} +); +width = 557; +}, +{ +anchors = ( +{ +name = bottom; +pos = (454,0); +}, +{ +name = currencystroke; +pos = (451,400); +}, +{ +name = top; +pos = (464,800); +} +); +background = { +shapes = ( +{ +pos = (-67,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(62,224,l), +(75,68,o), +(209,-12,o), +(455,-12,cs), +(696,-12,o), +(832,71,o), +(832,218,cs), +(832,337,o), +(752,403,o), +(596,412,cs), +(316,428,ls), +(178,436,o), +(113,485,o), +(113,580,cs), +(113,704,o), +(236,774,o), +(455,774,cs), +(680,774,o), +(801,700,o), +(811,556,c), +(852,556,l), +(841,725,o), +(706,812,o), +(455,812,cs), +(209,812,o), +(70,728,o), +(70,580,cs), +(70,461,o), +(150,395,o), +(306,386,cs), +(586,370,ls), +(724,362,o), +(789,313,o), +(789,218,cs), +(789,95,o), +(669,26,o), +(455,26,cs), +(235,26,o), +(116,93,o), +(104,224,c) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = bottom; +pos = (588,0); +}, +{ +name = currencystroke; +pos = (579,400); +}, +{ +name = top; +pos = (598,800); +} +); +background = { +shapes = ( +{ +pos = (-14,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,304,l), +(29,80,o), +(210,-26,o), +(583,-26,cs), +(934,-26,o), +(1132,70,o), +(1132,242,cs), +(1132,375,o), +(1039,445,o), +(856,450,cs), +(557,458,ls), +(485,460,o), +(454,475,o), +(454,508,cs), +(454,546,o), +(495,562,o), +(590,562,cs), +(689,562,o), +(727,542,o), +(732,486,c), +(1148,486,l), +(1140,714,o), +(959,826,o), +(582,826,cs), +(212,826,o), +(24,732,o), +(24,548,cs), +(24,422,o), +(104,355,o), +(262,350,cs), +(613,339,ls), +(675,337,o), +(702,323,o), +(702,290,cs), +(702,254,o), +(664,238,o), +(577,238,cs), +(480,238,o), +(442,256,o), +(438,304,c) +); +} +); +width = 1159; +}, +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +}, +{ +name = currencystroke; +pos = (352,400); +}, +{ +name = top; +pos = (362,800); +} +); +background = { +shapes = ( +{ +pos = (-14,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,296,l), +(28,83,o), +(143,-26,o), +(356,-26,cs), +(558,-26,o), +(678,70,o), +(678,232,cs), +(678,360,o), +(611,432,o), +(478,446,cs), +(361,458,ls), +(327,461,o), +(310,481,o), +(310,518,cs), +(310,552,o), +(327,570,o), +(359,570,cs), +(391,570,o), +(408,542,o), +(412,488,c), +(692,488,l), +(684,710,o), +(568,826,o), +(351,826,cs), +(143,826,o), +(20,730,o), +(20,568,cs), +(20,433,o), +(87,356,o), +(220,340,cs), +(335,326,ls), +(370,322,o), +(388,306,o), +(388,278,cs), +(388,247,o), +(375,230,o), +(348,230,cs), +(323,230,o), +(307,252,o), +(302,296,c) +); +} +); +width = 703; +} +); +metricLeft = RNDU; +metricRight = "=RNDU/1.6"; +unicode = 83; +}, +{ +glyphname = Sacute; +kernLeft = S_LEFT; +kernRight = S_RIGHT; +lastChange = "2022-10-11 19:18:48 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = S; +}, +{ +pos = (-2,212); +ref = acutecomb; +} +); +width = 557; +}, +{ +layerId = m007; +shapes = ( +{ +ref = S; +}, +{ +pos = (48,212); +ref = acutecomb; +} +); +width = 659; +}, +{ +layerId = m010; +shapes = ( +{ +ref = S; +}, +{ +pos = (164,212); +ref = acutecomb; +} +); +width = 891; +}, +{ +layerId = m005; +shapes = ( +{ +ref = S; +}, +{ +pos = (18,200); +ref = acutecomb; +} +); +width = 611; +}, +{ +layerId = m01; +shapes = ( +{ +ref = S; +}, +{ +pos = (74,200); +ref = acutecomb; +} +); +width = 725; +}, +{ +layerId = m003; +shapes = ( +{ +ref = S; +}, +{ +pos = (206,200); +ref = acutecomb; +} +); +width = 975; +}, +{ +layerId = m006; +shapes = ( +{ +ref = S; +}, +{ +pos = (36,180); +ref = acutecomb; +} +); +width = 656; +}, +{ +layerId = m002; +shapes = ( +{ +ref = S; +}, +{ +pos = (94,180); +ref = acutecomb; +} +); +width = 768; +}, +{ +layerId = m004; +shapes = ( +{ +ref = S; +}, +{ +pos = (220,180); +ref = acutecomb; +} +); +width = 1016; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (62,160); +ref = acutecomb; +} +); +width = 703; +}, +{ +layerId = m008; +shapes = ( +{ +ref = S; +}, +{ +pos = (126,160); +ref = acutecomb; +} +); +width = 837; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (298,160); +ref = acutecomb; +} +); +width = 1159; +} +); +unicode = 346; +}, +{ +glyphname = Scaron; +kernLeft = S_LEFT; +kernRight = S_RIGHT; +lastChange = "2022-10-11 19:18:48 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = S; +}, +{ +pos = (-2,212); +ref = caroncomb; +} +); +width = 557; +}, +{ +layerId = m007; +shapes = ( +{ +ref = S; +}, +{ +pos = (48,212); +ref = caroncomb; +} +); +width = 659; +}, +{ +layerId = m010; +shapes = ( +{ +ref = S; +}, +{ +pos = (164,212); +ref = caroncomb; +} +); +width = 891; +}, +{ +layerId = m005; +shapes = ( +{ +ref = S; +}, +{ +pos = (18,200); +ref = caroncomb; +} +); +width = 611; +}, +{ +layerId = m01; +shapes = ( +{ +ref = S; +}, +{ +pos = (74,200); +ref = caroncomb; +} +); +width = 725; +}, +{ +layerId = m003; +shapes = ( +{ +ref = S; +}, +{ +pos = (206,200); +ref = caroncomb; +} +); +width = 975; +}, +{ +layerId = m006; +shapes = ( +{ +ref = S; +}, +{ +pos = (36,180); +ref = caroncomb; +} +); +width = 656; +}, +{ +layerId = m002; +shapes = ( +{ +ref = S; +}, +{ +pos = (94,180); +ref = caroncomb; +} +); +width = 768; +}, +{ +layerId = m004; +shapes = ( +{ +ref = S; +}, +{ +pos = (220,180); +ref = caroncomb; +} +); +width = 1016; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (62,160); +ref = caroncomb; +} +); +width = 703; +}, +{ +layerId = m008; +shapes = ( +{ +ref = S; +}, +{ +pos = (126,160); +ref = caroncomb; +} +); +width = 837; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (298,160); +ref = caroncomb; +} +); +width = 1159; +} +); +unicode = 352; +}, +{ +glyphname = Scedilla; +kernLeft = S_LEFT; +kernRight = S_RIGHT; +lastChange = "2022-10-11 19:18:48 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = S; +}, +{ +pos = (-12,0); +ref = cedillacomb; +} +); +width = 557; +}, +{ +layerId = m007; +shapes = ( +{ +ref = S; +}, +{ +pos = (38,0); +ref = cedillacomb; +} +); +width = 659; +}, +{ +layerId = m010; +shapes = ( +{ +ref = S; +}, +{ +pos = (154,0); +ref = cedillacomb; +} +); +width = 891; +}, +{ +layerId = m005; +shapes = ( +{ +ref = S; +}, +{ +pos = (8,0); +ref = cedillacomb; +} +); +width = 611; +}, +{ +layerId = m01; +shapes = ( +{ +ref = S; +}, +{ +pos = (64,0); +ref = cedillacomb; +} +); +width = 725; +}, +{ +layerId = m003; +shapes = ( +{ +ref = S; +}, +{ +pos = (196,0); +ref = cedillacomb; +} +); +width = 975; +}, +{ +layerId = m006; +shapes = ( +{ +ref = S; +}, +{ +pos = (26,0); +ref = cedillacomb; +} +); +width = 656; +}, +{ +layerId = m002; +shapes = ( +{ +ref = S; +}, +{ +pos = (84,0); +ref = cedillacomb; +} +); +width = 768; +}, +{ +layerId = m004; +shapes = ( +{ +ref = S; +}, +{ +pos = (210,0); +ref = cedillacomb; +} +); +width = 1016; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (52,0); +ref = cedillacomb; +} +); +width = 703; +}, +{ +layerId = m008; +shapes = ( +{ +ref = S; +}, +{ +pos = (116,0); +ref = cedillacomb; +} +); +width = 837; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (288,0); +ref = cedillacomb; +} +); +width = 1159; +} +); +unicode = 350; +}, +{ +glyphname = Scommaaccent; +kernLeft = S_LEFT; +kernRight = S_RIGHT; +lastChange = "2022-10-11 19:18:48 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = S; +}, +{ +pos = (-12,0); +ref = commaaccentcomb; +} +); +width = 557; +}, +{ +layerId = m007; +shapes = ( +{ +ref = S; +}, +{ +pos = (38,0); +ref = commaaccentcomb; +} +); +width = 659; +}, +{ +layerId = m010; +shapes = ( +{ +ref = S; +}, +{ +pos = (154,0); +ref = commaaccentcomb; +} +); +width = 891; +}, +{ +layerId = m005; +shapes = ( +{ +ref = S; +}, +{ +pos = (8,0); +ref = commaaccentcomb; +} +); +width = 611; +}, +{ +layerId = m01; +shapes = ( +{ +ref = S; +}, +{ +pos = (64,0); +ref = commaaccentcomb; +} +); +width = 725; +}, +{ +layerId = m003; +shapes = ( +{ +ref = S; +}, +{ +pos = (196,0); +ref = commaaccentcomb; +} +); +width = 975; +}, +{ +layerId = m006; +shapes = ( +{ +ref = S; +}, +{ +pos = (26,0); +ref = commaaccentcomb; +} +); +width = 656; +}, +{ +layerId = m002; +shapes = ( +{ +ref = S; +}, +{ +pos = (84,0); +ref = commaaccentcomb; +} +); +width = 768; +}, +{ +layerId = m004; +shapes = ( +{ +ref = S; +}, +{ +pos = (210,0); +ref = commaaccentcomb; +} +); +width = 1016; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (52,0); +ref = commaaccentcomb; +} +); +width = 703; +}, +{ +layerId = m008; +shapes = ( +{ +ref = S; +}, +{ +pos = (116,0); +ref = commaaccentcomb; +} +); +width = 837; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (288,0); +ref = commaaccentcomb; +} +); +width = 1159; +} +); +unicode = 536; +}, +{ +glyphname = Sdotbelow; +kernLeft = S_LEFT; +kernRight = S_RIGHT; +lastChange = "2022-10-11 19:18:48 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = S; +}, +{ +pos = (-12,0); +ref = dotbelowcomb; +} +); +width = 557; +}, +{ +layerId = m007; +shapes = ( +{ +ref = S; +}, +{ +pos = (38,0); +ref = dotbelowcomb; +} +); +width = 659; +}, +{ +layerId = m010; +shapes = ( +{ +ref = S; +}, +{ +pos = (154,0); +ref = dotbelowcomb; +} +); +width = 891; +}, +{ +layerId = m005; +shapes = ( +{ +ref = S; +}, +{ +pos = (8,0); +ref = dotbelowcomb; +} +); +width = 611; +}, +{ +layerId = m01; +shapes = ( +{ +ref = S; +}, +{ +pos = (64,0); +ref = dotbelowcomb; +} +); +width = 725; +}, +{ +layerId = m003; +shapes = ( +{ +ref = S; +}, +{ +pos = (196,0); +ref = dotbelowcomb; +} +); +width = 975; +}, +{ +layerId = m006; +shapes = ( +{ +ref = S; +}, +{ +pos = (26,0); +ref = dotbelowcomb; +} +); +width = 656; +}, +{ +layerId = m002; +shapes = ( +{ +ref = S; +}, +{ +pos = (84,0); +ref = dotbelowcomb; +} +); +width = 768; +}, +{ +layerId = m004; +shapes = ( +{ +ref = S; +}, +{ +pos = (210,0); +ref = dotbelowcomb; +} +); +width = 1016; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = S; +}, +{ +pos = (52,0); +ref = dotbelowcomb; +} +); +width = 703; +}, +{ +layerId = m008; +shapes = ( +{ +ref = S; +}, +{ +pos = (116,0); +ref = dotbelowcomb; +} +); +width = 837; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = S; +}, +{ +pos = (288,0); +ref = dotbelowcomb; +} +); +width = 1159; +} +); +unicode = 7778; +}, +{ +glyphname = Germandbls; +lastChange = "2022-06-15 06:58:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(137,0,l), +(137,552,ls), +(137,686,o), +(201,762,o), +(315,762,cs), +(530,762,l), +(521,776,l), +(307,440,l), +(307,406,l), +(363,406,ls), +(491,406,o), +(569,336,o), +(569,222,cs), +(569,108,o), +(491,38,o), +(363,38,cs), +(307,38,l), +(307,0,l), +(367,0,ls), +(518,0,o), +(611,84,o), +(611,222,cs), +(611,357,o), +(518,440,o), +(367,440,cs), +(334,440,l), +(341,423,l), +(557,762,l), +(557,800,l), +(319,800,ls), +(176,800,o), +(95,709,o), +(95,548,cs), +(95,0,l) +); +} +); +width = 651; +}, +{ +background = { +shapes = ( +{ +pos = (43,0); +ref = B; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(148,0,l), +(148,512,ls), +(148,672,o), +(233,762,o), +(384,762,cs), +(636,762,l), +(627,776,l), +(366,440,l), +(366,406,l), +(450,406,ls), +(590,406,o), +(676,336,o), +(676,222,cs), +(676,108,o), +(590,38,o), +(450,38,cs), +(366,38,l), +(366,0,l), +(454,0,ls), +(618,0,o), +(718,84,o), +(718,222,cs), +(718,357,o), +(618,440,o), +(454,440,cs), +(393,440,l), +(400,422,l), +(664,762,l), +(664,800,l), +(388,800,ls), +(208,800,o), +(106,695,o), +(106,508,cs), +(106,0,l) +); +} +); +width = 762; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(159,0,l), +(159,492,ls), +(159,670,o), +(266,762,o), +(475,762,cs), +(867,762,l), +(855,776,l), +(477,440,l), +(477,406,l), +(611,406,ls), +(826,406,o), +(927,347,o), +(927,222,cs), +(927,97,o), +(826,38,o), +(611,38,cs), +(477,38,l), +(477,0,l), +(615,0,ls), +(856,0,o), +(969,71,o), +(969,222,cs), +(969,370,o), +(856,440,o), +(615,440,cs), +(504,440,l), +(511,419,l), +(895,762,l), +(895,800,l), +(479,800,ls), +(240,800,o), +(117,694,o), +(117,488,cs), +(117,0,l) +); +} +); +width = 1018; +}, +{ +background = { +shapes = ( +{ +pos = (43,0); +ref = B; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(209,0,l), +(209,532,ls), +(209,632,o), +(261,694,o), +(346,694,cs), +(520,694,l), +(520,729,l), +(328,472,l), +(328,372,l), +(422,372,ls), +(499,372,o), +(555,317,o), +(555,240,cs), +(555,162,o), +(499,106,o), +(422,106,cs), +(328,106,l), +(328,0,l), +(426,0,ls), +(567,0,o), +(669,101,o), +(669,240,cs), +(669,375,o), +(567,472,o), +(426,472,cs), +(395,472,l), +(418,431,l), +(613,694,l), +(613,800,l), +(350,800,ls), +(192,800,o), +(95,697,o), +(95,528,cs), +(95,0,l) +); +} +); +width = 709; +}, +{ +background = { +shapes = ( +{ +pos = (43,0); +ref = B; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(220,512,ls), +(220,627,o), +(285,692,o), +(400,692,cs), +(639,692,l), +(639,729,l), +(392,472,l), +(392,372,l), +(506,372,ls), +(609,372,o), +(672,322,o), +(672,240,cs), +(672,158,o), +(609,108,o), +(506,108,cs), +(392,108,l), +(392,0,l), +(510,0,ls), +(681,0,o), +(786,91,o), +(786,240,cs), +(786,384,o), +(681,472,o), +(510,472,cs), +(459,472,l), +(486,431,l), +(736,692,l), +(736,800,l), +(404,800,ls), +(213,800,o), +(106,695,o), +(106,508,cs), +(106,0,l) +); +} +); +width = 830; +}, +{ +background = { +shapes = ( +{ +pos = (43,0); +ref = B; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(220,492,ls), +(220,625,o), +(322,700,o), +(503,700,cs), +(856,700,l), +(856,729,l), +(485,472,l), +(485,376,l), +(669,376,ls), +(845,376,o), +(936,330,o), +(936,242,cs), +(936,148,o), +(845,100,o), +(669,100,cs), +(485,100,l), +(485,0,l), +(673,0,ls), +(923,0,o), +(1052,82,o), +(1052,242,cs), +(1052,391,o), +(923,468,o), +(673,468,cs), +(552,468,l), +(595,431,l), +(982,700,l), +(982,800,l), +(507,800,ls), +(250,800,o), +(106,688,o), +(106,488,cs), +(106,0,l) +); +} +); +width = 1096; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(250,0,l), +(250,492,ls), +(250,582,o), +(290,632,o), +(362,632,cs), +(506,632,l), +(506,688,l), +(324,494,l), +(324,346,l), +(408,346,ls), +(470,346,o), +(508,312,o), +(508,257,cs), +(508,202,o), +(470,168,o), +(408,168,cs), +(324,168,l), +(324,0,l), +(412,0,ls), +(588,0,o), +(696,94,o), +(696,247,cs), +(696,400,o), +(588,494,o), +(412,494,cs), +(391,494,l), +(454,435,l), +(639,632,l), +(639,800,l), +(366,800,ls), +(171,800,o), +(62,688,o), +(62,488,cs), +(62,0,l) +); +} +); +width = 722; +}, +{ +background = { +shapes = ( +{ +pos = (49,0); +ref = B; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(261,0,l), +(261,482,ls), +(261,578,o), +(309,628,o), +(402,628,cs), +(626,628,l), +(626,688,l), +(394,496,l), +(394,344,l), +(508,344,ls), +(591,344,o), +(637,313,o), +(637,258,cs), +(637,203,o), +(591,172,o), +(508,172,cs), +(394,172,l), +(394,0,l), +(512,0,ls), +(712,0,o), +(825,89,o), +(825,248,cs), +(825,407,o), +(712,496,o), +(512,496,cs), +(461,496,l), +(537,435,l), +(768,628,l), +(768,800,l), +(406,800,ls), +(186,800,o), +(73,691,o), +(73,478,cs), +(73,0,l) +); +} +); +width = 855; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(272,0,l), +(272,462,ls), +(272,583,o), +(343,646,o), +(481,646,cs), +(838,646,l), +(838,688,l), +(473,484,l), +(473,348,l), +(677,348,ls), +(831,348,o), +(904,317,o), +(904,251,cs), +(904,185,o), +(831,154,o), +(677,154,cs), +(473,154,l), +(473,0,l), +(681,0,ls), +(960,0,o), +(1092,77,o), +(1092,242,cs), +(1092,407,o), +(960,484,o), +(681,484,cs), +(560,484,l), +(647,435,l), +(1015,640,l), +(1015,800,l), +(485,800,ls), +(220,800,o), +(84,684,o), +(84,458,cs), +(84,0,l) +); +} +); +width = 1127; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,0,l), +(323,472,ls), +(323,537,o), +(350,570,o), +(401,570,cs), +(549,570,l), +(549,612,l), +(357,458,l), +(357,358,l), +(403,358,ls), +(453,358,o), +(479,336,o), +(479,294,cs), +(479,252,o), +(453,230,o), +(403,230,cs), +(357,230,l), +(357,0,l), +(467,0,ls), +(658,0,o), +(757,78,o), +(757,229,cs), +(757,380,o), +(658,458,o), +(467,458,cs), +(410,458,l), +(522,418,l), +(701,564,l), +(701,800,l), +(405,800,ls), +(146,800,o), +(35,700,o), +(35,468,cs), +(35,0,l) +); +} +); +width = 772; +}, +{ +background = { +shapes = ( +{ +pos = (53,0); +ref = B; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(371,0,l), +(371,462,ls), +(371,529,o), +(406,564,o), +(473,564,cs), +(643,564,l), +(643,612,l), +(429,472,l), +(429,344,l), +(495,344,ls), +(549,344,o), +(575,327,o), +(575,290,cs), +(575,253,o), +(549,236,o), +(495,236,cs), +(429,236,l), +(429,0,l), +(539,0,ls), +(785,0,o), +(901,76,o), +(901,236,cs), +(901,396,o), +(785,472,o), +(539,472,cs), +(482,472,l), +(654,438,l), +(845,564,l), +(845,800,l), +(477,800,ls), +(168,800,o), +(35,697,o), +(35,458,cs), +(35,0,l) +); +} +); +width = 916; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(455,0,l), +(455,432,ls), +(455,519,o), +(509,564,o), +(613,564,cs), +(933,564,l), +(933,612,l), +(599,472,l), +(599,344,l), +(695,344,ls), +(787,344,o), +(831,327,o), +(831,290,cs), +(831,253,o), +(787,236,o), +(695,236,cs), +(599,236,l), +(599,0,l), +(789,0,ls), +(1103,0,o), +(1251,76,o), +(1251,236,cs), +(1251,396,o), +(1103,472,o), +(789,472,cs), +(702,472,l), +(874,438,l), +(1175,564,l), +(1175,800,l), +(617,800,ls), +(210,800,o), +(35,688,o), +(35,428,cs), +(35,0,l) +); +} +); +width = 1266; +} +); +metricLeft = SQRU; +metricRight = "=SQRU/2.4"; +unicode = 7838; +}, +{ +glyphname = T; +kernLeft = T_LEFT; +kernRight = T_RIGHT; +lastChange = "2023-04-24 15:51:03 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (316,0); +}, +{ +name = center; +pos = (316,400); +}, +{ +name = tail; +pos = (373,0); +}, +{ +name = tcedilla; +pos = (298,0); +}, +{ +name = top; +pos = (316,800); +} +); +background = { +shapes = ( +{ +pos = (-78,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Width = 252; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (153,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 252; +}; +pos = (366,0); +ref = "_part.bar-top-UC"; +} +); +width = 632; +}, +{ +anchors = ( +{ +name = bottom; +pos = (348,0); +}, +{ +name = center; +pos = (348,400); +}, +{ +name = tail; +pos = (362,0); +}, +{ +name = tcedilla; +pos = (340,0); +}, +{ +name = top; +pos = (348,800); +} +); +background = { +shapes = ( +{ +pos = (-52,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Width = 248; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (181,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 248; +}; +pos = (436,0); +ref = "_part.bar-top-UC"; +} +); +width = 696; +}, +{ +anchors = ( +{ +name = bottom; +pos = (438,0); +}, +{ +name = center; +pos = (438,400); +}, +{ +name = tail; +pos = (513,0); +}, +{ +name = tcedilla; +pos = (396,0); +}, +{ +name = top; +pos = (438,800); +} +); +background = { +shapes = ( +{ +pos = (-76,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Width = 374; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (275,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 374; +}; +pos = (488,0); +ref = "_part.bar-top-UC"; +} +); +width = 876; +}, +{ +anchors = ( +{ +name = bottom; +pos = (464,0); +}, +{ +name = center; +pos = (464,400); +}, +{ +name = tail; +pos = (518,0); +}, +{ +name = tcedilla; +pos = (444,0); +}, +{ +name = top; +pos = (464,800); +} +); +background = { +shapes = ( +{ +pos = (-62,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Width = 364; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (286,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 364; +}; +pos = (552,0); +ref = "_part.bar-top-UC"; +} +); +width = 928; +}, +{ +anchors = ( +{ +name = bottom; +pos = (267,0); +}, +{ +name = center; +pos = (267,400); +}, +{ +name = tail; +pos = (296,0); +}, +{ +name = tcedilla; +pos = (252,0); +}, +{ +name = top; +pos = (267,800); +} +); +background = { +shapes = ( +{ +pos = (-66,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Width = 203; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (115,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 203; +}; +pos = (317,0); +ref = "_part.bar-top-UC"; +} +); +width = 534; +}, +{ +anchors = ( +{ +name = bottom; +pos = (297,0); +}, +{ +name = center; +pos = (297,400); +}, +{ +name = tail; +pos = (291,0); +}, +{ +name = tcedilla; +pos = (286,0); +}, +{ +name = top; +pos = (297,800); +} +); +background = { +shapes = ( +{ +pos = (-40,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Width = 198; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (141,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 198; +}; +pos = (386,0); +ref = "_part.bar-top-UC"; +} +); +width = 594; +}, +{ +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = center; +pos = (286,400); +}, +{ +name = tail; +pos = (307,0); +}, +{ +name = tcedilla; +pos = (264,0); +}, +{ +name = top; +pos = (286,800); +} +); +background = { +shapes = ( +{ +pos = (-78,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Width = 258; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (159,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 258; +}; +pos = (300,0); +ref = "_part.bar-top-UC"; +} +); +width = 572; +}, +{ +anchors = ( +{ +name = bottom; +pos = (398,0); +}, +{ +name = center; +pos = (398,400); +}, +{ +name = tail; +pos = (336,0); +}, +{ +name = tcedilla; +pos = (398,0); +}, +{ +name = top; +pos = (398,800); +} +); +background = { +shapes = ( +{ +pos = (-26,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Width = 226; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (195,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 226; +}; +pos = (562,0); +ref = "_part.bar-top-UC"; +} +); +width = 796; +}, +{ +anchors = ( +{ +name = bottom; +pos = (241,0); +}, +{ +name = center; +pos = (241,400); +}, +{ +name = tail; +pos = (262,0); +}, +{ +name = tcedilla; +pos = (222,0); +}, +{ +name = top; +pos = (241,800); +} +); +background = { +shapes = ( +{ +pos = (-72,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Width = 213; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (125,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 213; +}; +pos = (255,0); +ref = "_part.bar-top-UC"; +} +); +width = 482; +}, +{ +anchors = ( +{ +name = bottom; +pos = (406,0); +}, +{ +name = center; +pos = (406,400); +}, +{ +name = tail; +pos = (437,0); +}, +{ +name = tcedilla; +pos = (360,0); +}, +{ +name = top; +pos = (406,800); +} +); +background = { +shapes = ( +{ +pos = (-88,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Width = 377; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (268,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 377; +}; +pos = (419,0); +ref = "_part.bar-top-UC"; +} +); +width = 812; +}, +{ +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = center; +pos = (558,400); +}, +{ +name = tail; +pos = (498,0); +}, +{ +name = tcedilla; +pos = (552,0); +}, +{ +name = top; +pos = (558,800); +} +); +background = { +shapes = ( +{ +pos = (-26,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Width = 344; +}; +ref = "_part.bar-top-UC"; +}, +{ +pos = (313,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 344; +}; +pos = (764,0); +ref = "_part.bar-top-UC"; +} +); +width = 1116; +}, +{ +anchors = ( +{ +name = bottom; +pos = (331,0); +}, +{ +name = center; +pos = (331,400); +}, +{ +name = tail; +pos = (255,0); +}, +{ +name = tcedilla; +pos = (326,0); +}, +{ +name = top; +pos = (331,800); +} +); +background = { +shapes = ( +{ +pos = (-27,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Width = 183; +}; +ref = "_part.bar-top-UC"; +}, +{ +pos = (152,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 183; +}; +pos = (471,0); +ref = "_part.bar-top-UC"; +} +); +width = 662; +} +); +metricLeft = "=H/10"; +metricRight = "=H/10"; +unicode = 84; +}, +{ +glyphname = Tbar; +lastChange = "2022-09-24 18:58:14 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = T; +}, +{ +pos = (-59,0); +ref = "_part.Bar-stroke"; +} +); +width = 482; +}, +{ +layerId = m007; +shapes = ( +{ +ref = T; +}, +{ +pos = (-14,0); +ref = "_part.Bar-stroke"; +} +); +width = 572; +}, +{ +layerId = m010; +shapes = ( +{ +ref = T; +}, +{ +pos = (106,0); +ref = "_part.Bar-stroke"; +} +); +width = 812; +}, +{ +layerId = m005; +shapes = ( +{ +ref = T; +}, +{ +pos = (-33,0); +ref = "_part.Bar-stroke"; +} +); +width = 534; +}, +{ +layerId = m01; +shapes = ( +{ +ref = T; +}, +{ +pos = (16,0); +ref = "_part.Bar-stroke"; +} +); +width = 632; +}, +{ +layerId = m003; +shapes = ( +{ +ref = T; +}, +{ +pos = (138,0); +ref = "_part.Bar-stroke"; +} +); +width = 876; +}, +{ +layerId = m006; +shapes = ( +{ +ref = T; +}, +{ +pos = (-3,0); +ref = "_part.Bar-stroke"; +} +); +width = 594; +}, +{ +layerId = m002; +shapes = ( +{ +ref = T; +}, +{ +pos = (48,0); +ref = "_part.Bar-stroke"; +} +); +width = 696; +}, +{ +layerId = m004; +shapes = ( +{ +ref = T; +}, +{ +pos = (164,0); +ref = "_part.Bar-stroke"; +} +); +width = 928; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = T; +}, +{ +pos = (31,0); +ref = "_part.Bar-stroke"; +} +); +width = 662; +}, +{ +layerId = m008; +shapes = ( +{ +ref = T; +}, +{ +pos = (98,0); +ref = "_part.Bar-stroke"; +} +); +width = 796; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = T; +}, +{ +pos = (258,0); +ref = "_part.Bar-stroke"; +} +); +width = 1116; +} +); +unicode = 358; +}, +{ +glyphname = Tcaron; +kernLeft = T_LEFT; +kernRight = T_RIGHT; +lastChange = "2022-10-11 19:19:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = T; +}, +{ +pos = (-59,212); +ref = caroncomb; +} +); +width = 482; +}, +{ +layerId = m007; +shapes = ( +{ +ref = T; +}, +{ +pos = (-14,212); +ref = caroncomb; +} +); +width = 572; +}, +{ +layerId = m010; +shapes = ( +{ +ref = T; +}, +{ +pos = (106,212); +ref = caroncomb; +} +); +width = 812; +}, +{ +layerId = m005; +shapes = ( +{ +ref = T; +}, +{ +pos = (-33,200); +ref = caroncomb; +} +); +width = 534; +}, +{ +layerId = m01; +shapes = ( +{ +ref = T; +}, +{ +pos = (16,200); +ref = caroncomb; +} +); +width = 632; +}, +{ +layerId = m003; +shapes = ( +{ +ref = T; +}, +{ +pos = (138,200); +ref = caroncomb; +} +); +width = 876; +}, +{ +layerId = m006; +shapes = ( +{ +ref = T; +}, +{ +pos = (-3,180); +ref = caroncomb; +} +); +width = 594; +}, +{ +layerId = m002; +shapes = ( +{ +ref = T; +}, +{ +pos = (48,180); +ref = caroncomb; +} +); +width = 696; +}, +{ +layerId = m004; +shapes = ( +{ +ref = T; +}, +{ +pos = (164,180); +ref = caroncomb; +} +); +width = 928; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = T; +}, +{ +pos = (31,160); +ref = caroncomb; +} +); +width = 662; +}, +{ +layerId = m008; +shapes = ( +{ +ref = T; +}, +{ +pos = (98,160); +ref = caroncomb; +} +); +width = 796; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = T; +}, +{ +pos = (258,160); +ref = caroncomb; +} +); +width = 1116; +} +); +unicode = 356; +}, +{ +glyphname = Tcedilla; +kernLeft = T_LEFT; +kernRight = T_RIGHT; +lastChange = "2022-10-11 19:19:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (-78,0); +ref = cedillacomb; +} +); +width = 482; +}, +{ +layerId = m007; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (-36,0); +ref = cedillacomb; +} +); +width = 572; +}, +{ +layerId = m010; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (60,0); +ref = cedillacomb; +} +); +width = 812; +}, +{ +layerId = m005; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (-48,0); +ref = cedillacomb; +} +); +width = 534; +}, +{ +layerId = m01; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (-2,0); +ref = cedillacomb; +} +); +width = 632; +}, +{ +layerId = m003; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (96,0); +ref = cedillacomb; +} +); +width = 876; +}, +{ +layerId = m006; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (-14,0); +ref = cedillacomb; +} +); +width = 594; +}, +{ +layerId = m002; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (40,0); +ref = cedillacomb; +} +); +width = 696; +}, +{ +layerId = m004; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (144,0); +ref = cedillacomb; +} +); +width = 928; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (26,0); +ref = cedillacomb; +} +); +width = 662; +}, +{ +layerId = m008; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (98,0); +ref = cedillacomb; +} +); +width = 796; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = T; +}, +{ +anchor = tcedilla; +pos = (252,0); +ref = cedillacomb; +} +); +width = 1116; +} +); +unicode = 354; +}, +{ +glyphname = Tcommaaccent; +kernLeft = T_LEFT; +kernRight = T_RIGHT; +lastChange = "2022-10-11 19:19:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = T; +}, +{ +pos = (-59,0); +ref = commaaccentcomb; +} +); +width = 482; +}, +{ +layerId = m007; +shapes = ( +{ +ref = T; +}, +{ +pos = (-14,0); +ref = commaaccentcomb; +} +); +width = 572; +}, +{ +layerId = m010; +shapes = ( +{ +ref = T; +}, +{ +pos = (106,0); +ref = commaaccentcomb; +} +); +width = 812; +}, +{ +layerId = m005; +shapes = ( +{ +ref = T; +}, +{ +pos = (-33,0); +ref = commaaccentcomb; +} +); +width = 534; +}, +{ +layerId = m01; +shapes = ( +{ +ref = T; +}, +{ +pos = (16,0); +ref = commaaccentcomb; +} +); +width = 632; +}, +{ +layerId = m003; +shapes = ( +{ +ref = T; +}, +{ +pos = (138,0); +ref = commaaccentcomb; +} +); +width = 876; +}, +{ +layerId = m006; +shapes = ( +{ +ref = T; +}, +{ +pos = (-3,0); +ref = commaaccentcomb; +} +); +width = 594; +}, +{ +layerId = m002; +shapes = ( +{ +ref = T; +}, +{ +pos = (48,0); +ref = commaaccentcomb; +} +); +width = 696; +}, +{ +layerId = m004; +shapes = ( +{ +ref = T; +}, +{ +pos = (164,0); +ref = commaaccentcomb; +} +); +width = 928; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = T; +}, +{ +pos = (31,0); +ref = commaaccentcomb; +} +); +width = 662; +}, +{ +layerId = m008; +shapes = ( +{ +ref = T; +}, +{ +pos = (98,0); +ref = commaaccentcomb; +} +); +width = 796; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = T; +}, +{ +pos = (258,0); +ref = commaaccentcomb; +} +); +width = 1116; +} +); +unicode = 538; +}, +{ +glyphname = Tdotbelow; +kernLeft = T_LEFT; +kernRight = T_RIGHT; +lastChange = "2022-10-11 19:19:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = T; +}, +{ +pos = (-59,0); +ref = dotbelowcomb; +} +); +width = 482; +}, +{ +layerId = m007; +shapes = ( +{ +ref = T; +}, +{ +pos = (-14,0); +ref = dotbelowcomb; +} +); +width = 572; +}, +{ +layerId = m010; +shapes = ( +{ +ref = T; +}, +{ +pos = (106,0); +ref = dotbelowcomb; +} +); +width = 812; +}, +{ +layerId = m005; +shapes = ( +{ +ref = T; +}, +{ +pos = (-33,0); +ref = dotbelowcomb; +} +); +width = 534; +}, +{ +layerId = m01; +shapes = ( +{ +ref = T; +}, +{ +pos = (16,0); +ref = dotbelowcomb; +} +); +width = 632; +}, +{ +layerId = m003; +shapes = ( +{ +ref = T; +}, +{ +pos = (138,0); +ref = dotbelowcomb; +} +); +width = 876; +}, +{ +layerId = m006; +shapes = ( +{ +ref = T; +}, +{ +pos = (-3,0); +ref = dotbelowcomb; +} +); +width = 594; +}, +{ +layerId = m002; +shapes = ( +{ +ref = T; +}, +{ +pos = (48,0); +ref = dotbelowcomb; +} +); +width = 696; +}, +{ +layerId = m004; +shapes = ( +{ +ref = T; +}, +{ +pos = (164,0); +ref = dotbelowcomb; +} +); +width = 928; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = T; +}, +{ +pos = (31,0); +ref = dotbelowcomb; +} +); +width = 662; +}, +{ +layerId = m008; +shapes = ( +{ +ref = T; +}, +{ +pos = (98,0); +ref = dotbelowcomb; +} +); +width = 796; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = T; +}, +{ +pos = (258,0); +ref = dotbelowcomb; +} +); +width = 1116; +} +); +unicode = 7788; +}, +{ +glyphname = U; +kernRight = U_RIGHT; +lastChange = "2022-09-04 18:53:31 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (411,0); +}, +{ +name = ogonek; +pos = (520,10); +}, +{ +name = top; +pos = (411,800); +}, +{ +name = topright; +pos = (784,800); +} +); +background = { +shapes = ( +{ +pos = (-6,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,300,ls), +(106,104,o), +(222,-16,o), +(411,-16,cs), +(600,-16,o), +(716,104,o), +(716,300,cs), +(716,800,l), +(606,800,l), +(606,310,ls), +(606,174,o), +(534,94,o), +(413,94,cs), +(292,94,o), +(220,174,o), +(220,310,cs), +(220,800,l), +(106,800,l) +); +} +); +width = 804; +}, +{ +anchors = ( +{ +name = bottom; +pos = (418,0); +}, +{ +name = ogonek; +pos = (554,10); +}, +{ +name = top; +pos = (418,800); +}, +{ +name = topright; +pos = (804,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,320,ls), +(73,106,o), +(201,-20,o), +(418,-20,cs), +(635,-20,o), +(763,106,o), +(763,320,cs), +(763,800,l), +(583,800,l), +(583,342,ls), +(583,228,o), +(523,160,o), +(422,160,cs), +(321,160,o), +(261,223,o), +(261,330,cs), +(261,800,l), +(73,800,l) +); +} +); +width = 824; +}, +{ +anchors = ( +{ +name = bottom; +pos = (529,0); +}, +{ +name = ogonek; +pos = (680,10); +}, +{ +name = top; +pos = (529,800); +}, +{ +name = topright; +pos = (1020,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,320,ls), +(106,109,o), +(263,-16,o), +(529,-16,cs), +(795,-16,o), +(952,109,o), +(952,320,cs), +(952,800,l), +(842,800,l), +(842,330,ls), +(842,180,o), +(726,92,o), +(531,92,cs), +(336,92,o), +(220,180,o), +(220,330,cs), +(220,800,l), +(106,800,l) +); +} +); +width = 1040; +}, +{ +anchors = ( +{ +name = bottom; +pos = (545,0); +}, +{ +name = ogonek; +pos = (722,10); +}, +{ +name = top; +pos = (545,800); +}, +{ +name = topright; +pos = (1056,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,340,ls), +(84,114,o), +(255,-20,o), +(545,-20,cs), +(835,-20,o), +(1006,114,o), +(1006,340,cs), +(1006,800,l), +(826,800,l), +(826,361,ls), +(826,230,o), +(723,152,o), +(549,152,cs), +(375,152,o), +(272,226,o), +(272,350,cs), +(272,800,l), +(84,800,l) +); +} +); +width = 1076; +}, +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +}, +{ +name = ogonek; +pos = (452,10); +}, +{ +name = top; +pos = (352,800); +}, +{ +name = topright; +pos = (668,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,260,ls), +(95,87,o), +(190,-16,o), +(352,-16,cs), +(514,-16,o), +(609,87,o), +(609,260,cs), +(609,800,l), +(499,800,l), +(499,270,ls), +(499,159,o), +(445,94,o), +(354,94,cs), +(263,94,o), +(209,159,o), +(209,270,cs), +(209,800,l), +(95,800,l) +); +} +); +width = 688; +}, +{ +anchors = ( +{ +name = bottom; +pos = (353,0); +}, +{ +name = ogonek; +pos = (472,10); +}, +{ +name = top; +pos = (353,800); +}, +{ +name = topright; +pos = (676,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,290,ls), +(62,95,o), +(170,-20,o), +(353,-20,cs), +(536,-20,o), +(644,95,o), +(644,290,cs), +(644,800,l), +(464,800,l), +(464,306,ls), +(464,214,o), +(424,160,o), +(357,160,cs), +(290,160,o), +(250,212,o), +(250,300,cs), +(250,800,l), +(62,800,l) +); +} +); +width = 696; +}, +{ +anchors = ( +{ +name = bottom; +pos = (381,0); +}, +{ +name = ogonek; +pos = (470,10); +}, +{ +name = top; +pos = (381,800); +}, +{ +name = topright; +pos = (724,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,280,ls), +(106,99,o), +(211,-12,o), +(381,-12,cs), +(551,-12,o), +(656,99,o), +(656,280,cs), +(656,800,l), +(615,800,l), +(615,280,ls), +(615,124,o), +(525,28,o), +(381,28,cs), +(237,28,o), +(148,124,o), +(148,280,cs), +(148,800,l), +(106,800,l) +); +} +); +width = 744; +}, +{ +anchors = ( +{ +name = bottom; +pos = (426,0); +}, +{ +name = ogonek; +pos = (609,10); +}, +{ +name = top; +pos = (426,800); +}, +{ +name = topright; +pos = (826,800); +} +); +background = { +shapes = ( +{ +pos = (-4,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,320,ls), +(35,91,o), +(167,-26,o), +(426,-26,cs), +(685,-26,o), +(817,91,o), +(817,320,cs), +(817,800,l), +(497,800,l), +(497,320,ls), +(497,266,o), +(476,238,o), +(434,238,cs), +(392,238,o), +(371,266,o), +(371,320,cs), +(371,800,l), +(35,800,l) +); +} +); +width = 846; +}, +{ +anchors = ( +{ +name = bottom; +pos = (327,0); +}, +{ +name = ogonek; +pos = (406,10); +}, +{ +name = top; +pos = (327,800); +}, +{ +name = topright; +pos = (618,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,250,ls), +(95,88,o), +(183,-12,o), +(327,-12,cs), +(471,-12,o), +(559,88,o), +(559,250,cs), +(559,800,l), +(518,800,l), +(518,250,ls), +(518,112,o), +(445,28,o), +(327,28,cs), +(209,28,o), +(137,112,o), +(137,250,cs), +(137,800,l), +(95,800,l) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = bottom; +pos = (500,0); +}, +{ +name = ogonek; +pos = (623,10); +}, +{ +name = top; +pos = (500,800); +}, +{ +name = topright; +pos = (961,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,320,ls), +(117,108,o), +(255,-12,o), +(500,-12,cs), +(745,-12,o), +(883,108,o), +(883,320,cs), +(883,800,l), +(842,800,l), +(842,320,ls), +(842,133,o), +(718,28,o), +(500,28,cs), +(282,28,o), +(159,133,o), +(159,320,cs), +(159,800,l), +(117,800,l) +); +} +); +width = 981; +}, +{ +anchors = ( +{ +name = bottom; +pos = (582,0); +}, +{ +name = ogonek; +pos = (825,10); +}, +{ +name = top; +pos = (582,800); +}, +{ +name = topright; +pos = (1138,800); +} +); +background = { +shapes = ( +{ +pos = (-8,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,360,ls), +(35,105,o), +(221,-26,o), +(582,-26,cs), +(943,-26,o), +(1129,105,o), +(1129,360,cs), +(1129,800,l), +(729,800,l), +(729,360,ls), +(729,279,o), +(676,238,o), +(592,238,cs), +(508,238,o), +(455,279,o), +(455,360,cs), +(455,800,l), +(35,800,l) +); +} +); +width = 1158; +}, +{ +anchors = ( +{ +name = bottom; +pos = (362,0); +}, +{ +name = ogonek; +pos = (512,10); +}, +{ +name = top; +pos = (362,800); +}, +{ +name = topright; +pos = (698,800); +} +); +background = { +shapes = ( +{ +pos = (-2,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,300,ls), +(35,91,o), +(153,-26,o), +(362,-26,cs), +(571,-26,o), +(689,91,o), +(689,300,cs), +(689,800,l), +(417,800,l), +(417,296,ls), +(417,257,o), +(400,234,o), +(370,234,cs), +(340,234,o), +(323,257,o), +(323,296,cs), +(323,800,l), +(35,800,l) +); +} +); +width = 718; +} +); +metricLeft = SQRU; +metricRight = "=SQRU/1.2"; +unicode = 85; +}, +{ +glyphname = Uacute; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (27,212); +ref = acutecomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (81,212); +ref = acutecomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,212); +ref = acutecomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (52,200); +ref = acutecomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (111,200); +ref = acutecomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (229,200); +ref = acutecomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,180); +ref = acutecomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (118,180); +ref = acutecomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (245,180); +ref = acutecomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (62,160); +ref = acutecomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,160); +ref = acutecomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (282,160); +ref = acutecomb; +} +); +width = 1158; +} +); +unicode = 218; +}, +{ +glyphname = Ubreve; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (177,212); +ref = brevecomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (207,212); +ref = brevecomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (266,212); +ref = brevecomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (182,200); +ref = brevecomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (209,200); +ref = brevecomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (269,200); +ref = brevecomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (155,180); +ref = brevecomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (186,180); +ref = brevecomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (243,180); +ref = brevecomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (125,160); +ref = brevecomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (164,160); +ref = brevecomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (240,160); +ref = brevecomb; +} +); +width = 1158; +} +); +unicode = 364; +}, +{ +glyphname = Ucircumflex; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (27,212); +ref = circumflexcomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (81,212); +ref = circumflexcomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,212); +ref = circumflexcomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (52,200); +ref = circumflexcomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (111,200); +ref = circumflexcomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (229,200); +ref = circumflexcomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,180); +ref = circumflexcomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (118,180); +ref = circumflexcomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (245,180); +ref = circumflexcomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (62,160); +ref = circumflexcomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,160); +ref = circumflexcomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (282,160); +ref = circumflexcomb; +} +); +width = 1158; +} +); +unicode = 219; +}, +{ +glyphname = Udieresis; +kernRight = U_RIGHT; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (205,212); +ref = dieresiscomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (226,212); +ref = dieresiscomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (294,212); +ref = dieresiscomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (183,200); +ref = dieresiscomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (211,200); +ref = dieresiscomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (269,200); +ref = dieresiscomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (152,180); +ref = dieresiscomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (180,180); +ref = dieresiscomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (251,180); +ref = dieresiscomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (112,160); +ref = dieresiscomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,160); +ref = dieresiscomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (178,160); +ref = dieresiscomb; +} +); +width = 1158; +} +); +unicode = 220; +}, +{ +glyphname = Udotbelow; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (27,0); +ref = dotbelowcomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (81,0); +ref = dotbelowcomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,0); +ref = dotbelowcomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (52,0); +ref = dotbelowcomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (111,0); +ref = dotbelowcomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (229,0); +ref = dotbelowcomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,0); +ref = dotbelowcomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (118,0); +ref = dotbelowcomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (245,0); +ref = dotbelowcomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (62,0); +ref = dotbelowcomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,0); +ref = dotbelowcomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (282,0); +ref = dotbelowcomb; +} +); +width = 1158; +} +); +unicode = 7908; +}, +{ +glyphname = Ugrave; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (27,212); +ref = gravecomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (81,212); +ref = gravecomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,212); +ref = gravecomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (52,200); +ref = gravecomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (111,200); +ref = gravecomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (229,200); +ref = gravecomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,180); +ref = gravecomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (118,180); +ref = gravecomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (245,180); +ref = gravecomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (62,160); +ref = gravecomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,160); +ref = gravecomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (282,160); +ref = gravecomb; +} +); +width = 1158; +} +); +unicode = 217; +}, +{ +glyphname = Uhungarumlaut; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (27,212); +ref = hungarumlautcomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (81,212); +ref = hungarumlautcomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,212); +ref = hungarumlautcomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (52,200); +ref = hungarumlautcomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (111,200); +ref = hungarumlautcomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (229,200); +ref = hungarumlautcomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,180); +ref = hungarumlautcomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (118,180); +ref = hungarumlautcomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (245,180); +ref = hungarumlautcomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (62,160); +ref = hungarumlautcomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,160); +ref = hungarumlautcomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (282,160); +ref = hungarumlautcomb; +} +); +width = 1158; +} +); +unicode = 368; +}, +{ +glyphname = Umacron; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (27,212); +ref = macroncomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (81,212); +ref = macroncomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,212); +ref = macroncomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (52,200); +ref = macroncomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (111,200); +ref = macroncomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (229,200); +ref = macroncomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,180); +ref = macroncomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (118,180); +ref = macroncomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (245,180); +ref = macroncomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (62,160); +ref = macroncomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,160); +ref = macroncomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (282,160); +ref = macroncomb; +} +); +width = 1158; +} +); +unicode = 362; +}, +{ +glyphname = Uogonek; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (31,0); +ref = ogonekcomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (86,0); +ref = ogonekcomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (215,0); +ref = ogonekcomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (41,0); +ref = ogonekcomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (116,0); +ref = ogonekcomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (242,0); +ref = ogonekcomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (38,0); +ref = ogonekcomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (110,0); +ref = ogonekcomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (238,0); +ref = ogonekcomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,0); +ref = ogonekcomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (105,0); +ref = ogonekcomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (256,0); +ref = ogonekcomb; +} +); +width = 1158; +} +); +unicode = 370; +}, +{ +glyphname = Uring; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (27,212); +ref = ringcomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (81,212); +ref = ringcomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,212); +ref = ringcomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (52,200); +ref = ringcomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (111,200); +ref = ringcomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (229,200); +ref = ringcomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,180); +ref = ringcomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (118,180); +ref = ringcomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (245,180); +ref = ringcomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (62,160); +ref = ringcomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,160); +ref = ringcomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (282,160); +ref = ringcomb; +} +); +width = 1158; +} +); +unicode = 366; +}, +{ +glyphname = Utilde; +kernRight = U_RIGHT; +lastChange = "2022-10-11 19:19:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = U; +}, +{ +pos = (27,212); +ref = tildecomb; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = U; +}, +{ +pos = (81,212); +ref = tildecomb; +} +); +width = 744; +}, +{ +layerId = m010; +shapes = ( +{ +ref = U; +}, +{ +pos = (200,212); +ref = tildecomb; +} +); +width = 981; +}, +{ +layerId = m005; +shapes = ( +{ +ref = U; +}, +{ +pos = (52,200); +ref = tildecomb; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +ref = U; +}, +{ +pos = (111,200); +ref = tildecomb; +} +); +width = 804; +}, +{ +layerId = m003; +shapes = ( +{ +ref = U; +}, +{ +pos = (229,200); +ref = tildecomb; +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +ref = U; +}, +{ +pos = (53,180); +ref = tildecomb; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = U; +}, +{ +pos = (118,180); +ref = tildecomb; +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +ref = U; +}, +{ +pos = (245,180); +ref = tildecomb; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = U; +}, +{ +pos = (62,160); +ref = tildecomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = U; +}, +{ +pos = (126,160); +ref = tildecomb; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = U; +}, +{ +pos = (236,160); +ref = tildecomb; +} +); +width = 1158; +} +); +unicode = 360; +}, +{ +glyphname = V; +lastChange = "2023-01-16 20:17:03 +0000"; +layers = ( +{ +anchors = ( +{ +name = connect; +pos = (367,800); +} +); +background = { +shapes = ( +{ +pos = (-52,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(5,800,l), +(267,0,l), +(461,0,l), +(723,800,l), +(608,800,l), +(352,6,l), +(382,6,l), +(126,800,l) +); +} +); +width = 728; +}, +{ +anchors = ( +{ +name = connect; +pos = (396,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(4,800,l), +(236,0,l), +(556,0,l), +(788,800,l), +(609,800,l), +(392,40,l), +(412,40,l), +(196,800,l) +); +} +); +width = 792; +}, +{ +anchors = ( +{ +name = connect; +pos = (508,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(5,800,l), +(412,0,l), +(602,0,l), +(1009,800,l), +(891,800,l), +(490,8,l), +(538,8,l), +(137,800,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = connect; +pos = (525,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(4,800,l), +(370,0,l), +(680,0,l), +(1046,800,l), +(859,800,l), +(506,24,l), +(558,24,l), +(206,800,l) +); +} +); +width = 1050; +}, +{ +anchors = ( +{ +name = connect; +pos = (311,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(5,800,l), +(221,0,l), +(399,0,l), +(615,800,l), +(505,800,l), +(305,24,l), +(324,24,l), +(123,800,l) +); +} +); +width = 620; +}, +{ +anchors = ( +{ +name = connect; +pos = (335,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(3,800,l), +(185,0,l), +(485,0,l), +(667,800,l), +(490,800,l), +(326,32,l), +(357,32,l), +(192,800,l) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = connect; +pos = (330,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(5,800,l), +(295,0,l), +(365,0,l), +(655,800,l), +(611,800,l), +(324,2,l), +(338,2,l), +(51,800,l) +); +} +); +width = 660; +}, +{ +anchors = ( +{ +name = connect; +pos = (432,800); +} +); +background = { +shapes = ( +{ +pos = (2,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(2,800,l), +(168,0,l), +(696,0,l), +(862,800,l), +(549,800,l), +(422,6,l), +(471,6,l), +(344,800,l) +); +} +); +width = 864; +}, +{ +anchors = ( +{ +name = connect; +pos = (279,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(5,800,l), +(246,0,l), +(312,0,l), +(553,800,l), +(510,800,l), +(273,7,l), +(287,7,l), +(50,800,l) +); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = connect; +pos = (460,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(6,800,l), +(425,0,l), +(495,0,l), +(914,800,l), +(868,800,l), +(450,1,l), +(472,1,l), +(55,800,l) +); +} +); +width = 920; +}, +{ +anchors = ( +{ +name = connect; +pos = (606,800); +} +); +background = { +shapes = ( +{ +pos = (4,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(2,800,l), +(282,0,l), +(930,0,l), +(1210,800,l), +(808,800,l), +(577,16,l), +(673,16,l), +(442,800,l) +); +} +); +width = 1212; +}, +{ +anchors = ( +{ +name = connect; +pos = (360,800); +} +); +background = { +shapes = ( +{ +pos = (4,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(2,800,l), +(126,0,l), +(594,0,l), +(718,800,l), +(450,800,l), +(348,6,l), +(392,6,l), +(294,800,l) +); +} +); +width = 720; +} +); +metricLeft = TNGU; +metricRight = TNGU; +unicode = 86; +}, +{ +glyphname = W; +kernLeft = W_LEFT; +kernRight = W_RIGHT; +lastChange = "2022-10-11 19:20:30 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (534,0); +}, +{ +name = top; +pos = (534,800); +}, +{ +name = topacute; +pos = (532,800); +}, +{ +name = topgrave; +pos = (542,800); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(20,800,l), +(197,0,l), +(386,0,l), +(545,793,l), +(525,793,l), +(683,0,l), +(871,0,l), +(1048,800,l), +(937,800,l), +(766,2,l), +(785,2,l), +(626,800,l), +(449,800,l), +(290,2,l), +(309,2,l), +(137,800,l) +); +} +); +width = 1068; +}, +{ +anchors = ( +{ +name = bottom; +pos = (619,0); +}, +{ +name = top; +pos = (619,800); +}, +{ +name = topacute; +pos = (622,800); +}, +{ +name = topgrave; +pos = (630,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(16,800,l), +(198,0,l), +(503,0,l), +(632,764,l), +(604,764,l), +(742,0,l), +(1036,0,l), +(1222,800,l), +(1045,800,l), +(871,20,l), +(901,20,l), +(760,800,l), +(488,800,l), +(356,20,l), +(377,20,l), +(205,800,l) +); +} +); +width = 1238; +}, +{ +anchors = ( +{ +name = bottom; +pos = (736,0); +}, +{ +name = top; +pos = (736,800); +}, +{ +name = topacute; +pos = (724,800); +}, +{ +name = topgrave; +pos = (753,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(20,800,l), +(304,0,l), +(490,0,l), +(751,798,l), +(718,798,l), +(982,0,l), +(1168,0,l), +(1452,800,l), +(1339,800,l), +(1057,2,l), +(1095,2,l), +(831,800,l), +(645,800,l), +(387,2,l), +(424,2,l), +(143,800,l) +); +} +); +width = 1472; +}, +{ +anchors = ( +{ +name = bottom; +pos = (817,0); +}, +{ +name = top; +pos = (817,800); +}, +{ +name = topacute; +pos = (820,800); +}, +{ +name = topgrave; +pos = (824,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(16,800,l), +(304,0,l), +(614,0,l), +(838,781,l), +(796,781,l), +(1020,0,l), +(1330,0,l), +(1618,800,l), +(1437,800,l), +(1157,13,l), +(1195,13,l), +(970,800,l), +(673,800,l), +(447,13,l), +(494,13,l), +(214,800,l) +); +} +); +width = 1634; +}, +{ +anchors = ( +{ +name = bottom; +pos = (436,0); +}, +{ +name = top; +pos = (436,800); +}, +{ +name = topacute; +pos = (431,800); +}, +{ +name = topgrave; +pos = (445,800); +} +); +background = { +shapes = ( +{ +pos = (-64,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(20,800,l), +(155,0,l), +(333,0,l), +(445,794,l), +(427,794,l), +(541,0,l), +(717,0,l), +(852,800,l), +(753,800,l), +(620,4,l), +(637,4,l), +(523,800,l), +(355,800,l), +(243,4,l), +(260,4,l), +(128,800,l) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = top; +pos = (498,800); +}, +{ +name = topacute; +pos = (500,800); +}, +{ +name = topgrave; +pos = (514,800); +} +); +background = { +shapes = ( +{ +pos = (-50,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(12,800,l), +(145,0,l), +(417,0,l), +(509,778,l), +(487,778,l), +(579,0,l), +(851,0,l), +(984,800,l), +(817,800,l), +(695,13,l), +(724,13,l), +(632,800,l), +(376,800,l), +(284,13,l), +(313,13,l), +(191,800,l) +); +} +); +width = 996; +}, +{ +anchors = ( +{ +name = bottom; +pos = (481,0); +}, +{ +name = top; +pos = (481,800); +}, +{ +name = topacute; +pos = (478,800); +}, +{ +name = topgrave; +pos = (484,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(20,800,l), +(239,0,l), +(310,0,l), +(486,795,l), +(478,795,l), +(655,0,l), +(723,0,l), +(942,800,l), +(901,800,l), +(685,3,l), +(694,3,l), +(517,800,l), +(449,800,l), +(272,1,l), +(281,1,l), +(65,800,l) +); +} +); +width = 962; +}, +{ +anchors = ( +{ +name = bottom; +pos = (552,0); +}, +{ +name = top; +pos = (552,800); +}, +{ +name = topacute; +pos = (564,800); +}, +{ +name = topgrave; +pos = (572,800); +} +); +guides = ( +{ +pos = (755,269); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(8,800,l), +(76,0,l), +(506,0,l), +(566,669,l), +(548,669,l), +(608,0,l), +(1028,0,l), +(1096,800,l), +(788,800,l), +(747,136,l), +(764,136,l), +(704,800,l), +(426,800,l), +(366,136,l), +(383,136,l), +(342,800,l) +); +} +); +width = 1104; +}, +{ +anchors = ( +{ +name = bottom; +pos = (392,0); +}, +{ +name = top; +pos = (392,800); +}, +{ +name = topacute; +pos = (386,800); +}, +{ +name = topgrave; +pos = (398,800); +} +); +background = { +shapes = ( +{ +pos = (-75,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(20,800,l), +(196,0,l), +(264,0,l), +(395,785,l), +(389,785,l), +(521,0,l), +(588,0,l), +(764,800,l), +(723,800,l), +(551,14,l), +(557,14,l), +(426,800,l), +(359,800,l), +(229,14,l), +(235,14,l), +(64,800,l) +); +} +); +width = 784; +}, +{ +anchors = ( +{ +name = bottom; +pos = (672,0); +}, +{ +name = top; +pos = (672,800); +}, +{ +name = topacute; +pos = (671,800); +}, +{ +name = topgrave; +pos = (673,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(24,800,l), +(337,0,l), +(407,0,l), +(678,791,l), +(666,791,l), +(936,0,l), +(1006,0,l), +(1319,800,l), +(1275,800,l), +(964,1,l), +(979,1,l), +(706,800,l), +(641,800,l), +(367,1,l), +(382,1,l), +(71,800,l) +); +} +); +width = 1343; +}, +{ +anchors = ( +{ +name = bottom; +pos = (772,0); +}, +{ +name = top; +pos = (772,800); +}, +{ +name = topacute; +pos = (771,800); +}, +{ +name = topgrave; +pos = (814,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(8,800,l), +(136,0,l), +(712,0,l), +(793,764,l), +(756,764,l), +(842,0,l), +(1408,0,l), +(1536,800,l), +(1159,800,l), +(1058,60,l), +(1085,60,l), +(1002,800,l), +(572,800,l), +(493,60,l), +(518,60,l), +(415,800,l) +); +} +); +width = 1544; +}, +{ +anchors = ( +{ +name = bottom; +pos = (462,0); +}, +{ +name = top; +pos = (462,800); +}, +{ +name = topacute; +pos = (466,800); +}, +{ +name = topgrave; +pos = (480,800); +} +); +background = { +shapes = ( +{ +pos = (-75,0); +ref = H; +} +); +}; +guides = ( +{ +pos = (623,198); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(8,800,l), +(72,0,l), +(419,0,l), +(465,709,l), +(451,709,l), +(503,0,l), +(852,0,l), +(916,800,l), +(658,800,l), +(617,91,l), +(631,91,l), +(579,800,l), +(355,800,l), +(309,91,l), +(322,91,l), +(281,800,l) +); +} +); +width = 924; +} +); +metricLeft = "=TNGU*4"; +metricRight = "=TNGU*4"; +unicode = 87; +}, +{ +glyphname = Wacute; +kernLeft = W_LEFT; +kernRight = W_RIGHT; +lastChange = "2022-10-11 19:20:54 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (116,212); +ref = acutecomb; +} +); +width = 784; +}, +{ +layerId = m007; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (208,212); +ref = acutecomb; +} +); +width = 962; +}, +{ +layerId = m010; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (401,212); +ref = acutecomb; +} +); +width = 1343; +}, +{ +layerId = m005; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (161,200); +ref = acutecomb; +} +); +width = 872; +}, +{ +layerId = m01; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (262,200); +ref = acutecomb; +} +); +width = 1068; +}, +{ +layerId = m003; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (463,200); +ref = acutecomb; +} +); +width = 1472; +}, +{ +layerId = m006; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (230,180); +ref = acutecomb; +} +); +width = 996; +}, +{ +layerId = m002; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (352,180); +ref = acutecomb; +} +); +width = 1238; +}, +{ +layerId = m004; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (550,180); +ref = acutecomb; +} +); +width = 1634; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (196,160); +ref = acutecomb; +} +); +width = 924; +}, +{ +layerId = m008; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (294,160); +ref = acutecomb; +} +); +width = 1104; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = W; +}, +{ +anchor = topacute; +pos = (501,160); +ref = acutecomb; +} +); +width = 1544; +} +); +unicode = 7810; +}, +{ +glyphname = Wcircumflex; +kernLeft = W_LEFT; +kernRight = W_RIGHT; +lastChange = "2022-10-11 19:20:54 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = W; +}, +{ +pos = (92,212); +ref = circumflexcomb; +} +); +width = 784; +}, +{ +layerId = m007; +shapes = ( +{ +ref = W; +}, +{ +pos = (181,212); +ref = circumflexcomb; +} +); +width = 962; +}, +{ +layerId = m010; +shapes = ( +{ +ref = W; +}, +{ +pos = (372,212); +ref = circumflexcomb; +} +); +width = 1343; +}, +{ +layerId = m005; +shapes = ( +{ +ref = W; +}, +{ +pos = (136,200); +ref = circumflexcomb; +} +); +width = 872; +}, +{ +layerId = m01; +shapes = ( +{ +ref = W; +}, +{ +pos = (234,200); +ref = circumflexcomb; +} +); +width = 1068; +}, +{ +layerId = m003; +shapes = ( +{ +ref = W; +}, +{ +pos = (436,200); +ref = circumflexcomb; +} +); +width = 1472; +}, +{ +layerId = m006; +shapes = ( +{ +ref = W; +}, +{ +pos = (198,180); +ref = circumflexcomb; +} +); +width = 996; +}, +{ +layerId = m002; +shapes = ( +{ +ref = W; +}, +{ +pos = (319,180); +ref = circumflexcomb; +} +); +width = 1238; +}, +{ +layerId = m004; +shapes = ( +{ +ref = W; +}, +{ +pos = (517,180); +ref = circumflexcomb; +} +); +width = 1634; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = W; +}, +{ +pos = (162,160); +ref = circumflexcomb; +} +); +width = 924; +}, +{ +layerId = m008; +shapes = ( +{ +ref = W; +}, +{ +pos = (252,160); +ref = circumflexcomb; +} +); +width = 1104; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = W; +}, +{ +pos = (472,160); +ref = circumflexcomb; +} +); +width = 1544; +} +); +unicode = 372; +}, +{ +glyphname = Wdieresis; +kernLeft = W_LEFT; +kernRight = W_RIGHT; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = W; +}, +{ +pos = (270,212); +ref = dieresiscomb; +} +); +width = 784; +}, +{ +layerId = m007; +shapes = ( +{ +ref = W; +}, +{ +pos = (326,212); +ref = dieresiscomb; +} +); +width = 962; +}, +{ +layerId = m010; +shapes = ( +{ +ref = W; +}, +{ +pos = (466,212); +ref = dieresiscomb; +} +); +width = 1343; +}, +{ +layerId = m005; +shapes = ( +{ +ref = W; +}, +{ +pos = (267,200); +ref = dieresiscomb; +} +); +width = 872; +}, +{ +layerId = m01; +shapes = ( +{ +ref = W; +}, +{ +pos = (334,200); +ref = dieresiscomb; +} +); +width = 1068; +}, +{ +layerId = m003; +shapes = ( +{ +ref = W; +}, +{ +pos = (476,200); +ref = dieresiscomb; +} +); +width = 1472; +}, +{ +layerId = m006; +shapes = ( +{ +ref = W; +}, +{ +pos = (297,180); +ref = dieresiscomb; +} +); +width = 996; +}, +{ +layerId = m002; +shapes = ( +{ +ref = W; +}, +{ +pos = (381,180); +ref = dieresiscomb; +} +); +width = 1238; +}, +{ +layerId = m004; +shapes = ( +{ +ref = W; +}, +{ +pos = (523,180); +ref = dieresiscomb; +} +); +width = 1634; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = W; +}, +{ +pos = (212,160); +ref = dieresiscomb; +} +); +width = 924; +}, +{ +layerId = m008; +shapes = ( +{ +ref = W; +}, +{ +pos = (252,160); +ref = dieresiscomb; +} +); +width = 1104; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = W; +}, +{ +pos = (368,160); +ref = dieresiscomb; +} +); +width = 1544; +} +); +unicode = 7812; +}, +{ +glyphname = Wgrave; +kernLeft = W_LEFT; +kernRight = W_RIGHT; +lastChange = "2022-10-11 19:20:54 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (68,212); +ref = gravecomb; +} +); +width = 784; +}, +{ +layerId = m007; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (154,212); +ref = gravecomb; +} +); +width = 962; +}, +{ +layerId = m010; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (343,212); +ref = gravecomb; +} +); +width = 1343; +}, +{ +layerId = m005; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (115,200); +ref = gravecomb; +} +); +width = 872; +}, +{ +layerId = m01; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (212,200); +ref = gravecomb; +} +); +width = 1068; +}, +{ +layerId = m003; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (414,200); +ref = gravecomb; +} +); +width = 1472; +}, +{ +layerId = m006; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (184,180); +ref = gravecomb; +} +); +width = 996; +}, +{ +layerId = m002; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (300,180); +ref = gravecomb; +} +); +width = 1238; +}, +{ +layerId = m004; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (494,180); +ref = gravecomb; +} +); +width = 1634; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (150,160); +ref = gravecomb; +} +); +width = 924; +}, +{ +layerId = m008; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (242,160); +ref = gravecomb; +} +); +width = 1104; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = W; +}, +{ +anchor = topgrave; +pos = (484,160); +ref = gravecomb; +} +); +width = 1544; +} +); +unicode = 7808; +}, +{ +glyphname = X; +kernLeft = X_LEFT; +kernRight = X_RIGHT; +lastChange = "2023-04-24 17:12:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (606,0); +} +); +background = { +shapes = ( +{ +pos = (-68,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(251,384,l), +(28,0,l), +(159,0,l), +(381,385,l), +(142,800,l) +); +}, +{ +closed = 1; +nodes = ( +(316,384,l), +(534,0,l), +(668,0,l), +(446,388,l), +(686,800,l), +(558,800,l) +); +} +); +width = 696; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (606,0); +} +); +background = { +shapes = ( +{ +pos = (-9,0); +ref = V; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(8,800,l), +(232,386,l), +(22,0,l), +(222,0,l), +(434,390,l), +(213,800,l) +); +}, +{ +closed = 1; +nodes = ( +(341,378,l), +(543,0,l), +(752,0,l), +(542,392,l), +(766,800,l), +(572,800,l) +); +} +); +width = 774; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (890,0); +} +); +background = { +shapes = ( +{ +pos = (-56,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(364,384,l), +(34,0,l), +(176,0,l), +(511,390,l), +(162,800,l) +); +}, +{ +closed = 1; +nodes = ( +(449,387,l), +(774,0,l), +(926,0,l), +(596,394,l), +(950,800,l), +(809,800,l) +); +} +); +width = 960; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (852,0); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = V; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(8,800,l), +(348,382,l), +(30,0,l), +(249,0,l), +(572,388,l), +(237,800,l) +); +}, +{ +closed = 1; +nodes = ( +(458,384,l), +(766,0,l), +(1000,0,l), +(682,395,l), +(1022,800,l), +(808,800,l) +); +} +); +width = 1030; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (512,0); +} +); +background = { +shapes = ( +{ +pos = (-47,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(210,380,l), +(24,0,l), +(144,0,l), +(331,383,l), +(134,800,l) +); +}, +{ +closed = 1; +nodes = ( +(269,382,l), +(449,0,l), +(574,0,l), +(389,390,l), +(588,800,l), +(470,800,l) +); +} +); +width = 598; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (496,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(6,800,l), +(183,384,l), +(20,0,l), +(208,0,l), +(372,394,l), +(203,800,l) +); +}, +{ +closed = 1; +nodes = ( +(281,371,l), +(432,0,l), +(632,0,l), +(469,390,l), +(646,800,l), +(462,800,l) +); +} +); +width = 652; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (594,0); +} +); +background = { +shapes = ( +{ +pos = (-15,0); +ref = V; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(274,386,l), +(26,0,l), +(76,0,l), +(324,387,l), +(61,800,l) +); +}, +{ +closed = 1; +nodes = ( +(306,386,l), +(552,0,l), +(604,0,l), +(356,389,l), +(620,800,l), +(571,800,l) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (554,0); +} +); +background = { +shapes = ( +{ +pos = (-13,0); +ref = V; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(4,800,l), +(150,386,l), +(12,0,l), +(344,0,l), +(466,392,l), +(361,800,l) +); +}, +{ +closed = 1; +nodes = ( +(372,372,l), +(469,0,l), +(826,0,l), +(688,386,l), +(834,800,l), +(506,800,l) +); +} +); +width = 838; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (500,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(231,386,l), +(26,0,l), +(74,0,l), +(279,387,l), +(59,800,l) +); +}, +{ +closed = 1; +nodes = ( +(255,383,l), +(458,0,l), +(508,0,l), +(303,386,l), +(524,800,l), +(478,800,l) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (818,0); +} +); +background = { +shapes = ( +{ +pos = (-23,0); +ref = V; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(12,800,l), +(384,386,l), +(38,0,l), +(96,0,l), +(442,386,l), +(70,800,l) +); +}, +{ +closed = 1; +nodes = ( +(424,386,l), +(776,0,l), +(836,0,l), +(481,388,l), +(862,800,l), +(806,800,l) +); +} +); +width = 874; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (840,0); +} +); +background = { +shapes = ( +{ +pos = (-19,0); +ref = V; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(4,800,l), +(238,376,l), +(12,0,l), +(446,0,l), +(666,390,l), +(462,800,l) +); +}, +{ +closed = 1; +nodes = ( +(510,386,l), +(698,0,l), +(1162,0,l), +(936,396,l), +(1170,800,l), +(744,800,l) +); +} +); +width = 1174; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (444,0); +} +); +background = { +shapes = ( +{ +pos = (-11,0); +ref = V; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(4,800,l), +(130,386,l), +(12,0,l), +(294,0,l), +(396,392,l), +(307,800,l) +); +}, +{ +closed = 1; +nodes = ( +(302,372,l), +(383,0,l), +(686,0,l), +(568,386,l), +(694,800,l), +(416,800,l) +); +} +); +width = 698; +} +); +metricLeft = "=TNGU*2"; +metricRight = "=TNGU*2"; +unicode = 88; +}, +{ +glyphname = Y; +kernLeft = Y_LEFT; +kernRight = Y_RIGHT; +lastChange = "2023-04-28 15:26:06 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (335,0); +}, +{ +name = center; +pos = (335,270); +}, +{ +name = top; +pos = (335,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +background = { +shapes = ( +{ +pos = (-36,0); +ref = V; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(-5,800,l), +(278,368,l), +(278,0,l), +(392,0,l), +(392,368,l), +(675,800,l), +(546,800,l), +(316,449,l), +(361,449,l), +(131,800,l) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = bottom; +pos = (378,0); +}, +{ +name = center; +pos = (378,270); +}, +{ +name = top; +pos = (378,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +background = { +shapes = ( +{ +pos = (-27,0); +ref = V; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(-4,800,l), +(284,316,l), +(284,0,l), +(472,0,l), +(472,316,l), +(760,800,l), +(562,800,l), +(353,444,l), +(414,444,l), +(206,800,l) +); +} +); +width = 756; +}, +{ +anchors = ( +{ +name = bottom; +pos = (467,0); +}, +{ +name = center; +pos = (467,270); +}, +{ +name = top; +pos = (467,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +background = { +shapes = ( +{ +pos = (-47,0); +ref = V; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(-5,800,l), +(410,372,l), +(410,0,l), +(524,0,l), +(524,372,l), +(939,800,l), +(792,800,l), +(445,443,l), +(501,443,l), +(154,800,l) +); +} +); +width = 934; +}, +{ +anchors = ( +{ +name = bottom; +pos = (506,0); +}, +{ +name = center; +pos = (505,270); +}, +{ +name = top; +pos = (506,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-4,800,l), +(412,313,l), +(412,0,l), +(600,0,l), +(600,313,l), +(1016,800,l), +(800,800,l), +(496,442,l), +(534,442,l), +(230,800,l) +); +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = bottom; +pos = (282,0); +}, +{ +name = center; +pos = (282,270); +}, +{ +name = top; +pos = (282,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(-5,800,l), +(225,354,l), +(225,0,l), +(339,0,l), +(339,354,l), +(569,800,l), +(450,800,l), +(261,434,l), +(309,434,l), +(121,800,l) +); +} +); +width = 564; +}, +{ +anchors = ( +{ +name = bottom; +pos = (319,0); +}, +{ +name = center; +pos = (318,270); +}, +{ +name = top; +pos = (319,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(-3,800,l), +(225,306,l), +(225,0,l), +(413,0,l), +(413,306,l), +(641,800,l), +(453,800,l), +(312,465,l), +(339,465,l), +(198,800,l) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = center; +pos = (302,280); +}, +{ +name = top; +pos = (302,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(-5,800,l), +(281,376,l), +(281,0,l), +(323,0,l), +(323,376,l), +(609,800,l), +(561,800,l), +(284,389,l), +(324,389,l), +(47,800,l) +); +} +); +width = 604; +}, +{ +anchors = ( +{ +name = bottom; +pos = (431,0); +}, +{ +name = center; +pos = (431,270); +}, +{ +name = top; +pos = (431,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +background = { +shapes = ( +{ +pos = (1,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,800,l), +(263,276,l), +(263,0,l), +(599,0,l), +(599,276,l), +(864,800,l), +(532,800,l), +(357,383,l), +(538,383,l), +(363,800,l) +); +} +); +width = 862; +}, +{ +anchors = ( +{ +name = bottom; +pos = (254,0); +}, +{ +name = center; +pos = (254,280); +}, +{ +name = top; +pos = (254,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(-5,800,l), +(233,376,l), +(233,0,l), +(275,0,l), +(275,376,l), +(513,800,l), +(467,800,l), +(239,394,l), +(272,394,l), +(44,800,l) +); +} +); +width = 508; +}, +{ +anchors = ( +{ +name = bottom; +pos = (421,0); +}, +{ +name = center; +pos = (421,280); +}, +{ +name = top; +pos = (421,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(-6,800,l), +(400,376,l), +(400,0,l), +(442,0,l), +(442,376,l), +(848,800,l), +(795,800,l), +(405,392,l), +(440,392,l), +(51,800,l) +); +} +); +width = 842; +}, +{ +anchors = ( +{ +name = bottom; +pos = (606,0); +}, +{ +name = center; +pos = (606,230); +}, +{ +name = top; +pos = (606,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,800,l), +(396,246,l), +(396,0,l), +(816,0,l), +(816,246,l), +(1214,800,l), +(773,800,l), +(493,353,l), +(773,353,l), +(495,800,l) +); +} +); +width = 1212; +}, +{ +anchors = ( +{ +name = bottom; +pos = (359,0); +}, +{ +name = center; +pos = (359,230); +}, +{ +name = top; +pos = (359,800); +}, +{ +name = topleft; +pos = (20,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,800,l), +(215,236,l), +(215,0,l), +(503,0,l), +(503,236,l), +(720,800,l), +(439,800,l), +(307,343,l), +(432,343,l), +(302,800,l) +); +} +); +width = 718; +} +); +metricLeft = "=TNGU*-1"; +metricRight = "=TNGU*-1"; +unicode = 89; +}, +{ +glyphname = Yacute; +kernLeft = Y_LEFT; +kernRight = Y_RIGHT; +lastChange = "2022-10-11 19:07:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-46,212); +ref = acutecomb; +} +); +width = 508; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Y; +}, +{ +pos = (2,212); +ref = acutecomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Y; +}, +{ +pos = (121,212); +ref = acutecomb; +} +); +width = 842; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-18,200); +ref = acutecomb; +} +); +width = 564; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Y; +}, +{ +pos = (35,200); +ref = acutecomb; +} +); +width = 670; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Y; +}, +{ +pos = (167,200); +ref = acutecomb; +} +); +width = 934; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Y; +}, +{ +pos = (19,180); +ref = acutecomb; +} +); +width = 638; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Y; +}, +{ +pos = (78,180); +ref = acutecomb; +} +); +width = 756; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Y; +}, +{ +pos = (206,180); +ref = acutecomb; +} +); +width = 1012; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (59,160); +ref = acutecomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Y; +}, +{ +pos = (131,160); +ref = acutecomb; +} +); +width = 862; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (306,160); +ref = acutecomb; +} +); +width = 1212; +} +); +unicode = 221; +}, +{ +glyphname = Ycircumflex; +kernLeft = Y_LEFT; +kernRight = Y_RIGHT; +lastChange = "2022-10-11 19:07:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-46,212); +ref = circumflexcomb; +} +); +width = 508; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Y; +}, +{ +pos = (2,212); +ref = circumflexcomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Y; +}, +{ +pos = (121,212); +ref = circumflexcomb; +} +); +width = 842; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-18,200); +ref = circumflexcomb; +} +); +width = 564; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Y; +}, +{ +pos = (35,200); +ref = circumflexcomb; +} +); +width = 670; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Y; +}, +{ +pos = (167,200); +ref = circumflexcomb; +} +); +width = 934; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Y; +}, +{ +pos = (19,180); +ref = circumflexcomb; +} +); +width = 638; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Y; +}, +{ +pos = (78,180); +ref = circumflexcomb; +} +); +width = 756; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Y; +}, +{ +pos = (206,180); +ref = circumflexcomb; +} +); +width = 1012; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (59,160); +ref = circumflexcomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Y; +}, +{ +pos = (131,160); +ref = circumflexcomb; +} +); +width = 862; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (306,160); +ref = circumflexcomb; +} +); +width = 1212; +} +); +unicode = 374; +}, +{ +glyphname = Ydieresis; +kernLeft = Y_LEFT; +kernRight = Y_RIGHT; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Y; +}, +{ +pos = (132,212); +ref = dieresiscomb; +} +); +width = 508; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Y; +}, +{ +pos = (147,212); +ref = dieresiscomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Y; +}, +{ +pos = (215,212); +ref = dieresiscomb; +} +); +width = 842; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Y; +}, +{ +pos = (113,200); +ref = dieresiscomb; +} +); +width = 564; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Y; +}, +{ +pos = (135,200); +ref = dieresiscomb; +} +); +width = 670; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Y; +}, +{ +pos = (207,200); +ref = dieresiscomb; +} +); +width = 934; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Y; +}, +{ +pos = (118,180); +ref = dieresiscomb; +} +); +width = 638; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Y; +}, +{ +pos = (140,180); +ref = dieresiscomb; +} +); +width = 756; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Y; +}, +{ +pos = (212,180); +ref = dieresiscomb; +} +); +width = 1012; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (109,160); +ref = dieresiscomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Y; +}, +{ +pos = (131,160); +ref = dieresiscomb; +} +); +width = 862; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (202,160); +ref = dieresiscomb; +} +); +width = 1212; +} +); +unicode = 376; +}, +{ +glyphname = Ygrave; +kernLeft = Y_LEFT; +kernRight = Y_RIGHT; +lastChange = "2022-10-11 19:07:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-46,212); +ref = gravecomb; +} +); +width = 508; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Y; +}, +{ +pos = (2,212); +ref = gravecomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Y; +}, +{ +pos = (121,212); +ref = gravecomb; +} +); +width = 842; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-18,200); +ref = gravecomb; +} +); +width = 564; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Y; +}, +{ +pos = (35,200); +ref = gravecomb; +} +); +width = 670; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Y; +}, +{ +pos = (167,200); +ref = gravecomb; +} +); +width = 934; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Y; +}, +{ +pos = (19,180); +ref = gravecomb; +} +); +width = 638; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Y; +}, +{ +pos = (78,180); +ref = gravecomb; +} +); +width = 756; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Y; +}, +{ +pos = (206,180); +ref = gravecomb; +} +); +width = 1012; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (59,160); +ref = gravecomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Y; +}, +{ +pos = (131,160); +ref = gravecomb; +} +); +width = 862; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (306,160); +ref = gravecomb; +} +); +width = 1212; +} +); +unicode = 7922; +}, +{ +glyphname = Ymacron; +kernLeft = Y_LEFT; +kernRight = Y_RIGHT; +lastChange = "2022-10-11 19:07:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-46,212); +ref = macroncomb; +} +); +width = 508; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Y; +}, +{ +pos = (2,212); +ref = macroncomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Y; +}, +{ +pos = (121,212); +ref = macroncomb; +} +); +width = 842; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-18,200); +ref = macroncomb; +} +); +width = 564; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Y; +}, +{ +pos = (35,200); +ref = macroncomb; +} +); +width = 670; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Y; +}, +{ +pos = (167,200); +ref = macroncomb; +} +); +width = 934; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Y; +}, +{ +pos = (19,180); +ref = macroncomb; +} +); +width = 638; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Y; +}, +{ +pos = (78,180); +ref = macroncomb; +} +); +width = 756; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Y; +}, +{ +pos = (206,180); +ref = macroncomb; +} +); +width = 1012; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (59,160); +ref = macroncomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Y; +}, +{ +pos = (131,160); +ref = macroncomb; +} +); +width = 862; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (306,160); +ref = macroncomb; +} +); +width = 1212; +} +); +unicode = 562; +}, +{ +glyphname = Ytilde; +kernLeft = Y_LEFT; +kernRight = Y_RIGHT; +lastChange = "2022-10-11 19:07:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-46,212); +ref = tildecomb; +} +); +width = 508; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Y; +}, +{ +pos = (2,212); +ref = tildecomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Y; +}, +{ +pos = (121,212); +ref = tildecomb; +} +); +width = 842; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Y; +}, +{ +pos = (-18,200); +ref = tildecomb; +} +); +width = 564; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Y; +}, +{ +pos = (35,200); +ref = tildecomb; +} +); +width = 670; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Y; +}, +{ +pos = (167,200); +ref = tildecomb; +} +); +width = 934; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Y; +}, +{ +pos = (19,180); +ref = tildecomb; +} +); +width = 638; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Y; +}, +{ +pos = (78,180); +ref = tildecomb; +} +); +width = 756; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Y; +}, +{ +pos = (206,180); +ref = tildecomb; +} +); +width = 1012; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (59,160); +ref = tildecomb; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Y; +}, +{ +pos = (131,160); +ref = tildecomb; +} +); +width = 862; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (260,160); +ref = tildecomb; +} +); +width = 1212; +} +); +unicode = 7928; +}, +{ +glyphname = Z; +kernLeft = Z_LEFT; +kernRight = Z_RIGHT; +lastChange = "2022-10-11 19:21:41 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (366,0); +}, +{ +name = center; +pos = (366,400); +}, +{ +name = top; +pos = (366,800); +} +); +background = { +shapes = ( +{ +pos = (-60,0); +ref = H; +} +); +}; +layerId = m01; +metricLeft = "=76"; +metricRight = "=56"; +shapes = ( +{ +closed = 1; +nodes = ( +(634,0,l), +(634,108,l), +(88,108,l), +(102,73,l), +(636,599,l), +(636,800,l), +(76,800,l), +(76,692,l), +(626,692,l), +(612,727,l), +(78,201,l), +(78,0,l) +); +} +); +width = 692; +}, +{ +anchors = ( +{ +name = bottom; +pos = (382,0); +}, +{ +name = center; +pos = (382,400); +}, +{ +name = top; +pos = (382,800); +} +); +background = { +shapes = ( +{ +pos = (-34,0); +ref = H; +} +); +}; +layerId = m002; +metricLeft = "=72"; +metricRight = "=60"; +shapes = ( +{ +closed = 1; +nodes = ( +(682,0,l), +(682,176,l), +(107,176,l), +(107,101,l), +(684,505,l), +(684,800,l), +(72,800,l), +(72,624,l), +(651,624,l), +(651,699,l), +(74,295,l), +(74,0,l) +); +} +); +width = 744; +}, +{ +anchors = ( +{ +name = bottom; +pos = (466,0); +}, +{ +name = center; +pos = (466,400); +}, +{ +name = top; +pos = (466,800); +} +); +background = { +shapes = ( +{ +pos = (-70,0); +ref = H; +} +); +}; +layerId = m003; +metricLeft = "=76"; +metricRight = "=56"; +shapes = ( +{ +closed = 1; +nodes = ( +(854,0,l), +(854,100,l), +(85,100,l), +(94,71,l), +(856,613,l), +(856,800,l), +(76,800,l), +(76,700,l), +(849,700,l), +(840,729,l), +(78,187,l), +(78,0,l) +); +} +); +width = 912; +}, +{ +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = center; +pos = (518,400); +}, +{ +name = top; +pos = (518,800); +} +); +background = { +shapes = ( +{ +pos = (-35,0); +ref = H; +} +); +}; +layerId = m004; +metricLeft = "=84"; +metricRight = "=72"; +shapes = ( +{ +closed = 1; +nodes = ( +(934,0,l), +(934,164,l), +(88,164,l), +(88,124,l), +(936,494,l), +(936,800,l), +(84,800,l), +(84,636,l), +(934,636,l), +(934,676,l), +(86,306,l), +(86,0,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = bottom; +pos = (308,0); +}, +{ +name = center; +pos = (308,400); +}, +{ +name = top; +pos = (308,800); +} +); +background = { +shapes = ( +{ +pos = (-61,0); +ref = H; +} +); +}; +layerId = m005; +metricLeft = "=60"; +metricRight = "=44"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,0,l), +(530,106,l), +(85,106,l), +(103,67,l), +(532,614,l), +(532,800,l), +(60,800,l), +(60,694,l), +(509,694,l), +(491,733,l), +(62,186,l), +(62,0,l) +); +} +); +width = 576; +}, +{ +anchors = ( +{ +name = bottom; +pos = (333,0); +}, +{ +name = center; +pos = (333,400); +}, +{ +name = top; +pos = (333,800); +} +); +background = { +shapes = ( +{ +pos = (-28,0); +ref = H; +} +); +}; +layerId = m006; +metricLeft = "=62"; +metricRight = "=50"; +shapes = ( +{ +closed = 1; +nodes = ( +(582,0,l), +(582,170,l), +(105,170,l), +(127,78,l), +(584,546,l), +(584,800,l), +(62,800,l), +(62,630,l), +(543,630,l), +(521,722,l), +(64,254,l), +(64,0,l) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = bottom; +pos = (322,0); +}, +{ +name = center; +pos = (322,400); +}, +{ +name = top; +pos = (322,800); +} +); +background = { +shapes = ( +{ +pos = (-78,0); +ref = H; +} +); +}; +layerId = m007; +metricLeft = "=56"; +metricRight = "=44"; +shapes = ( +{ +closed = 1; +nodes = ( +(558,0,l), +(558,38,l), +(61,38,l), +(69,23,l), +(560,721,l), +(560,800,l), +(56,800,l), +(56,762,l), +(557,762,l), +(549,777,l), +(58,79,l), +(58,0,l) +); +} +); +width = 604; +}, +{ +anchors = ( +{ +name = bottom; +pos = (394,0); +}, +{ +name = center; +pos = (394,400); +}, +{ +name = top; +pos = (394,800); +} +); +background = { +shapes = ( +{ +pos = (-46,0); +ref = H; +} +); +}; +layerId = m008; +metricLeft = "=32"; +metricRight = "=28"; +shapes = ( +{ +closed = 1; +nodes = ( +(740,0,l), +(740,260,l), +(177,260,l), +(177,206,l), +(740,396,l), +(740,800,l), +(32,800,l), +(32,540,l), +(595,540,l), +(595,594,l), +(32,404,l), +(32,0,l) +); +} +); +width = 768; +}, +{ +anchors = ( +{ +name = bottom; +pos = (267,0); +}, +{ +name = center; +pos = (267,400); +}, +{ +name = top; +pos = (267,800); +} +); +background = { +shapes = ( +{ +pos = (-68,0); +ref = H; +} +); +}; +layerId = m009; +metricLeft = "=50"; +metricRight = "=38"; +shapes = ( +{ +closed = 1; +nodes = ( +(474,0,l), +(474,38,l), +(56,38,l), +(65,22,l), +(476,720,l), +(476,800,l), +(50,800,l), +(50,762,l), +(472,762,l), +(463,778,l), +(52,80,l), +(52,0,l) +); +} +); +width = 514; +}, +{ +anchors = ( +{ +name = bottom; +pos = (416,0); +}, +{ +name = center; +pos = (416,400); +}, +{ +name = top; +pos = (416,800); +} +); +background = { +shapes = ( +{ +pos = (-106,0); +ref = H; +} +); +}; +layerId = m010; +metricLeft = "=60"; +metricRight = "=48"; +shapes = ( +{ +closed = 1; +nodes = ( +(762,0,l), +(762,38,l), +(66,38,l), +(66,25,l), +(764,721,l), +(764,800,l), +(60,800,l), +(60,762,l), +(760,762,l), +(760,775,l), +(62,79,l), +(62,0,l) +); +} +); +width = 812; +}, +{ +anchors = ( +{ +name = bottom; +pos = (540,0); +}, +{ +name = center; +pos = (540,400); +}, +{ +name = top; +pos = (540,800); +} +); +background = { +shapes = ( +{ +pos = (-63,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=32"; +metricRight = "=28"; +shapes = ( +{ +closed = 1; +nodes = ( +(1026,0,l), +(1026,250,l), +(210,250,l), +(213,215,l), +(1026,376,l), +(1026,800,l), +(32,800,l), +(32,550,l), +(848,550,l), +(845,585,l), +(32,424,l), +(32,0,l) +); +} +); +width = 1054; +}, +{ +anchors = ( +{ +name = bottom; +pos = (335,0); +}, +{ +name = center; +pos = (335,400); +}, +{ +name = top; +pos = (335,800); +} +); +background = { +shapes = ( +{ +pos = (-39,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=32"; +metricRight = "=28"; +shapes = ( +{ +closed = 1; +nodes = ( +(622,0,l), +(622,250,l), +(95,250,l), +(101,197,l), +(622,363,l), +(622,800,l), +(32,800,l), +(32,550,l), +(559,550,l), +(553,603,l), +(32,437,l), +(32,0,l) +); +} +); +width = 650; +} +); +unicode = 90; +}, +{ +glyphname = Zacute; +kernLeft = Z_LEFT; +kernRight = Z_RIGHT; +lastChange = "2022-10-11 19:21:58 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Z; +}, +{ +pos = (-33,212); +ref = acutecomb; +} +); +width = 514; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Z; +}, +{ +pos = (22,212); +ref = acutecomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Z; +}, +{ +pos = (116,212); +ref = acutecomb; +} +); +width = 812; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Z; +}, +{ +pos = (8,200); +ref = acutecomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Z; +}, +{ +pos = (66,200); +ref = acutecomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Z; +}, +{ +pos = (166,200); +ref = acutecomb; +} +); +width = 912; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Z; +}, +{ +pos = (33,180); +ref = acutecomb; +} +); +width = 634; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Z; +}, +{ +pos = (82,180); +ref = acutecomb; +} +); +width = 744; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Z; +}, +{ +pos = (218,180); +ref = acutecomb; +} +); +width = 1008; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (35,160); +ref = acutecomb; +} +); +width = 650; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Z; +}, +{ +pos = (94,160); +ref = acutecomb; +} +); +width = 768; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (240,160); +ref = acutecomb; +} +); +width = 1054; +} +); +unicode = 377; +}, +{ +glyphname = Zcaron; +kernLeft = Z_LEFT; +kernRight = Z_RIGHT; +lastChange = "2022-10-11 19:21:58 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Z; +}, +{ +pos = (-33,212); +ref = caroncomb; +} +); +width = 514; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Z; +}, +{ +pos = (22,212); +ref = caroncomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Z; +}, +{ +pos = (116,212); +ref = caroncomb; +} +); +width = 812; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Z; +}, +{ +pos = (8,200); +ref = caroncomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Z; +}, +{ +pos = (66,200); +ref = caroncomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Z; +}, +{ +pos = (166,200); +ref = caroncomb; +} +); +width = 912; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Z; +}, +{ +pos = (33,180); +ref = caroncomb; +} +); +width = 634; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Z; +}, +{ +pos = (82,180); +ref = caroncomb; +} +); +width = 744; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Z; +}, +{ +pos = (218,180); +ref = caroncomb; +} +); +width = 1008; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (35,160); +ref = caroncomb; +} +); +width = 650; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Z; +}, +{ +pos = (94,160); +ref = caroncomb; +} +); +width = 768; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (240,160); +ref = caroncomb; +} +); +width = 1054; +} +); +unicode = 381; +}, +{ +glyphname = Zdotaccent; +kernLeft = Z_LEFT; +kernRight = Z_RIGHT; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Z; +}, +{ +pos = (225,212); +ref = dotaccentcomb; +} +); +width = 514; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Z; +}, +{ +pos = (264,212); +ref = dotaccentcomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Z; +}, +{ +pos = (348,212); +ref = dotaccentcomb; +} +); +width = 812; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Z; +}, +{ +pos = (224,200); +ref = dotaccentcomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Z; +}, +{ +pos = (272,200); +ref = dotaccentcomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Z; +}, +{ +pos = (360,200); +ref = dotaccentcomb; +} +); +width = 912; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Z; +}, +{ +pos = (223,180); +ref = dotaccentcomb; +} +); +width = 634; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Z; +}, +{ +pos = (258,180); +ref = dotaccentcomb; +} +); +width = 744; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Z; +}, +{ +pos = (376,180); +ref = dotaccentcomb; +} +); +width = 1008; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (175,160); +ref = dotaccentcomb; +} +); +width = 650; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Z; +}, +{ +pos = (200,160); +ref = dotaccentcomb; +} +); +width = 768; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (306,160); +ref = dotaccentcomb; +} +); +width = 1054; +} +); +unicode = 379; +}, +{ +glyphname = Zdotbelow; +kernLeft = Z_LEFT; +kernRight = Z_RIGHT; +lastChange = "2022-10-11 19:21:58 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Z; +}, +{ +pos = (-33,0); +ref = dotbelowcomb; +} +); +width = 514; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Z; +}, +{ +pos = (22,0); +ref = dotbelowcomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Z; +}, +{ +pos = (116,0); +ref = dotbelowcomb; +} +); +width = 812; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Z; +}, +{ +pos = (8,0); +ref = dotbelowcomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Z; +}, +{ +pos = (66,0); +ref = dotbelowcomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Z; +}, +{ +pos = (166,0); +ref = dotbelowcomb; +} +); +width = 912; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Z; +}, +{ +pos = (33,0); +ref = dotbelowcomb; +} +); +width = 634; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Z; +}, +{ +pos = (82,0); +ref = dotbelowcomb; +} +); +width = 744; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Z; +}, +{ +pos = (218,0); +ref = dotbelowcomb; +} +); +width = 1008; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (35,0); +ref = dotbelowcomb; +} +); +width = 650; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Z; +}, +{ +pos = (94,0); +ref = dotbelowcomb; +} +); +width = 768; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (240,0); +ref = dotbelowcomb; +} +); +width = 1054; +} +); +unicode = 7826; +}, +{ +glyphname = Saltillo; +lastChange = "2022-09-23 17:39:13 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(72,420,l), +(84,630,l), +(84,800,l), +(48,800,l), +(48,420,l) +); +} +); +width = 118; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(77,420,l), +(89,630,l), +(89,800,l), +(53,800,l), +(53,420,l) +); +} +); +width = 127; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(83,420,l), +(95,630,l), +(95,800,l), +(59,800,l), +(59,420,l) +); +} +); +width = 137; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(128,400,l), +(148,620,l), +(148,800,l), +(48,800,l), +(48,400,l) +); +} +); +width = 182; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(133,400,l), +(153,620,l), +(153,800,l), +(53,800,l), +(53,400,l) +); +} +); +width = 191; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(133,400,l), +(153,620,l), +(153,800,l), +(53,800,l), +(53,400,l) +); +} +); +width = 191; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(161,380,l), +(191,610,l), +(191,800,l), +(31,800,l), +(31,380,l) +); +} +); +width = 213; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(167,380,l), +(197,610,l), +(197,800,l), +(37,800,l), +(37,380,l) +); +} +); +width = 223; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(172,380,l), +(202,610,l), +(202,800,l), +(42,800,l), +(42,380,l) +); +} +); +width = 232; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,360,l), +(218,600,l), +(218,800,l), +(18,800,l), +(18,360,l) +); +} +); +width = 231; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(218,360,l), +(258,600,l), +(258,800,l), +(18,800,l), +(18,360,l) +); +} +); +width = 271; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,360,l), +(318,600,l), +(318,800,l), +(18,800,l), +(18,360,l) +); +} +); +width = 331; +} +); +metricLeft = RND; +metricRight = "=RND/1.4"; +unicode = 42891; +}, +{ +export = 0; +glyphname = Ldot.002; +lastChange = "2022-10-02 05:42:54 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(495,0,l), +(495,38,l), +(137,38,l), +(137,800,l), +(95,800,l), +(95,0,l) +); +}, +{ +closed = 1; +nodes = ( +(342,344,o), +(356,365,o), +(356,400,cs), +(356,435,o), +(342,456,o), +(318,456,cs), +(294,456,o), +(280,435,o), +(280,400,cs), +(280,365,o), +(294,344,o), +(318,344,cs) +); +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(576,0,l), +(576,38,l), +(148,38,l), +(148,800,l), +(106,800,l), +(106,0,l) +); +}, +{ +closed = 1; +nodes = ( +(401,352,o), +(419,371,o), +(419,400,cs), +(419,429,o), +(401,448,o), +(375,448,cs), +(349,448,o), +(331,429,o), +(331,400,cs), +(331,371,o), +(349,352,o), +(375,352,cs) +); +} +); +width = 581; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(811,0,l), +(811,38,l), +(159,38,l), +(159,800,l), +(117,800,l), +(117,0,l) +); +}, +{ +closed = 1; +nodes = ( +(507,358,o), +(527,374,o), +(527,400,cs), +(527,426,o), +(507,442,o), +(473,442,cs), +(439,442,o), +(419,426,o), +(419,400,cs), +(419,374,o), +(439,358,o), +(473,358,cs) +); +} +); +width = 817; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(525,0,l), +(525,106,l), +(209,106,l), +(209,800,l), +(95,800,l), +(95,0,l) +); +}, +{ +closed = 1; +nodes = ( +(413,316,o), +(443,350,o), +(443,400,cs), +(443,450,o), +(413,484,o), +(369,484,cs), +(325,484,o), +(295,450,o), +(295,400,cs), +(295,350,o), +(325,316,o), +(369,316,cs) +); +} +); +width = 530; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(625,0,l), +(625,108,l), +(220,108,l), +(220,800,l), +(106,800,l), +(106,0,l) +); +}, +{ +closed = 1; +nodes = ( +(469,322,o), +(503,354,o), +(503,400,cs), +(503,446,o), +(469,478,o), +(419,478,cs), +(369,478,o), +(335,446,o), +(335,400,cs), +(335,354,o), +(369,322,o), +(419,322,cs) +); +} +); +width = 630; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(856,0,l), +(856,100,l), +(220,100,l), +(220,800,l), +(106,800,l), +(106,0,l) +); +}, +{ +closed = 1; +nodes = ( +(574,326,o), +(611,356,o), +(611,400,cs), +(611,444,o), +(574,474,o), +(521,474,cs), +(468,474,o), +(431,444,o), +(431,400,cs), +(431,356,o), +(468,326,o), +(521,326,cs) +); +} +); +width = 861; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(546,0,l), +(546,176,l), +(250,176,l), +(250,800,l), +(62,800,l), +(62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(472,276,o), +(511,322,o), +(511,400,cs), +(511,478,o), +(472,524,o), +(405,524,cs), +(338,524,o), +(299,478,o), +(299,400,cs), +(299,322,o), +(338,276,o), +(405,276,cs) +); +} +); +width = 549; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(653,0,l), +(653,180,l), +(261,180,l), +(261,800,l), +(73,800,l), +(73,0,l) +); +}, +{ +closed = 1; +nodes = ( +(540,290,o), +(589,335,o), +(589,400,cs), +(589,465,o), +(540,510,o), +(469,510,cs), +(398,510,o), +(349,465,o), +(349,400,cs), +(349,335,o), +(398,290,o), +(469,290,cs) +); +} +); +width = 657; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(894,0,l), +(894,164,l), +(272,164,l), +(272,800,l), +(84,800,l), +(84,0,l) +); +}, +{ +closed = 1; +nodes = ( +(667,294,o), +(719,333,o), +(719,400,cs), +(719,467,o), +(667,506,o), +(579,506,cs), +(491,506,o), +(439,467,o), +(439,400,cs), +(439,333,o), +(491,294,o), +(579,294,cs) +); +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(585,0,l), +(585,260,l), +(323,260,l), +(323,800,l), +(35,800,l), +(35,0,l) +); +}, +{ +closed = 1; +nodes = ( +(526,304,o), +(562,365,o), +(562,475,cs), +(562,586,o), +(526,647,o), +(463,647,cs), +(400,647,o), +(365,586,o), +(365,475,cs), +(365,365,o), +(400,304,o), +(463,304,cs) +); +} +); +width = 587; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(685,0,l), +(685,278,l), +(371,278,l), +(371,800,l), +(35,800,l), +(35,0,l) +); +}, +{ +closed = 1; +nodes = ( +(623,331,o), +(668,385,o), +(668,490,cs), +(668,596,o), +(623,650,o), +(536,650,cs), +(449,650,o), +(405,596,o), +(405,490,cs), +(405,385,o), +(449,331,o), +(536,331,cs) +); +} +); +width = 687; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(975,0,l), +(975,280,l), +(455,280,l), +(455,800,l), +(35,800,l), +(35,0,l) +); +}, +{ +closed = 1; +nodes = ( +(875,337,o), +(953,382,o), +(953,470,cs), +(953,558,o), +(875,603,o), +(723,603,cs), +(571,603,o), +(493,558,o), +(493,470,cs), +(493,382,o), +(571,337,o), +(723,337,cs) +); +} +); +width = 977; +} +); +}, +{ +export = 0; +glyphname = P.001; +kernLeft = SQR_LEFT; +kernRight = F_RIGHT; +lastChange = "2022-07-16 08:39:16 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.P; +} +); +width = 727; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (261,0); +ref = _part.P; +} +); +width = 770; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = _part.P; +} +); +width = 969; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +Shortness = 235; +}; +pos = (272,0); +ref = _part.P; +} +); +width = 991; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (209,0); +ref = _part.P; +} +); +width = 616; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (250,0); +ref = _part.P; +} +); +width = 636; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (148,0); +ref = _part.P; +} +); +width = 671; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +Shortness = 235; +}; +pos = (371,0); +ref = _part.P; +} +); +width = 788; +}, +{ +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (137,0); +ref = _part.P; +} +); +width = 570; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (159,0); +ref = _part.P; +} +); +width = 898; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Shortness = 235; +}; +pos = (455,0); +ref = _part.P; +} +); +width = 1096; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Shortness = 235; +}; +pos = (323,0); +ref = _part.P; +} +); +width = 672; +} +); +metricLeft = "=H"; +metricRight = "=H/3"; +}, +{ +glyphname = a; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-09-27 19:14:43 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (326,0); +}, +{ +name = ogonek; +pos = (565,10); +}, +{ +name = top; +pos = (326,600); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (661,600); +ref = n; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(348,-14,o), +(409,14,o), +(443,64,c), +(457,64,l), +(457,0,l), +(565,0,l), +(565,390,ls), +(565,534,o), +(478,616,o), +(321,616,cs), +(156,616,o), +(57,528,o), +(41,380,c), +(147,380,l), +(167,464,o), +(223,512,o), +(319,512,cs), +(409,512,o), +(457,461,o), +(457,370,cs), +(457,231,ls), +(457,150,o), +(384,87,o), +(291,87,cs), +(234,87,o), +(195,117,o), +(195,161,cs), +(195,204,o), +(221,231,o), +(275,239,cs), +(467,269,l), +(467,366,l), +(259,334,ls), +(143,316,o), +(77,254,o), +(77,156,cs), +(77,49,o), +(149,-14,o), +(270,-14,cs) +); +} +); +width = 651; +}, +{ +anchors = ( +{ +name = bottom; +pos = (348,0); +}, +{ +name = ogonek; +pos = (626,10); +}, +{ +name = top; +pos = (348,620); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (692,620); +ref = n; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(344,-16,o), +(403,13,o), +(432,70,c), +(452,70,l), +(452,0,l), +(626,0,l), +(626,390,ls), +(626,547,o), +(521,640,o), +(344,640,cs), +(161,640,o), +(48,543,o), +(28,380,c), +(198,380,l), +(220,450,o), +(268,486,o), +(342,486,cs), +(414,486,o), +(452,447,o), +(452,370,cs), +(452,242,ls), +(452,178,o), +(390,130,o), +(314,130,cs), +(266,130,o), +(242,148,o), +(242,182,cs), +(242,211,o), +(262,230,o), +(296,236,cs), +(462,263,l), +(462,389,l), +(274,360,ls), +(128,337,o), +(60,274,o), +(60,159,cs), +(60,57,o), +(142,-16,o), +(255,-16,cs) +); +} +); +width = 685; +}, +{ +anchors = ( +{ +name = bottom; +pos = (432,0); +}, +{ +name = ogonek; +pos = (772,10); +}, +{ +name = top; +pos = (432,600); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (868,600); +ref = n; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(491,-14,o), +(601,20,o), +(644,76,c), +(664,76,l), +(664,0,l), +(772,0,l), +(772,370,ls), +(772,532,o), +(654,616,o), +(424,616,cs), +(193,616,o), +(63,536,o), +(41,380,c), +(149,380,l), +(179,475,o), +(266,520,o), +(424,520,cs), +(587,520,o), +(664,466,o), +(664,350,cs), +(664,248,ls), +(664,147,o), +(548,80,o), +(375,80,cs), +(267,80,o), +(200,111,o), +(200,162,cs), +(200,213,o), +(238,238,o), +(328,244,cs), +(674,268,l), +(674,360,l), +(308,334,ls), +(159,323,o), +(82,266,o), +(82,164,cs), +(82,46,o), +(168,-14,o), +(355,-14,cs) +); +} +); +width = 858; +}, +{ +anchors = ( +{ +name = bottom; +pos = (464,0); +}, +{ +name = ogonek; +pos = (844,10); +}, +{ +name = top; +pos = (464,620); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (920,620); +ref = n; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(494,-16,o), +(605,20,o), +(640,80,c), +(670,80,l), +(670,0,l), +(844,0,l), +(844,370,ls), +(844,549,o), +(716,640,o), +(463,640,cs), +(192,640,o), +(46,552,o), +(32,380,c), +(210,380,l), +(229,456,o), +(310,492,o), +(463,492,cs), +(600,492,o), +(670,447,o), +(670,360,cs), +(670,240,ls), +(670,174,o), +(547,122,o), +(394,122,cs), +(296,122,o), +(250,140,o), +(250,179,cs), +(250,214,o), +(275,233,o), +(324,236,cs), +(680,261,l), +(680,384,l), +(322,360,ls), +(147,348,o), +(64,288,o), +(64,172,cs), +(64,48,o), +(160,-16,o), +(347,-16,cs) +); +} +); +width = 912; +}, +{ +anchors = ( +{ +name = bottom; +pos = (278,0); +}, +{ +name = ogonek; +pos = (481,10); +}, +{ +name = top; +pos = (278,600); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (557,600); +ref = n; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(290,-14,o), +(339,11,o), +(360,54,c), +(374,54,l), +(374,0,l), +(481,0,l), +(481,410,ls), +(481,542,o), +(407,616,o), +(273,616,cs), +(134,616,o), +(47,532,o), +(37,380,c), +(139,380,l), +(153,469,o), +(201,514,o), +(273,514,cs), +(336,514,o), +(374,472,o), +(374,400,cs), +(374,210,ls), +(374,142,o), +(322,88,o), +(254,88,cs), +(201,88,o), +(174,112,o), +(174,159,cs), +(174,199,o), +(203,232,o), +(247,240,cs), +(384,266,l), +(384,364,l), +(232,336,ls), +(121,316,o), +(59,250,o), +(59,153,cs), +(59,54,o), +(120,-14,o), +(228,-14,cs) +); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = bottom; +pos = (294,0); +}, +{ +name = ogonek; +pos = (528,10); +}, +{ +name = top; +pos = (294,620); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (584,620); +ref = n; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(275,-14,o), +(314,11,o), +(334,60,c), +(354,60,l), +(354,0,l), +(528,0,l), +(528,420,ls), +(528,558,o), +(439,640,o), +(288,640,cs), +(132,640,o), +(32,541,o), +(24,380,c), +(192,380,l), +(202,448,o), +(236,486,o), +(286,486,cs), +(329,486,o), +(354,454,o), +(354,400,cs), +(354,214,ls), +(354,170,o), +(315,136,o), +(272,136,cs), +(242,136,o), +(222,154,o), +(222,180,cs), +(222,206,o), +(240,227,o), +(266,232,cs), +(364,252,l), +(364,380,l), +(228,354,ls), +(107,331,o), +(44,267,o), +(44,159,cs), +(44,62,o), +(115,-14,o), +(206,-14,cs) +); +} +); +width = 578; +}, +{ +anchors = ( +{ +name = bottom; +pos = (308,0); +}, +{ +name = ogonek; +pos = (517,10); +}, +{ +name = top; +pos = (308,588); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (613,588); +ref = n; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(355,-12,o), +(436,27,o), +(468,90,c), +(478,90,l), +(478,0,l), +(517,0,l), +(517,386,ls), +(517,519,o), +(431,600,o), +(292,600,cs), +(150,600,o), +(53,512,o), +(41,380,c), +(80,380,l), +(93,490,o), +(174,564,o), +(292,564,cs), +(407,564,o), +(478,494,o), +(478,380,cs), +(478,228,ls), +(478,102,o), +(395,24,o), +(262,24,cs), +(172,24,o), +(112,72,o), +(112,143,cs), +(112,211,o), +(159,256,o), +(243,269,cs), +(488,307,l), +(488,346,l), +(228,305,ls), +(128,289,o), +(71,231,o), +(71,143,cs), +(71,50,o), +(146,-12,o), +(258,-12,cs) +); +} +); +width = 603; +}, +{ +anchors = ( +{ +name = bottom; +pos = (376,0); +}, +{ +name = ogonek; +pos = (698,10); +}, +{ +name = top; +pos = (376,640); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (730,640); +ref = n; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(287,-14,o), +(350,25,o), +(374,100,c), +(394,100,l), +(394,0,l), +(698,0,l), +(698,390,ls), +(698,567,o), +(579,666,o), +(368,666,cs), +(156,666,o), +(28,561,o), +(14,374,c), +(308,374,l), +(314,414,o), +(331,434,o), +(358,434,cs), +(382,434,o), +(394,417,o), +(394,384,cs), +(394,230,ls), +(394,198,o), +(383,180,o), +(364,180,cs), +(345,180,o), +(335,194,o), +(335,219,cs), +(335,248,o), +(349,266,o), +(375,271,cs), +(398,275,l), +(398,363,l), +(212,336,ls), +(87,318,o), +(22,254,o), +(22,148,cs), +(22,54,o), +(93,-14,o), +(190,-14,cs) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = bottom; +pos = (258,0); +}, +{ +name = ogonek; +pos = (439,10); +}, +{ +name = top; +pos = (258,588); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (525,588); +ref = n; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(298,-12,o), +(362,21,o), +(390,74,c), +(400,74,l), +(400,0,l), +(439,0,l), +(439,406,ls), +(439,530,o), +(372,600,o), +(254,600,cs), +(129,600,o), +(47,516,o), +(37,380,c), +(75,380,l), +(85,494,o), +(153,564,o), +(254,564,cs), +(347,564,o), +(400,505,o), +(400,400,cs), +(400,206,ls), +(400,93,o), +(332,24,o), +(224,24,cs), +(148,24,o), +(97,71,o), +(97,141,cs), +(97,203,o), +(140,250,o), +(209,264,cs), +(410,305,l), +(410,344,l), +(194,300,ls), +(109,283,o), +(57,222,o), +(57,141,cs), +(57,49,o), +(123,-12,o), +(223,-12,cs) +); +} +); +width = 516; +}, +{ +anchors = ( +{ +name = bottom; +pos = (402,0); +}, +{ +name = ogonek; +pos = (709,10); +}, +{ +name = top; +pos = (402,588); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (815,588); +ref = n; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(484,-12,o), +(601,33,o), +(654,114,c), +(670,114,l), +(670,0,l), +(709,0,l), +(709,366,ls), +(709,516,o), +(596,600,o), +(394,600,cs), +(191,600,o), +(65,521,o), +(45,380,c), +(85,380,l), +(103,498,o), +(214,564,o), +(394,564,cs), +(570,564,o), +(670,491,o), +(670,360,cs), +(670,250,ls), +(670,114,o), +(536,24,o), +(336,24,cs), +(189,24,o), +(113,70,o), +(113,159,cs), +(113,223,o), +(168,266,o), +(259,272,cs), +(680,302,l), +(680,340,l), +(255,310,ls), +(142,302,o), +(73,244,o), +(73,157,cs), +(73,45,o), +(161,-12,o), +(332,-12,cs) +); +} +); +width = 804; +}, +{ +anchors = ( +{ +name = bottom; +pos = (326,0); +}, +{ +name = ogonek; +pos = (590,10); +}, +{ +name = top; +pos = (326,640); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (622,640); +ref = n; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(248,-12,o), +(300,23,o), +(314,80,c), +(334,80,l), +(334,0,l), +(590,0,l), +(590,410,ls), +(590,574,o), +(494,666,o), +(324,666,cs), +(139,666,o), +(28,562,o), +(14,378,c), +(272,378,l), +(278,425,o), +(287,440,o), +(308,440,cs), +(328,440,o), +(334,428,o), +(334,390,cs), +(334,218,ls), +(334,186,o), +(327,170,o), +(312,170,cs), +(297,170,o), +(289,184,o), +(289,210,cs), +(289,240,o), +(300,259,o), +(320,263,cs), +(338,267,l), +(338,366,l), +(188,339,ls), +(80,320,o), +(20,252,o), +(20,150,cs), +(20,56,o), +(86,-12,o), +(176,-12,cs) +); +} +); +width = 619; +}, +{ +anchors = ( +{ +name = bottom; +pos = (520,0); +}, +{ +name = ogonek; +pos = (964,10); +}, +{ +name = top; +pos = (520,640); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (996,640); +ref = n; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(416,-16,o), +(505,19,o), +(538,80,c), +(578,80,l), +(578,0,l), +(964,0,l), +(964,390,ls), +(964,572,o), +(809,666,o), +(508,666,cs), +(198,666,o), +(30,565,o), +(14,370,c), +(402,370,l), +(410,411,o), +(442,430,o), +(502,430,cs), +(554,430,o), +(578,411,o), +(578,370,cs), +(578,223,ls), +(578,194,o), +(541,172,o), +(494,172,cs), +(456,172,o), +(435,184,o), +(435,205,cs), +(435,227,o), +(452,240,o), +(481,242,cs), +(582,249,l), +(582,358,l), +(278,337,ls), +(111,325,o), +(32,269,o), +(32,160,cs), +(32,47,o), +(126,-16,o), +(292,-16,cs) +); +} +); +width = 993; +} +); +metricLeft = "=RND/1.3"; +metricRight = n; +unicode = 97; +}, +{ +glyphname = aacute; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:27:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (-42,0); +ref = acutecomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (8,0); +ref = acutecomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,0); +ref = acutecomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (-22,0); +ref = acutecomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = acutecomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,0); +ref = acutecomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (-6,0); +ref = acutecomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (48,0); +ref = acutecomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (164,0); +ref = acutecomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = acutecomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = acutecomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (220,0); +ref = acutecomb; +} +); +width = 993; +} +); +unicode = 225; +}, +{ +glyphname = abreve; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:28:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (108,0); +ref = brevecomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (134,0); +ref = brevecomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (168,0); +ref = brevecomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (108,0); +ref = brevecomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (124,0); +ref = brevecomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (172,0); +ref = brevecomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (96,0); +ref = brevecomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (116,0); +ref = brevecomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (162,0); +ref = brevecomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (89,0); +ref = brevecomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (114,0); +ref = brevecomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (178,0); +ref = brevecomb; +} +); +width = 993; +} +); +unicode = 259; +}, +{ +glyphname = acaron; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:28:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (-42,0); +ref = caroncomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (8,0); +ref = caroncomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,0); +ref = caroncomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (-22,0); +ref = caroncomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = caroncomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,0); +ref = caroncomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (-6,0); +ref = caroncomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (48,0); +ref = caroncomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (164,0); +ref = caroncomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = caroncomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = caroncomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (220,0); +ref = caroncomb; +} +); +width = 993; +} +); +unicode = 462; +}, +{ +glyphname = acircumflex; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:27:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (-42,0); +ref = circumflexcomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (8,0); +ref = circumflexcomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,0); +ref = circumflexcomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (-22,0); +ref = circumflexcomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = circumflexcomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,0); +ref = circumflexcomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (-6,0); +ref = circumflexcomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (48,0); +ref = circumflexcomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (164,0); +ref = circumflexcomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = circumflexcomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = circumflexcomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (220,0); +ref = circumflexcomb; +} +); +width = 993; +} +); +unicode = 226; +}, +{ +glyphname = adieresis; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (136,0); +ref = dieresiscomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (153,0); +ref = dieresiscomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (196,0); +ref = dieresiscomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (109,0); +ref = dieresiscomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (126,0); +ref = dieresiscomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (172,0); +ref = dieresiscomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (93,0); +ref = dieresiscomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (110,0); +ref = dieresiscomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (170,0); +ref = dieresiscomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = dieresiscomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = dieresiscomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (116,0); +ref = dieresiscomb; +} +); +width = 993; +} +); +unicode = 228; +}, +{ +glyphname = agrave; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:27:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (-42,0); +ref = gravecomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (8,0); +ref = gravecomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,0); +ref = gravecomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (-22,0); +ref = gravecomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = gravecomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,0); +ref = gravecomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (-6,0); +ref = gravecomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (48,0); +ref = gravecomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (164,0); +ref = gravecomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = gravecomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = gravecomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (220,0); +ref = gravecomb; +} +); +width = 993; +} +); +unicode = 224; +}, +{ +glyphname = amacron; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:28:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (-42,0); +ref = macroncomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (8,0); +ref = macroncomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,0); +ref = macroncomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (-22,0); +ref = macroncomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = macroncomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,0); +ref = macroncomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (-6,0); +ref = macroncomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (48,0); +ref = macroncomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (164,0); +ref = macroncomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = macroncomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = macroncomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (220,0); +ref = macroncomb; +} +); +width = 993; +} +); +unicode = 257; +}, +{ +glyphname = aogonek; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:27:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (64,0); +ref = ogonekcomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (133,0); +ref = ogonekcomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (301,0); +ref = ogonekcomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (70,0); +ref = ogonekcomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (161,0); +ref = ogonekcomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (334,0); +ref = ogonekcomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (94,0); +ref = ogonekcomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (182,0); +ref = ogonekcomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (360,0); +ref = ogonekcomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (131,0); +ref = ogonekcomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (194,0); +ref = ogonekcomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (395,0); +ref = ogonekcomb; +} +); +width = 993; +} +); +unicode = 261; +}, +{ +glyphname = aring; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:28:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (-42,0); +ref = ringcomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (8,0); +ref = ringcomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,0); +ref = ringcomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (-22,0); +ref = ringcomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = ringcomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,0); +ref = ringcomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (-6,0); +ref = ringcomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (48,0); +ref = ringcomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (164,0); +ref = ringcomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = ringcomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = ringcomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (220,0); +ref = ringcomb; +} +); +width = 993; +} +); +unicode = 229; +}, +{ +glyphname = aringacute; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:28:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (-42,0); +ref = ringacutecomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (8,0); +ref = ringacutecomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,0); +ref = ringacutecomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (-22,0); +ref = ringacutecomb; +} +); +width = 558; +}, +{ +background = { +shapes = ( +{ +pos = (-38,0); +ref = Aringacute; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = ringacutecomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,0); +ref = ringacutecomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (-6,0); +ref = ringacutecomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (48,0); +ref = ringacutecomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (164,0); +ref = ringacutecomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = ringacutecomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = ringacutecomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (220,0); +ref = ringacutecomb; +} +); +width = 993; +} +); +unicode = 507; +}, +{ +glyphname = atilde; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-11 19:28:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (-42,0); +ref = tildecomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (8,0); +ref = tildecomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +}, +{ +pos = (102,0); +ref = tildecomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +}, +{ +pos = (-22,0); +ref = tildecomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = tildecomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,0); +ref = tildecomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +}, +{ +pos = (-6,0); +ref = tildecomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +}, +{ +pos = (48,0); +ref = tildecomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +}, +{ +pos = (164,0); +ref = tildecomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +}, +{ +pos = (26,0); +ref = tildecomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +}, +{ +pos = (76,0); +ref = tildecomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +}, +{ +pos = (174,0); +ref = tildecomb; +} +); +width = 993; +} +); +unicode = 227; +}, +{ +glyphname = ae; +kernLeft = a_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:28:54 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (443,0); +}, +{ +name = top; +pos = (443,588); +} +); +layerId = m009; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (356,0); +ref = _e.digraph; +} +); +width = 886; +}, +{ +anchors = ( +{ +name = bottom; +pos = (524,0); +}, +{ +name = top; +pos = (524,588); +} +); +layerId = m007; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (429,0); +ref = _e.digraph; +} +); +width = 1048; +}, +{ +anchors = ( +{ +name = bottom; +pos = (728,0); +}, +{ +name = top; +pos = (728,588); +} +); +layerId = m010; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (615,0); +ref = _e.digraph; +} +); +width = 1456; +}, +{ +anchors = ( +{ +name = bottom; +pos = (451,0); +}, +{ +name = top; +pos = (451,600); +} +); +layerId = m005; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (336,0); +ref = _e.digraph; +} +); +width = 902; +}, +{ +anchors = ( +{ +name = bottom; +pos = (542,0); +}, +{ +name = top; +pos = (542,600); +} +); +layerId = m01; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (414,0); +ref = _e.digraph; +} +); +width = 1083; +}, +{ +anchors = ( +{ +name = bottom; +pos = (762,0); +}, +{ +name = top; +pos = (762,600); +} +); +layerId = m003; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (621,0); +ref = _e.digraph; +} +); +width = 1524; +}, +{ +anchors = ( +{ +name = bottom; +pos = (459,0); +}, +{ +name = top; +pos = (459,620); +} +); +layerId = m006; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (343,0); +ref = _e.digraph; +} +); +width = 918; +}, +{ +anchors = ( +{ +name = bottom; +pos = (562,0); +}, +{ +name = top; +pos = (562,620); +} +); +layerId = m002; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (425,0); +ref = _e.digraph; +} +); +width = 1123; +}, +{ +anchors = ( +{ +name = bottom; +pos = (781,0); +}, +{ +name = top; +pos = (781,620); +} +); +layerId = m004; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (638,0); +ref = _e.digraph; +} +); +width = 1562; +}, +{ +anchors = ( +{ +name = bottom; +pos = (473,0); +}, +{ +name = top; +pos = (473,640); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (336,0); +ref = _e.digraph; +} +); +width = 946; +}, +{ +anchors = ( +{ +name = bottom; +pos = (563,0); +}, +{ +name = top; +pos = (563,640); +} +); +layerId = m008; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (396,0); +ref = _e.digraph; +} +); +width = 1126; +}, +{ +anchors = ( +{ +name = bottom; +pos = (793,0); +}, +{ +name = top; +pos = (793,640); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _a.ae; +}, +{ +pos = (580,0); +ref = _e.digraph; +} +); +width = 1586; +} +); +unicode = 230; +}, +{ +glyphname = aeacute; +kernLeft = a_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:28:54 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = ae; +}, +{ +pos = (143,0); +ref = acutecomb; +} +); +width = 886; +}, +{ +layerId = m007; +shapes = ( +{ +ref = ae; +}, +{ +pos = (224,0); +ref = acutecomb; +} +); +width = 1048; +}, +{ +layerId = m010; +shapes = ( +{ +ref = ae; +}, +{ +pos = (428,0); +ref = acutecomb; +} +); +width = 1456; +}, +{ +layerId = m005; +shapes = ( +{ +ref = ae; +}, +{ +pos = (151,0); +ref = acutecomb; +} +); +width = 902; +}, +{ +layerId = m01; +shapes = ( +{ +ref = ae; +}, +{ +pos = (242,0); +ref = acutecomb; +} +); +width = 1083; +}, +{ +layerId = m003; +shapes = ( +{ +ref = ae; +}, +{ +pos = (462,0); +ref = acutecomb; +} +); +width = 1524; +}, +{ +layerId = m006; +shapes = ( +{ +ref = ae; +}, +{ +pos = (159,0); +ref = acutecomb; +} +); +width = 918; +}, +{ +layerId = m002; +shapes = ( +{ +ref = ae; +}, +{ +pos = (262,0); +ref = acutecomb; +} +); +width = 1123; +}, +{ +layerId = m004; +shapes = ( +{ +ref = ae; +}, +{ +pos = (481,0); +ref = acutecomb; +} +); +width = 1562; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = ae; +}, +{ +pos = (173,0); +ref = acutecomb; +} +); +width = 946; +}, +{ +layerId = m008; +shapes = ( +{ +ref = ae; +}, +{ +pos = (263,0); +ref = acutecomb; +} +); +width = 1126; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = ae; +}, +{ +pos = (493,0); +ref = acutecomb; +} +); +width = 1586; +} +); +unicode = 509; +}, +{ +glyphname = b; +kernLeft = left_ascender; +kernRight = rnd_right; +lastChange = "2022-01-20 13:17:37 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = _part.b; +} +); +width = 737; +}, +{ +layerId = m002; +shapes = ( +{ +ref = _part.b; +} +); +width = 739; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _part.b; +} +); +width = 971; +}, +{ +layerId = m004; +shapes = ( +{ +ref = _part.b; +} +); +width = 966; +}, +{ +layerId = m005; +shapes = ( +{ +ref = _part.b; +} +); +width = 634; +}, +{ +layerId = m006; +shapes = ( +{ +ref = _part.b; +} +); +width = 631; +}, +{ +layerId = m007; +shapes = ( +{ +ref = _part.b; +} +); +width = 683; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = _part.b; +} +); +width = 762; +}, +{ +layerId = m009; +shapes = ( +{ +ref = _part.b; +} +); +width = 584; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _part.b; +} +); +width = 905; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = _part.b; +} +); +width = 1038; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = _part.b; +} +); +width = 642; +} +); +metricLeft = n; +metricRight = o; +unicode = 98; +}, +{ +glyphname = c; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-04-08 18:51:37 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (356,0); +}, +{ +name = currencystroke; +pos = (348,300); +}, +{ +name = top; +pos = (356,600); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(503,-16,o), +(615,76,o), +(623,214,c), +(522,214,l), +(502,136,o), +(438,88,o), +(348,88,cs), +(233,88,o), +(163,167,o), +(163,297,cs), +(163,430,o), +(237,512,o), +(358,512,cs), +(456,512,o), +(524,457,o), +(542,368,c), +(643,368,l), +(637,517,o), +(523,616,o), +(362,616,cs), +(177,616,o), +(53,488,o), +(53,297,cs), +(53,109,o), +(171,-16,o), +(348,-16,cs) +); +} +); +width = 676; +}, +{ +anchors = ( +{ +name = bottom; +pos = (360,0); +}, +{ +name = currencystroke; +pos = (355,310); +}, +{ +name = top; +pos = (360,620); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(518,-20,o), +(635,83,o), +(649,238,c), +(483,238,l), +(465,177,o), +(419,140,o), +(357,140,cs), +(266,140,o), +(211,203,o), +(211,307,cs), +(211,414,o), +(268,480,o), +(361,480,cs), +(434,480,o), +(485,434,o), +(501,360,c), +(665,360,l), +(659,528,o), +(537,640,o), +(361,640,cs), +(167,640,o), +(37,507,o), +(37,307,cs), +(37,111,o), +(165,-20,o), +(357,-20,cs) +); +} +); +width = 688; +}, +{ +anchors = ( +{ +name = bottom; +pos = (470,0); +}, +{ +name = currencystroke; +pos = (464,300); +}, +{ +name = top; +pos = (470,600); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(689,-16,o), +(828,67,o), +(849,214,c), +(744,214,l), +(713,128,o), +(613,80,o), +(462,80,cs), +(272,80,o), +(165,158,o), +(165,297,cs), +(165,440,o), +(275,520,o), +(470,520,cs), +(632,520,o), +(737,465,o), +(765,368,c), +(869,368,l), +(854,527,o), +(710,616,o), +(470,616,cs), +(211,616,o), +(53,495,o), +(53,297,cs), +(53,103,o), +(208,-16,o), +(462,-16,cs) +); +} +); +width = 902; +}, +{ +anchors = ( +{ +name = bottom; +pos = (478,0); +}, +{ +name = currencystroke; +pos = (474,310); +}, +{ +name = top; +pos = (478,620); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(713,-20,o), +(857,73,o), +(874,238,c), +(694,238,l), +(672,168,o), +(600,132,o), +(474,132,cs), +(310,132,o), +(226,192,o), +(226,307,cs), +(226,426,o), +(310,488,o), +(474,488,cs), +(615,488,o), +(693,444,o), +(712,360,c), +(890,360,l), +(876,539,o), +(727,640,o), +(476,640,cs), +(198,640,o), +(42,520,o), +(42,307,cs), +(42,98,o), +(198,-20,o), +(474,-20,cs) +); +} +); +width = 916; +}, +{ +anchors = ( +{ +name = bottom; +pos = (300,0); +}, +{ +name = currencystroke; +pos = (301,300); +}, +{ +name = top; +pos = (300,600); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = o; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(430,-16,o), +(521,71,o), +(528,214,c), +(430,214,l), +(414,132,o), +(369,86,o), +(297,86,cs), +(207,86,o), +(156,162,o), +(156,297,cs), +(156,436,o), +(210,514,o), +(305,514,cs), +(379,514,o), +(426,461,o), +(444,368,c), +(542,368,l), +(537,522,o), +(446,616,o), +(307,616,cs), +(146,616,o), +(48,495,o), +(48,297,cs), +(48,103,o), +(143,-16,o), +(297,-16,cs) +); +} +); +width = 572; +}, +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = currencystroke; +pos = (298,310); +}, +{ +name = top; +pos = (306,620); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(447,-20,o), +(538,73,o), +(551,238,c), +(397,238,l), +(381,169,o), +(351,134,o), +(299,134,cs), +(234,134,o), +(201,193,o), +(201,307,cs), +(201,425,o), +(237,486,o), +(307,486,cs), +(365,486,o), +(395,443,o), +(409,360,c), +(563,360,l), +(557,539,o), +(465,640,o), +(307,640,cs), +(130,640,o), +(31,520,o), +(31,307,cs), +(31,98,o), +(127,-20,o), +(299,-20,cs) +); +} +); +width = 582; +}, +{ +anchors = ( +{ +name = bottom; +pos = (330,0); +}, +{ +name = currencystroke; +pos = (323,294); +}, +{ +name = top; +pos = (330,588); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(460,-12,o), +(554,69,o), +(571,202,c), +(532,202,l), +(517,92,o), +(437,24,o), +(323,24,cs), +(181,24,o), +(94,126,o), +(94,292,cs), +(94,461,o), +(184,564,o), +(331,564,cs), +(450,564,o), +(531,490,o), +(544,368,c), +(583,368,l), +(571,511,o), +(474,600,o), +(331,600,cs), +(159,600,o), +(53,483,o), +(53,292,cs), +(53,104,o), +(156,-12,o), +(323,-12,cs) +); +} +); +width = 616; +}, +{ +anchors = ( +{ +name = bottom; +pos = (388,0); +}, +{ +name = currencystroke; +pos = (382,320); +}, +{ +name = top; +pos = (388,640); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(576,-26,o), +(712,98,o), +(720,284,c), +(426,284,l), +(422,235,o), +(409,214,o), +(382,214,cs), +(351,214,o), +(338,245,o), +(338,317,cs), +(338,393,o), +(353,426,o), +(388,426,cs), +(418,426,o), +(432,400,o), +(434,338,c), +(728,338,l), +(726,538,o), +(592,666,o), +(382,666,cs), +(164,666,o), +(18,526,o), +(18,317,cs), +(18,111,o), +(160,-26,o), +(372,-26,cs) +); +} +); +width = 739; +}, +{ +anchors = ( +{ +name = bottom; +pos = (282,0); +}, +{ +name = currencystroke; +pos = (282,294); +}, +{ +name = top; +pos = (282,588); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(394,-12,o), +(468,65,o), +(484,202,c), +(446,202,l), +(431,88,o), +(371,24,o), +(278,24,cs), +(156,24,o), +(88,120,o), +(88,292,cs), +(88,466,o), +(159,564,o), +(284,564,cs), +(383,564,o), +(444,493,o), +(454,368,c), +(492,368,l), +(482,516,o), +(407,600,o), +(284,600,cs), +(133,600,o), +(48,489,o), +(48,292,cs), +(48,97,o), +(131,-12,o), +(278,-12,cs) +); +} +); +width = 522; +}, +{ +anchors = ( +{ +name = bottom; +pos = (446,0); +}, +{ +name = currencystroke; +pos = (435,294); +}, +{ +name = top; +pos = (446,588); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(639,-12,o), +(764,65,o), +(785,202,c), +(746,202,l), +(727,88,o), +(616,24,o), +(437,24,cs), +(222,24,o), +(101,120,o), +(101,292,cs), +(101,466,o), +(223,564,o), +(441,564,cs), +(628,564,o), +(743,493,o), +(760,368,c), +(799,368,l), +(780,516,o), +(652,600,o), +(443,600,cs), +(197,600,o), +(59,489,o), +(59,292,cs), +(59,97,o), +(195,-12,o), +(437,-12,cs) +); +} +); +width = 836; +}, +{ +anchors = ( +{ +name = bottom; +pos = (516,0); +}, +{ +name = currencystroke; +pos = (516,320); +}, +{ +name = top; +pos = (516,640); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(815,-26,o), +(980,79,o), +(992,284,c), +(612,284,l), +(606,238,o), +(575,214,o), +(520,214,cs), +(453,214,o), +(418,249,o), +(418,317,cs), +(418,389,o), +(455,426,o), +(526,426,cs), +(587,426,o), +(620,396,o), +(624,338,c), +(1004,338,l), +(998,554,o), +(831,666,o), +(512,666,cs), +(186,666,o), +(18,547,o), +(18,317,cs), +(18,91,o), +(185,-26,o), +(508,-26,cs) +); +} +); +width = 1015; +}, +{ +anchors = ( +{ +name = bottom; +pos = (324,0); +}, +{ +name = currencystroke; +pos = (322,320); +}, +{ +name = top; +pos = (324,640); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(494,-26,o), +(598,86,o), +(604,284,c), +(346,284,l), +(344,212,o), +(339,194,o), +(319,194,cs), +(296,194,o), +(290,219,o), +(290,317,cs), +(290,420,o), +(296,446,o), +(322,446,cs), +(344,446,o), +(350,424,o), +(352,338,c), +(610,338,l), +(608,548,o), +(504,666,o), +(320,666,cs), +(127,666,o), +(18,540,o), +(18,317,cs), +(18,97,o), +(125,-26,o), +(314,-26,cs) +); +} +); +width = 621; +} +); +metricLeft = RND; +metricRight = "=RND/1.6"; +unicode = 99; +}, +{ +glyphname = cacute; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:35:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = c; +}, +{ +pos = (-18,0); +ref = acutecomb; +} +); +width = 522; +}, +{ +layerId = m007; +shapes = ( +{ +ref = c; +}, +{ +pos = (30,0); +ref = acutecomb; +} +); +width = 616; +}, +{ +layerId = m010; +shapes = ( +{ +ref = c; +}, +{ +pos = (146,0); +ref = acutecomb; +} +); +width = 836; +}, +{ +layerId = m005; +shapes = ( +{ +ref = c; +}, +{ +ref = acutecomb; +} +); +width = 572; +}, +{ +layerId = m01; +shapes = ( +{ +ref = c; +}, +{ +pos = (56,0); +ref = acutecomb; +} +); +width = 676; +}, +{ +layerId = m003; +shapes = ( +{ +ref = c; +}, +{ +pos = (170,0); +ref = acutecomb; +} +); +width = 902; +}, +{ +layerId = m006; +shapes = ( +{ +ref = c; +}, +{ +pos = (6,0); +ref = acutecomb; +} +); +width = 582; +}, +{ +layerId = m002; +shapes = ( +{ +ref = c; +}, +{ +pos = (60,0); +ref = acutecomb; +} +); +width = 688; +}, +{ +layerId = m004; +shapes = ( +{ +ref = c; +}, +{ +pos = (178,0); +ref = acutecomb; +} +); +width = 916; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (24,0); +ref = acutecomb; +} +); +width = 621; +}, +{ +layerId = m008; +shapes = ( +{ +ref = c; +}, +{ +pos = (88,0); +ref = acutecomb; +} +); +width = 739; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (216,0); +ref = acutecomb; +} +); +width = 1015; +} +); +unicode = 263; +}, +{ +glyphname = ccaron; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:35:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = c; +}, +{ +pos = (-18,0); +ref = caroncomb; +} +); +width = 522; +}, +{ +layerId = m007; +shapes = ( +{ +ref = c; +}, +{ +pos = (30,0); +ref = caroncomb; +} +); +width = 616; +}, +{ +layerId = m010; +shapes = ( +{ +ref = c; +}, +{ +pos = (146,0); +ref = caroncomb; +} +); +width = 836; +}, +{ +layerId = m005; +shapes = ( +{ +ref = c; +}, +{ +ref = caroncomb; +} +); +width = 572; +}, +{ +layerId = m01; +shapes = ( +{ +ref = c; +}, +{ +pos = (56,0); +ref = caroncomb; +} +); +width = 676; +}, +{ +layerId = m003; +shapes = ( +{ +ref = c; +}, +{ +pos = (170,0); +ref = caroncomb; +} +); +width = 902; +}, +{ +layerId = m006; +shapes = ( +{ +ref = c; +}, +{ +pos = (6,0); +ref = caroncomb; +} +); +width = 582; +}, +{ +layerId = m002; +shapes = ( +{ +ref = c; +}, +{ +pos = (60,0); +ref = caroncomb; +} +); +width = 688; +}, +{ +layerId = m004; +shapes = ( +{ +ref = c; +}, +{ +pos = (178,0); +ref = caroncomb; +} +); +width = 916; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (24,0); +ref = caroncomb; +} +); +width = 621; +}, +{ +layerId = m008; +shapes = ( +{ +ref = c; +}, +{ +pos = (88,0); +ref = caroncomb; +} +); +width = 739; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (216,0); +ref = caroncomb; +} +); +width = 1015; +} +); +unicode = 269; +}, +{ +glyphname = ccedilla; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:35:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = c; +}, +{ +pos = (-18,0); +ref = cedillacomb; +} +); +width = 522; +}, +{ +layerId = m007; +shapes = ( +{ +ref = c; +}, +{ +pos = (30,0); +ref = cedillacomb; +} +); +width = 616; +}, +{ +layerId = m010; +shapes = ( +{ +ref = c; +}, +{ +pos = (146,0); +ref = cedillacomb; +} +); +width = 836; +}, +{ +layerId = m005; +shapes = ( +{ +ref = c; +}, +{ +ref = cedillacomb; +} +); +width = 572; +}, +{ +layerId = m01; +shapes = ( +{ +ref = c; +}, +{ +pos = (56,0); +ref = cedillacomb; +} +); +width = 676; +}, +{ +layerId = m003; +shapes = ( +{ +ref = c; +}, +{ +pos = (170,0); +ref = cedillacomb; +} +); +width = 902; +}, +{ +layerId = m006; +shapes = ( +{ +ref = c; +}, +{ +pos = (6,0); +ref = cedillacomb; +} +); +width = 582; +}, +{ +layerId = m002; +shapes = ( +{ +ref = c; +}, +{ +pos = (60,0); +ref = cedillacomb; +} +); +width = 688; +}, +{ +layerId = m004; +shapes = ( +{ +ref = c; +}, +{ +pos = (178,0); +ref = cedillacomb; +} +); +width = 916; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (24,0); +ref = cedillacomb; +} +); +width = 621; +}, +{ +layerId = m008; +shapes = ( +{ +ref = c; +}, +{ +pos = (88,0); +ref = cedillacomb; +} +); +width = 739; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (216,0); +ref = cedillacomb; +} +); +width = 1015; +} +); +unicode = 231; +}, +{ +glyphname = cdotaccent; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = c; +}, +{ +pos = (240,0); +ref = dotaccentcomb; +} +); +width = 522; +}, +{ +layerId = m007; +shapes = ( +{ +ref = c; +}, +{ +pos = (272,0); +ref = dotaccentcomb; +} +); +width = 616; +}, +{ +layerId = m010; +shapes = ( +{ +ref = c; +}, +{ +pos = (378,0); +ref = dotaccentcomb; +} +); +width = 836; +}, +{ +layerId = m005; +shapes = ( +{ +ref = c; +}, +{ +pos = (216,0); +ref = dotaccentcomb; +} +); +width = 572; +}, +{ +layerId = m01; +shapes = ( +{ +ref = c; +}, +{ +pos = (262,0); +ref = dotaccentcomb; +} +); +width = 676; +}, +{ +layerId = m003; +shapes = ( +{ +ref = c; +}, +{ +pos = (364,0); +ref = dotaccentcomb; +} +); +width = 902; +}, +{ +layerId = m006; +shapes = ( +{ +ref = c; +}, +{ +pos = (196,0); +ref = dotaccentcomb; +} +); +width = 582; +}, +{ +layerId = m002; +shapes = ( +{ +ref = c; +}, +{ +pos = (236,0); +ref = dotaccentcomb; +} +); +width = 688; +}, +{ +layerId = m004; +shapes = ( +{ +ref = c; +}, +{ +pos = (336,0); +ref = dotaccentcomb; +} +); +width = 916; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (164,0); +ref = dotaccentcomb; +} +); +width = 621; +}, +{ +layerId = m008; +shapes = ( +{ +ref = c; +}, +{ +pos = (194,0); +ref = dotaccentcomb; +} +); +width = 739; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (282,0); +ref = dotaccentcomb; +} +); +width = 1015; +} +); +unicode = 267; +}, +{ +glyphname = d; +kernLeft = rnd_left; +lastChange = "2023-01-16 21:16:32 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (369,0); +}, +{ +name = center; +pos = (369,300); +}, +{ +name = top; +pos = (369,848); +}, +{ +name = topright; +pos = (697,848); +} +); +layerId = m01; +shapes = ( +{ +pos = (737,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 737; +}, +{ +anchors = ( +{ +name = bottom; +pos = (370,0); +}, +{ +name = center; +pos = (370,310); +}, +{ +name = top; +pos = (370,848); +}, +{ +name = topright; +pos = (719,848); +} +); +layerId = m002; +shapes = ( +{ +pos = (739,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 739; +}, +{ +anchors = ( +{ +name = bottom; +pos = (486,0); +}, +{ +name = center; +pos = (486,300); +}, +{ +name = top; +pos = (486,848); +}, +{ +name = topright; +pos = (931,848); +} +); +layerId = m003; +shapes = ( +{ +pos = (971,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 971; +}, +{ +anchors = ( +{ +name = bottom; +pos = (483,0); +}, +{ +name = center; +pos = (483,310); +}, +{ +name = top; +pos = (483,848); +}, +{ +name = topright; +pos = (946,848); +} +); +layerId = m004; +shapes = ( +{ +pos = (966,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 966; +}, +{ +anchors = ( +{ +name = bottom; +pos = (317,0); +}, +{ +name = center; +pos = (317,300); +}, +{ +name = top; +pos = (317,848); +}, +{ +name = topright; +pos = (594,848); +} +); +layerId = m005; +shapes = ( +{ +pos = (634,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = bottom; +pos = (316,0); +}, +{ +name = center; +pos = (316,310); +}, +{ +name = top; +pos = (316,848); +}, +{ +name = topright; +pos = (611,848); +} +); +layerId = m006; +shapes = ( +{ +pos = (631,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 631; +}, +{ +anchors = ( +{ +name = bottom; +pos = (342,0); +}, +{ +name = center; +pos = (342,294); +}, +{ +name = top; +pos = (342,848); +}, +{ +name = topright; +pos = (663,848); +} +); +layerId = m007; +shapes = ( +{ +pos = (683,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 683; +}, +{ +anchors = ( +{ +name = bottom; +pos = (381,0); +}, +{ +name = center; +pos = (381,320); +}, +{ +name = top; +pos = (381,848); +}, +{ +name = topright; +pos = (742,848); +} +); +layerId = m008; +shapes = ( +{ +pos = (762,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 762; +}, +{ +anchors = ( +{ +name = bottom; +pos = (292,0); +}, +{ +name = center; +pos = (292,294); +}, +{ +name = top; +pos = (292,848); +}, +{ +name = topright; +pos = (564,848); +} +); +layerId = m009; +shapes = ( +{ +pos = (584,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 584; +}, +{ +anchors = ( +{ +name = bottom; +pos = (453,0); +}, +{ +name = center; +pos = (453,294); +}, +{ +name = top; +pos = (453,848); +}, +{ +name = topright; +pos = (885,848); +} +); +layerId = m010; +shapes = ( +{ +pos = (905,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 905; +}, +{ +anchors = ( +{ +name = bottom; +pos = (519,0); +}, +{ +name = center; +pos = (519,320); +}, +{ +name = top; +pos = (519,848); +}, +{ +name = topright; +pos = (1018,848); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (1038,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 1038; +}, +{ +anchors = ( +{ +name = bottom; +pos = (321,0); +}, +{ +name = center; +pos = (321,320); +}, +{ +name = top; +pos = (321,848); +}, +{ +name = topright; +pos = (622,848); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (642,0); +ref = _part.b; +scale = (-1,1); +} +); +width = 642; +} +); +metricLeft = o; +metricRight = "=|n"; +unicode = 100; +}, +{ +glyphname = dcaron; +kernLeft = rnd_left; +kernRight = vertical_caron_right; +lastChange = "2022-10-11 19:37:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = d; +}, +{ +pos = (464,0); +ref = caroncomb.alt; +} +); +width = 584; +}, +{ +layerId = m007; +shapes = ( +{ +ref = d; +}, +{ +pos = (563,0); +ref = caroncomb.alt; +} +); +width = 683; +}, +{ +layerId = m010; +shapes = ( +{ +ref = d; +}, +{ +pos = (785,0); +ref = caroncomb.alt; +} +); +width = 905; +}, +{ +layerId = m005; +shapes = ( +{ +ref = d; +}, +{ +pos = (494,0); +ref = caroncomb.alt; +} +); +width = 634; +}, +{ +layerId = m01; +shapes = ( +{ +ref = d; +}, +{ +pos = (597,0); +ref = caroncomb.alt; +} +); +width = 737; +}, +{ +layerId = m003; +shapes = ( +{ +ref = d; +}, +{ +pos = (831,0); +ref = caroncomb.alt; +} +); +width = 971; +}, +{ +layerId = m006; +shapes = ( +{ +ref = d; +}, +{ +pos = (511,0); +ref = caroncomb.alt; +} +); +width = 631; +}, +{ +layerId = m002; +shapes = ( +{ +ref = d; +}, +{ +pos = (619,0); +ref = caroncomb.alt; +} +); +width = 739; +}, +{ +layerId = m004; +shapes = ( +{ +ref = d; +}, +{ +pos = (846,0); +ref = caroncomb.alt; +} +); +width = 966; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = d; +}, +{ +pos = (522,0); +ref = caroncomb.alt; +} +); +width = 642; +}, +{ +layerId = m008; +shapes = ( +{ +ref = d; +}, +{ +pos = (642,0); +ref = caroncomb.alt; +} +); +width = 762; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = d; +}, +{ +pos = (918,0); +ref = caroncomb.alt; +} +); +width = 1038; +} +); +unicode = 271; +}, +{ +glyphname = dcroat; +kernLeft = rnd_left; +lastChange = "2022-10-11 19:37:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (144,148); +ref = _part.dcroat; +} +); +width = 584; +}, +{ +layerId = m007; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (213,148); +ref = _part.dcroat; +} +); +width = 683; +}, +{ +layerId = m010; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (365,148); +ref = _part.dcroat; +} +); +width = 905; +}, +{ +layerId = m005; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (174,168); +ref = _part.dcroat; +} +); +width = 634; +}, +{ +layerId = m01; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (247,168); +ref = _part.dcroat; +} +); +width = 737; +}, +{ +layerId = m003; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (411,168); +ref = _part.dcroat; +} +); +width = 971; +}, +{ +layerId = m006; +metricRight = "=+10"; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (173,158); +ref = _part.dcroat; +} +); +width = 641; +}, +{ +layerId = m002; +metricRight = "=+10"; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (249,158); +ref = _part.dcroat; +} +); +width = 749; +}, +{ +layerId = m004; +metricRight = "=+10"; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (408,158); +ref = _part.dcroat; +} +); +width = 976; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricRight = "=+10"; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (152,168); +ref = _part.dcroat; +} +); +width = 652; +}, +{ +layerId = m008; +metricRight = "=+10"; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (232,168); +ref = _part.dcroat; +} +); +width = 772; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricRight = "=+10"; +shapes = ( +{ +ref = d; +}, +{ +anchor = topright; +pos = (411,168); +ref = _part.dcroat; +} +); +width = 1048; +} +); +unicode = 273; +}, +{ +glyphname = ddotbelow; +kernLeft = rnd_left; +lastChange = "2022-10-11 19:37:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = d; +}, +{ +pos = (-8,0); +ref = dotbelowcomb; +} +); +width = 584; +}, +{ +layerId = m007; +shapes = ( +{ +ref = d; +}, +{ +pos = (42,0); +ref = dotbelowcomb; +} +); +width = 683; +}, +{ +layerId = m010; +shapes = ( +{ +ref = d; +}, +{ +pos = (153,0); +ref = dotbelowcomb; +} +); +width = 905; +}, +{ +layerId = m005; +shapes = ( +{ +ref = d; +}, +{ +pos = (17,0); +ref = dotbelowcomb; +} +); +width = 634; +}, +{ +layerId = m01; +shapes = ( +{ +ref = d; +}, +{ +pos = (69,0); +ref = dotbelowcomb; +} +); +width = 737; +}, +{ +layerId = m003; +shapes = ( +{ +ref = d; +}, +{ +pos = (186,0); +ref = dotbelowcomb; +} +); +width = 971; +}, +{ +layerId = m006; +shapes = ( +{ +ref = d; +}, +{ +pos = (16,0); +ref = dotbelowcomb; +} +); +width = 631; +}, +{ +layerId = m002; +shapes = ( +{ +ref = d; +}, +{ +pos = (70,0); +ref = dotbelowcomb; +} +); +width = 739; +}, +{ +layerId = m004; +shapes = ( +{ +ref = d; +}, +{ +pos = (183,0); +ref = dotbelowcomb; +} +); +width = 966; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = d; +}, +{ +pos = (21,0); +ref = dotbelowcomb; +} +); +width = 642; +}, +{ +layerId = m008; +shapes = ( +{ +ref = d; +}, +{ +pos = (81,0); +ref = dotbelowcomb; +} +); +width = 762; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = d; +}, +{ +pos = (219,0); +ref = dotbelowcomb; +} +); +width = 1038; +} +); +unicode = 7693; +}, +{ +glyphname = eth; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:36:13 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(425,-12,o), +(508,102,o), +(508,304,cs), +(508,508,o), +(404,702,o), +(219,843,c), +(188,821,l), +(285,751,o), +(373,649,o), +(416,552,c), +(407,545,l), +(378,578,o), +(329,598,o), +(278,598,cs), +(135,598,o), +(48,482,o), +(48,294,cs), +(48,98,o), +(131,-12,o), +(278,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(87,461,o), +(160,564,o), +(278,564,cs), +(399,564,o), +(469,467,o), +(469,294,cs), +(469,121,o), +(400,24,o), +(278,24,cs), +(156,24,o), +(87,121,o), +(87,294,cs) +); +}, +{ +closed = 1; +nodes = ( +(135,642,l), +(448,760,l), +(440,788,l), +(126,670,l) +); +} +); +width = 556; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(495,-12,o), +(599,110,o), +(599,310,cs), +(599,510,o), +(476,702,o), +(256,843,c), +(223,821,l), +(350,744,o), +(453,639,o), +(510,531,c), +(499,524,l), +(460,569,o), +(394,598,o), +(326,598,cs), +(162,598,o), +(53,476,o), +(53,294,cs), +(53,104,o), +(157,-12,o), +(326,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(94,456,o), +(187,564,o), +(326,564,cs), +(470,564,o), +(558,461,o), +(558,294,cs), +(558,127,o), +(470,24,o), +(326,24,cs), +(182,24,o), +(94,127,o), +(94,294,cs) +); +}, +{ +closed = 1; +nodes = ( +(154,641,l), +(526,759,l), +(518,788,l), +(146,670,l) +); +} +); +width = 652; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(682,-12,o), +(819,104,o), +(819,310,cs), +(819,513,o), +(653,695,o), +(332,843,c), +(294,821,l), +(469,744,o), +(613,645,o), +(693,545,c), +(681,535,l), +(623,577,o), +(540,598,o), +(439,598,cs), +(196,598,o), +(59,489,o), +(59,294,cs), +(59,98,o), +(196,-12,o), +(439,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(101,467,o), +(223,564,o), +(439,564,cs), +(655,564,o), +(777,467,o), +(777,294,cs), +(777,121,o), +(655,24,o), +(439,24,cs), +(223,24,o), +(101,121,o), +(101,294,cs) +); +}, +{ +closed = 1; +nodes = ( +(200,641,l), +(717,759,l), +(712,791,l), +(194,673,l) +); +} +); +width = 878; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(458,-16,o), +(556,106,o), +(556,318,cs), +(556,510,o), +(434,732,o), +(251,874,c), +(167,814,l), +(249,755,o), +(328,671,o), +(369,604,c), +(359,593,l), +(345,602,o), +(320,608,o), +(294,608,cs), +(143,608,o), +(48,491,o), +(48,300,cs), +(48,104,o), +(141,-16,o), +(294,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(155,437,o), +(208,514,o), +(302,514,cs), +(396,514,o), +(449,437,o), +(449,300,cs), +(449,163,o), +(396,86,o), +(302,86,cs), +(208,86,o), +(155,163,o), +(155,300,cs) +); +}, +{ +closed = 1; +nodes = ( +(152,633,l), +(486,740,l), +(464,817,l), +(130,710,l) +); +} +); +width = 604; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(538,-16,o), +(657,111,o), +(657,318,cs), +(657,510,o), +(512,732,o), +(294,874,c), +(205,814,l), +(306,753,o), +(401,668,o), +(450,600,c), +(438,589,l), +(414,601,o), +(379,608,o), +(345,608,cs), +(178,608,o), +(53,485,o), +(53,300,cs), +(53,110,o), +(170,-16,o), +(345,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(163,431,o), +(236,512,o), +(355,512,cs), +(474,512,o), +(547,431,o), +(547,300,cs), +(547,169,o), +(474,88,o), +(355,88,cs), +(236,88,o), +(163,169,o), +(163,300,cs) +); +}, +{ +closed = 1; +nodes = ( +(171,633,l), +(568,740,l), +(548,817,l), +(151,710,l) +); +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(737,-16,o), +(893,104,o), +(893,318,cs), +(893,519,o), +(693,730,o), +(368,874,c), +(278,814,l), +(421,753,o), +(557,672,o), +(636,600,c), +(625,587,l), +(583,600,o), +(517,608,o), +(459,608,cs), +(207,608,o), +(53,491,o), +(53,300,cs), +(53,104,o), +(207,-16,o), +(459,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,441,o), +(276,520,o), +(473,520,cs), +(670,520,o), +(781,441,o), +(781,300,cs), +(781,159,o), +(670,80,o), +(473,80,cs), +(276,80,o), +(165,159,o), +(165,300,cs) +); +}, +{ +closed = 1; +nodes = ( +(216,634,l), +(768,741,l), +(753,818,l), +(201,711,l) +); +} +); +width = 946; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(477,-20,o), +(575,102,o), +(575,320,cs), +(575,539,o), +(450,760,o), +(246,902,c), +(126,816,l), +(207,757,o), +(280,690,o), +(322,635,c), +(311,623,l), +(302,626,o), +(288,628,o), +(276,628,cs), +(124,628,o), +(31,507,o), +(31,310,cs), +(31,99,o), +(129,-20,o), +(303,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(201,426,o), +(236,486,o), +(303,486,cs), +(370,486,o), +(405,426,o), +(405,310,cs), +(405,194,o), +(370,134,o), +(303,134,cs), +(236,134,o), +(201,194,o), +(201,310,cs) +); +}, +{ +closed = 1; +nodes = ( +(121,635,l), +(513,726,l), +(493,816,l), +(101,725,l) +); +} +); +width = 606; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(552,-20,o), +(681,116,o), +(681,320,cs), +(681,539,o), +(533,760,o), +(291,902,c), +(164,816,l), +(276,747,o), +(368,676,o), +(406,629,c), +(395,616,l), +(383,623,o), +(359,628,o), +(338,628,cs), +(157,628,o), +(37,501,o), +(37,310,cs), +(37,112,o), +(166,-20,o), +(359,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(211,415,o), +(267,480,o), +(359,480,cs), +(451,480,o), +(507,415,o), +(507,310,cs), +(507,205,o), +(451,140,o), +(359,140,cs), +(267,140,o), +(211,205,o), +(211,310,cs) +); +}, +{ +closed = 1; +nodes = ( +(138,634,l), +(602,725,l), +(586,816,l), +(122,725,l) +); +} +); +width = 718; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(750,-20,o), +(906,102,o), +(906,320,cs), +(906,550,o), +(711,759,o), +(363,902,c), +(218,814,l), +(376,746,o), +(507,677,o), +(562,632,c), +(552,617,l), +(534,623,o), +(489,628,o), +(459,628,cs), +(192,628,o), +(42,514,o), +(42,310,cs), +(42,99,o), +(198,-20,o), +(474,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,427,o), +(310,488,o), +(474,488,cs), +(638,488,o), +(722,427,o), +(722,310,cs), +(722,193,o), +(638,132,o), +(474,132,cs), +(310,132,o), +(226,193,o), +(226,310,cs) +); +}, +{ +closed = 1; +nodes = ( +(169,634,l), +(791,725,l), +(779,816,l), +(156,725,l) +); +} +); +width = 948; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(506,-26,o), +(618,102,o), +(618,330,cs), +(618,568,o), +(482,806,o), +(278,926,c), +(87,795,l), +(161,749,o), +(232,691,o), +(275,642,c), +(266,627,l), +(260,629,o), +(252,630,o), +(245,630,cs), +(109,630,o), +(18,503,o), +(18,312,cs), +(18,96,o), +(122,-26,o), +(308,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(290,421,o), +(296,446,o), +(318,446,cs), +(340,446,o), +(346,421,o), +(346,320,cs), +(346,219,o), +(340,194,o), +(318,194,cs), +(296,194,o), +(290,219,o), +(290,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(85,636,l), +(560,748,l), +(548,823,l), +(73,711,l) +); +} +); +width = 636; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(597,-26,o), +(738,109,o), +(738,330,cs), +(738,568,o), +(575,806,o), +(330,926,c), +(101,795,l), +(200,750,o), +(293,692,o), +(346,642,c), +(335,627,l), +(328,629,o), +(318,630,o), +(310,630,cs), +(141,630,o), +(18,503,o), +(18,312,cs), +(18,109,o), +(157,-26,o), +(366,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(337,394,o), +(349,426,o), +(378,426,cs), +(407,426,o), +(419,394,o), +(419,320,cs), +(419,246,o), +(407,214,o), +(378,214,cs), +(349,214,o), +(337,246,o), +(337,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(98,636,l), +(668,748,l), +(654,823,l), +(84,711,l) +); +} +); +width = 756; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(842,-26,o), +(1018,95,o), +(1018,330,cs), +(1018,576,o), +(801,804,o), +(448,928,c), +(123,785,l), +(265,743,o), +(386,695,o), +(481,645,c), +(474,627,l), +(462,629,o), +(446,630,o), +(434,630,cs), +(176,630,o), +(18,509,o), +(18,312,cs), +(18,89,o), +(182,-26,o), +(501,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(418,390,o), +(452,426,o), +(518,426,cs), +(584,426,o), +(618,390,o), +(618,320,cs), +(618,250,o), +(584,214,o), +(518,214,cs), +(452,214,o), +(418,250,o), +(418,320,cs) +); +}, +{ +closed = 1; +nodes = ( +(120,634,l), +(912,749,l), +(902,822,l), +(110,707,l) +); +} +); +width = 1036; +} +); +metricLeft = RND; +metricRight = RND; +unicode = 240; +}, +{ +glyphname = e; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2023-04-27 14:59:11 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (53,0); +}, +{ +name = bottom; +pos = (348,0); +}, +{ +name = connect; +pos = (53,800); +}, +{ +name = ogonek; +pos = (340,10); +}, +{ +name = top; +pos = (348,600); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(141,264,l), +(621,264,l), +(622,278,o), +(623,292,o), +(623,307,cs), +(623,497,o), +(516,616,o), +(347,616,cs), +(171,616,o), +(53,492,o), +(53,305,cs), +(53,106,o), +(167,-16,o), +(352,-16,cs), +(496,-16,o), +(602,56,o), +(641,184,c), +(537,184,l), +(502,124,o), +(435,86,o), +(352,86,cs), +(230,86,o), +(161,167,o), +(161,305,cs), +(161,433,o), +(232,514,o), +(347,514,cs), +(458,514,o), +(521,437,o), +(521,305,c), +(558,362,l), +(141,362,l) +); +} +); +width = 679; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (37,0); +}, +{ +name = bottom; +pos = (360,0); +}, +{ +name = connect; +pos = (37,800); +}, +{ +name = ogonek; +pos = (354,10); +}, +{ +name = top; +pos = (360,620); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(138,252,l), +(660,252,l), +(664,270,o), +(666,291,o), +(666,313,cs), +(666,514,o), +(548,640,o), +(362,640,cs), +(167,640,o), +(37,509,o), +(37,313,cs), +(37,107,o), +(161,-20,o), +(364,-20,cs), +(516,-20,o), +(631,57,o), +(682,194,c), +(500,194,l), +(470,151,o), +(425,130,o), +(364,130,cs), +(261,130,o), +(207,195,o), +(207,313,cs), +(207,422,o), +(265,490,o), +(362,490,cs), +(458,490,o), +(508,428,o), +(508,313,c), +(562,376,l), +(138,376,l) +); +} +); +width = 708; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (53,0); +}, +{ +name = bottom; +pos = (466,0); +}, +{ +name = connect; +pos = (53,800); +}, +{ +name = ogonek; +pos = (457,10); +}, +{ +name = top; +pos = (466,600); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(128,264,l), +(849,264,l), +(850,273,o), +(851,290,o), +(851,307,cs), +(851,505,o), +(710,616,o), +(459,616,cs), +(207,616,o), +(53,498,o), +(53,305,cs), +(53,100,o), +(200,-16,o), +(461,-16,cs), +(674,-16,o), +(819,56,o), +(875,184,c), +(755,184,l), +(692,116,o), +(609,78,o), +(461,78,cs), +(266,78,o), +(165,157,o), +(165,305,cs), +(165,443,o), +(271,522,o), +(459,522,cs), +(649,522,o), +(747,447,o), +(747,305,c), +(783,358,l), +(128,358,l) +); +} +); +width = 913; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (42,0); +}, +{ +name = bottom; +pos = (476,0); +}, +{ +name = connect; +pos = (42,800); +}, +{ +name = ogonek; +pos = (467,10); +}, +{ +name = top; +pos = (476,620); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(166,258,l), +(881,258,l), +(885,274,o), +(887,293,o), +(887,315,cs), +(887,529,o), +(746,640,o), +(473,640,cs), +(197,640,o), +(42,522,o), +(42,313,cs), +(42,93,o), +(189,-20,o), +(474,-20,cs), +(692,-20,o), +(838,53,o), +(904,194,c), +(696,194,l), +(647,143,o), +(578,124,o), +(474,124,cs), +(298,124,o), +(220,183,o), +(220,313,cs), +(220,439,o), +(298,496,o), +(473,496,cs), +(642,496,o), +(717,439,o), +(717,313,c), +(776,374,l), +(166,374,l) +); +} +); +width = 934; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (48,0); +}, +{ +name = bottom; +pos = (304,0); +}, +{ +name = connect; +pos = (48,800); +}, +{ +name = ogonek; +pos = (288,10); +}, +{ +name = top; +pos = (304,600); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = o; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(121,264,l), +(528,264,l), +(529,278,o), +(530,292,o), +(530,317,cs), +(530,508,o), +(446,616,o), +(298,616,cs), +(143,616,o), +(48,498,o), +(48,305,cs), +(48,100,o), +(140,-16,o), +(304,-16,cs), +(426,-16,o), +(512,56,o), +(542,184,c), +(442,184,l), +(412,118,o), +(367,84,o), +(304,84,cs), +(205,84,o), +(154,159,o), +(154,305,cs), +(154,439,o), +(206,514,o), +(298,514,cs), +(386,514,o), +(428,450,o), +(428,315,c), +(466,360,l), +(121,360,l) +); +} +); +width = 576; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (31,0); +}, +{ +name = bottom; +pos = (304,0); +}, +{ +name = connect; +pos = (31,800); +}, +{ +name = ogonek; +pos = (298,10); +}, +{ +name = top; +pos = (304,620); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(155,254,l), +(556,254,l), +(559,268,o), +(560,291,o), +(560,313,cs), +(560,526,o), +(472,640,o), +(306,640,cs), +(130,640,o), +(31,522,o), +(31,313,cs), +(31,95,o), +(129,-20,o), +(308,-20,cs), +(446,-20,o), +(535,53,o), +(573,194,c), +(410,194,l), +(383,150,o), +(350,128,o), +(308,128,cs), +(233,128,o), +(195,192,o), +(195,313,cs), +(195,425,o), +(236,492,o), +(306,492,cs), +(372,492,o), +(406,431,o), +(406,313,c), +(462,374,l), +(155,374,l) +); +} +); +width = 595; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (53,0); +}, +{ +name = bottom; +pos = (320,0); +}, +{ +name = connect; +pos = (53,800); +}, +{ +name = ogonek; +pos = (312,10); +}, +{ +name = top; +pos = (320,588); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(86,284,l), +(567,284,l), +(568,295,o), +(569,308,o), +(569,318,cs), +(569,497,o), +(478,600,o), +(318,600,cs), +(154,600,o), +(53,486,o), +(53,300,cs), +(53,100,o), +(150,-12,o), +(322,-12,cs), +(454,-12,o), +(549,59,o), +(585,184,c), +(545,184,l), +(514,82,o), +(434,23,o), +(322,23,cs), +(176,23,o), +(94,123,o), +(94,300,cs), +(94,464,o), +(179,565,o), +(318,565,cs), +(454,565,o), +(531,475,o), +(531,318,c), +(555,319,l), +(86,319,l) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (18,0); +}, +{ +name = bottom; +pos = (384,0); +}, +{ +name = connect; +pos = (18,800); +}, +{ +name = ogonek; +pos = (375,10); +}, +{ +name = top; +pos = (384,640); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(241,298,l), +(725,298,l), +(726,307,o), +(726,320,o), +(726,330,cs), +(726,532,o), +(588,666,o), +(380,666,cs), +(163,666,o), +(18,528,o), +(18,320,cs), +(18,112,o), +(161,-26,o), +(376,-26,cs), +(581,-26,o), +(725,92,o), +(737,270,c), +(443,270,l), +(435,233,o), +(416,214,o), +(386,214,cs), +(345,214,o), +(326,246,o), +(326,320,cs), +(326,394,o), +(344,426,o), +(380,426,cs), +(412,426,o), +(428,400,o), +(428,338,c), +(593,358,l), +(241,358,l) +); +} +); +width = 750; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (48,0); +}, +{ +name = bottom; +pos = (280,0); +}, +{ +name = connect; +pos = (48,800); +}, +{ +name = ogonek; +pos = (267,10); +}, +{ +name = top; +pos = (280,588); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(76,284,l), +(486,284,l), +(487,292,o), +(488,306,o), +(488,318,cs), +(488,503,o), +(416,600,o), +(278,600,cs), +(131,600,o), +(48,492,o), +(48,300,cs), +(48,94,o), +(127,-12,o), +(280,-12,cs), +(396,-12,o), +(471,55,o), +(500,184,c), +(461,184,l), +(437,78,o), +(376,23,o), +(280,23,cs), +(153,23,o), +(88,118,o), +(88,300,cs), +(88,469,o), +(156,565,o), +(278,565,cs), +(392,565,o), +(450,480,o), +(450,316,c), +(464,318,l), +(76,318,l) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (59,0); +}, +{ +name = bottom; +pos = (438,0); +}, +{ +name = connect; +pos = (59,800); +}, +{ +name = ogonek; +pos = (423,10); +}, +{ +name = top; +pos = (438,588); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(89,284,l), +(785,284,l), +(786,293,o), +(787,305,o), +(787,318,cs), +(787,502,o), +(662,600,o), +(426,600,cs), +(191,600,o), +(59,492,o), +(59,300,cs), +(59,94,o), +(187,-12,o), +(436,-12,cs), +(632,-12,o), +(757,55,o), +(803,184,c), +(761,184,l), +(718,78,o), +(608,23,o), +(436,23,cs), +(215,23,o), +(101,118,o), +(101,300,cs), +(101,469,o), +(218,565,o), +(426,565,cs), +(639,565,o), +(749,480,o), +(749,318,c), +(763,319,l), +(89,319,l) +); +} +); +width = 845; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (18,0); +}, +{ +name = bottom; +pos = (522,0); +}, +{ +name = connect; +pos = (18,800); +}, +{ +name = ogonek; +pos = (513,10); +}, +{ +name = top; +pos = (522,640); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(343,298,l), +(1001,298,l), +(1002,305,o), +(1002,316,o), +(1002,330,cs), +(1002,552,o), +(836,666,o), +(514,666,cs), +(187,666,o), +(18,548,o), +(18,320,cs), +(18,92,o), +(186,-26,o), +(512,-26,cs), +(817,-26,o), +(987,75,o), +(1013,270,c), +(633,270,l), +(621,233,o), +(585,214,o), +(526,214,cs), +(455,214,o), +(418,250,o), +(418,320,cs), +(418,392,o), +(451,426,o), +(522,426,cs), +(583,426,o), +(612,395,o), +(612,330,c), +(767,358,l), +(343,358,l) +); +} +); +width = 1026; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (18,0); +}, +{ +name = bottom; +pos = (324,0); +}, +{ +name = connect; +pos = (18,800); +}, +{ +name = ogonek; +pos = (315,10); +}, +{ +name = top; +pos = (324,640); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(213,298,l), +(607,298,l), +(608,307,o), +(608,320,o), +(608,330,cs), +(608,545,o), +(505,666,o), +(322,666,cs), +(126,666,o), +(18,541,o), +(18,320,cs), +(18,99,o), +(125,-26,o), +(314,-26,cs), +(498,-26,o), +(607,81,o), +(617,270,c), +(359,270,l), +(354,212,o), +(345,194,o), +(322,194,cs), +(294,194,o), +(284,224,o), +(284,320,cs), +(284,416,o), +(294,446,o), +(320,446,cs), +(343,446,o), +(352,419,o), +(352,330,c), +(505,358,l), +(213,358,l) +); +} +); +width = 630; +} +); +metricLeft = RND; +metricRight = "=RND/1.4"; +unicode = 101; +}, +{ +glyphname = eacute; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:37:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +pos = (-20,0); +ref = acutecomb; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +pos = (20,0); +ref = acutecomb; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +pos = (138,0); +ref = acutecomb; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = acutecomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +pos = (48,0); +ref = acutecomb; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +pos = (166,0); +ref = acutecomb; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = acutecomb; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +pos = (60,0); +ref = acutecomb; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +pos = (176,0); +ref = acutecomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (24,0); +ref = acutecomb; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +pos = (84,0); +ref = acutecomb; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (222,0); +ref = acutecomb; +} +); +width = 1026; +} +); +unicode = 233; +}, +{ +glyphname = ecaron; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:37:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +pos = (-20,0); +ref = caroncomb; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +pos = (20,0); +ref = caroncomb; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +pos = (138,0); +ref = caroncomb; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = caroncomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +pos = (48,0); +ref = caroncomb; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +pos = (166,0); +ref = caroncomb; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = caroncomb; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +pos = (60,0); +ref = caroncomb; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +pos = (176,0); +ref = caroncomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (24,0); +ref = caroncomb; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +pos = (84,0); +ref = caroncomb; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (222,0); +ref = caroncomb; +} +); +width = 1026; +} +); +unicode = 283; +}, +{ +glyphname = ecircumflex; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:37:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +pos = (-20,0); +ref = circumflexcomb; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +pos = (20,0); +ref = circumflexcomb; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +pos = (138,0); +ref = circumflexcomb; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = circumflexcomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +pos = (48,0); +ref = circumflexcomb; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +pos = (166,0); +ref = circumflexcomb; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = circumflexcomb; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +pos = (60,0); +ref = circumflexcomb; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +pos = (176,0); +ref = circumflexcomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (24,0); +ref = circumflexcomb; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +pos = (84,0); +ref = circumflexcomb; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (222,0); +ref = circumflexcomb; +} +); +width = 1026; +} +); +unicode = 234; +}, +{ +glyphname = edieresis; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +pos = (158,0); +ref = dieresiscomb; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +pos = (165,0); +ref = dieresiscomb; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +pos = (232,0); +ref = dieresiscomb; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +pos = (135,0); +ref = dieresiscomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +pos = (148,0); +ref = dieresiscomb; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +pos = (206,0); +ref = dieresiscomb; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +pos = (103,0); +ref = dieresiscomb; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +pos = (122,0); +ref = dieresiscomb; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +pos = (182,0); +ref = dieresiscomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (74,0); +ref = dieresiscomb; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +pos = (84,0); +ref = dieresiscomb; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (118,0); +ref = dieresiscomb; +} +); +width = 1026; +} +); +unicode = 235; +}, +{ +glyphname = edotaccent; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +pos = (238,0); +ref = dotaccentcomb; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +pos = (262,0); +ref = dotaccentcomb; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +pos = (370,0); +ref = dotaccentcomb; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +pos = (220,0); +ref = dotaccentcomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +pos = (254,0); +ref = dotaccentcomb; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +pos = (360,0); +ref = dotaccentcomb; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +pos = (194,0); +ref = dotaccentcomb; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +pos = (236,0); +ref = dotaccentcomb; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +pos = (334,0); +ref = dotaccentcomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (164,0); +ref = dotaccentcomb; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +pos = (190,0); +ref = dotaccentcomb; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (288,0); +ref = dotaccentcomb; +} +); +width = 1026; +} +); +unicode = 279; +}, +{ +glyphname = egrave; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:37:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +pos = (-20,0); +ref = gravecomb; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +pos = (20,0); +ref = gravecomb; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +pos = (138,0); +ref = gravecomb; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = gravecomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +pos = (48,0); +ref = gravecomb; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +pos = (166,0); +ref = gravecomb; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = gravecomb; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +pos = (60,0); +ref = gravecomb; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +pos = (176,0); +ref = gravecomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (24,0); +ref = gravecomb; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +pos = (84,0); +ref = gravecomb; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (222,0); +ref = gravecomb; +} +); +width = 1026; +} +); +unicode = 232; +}, +{ +glyphname = emacron; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:37:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +pos = (-20,0); +ref = macroncomb; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +pos = (20,0); +ref = macroncomb; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +pos = (138,0); +ref = macroncomb; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = macroncomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +pos = (48,0); +ref = macroncomb; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +pos = (166,0); +ref = macroncomb; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = macroncomb; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +pos = (60,0); +ref = macroncomb; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +pos = (176,0); +ref = macroncomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (24,0); +ref = macroncomb; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +pos = (84,0); +ref = macroncomb; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (222,0); +ref = macroncomb; +} +); +width = 1026; +} +); +unicode = 275; +}, +{ +glyphname = eogonek; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:37:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +ref = ogonekcomb.e; +} +); +width = 1026; +} +); +unicode = 281; +}, +{ +glyphname = etilde; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:37:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +pos = (-20,0); +ref = tildecomb; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +pos = (20,0); +ref = tildecomb; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +pos = (138,0); +ref = tildecomb; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = tildecomb; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +pos = (48,0); +ref = tildecomb; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +pos = (166,0); +ref = tildecomb; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +pos = (4,0); +ref = tildecomb; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +pos = (60,0); +ref = tildecomb; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +pos = (176,0); +ref = tildecomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (24,0); +ref = tildecomb; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +pos = (84,0); +ref = tildecomb; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (176,0); +ref = tildecomb; +} +); +width = 1026; +} +); +unicode = 7869; +}, +{ +glyphname = schwa; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:37:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (534,588); +ref = e; +scale = (-1,-1); +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (623,588); +ref = e; +scale = (-1,-1); +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (845,588); +ref = e; +scale = (-1,-1); +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (576,600); +ref = e; +scale = (-1,-1); +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (679,600); +ref = e; +scale = (-1,-1); +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (913,600); +ref = e; +scale = (-1,-1); +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (595,620); +ref = e; +scale = (-1,-1); +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (708,620); +ref = e; +scale = (-1,-1); +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (934,620); +ref = e; +scale = (-1,-1); +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (630,640); +ref = e; +scale = (-1,-1); +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (750,640); +ref = e; +scale = (-1,-1); +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (1026,640); +ref = e; +scale = (-1,-1); +} +); +width = 1026; +} +); +unicode = 601; +}, +{ +glyphname = f; +kernLeft = f_left; +lastChange = "2023-01-17 15:50:17 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(262,496,l), +(486,496,l), +(486,600,l), +(262,600,l), +(262,648,ls), +(262,713,o), +(294,760,o), +(352,760,cs), +(404,760,o), +(436,734,o), +(448,688,c), +(550,688,l), +(546,799,o), +(472,864,o), +(352,864,cs), +(228,864,o), +(152,786,o), +(152,658,cs), +(152,600,l), +(32,600,l), +(32,496,l), +(152,496,l), +(152,0,l), +(262,0,l) +); +} +); +width = 486; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(322,460,l), +(566,460,l), +(566,620,l), +(322,620,l), +(322,640,ls), +(322,688,o), +(348,716,o), +(392,716,cs), +(429,716,o), +(454,700,o), +(468,670,c), +(638,670,l), +(628,797,o), +(537,868,o), +(390,868,cs), +(229,868,o), +(142,786,o), +(142,640,cs), +(142,620,l), +(22,620,l), +(22,460,l), +(142,460,l), +(142,0,l), +(322,0,l) +); +} +); +width = 556; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(314,504,l), +(678,504,l), +(678,600,l), +(314,600,l), +(314,618,ls), +(314,720,o), +(365,768,o), +(474,768,cs), +(559,768,o), +(608,736,o), +(634,668,c), +(734,668,l), +(718,797,o), +(630,864,o), +(474,864,cs), +(296,864,o), +(204,780,o), +(204,618,cs), +(204,600,l), +(32,600,l), +(32,504,l), +(204,504,l), +(204,0,l), +(314,0,l) +); +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(386,468,l), +(750,468,l), +(750,620,l), +(386,620,l), +(386,630,ls), +(386,691,o), +(434,722,o), +(528,722,cs), +(607,722,o), +(655,700,o), +(672,658,c), +(842,658,l), +(829,792,o), +(717,868,o), +(530,868,cs), +(323,868,o), +(206,782,o), +(206,630,cs), +(206,620,l), +(26,620,l), +(26,468,l), +(206,468,l), +(206,0,l), +(386,0,l) +); +} +); +width = 730; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(238,498,l), +(412,498,l), +(412,600,l), +(238,600,l), +(238,678,ls), +(238,737,o), +(255,762,o), +(294,762,cs), +(329,762,o), +(347,740,o), +(358,688,c), +(458,688,l), +(452,802,o), +(394,864,o), +(294,864,cs), +(184,864,o), +(128,801,o), +(128,678,cs), +(128,600,l), +(28,600,l), +(28,498,l), +(128,498,l), +(128,0,l), +(238,0,l) +); +} +); +width = 422; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(298,466,l), +(486,466,l), +(486,620,l), +(298,620,l), +(298,660,ls), +(298,698,o), +(310,718,o), +(334,718,cs), +(354,718,o), +(368,702,o), +(376,670,c), +(538,670,l), +(530,797,o), +(455,868,o), +(334,868,cs), +(194,868,o), +(118,793,o), +(118,660,cs), +(118,620,l), +(18,620,l), +(18,466,l), +(118,466,l), +(118,0,l), +(298,0,l) +); +} +); +width = 466; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(180,552,l), +(464,552,l), +(464,588,l), +(180,588,l), +(180,668,ls), +(180,765,o), +(232,824,o), +(316,824,cs), +(398,824,o), +(454,769,o), +(463,678,c), +(502,678,l), +(492,791,o), +(421,860,o), +(316,860,cs), +(207,860,o), +(140,787,o), +(140,668,cs), +(140,588,l), +(32,588,l), +(32,552,l), +(140,552,l), +(140,0,l), +(180,0,l) +); +} +); +width = 424; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(448,370,l), +(678,370,l), +(678,610,l), +(428,610,l), +(428,638,ls), +(428,662,o), +(435,672,o), +(450,672,cs), +(465,672,o), +(472,664,o), +(472,644,c), +(714,644,l), +(708,800,o), +(617,874,o), +(430,874,cs), +(225,874,o), +(128,798,o), +(128,636,cs), +(128,610,l), +(10,610,l), +(10,370,l), +(128,370,l), +(128,0,l), +(448,0,l) +); +} +); +width = 684; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(176,554,l), +(394,554,l), +(394,588,l), +(176,588,l), +(176,688,ls), +(176,775,o), +(212,824,o), +(276,824,cs), +(340,824,o), +(379,771,o), +(384,678,c), +(422,678,l), +(416,794,o), +(363,860,o), +(276,860,cs), +(186,860,o), +(136,798,o), +(136,688,cs), +(136,588,l), +(28,588,l), +(28,554,l), +(136,554,l), +(136,0,l), +(176,0,l) +); +} +); +width = 374; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(244,554,l), +(642,554,l), +(642,588,l), +(244,588,l), +(244,638,ls), +(244,757,o), +(314,824,o), +(438,824,cs), +(558,824,o), +(633,771,o), +(647,678,c), +(686,678,l), +(670,794,o), +(581,860,o), +(438,860,cs), +(288,860,o), +(204,780,o), +(204,638,cs), +(204,588,l), +(36,588,l), +(36,554,l), +(204,554,l), +(204,0,l), +(244,0,l) +); +} +); +width = 602; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(598,370,l), +(948,370,l), +(948,610,l), +(580,610,l), +(580,638,ls), +(580,661,o), +(593,672,o), +(622,672,cs), +(648,672,o), +(662,663,o), +(664,644,c), +(1004,644,l), +(998,805,o), +(874,874,o), +(590,874,cs), +(323,874,o), +(198,798,o), +(198,636,cs), +(198,610,l), +(10,610,l), +(10,370,l), +(198,370,l), +(198,0,l), +(598,0,l) +); +} +); +width = 960; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(380,390,l), +(574,390,l), +(574,610,l), +(360,610,l), +(360,638,ls), +(360,661,o), +(367,672,o), +(382,672,cs), +(397,672,o), +(404,663,o), +(404,644,c), +(610,644,l), +(606,796,o), +(518,874,o), +(352,874,cs), +(191,874,o), +(108,793,o), +(108,636,cs), +(108,610,l), +(10,610,l), +(10,390,l), +(108,390,l), +(108,0,l), +(380,0,l) +); +} +); +width = 580; +} +); +metricLeft = "=TNG*2"; +unicode = 102; +}, +{ +glyphname = g; +kernLeft = rnd_left; +kernRight = g_right; +lastChange = "2022-08-28 17:27:20 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (365,-200); +}, +{ +name = top; +pos = (365,600); +} +); +background = { +shapes = ( +{ +pos = (5,0); +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(634,600,l), +(524,600,l), +(524,536,l), +(510,536,l), +(480,584,o), +(408,616,o), +(330,616,cs), +(167,616,o), +(58,498,o), +(58,320,cs), +(58,145,o), +(167,28,o), +(330,28,cs), +(408,28,o), +(480,58,o), +(510,104,c), +(524,104,l), +(524,40,ls), +(524,-55,o), +(454,-114,o), +(340,-114,cs), +(257,-114,o), +(192,-78,o), +(166,-20,c), +(58,-20,l), +(72,-138,o), +(185,-216,o), +(340,-216,cs), +(516,-216,o), +(634,-114,o), +(634,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,439,o), +(238,512,o), +(350,512,cs), +(462,512,o), +(530,439,o), +(530,320,cs), +(530,201,o), +(462,128,o), +(350,128,cs), +(238,128,o), +(170,201,o), +(170,320,cs) +); +} +); +width = 730; +}, +{ +anchors = ( +{ +name = bottom; +pos = (383,-200); +}, +{ +name = top; +pos = (383,620); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = o; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(679,620,l), +(499,620,l), +(499,562,l), +(479,562,l), +(458,608,o), +(398,636,o), +(320,636,cs), +(155,636,o), +(45,511,o), +(45,324,cs), +(45,146,o), +(155,28,o), +(320,28,cs), +(396,28,o), +(456,53,o), +(479,94,c), +(499,94,l), +(499,50,ls), +(499,-27,o), +(448,-70,o), +(356,-70,cs), +(287,-70,o), +(247,-51,o), +(222,-10,c), +(41,-10,l), +(61,-144,o), +(174,-220,o), +(356,-220,cs), +(556,-220,o), +(679,-117,o), +(679,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(225,420,o), +(276,472,o), +(367,472,cs), +(458,472,o), +(509,420,o), +(509,328,cs), +(509,236,o), +(458,184,o), +(367,184,cs), +(276,184,o), +(225,236,o), +(225,328,cs) +); +} +); +width = 745; +}, +{ +anchors = ( +{ +name = bottom; +pos = (472,-200); +}, +{ +name = top; +pos = (472,600); +} +); +background = { +shapes = ( +{ +pos = (5,0); +ref = o; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(848,600,l), +(738,600,l), +(738,526,l), +(718,526,l), +(675,584,o), +(572,616,o), +(433,616,cs), +(201,616,o), +(58,504,o), +(58,320,cs), +(58,139,o), +(201,28,o), +(433,28,cs), +(572,28,o), +(674,59,o), +(718,114,c), +(738,114,l), +(738,62,ls), +(738,-59,o), +(639,-120,o), +(443,-120,cs), +(302,-120,o), +(217,-88,o), +(172,-20,c), +(58,-20,l), +(87,-149,o), +(218,-216,o), +(443,-216,cs), +(710,-216,o), +(848,-121,o), +(848,62,cs) +); +}, +{ +closed = 1; +nodes = ( +(172,448,o), +(273,520,o), +(453,520,cs), +(639,520,o), +(744,448,o), +(744,320,cs), +(744,192,o), +(639,120,o), +(453,120,cs), +(273,120,o), +(172,192,o), +(172,320,cs) +); +} +); +width = 944; +}, +{ +anchors = ( +{ +name = bottom; +pos = (485,-200); +}, +{ +name = top; +pos = (485,620); +} +); +background = { +shapes = ( +{ +pos = (8,0); +ref = o; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(894,620,l), +(714,620,l), +(714,552,l), +(684,552,l), +(644,608,o), +(549,640,o), +(422,640,cs), +(194,640,o), +(54,521,o), +(54,328,cs), +(54,142,o), +(194,28,o), +(422,28,cs), +(548,28,o), +(642,57,o), +(684,108,c), +(714,108,l), +(714,68,ls), +(714,-30,o), +(628,-80,o), +(460,-80,cs), +(335,-80,o), +(265,-58,o), +(240,-10,c), +(46,-10,l), +(64,-149,o), +(204,-220,o), +(460,-220,cs), +(738,-220,o), +(894,-116,o), +(894,68,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,434,o), +(322,488,o), +(482,488,cs), +(642,488,o), +(724,434,o), +(724,330,cs), +(724,226,o), +(642,172,o), +(482,172,cs), +(322,172,o), +(240,226,o), +(240,330,cs) +); +} +); +width = 970; +}, +{ +anchors = ( +{ +name = bottom; +pos = (314,-200); +}, +{ +name = top; +pos = (314,600); +} +); +background = { +shapes = ( +{ +pos = (11,0); +ref = o; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(541,600,l), +(431,600,l), +(431,546,l), +(417,546,l), +(393,589,o), +(341,616,o), +(280,616,cs), +(139,616,o), +(53,504,o), +(53,320,cs), +(53,139,o), +(139,28,o), +(280,28,cs), +(341,28,o), +(393,53,o), +(417,94,c), +(431,94,l), +(431,22,ls), +(431,-65,o), +(383,-114,o), +(297,-114,cs), +(226,-114,o), +(178,-80,o), +(159,-20,c), +(53,-20,l), +(63,-142,o), +(156,-216,o), +(297,-216,cs), +(448,-216,o), +(541,-126,o), +(541,22,cs) +); +}, +{ +closed = 1; +nodes = ( +(163,444,o), +(212,514,o), +(300,514,cs), +(388,514,o), +(437,444,o), +(437,320,cs), +(437,196,o), +(388,126,o), +(300,126,cs), +(212,126,o), +(163,196,o), +(163,320,cs) +); +} +); +width = 627; +}, +{ +anchors = ( +{ +name = bottom; +pos = (326,-200); +}, +{ +name = top; +pos = (326,620); +} +); +background = { +shapes = ( +{ +pos = (8,0); +ref = o; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(576,620,l), +(396,620,l), +(396,566,l), +(376,566,l), +(355,611,o), +(311,636,o), +(254,636,cs), +(116,636,o), +(38,525,o), +(38,328,cs), +(38,136,o), +(116,28,o), +(254,28,cs), +(311,28,o), +(355,50,o), +(376,90,c), +(396,90,l), +(396,44,ls), +(396,-30,o), +(364,-68,o), +(301,-68,cs), +(252,-68,o), +(221,-48,o), +(204,-10,c), +(34,-10,l), +(50,-144,o), +(146,-220,o), +(301,-220,cs), +(477,-220,o), +(576,-125,o), +(576,44,cs) +); +}, +{ +closed = 1; +nodes = ( +(212,423,o), +(245,472,o), +(309,472,cs), +(373,472,o), +(406,423,o), +(406,328,cs), +(406,233,o), +(373,184,o), +(309,184,cs), +(245,184,o), +(212,233,o), +(212,328,cs) +); +} +); +width = 632; +}, +{ +anchors = ( +{ +name = bottom; +pos = (336,-200); +}, +{ +name = top; +pos = (336,588); +} +); +background = { +shapes = ( +{ +pos = (2,0); +ref = o; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(575,588,l), +(535,588,l), +(535,488,l), +(525,488,l), +(489,557,o), +(409,600,o), +(314,600,cs), +(155,600,o), +(58,491,o), +(58,314,cs), +(58,137,o), +(155,28,o), +(314,28,cs), +(409,28,o), +(489,71,o), +(525,140,c), +(535,140,l), +(535,10,ls), +(535,-105,o), +(452,-176,o), +(317,-176,cs), +(195,-176,o), +(111,-124,o), +(97,-40,c), +(58,-40,l), +(74,-147,o), +(172,-212,o), +(317,-212,cs), +(477,-212,o), +(575,-128,o), +(575,10,cs) +); +}, +{ +closed = 1; +nodes = ( +(99,469,o), +(182,564,o), +(318,564,cs), +(454,564,o), +(537,469,o), +(537,314,cs), +(537,159,o), +(454,64,o), +(318,64,cs), +(182,64,o), +(99,159,o), +(99,314,cs) +); +} +); +width = 671; +}, +{ +anchors = ( +{ +name = bottom; +pos = (390,-200); +}, +{ +name = top; +pos = (390,640); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = o; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(728,640,l), +(408,640,l), +(408,552,l), +(388,552,l), +(376,616,o), +(322,656,o), +(248,656,cs), +(108,656,o), +(30,550,o), +(30,343,cs), +(30,141,o), +(108,28,o), +(248,28,cs), +(317,28,o), +(370,64,o), +(388,122,c), +(408,122,l), +(408,40,ls), +(408,-12,o), +(394,-36,o), +(364,-36,cs), +(342,-36,o), +(328,-26,o), +(322,-4,c), +(20,-4,l), +(35,-159,o), +(141,-226,o), +(370,-226,cs), +(607,-226,o), +(728,-130,o), +(728,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(352,401,o), +(362,428,o), +(386,428,cs), +(410,428,o), +(420,401,o), +(420,337,cs), +(420,273,o), +(410,246,o), +(386,246,cs), +(362,246,o), +(352,273,o), +(352,337,cs) +); +} +); +width = 760; +}, +{ +anchors = ( +{ +name = bottom; +pos = (291,-200); +}, +{ +name = top; +pos = (291,588); +} +); +background = { +shapes = ( +{ +pos = (5,0); +ref = o; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(495,588,l), +(455,588,l), +(455,498,l), +(445,498,l), +(415,563,o), +(352,600,o), +(271,600,cs), +(131,600,o), +(53,497,o), +(53,314,cs), +(53,131,o), +(131,28,o), +(271,28,cs), +(352,28,o), +(415,65,o), +(445,130,c), +(455,130,l), +(455,-10,ls), +(455,-116,o), +(391,-176,o), +(276,-176,cs), +(172,-176,o), +(105,-127,o), +(91,-40,c), +(53,-40,l), +(68,-150,o), +(148,-212,o), +(276,-212,cs), +(416,-212,o), +(495,-139,o), +(495,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(93,474,o), +(159,564,o), +(275,564,cs), +(391,564,o), +(457,474,o), +(457,314,cs), +(457,154,o), +(391,64,o), +(275,64,cs), +(159,64,o), +(93,154,o), +(93,314,cs) +); +} +); +width = 581; +}, +{ +anchors = ( +{ +name = bottom; +pos = (443,-200); +}, +{ +name = top; +pos = (443,588); +} +); +background = { +shapes = ( +{ +pos = (4,0); +ref = o; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(779,588,l), +(739,588,l), +(739,474,l), +(723,474,l), +(681,555,o), +(572,600,o), +(420,600,cs), +(193,600,o), +(65,497,o), +(65,314,cs), +(65,132,o), +(193,29,o), +(420,29,cs), +(572,29,o), +(682,74,o), +(723,154,c), +(739,154,l), +(739,30,ls), +(739,-106,o), +(628,-176,o), +(412,-176,cs), +(229,-176,o), +(125,-130,o), +(104,-40,c), +(65,-40,l), +(86,-154,o), +(204,-212,o), +(412,-212,cs), +(654,-212,o), +(779,-130,o), +(779,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(107,474,o), +(221,564,o), +(424,564,cs), +(627,564,o), +(741,474,o), +(741,314,cs), +(741,154,o), +(627,64,o), +(424,64,cs), +(221,64,o), +(107,154,o), +(107,314,cs) +); +} +); +width = 885; +}, +{ +anchors = ( +{ +name = bottom; +pos = (526,-200); +}, +{ +name = top; +pos = (526,640); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = o; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(1000,640,l), +(600,640,l), +(600,552,l), +(560,552,l), +(524,616,o), +(445,656,o), +(350,656,cs), +(145,656,o), +(30,543,o), +(30,343,cs), +(30,141,o), +(145,28,o), +(350,28,cs), +(438,28,o), +(518,64,o), +(560,122,c), +(600,122,l), +(600,30,ls), +(600,-15,o), +(568,-36,o), +(500,-36,cs), +(439,-36,o), +(408,-26,o), +(402,-4,c), +(20,-4,l), +(35,-166,o), +(163,-226,o), +(496,-226,cs), +(865,-226,o), +(1000,-152,o), +(1000,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(432,397,o), +(463,428,o), +(522,428,cs), +(581,428,o), +(612,397,o), +(612,337,cs), +(612,277,o), +(581,246,o), +(522,246,cs), +(463,246,o), +(432,277,o), +(432,337,cs) +); +} +); +width = 1032; +}, +{ +anchors = ( +{ +name = bottom; +pos = (335,-200); +}, +{ +name = top; +pos = (335,640); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = o; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(618,640,l), +(346,640,l), +(346,552,l), +(326,552,l), +(313,616,o), +(267,656,o), +(206,656,cs), +(86,656,o), +(30,556,o), +(30,343,cs), +(30,129,o), +(86,28,o), +(206,28,cs), +(261,28,o), +(307,64,o), +(326,122,c), +(346,122,l), +(346,40,ls), +(346,-13,o), +(335,-36,o), +(308,-36,cs), +(289,-36,o), +(278,-26,o), +(272,-4,c), +(20,-4,l), +(34,-151,o), +(134,-226,o), +(314,-226,cs), +(515,-226,o), +(618,-129,o), +(618,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,410,o), +(308,428,o), +(330,428,cs), +(352,428,o), +(358,410,o), +(358,337,cs), +(358,264,o), +(352,246,o), +(330,246,cs), +(308,246,o), +(302,264,o), +(302,337,cs) +); +} +); +width = 650; +} +); +metricLeft = "=RND*1.1"; +metricRight = SQR; +unicode = 103; +}, +{ +glyphname = gbreve; +kernLeft = rnd_left; +kernRight = g_right; +lastChange = "2022-10-11 19:38:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = g; +}, +{ +pos = (141,0); +ref = brevecomb; +} +); +width = 581; +}, +{ +layerId = m007; +shapes = ( +{ +ref = g; +}, +{ +pos = (162,0); +ref = brevecomb; +} +); +width = 671; +}, +{ +layerId = m010; +shapes = ( +{ +ref = g; +}, +{ +pos = (209,0); +ref = brevecomb; +} +); +width = 885; +}, +{ +layerId = m005; +shapes = ( +{ +ref = g; +}, +{ +pos = (144,0); +ref = brevecomb; +} +); +width = 627; +}, +{ +layerId = m01; +shapes = ( +{ +ref = g; +}, +{ +pos = (163,0); +ref = brevecomb; +} +); +width = 730; +}, +{ +layerId = m003; +shapes = ( +{ +ref = g; +}, +{ +pos = (212,0); +ref = brevecomb; +} +); +width = 944; +}, +{ +layerId = m006; +shapes = ( +{ +ref = g; +}, +{ +pos = (128,0); +ref = brevecomb; +} +); +width = 632; +}, +{ +layerId = m002; +shapes = ( +{ +ref = g; +}, +{ +pos = (151,0); +ref = brevecomb; +} +); +width = 745; +}, +{ +layerId = m004; +shapes = ( +{ +ref = g; +}, +{ +pos = (183,0); +ref = brevecomb; +} +); +width = 970; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (98,0); +ref = brevecomb; +} +); +width = 650; +}, +{ +layerId = m008; +shapes = ( +{ +ref = g; +}, +{ +pos = (128,0); +ref = brevecomb; +} +); +width = 760; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (184,0); +ref = brevecomb; +} +); +width = 1032; +} +); +unicode = 287; +}, +{ +glyphname = gcaron; +kernLeft = rnd_left; +kernRight = g_right; +lastChange = "2022-10-11 19:38:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = g; +}, +{ +pos = (-9,0); +ref = caroncomb; +} +); +width = 581; +}, +{ +layerId = m007; +shapes = ( +{ +ref = g; +}, +{ +pos = (36,0); +ref = caroncomb; +} +); +width = 671; +}, +{ +layerId = m010; +shapes = ( +{ +ref = g; +}, +{ +pos = (143,0); +ref = caroncomb; +} +); +width = 885; +}, +{ +layerId = m005; +shapes = ( +{ +ref = g; +}, +{ +pos = (14,0); +ref = caroncomb; +} +); +width = 627; +}, +{ +layerId = m01; +shapes = ( +{ +ref = g; +}, +{ +pos = (65,0); +ref = caroncomb; +} +); +width = 730; +}, +{ +layerId = m003; +shapes = ( +{ +ref = g; +}, +{ +pos = (172,0); +ref = caroncomb; +} +); +width = 944; +}, +{ +layerId = m006; +shapes = ( +{ +ref = g; +}, +{ +pos = (26,0); +ref = caroncomb; +} +); +width = 632; +}, +{ +layerId = m002; +shapes = ( +{ +ref = g; +}, +{ +pos = (83,0); +ref = caroncomb; +} +); +width = 745; +}, +{ +layerId = m004; +shapes = ( +{ +ref = g; +}, +{ +pos = (185,0); +ref = caroncomb; +} +); +width = 970; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (35,0); +ref = caroncomb; +} +); +width = 650; +}, +{ +layerId = m008; +shapes = ( +{ +ref = g; +}, +{ +pos = (90,0); +ref = caroncomb; +} +); +width = 760; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (226,0); +ref = caroncomb; +} +); +width = 1032; +} +); +unicode = 487; +}, +{ +glyphname = gcommaaccent; +kernLeft = rnd_left; +kernRight = g_right; +lastChange = "2022-10-11 19:38:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = g; +}, +{ +pos = (-9,0); +ref = commaturnedabovecomb; +} +); +width = 581; +}, +{ +layerId = m007; +shapes = ( +{ +ref = g; +}, +{ +pos = (36,0); +ref = commaturnedabovecomb; +} +); +width = 671; +}, +{ +layerId = m010; +shapes = ( +{ +ref = g; +}, +{ +pos = (145,0); +ref = commaturnedabovecomb; +} +); +width = 885; +}, +{ +layerId = m005; +shapes = ( +{ +ref = g; +}, +{ +pos = (15,0); +ref = commaturnedabovecomb; +} +); +width = 627; +}, +{ +layerId = m01; +shapes = ( +{ +ref = g; +}, +{ +pos = (65,0); +ref = commaturnedabovecomb; +} +); +width = 730; +}, +{ +layerId = m003; +shapes = ( +{ +ref = g; +}, +{ +pos = (172,0); +ref = commaturnedabovecomb; +} +); +width = 944; +}, +{ +layerId = m006; +shapes = ( +{ +ref = g; +}, +{ +pos = (26,0); +ref = commaturnedabovecomb; +} +); +width = 632; +}, +{ +layerId = m002; +shapes = ( +{ +ref = g; +}, +{ +pos = (83,0); +ref = commaturnedabovecomb; +} +); +width = 745; +}, +{ +layerId = m004; +shapes = ( +{ +ref = g; +}, +{ +pos = (185,0); +ref = commaturnedabovecomb; +} +); +width = 970; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (37,0); +ref = commaturnedabovecomb; +} +); +width = 650; +}, +{ +layerId = m008; +shapes = ( +{ +ref = g; +}, +{ +pos = (92,0); +ref = commaturnedabovecomb; +} +); +width = 760; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (228,0); +ref = commaturnedabovecomb; +} +); +width = 1032; +} +); +unicode = 291; +}, +{ +glyphname = gdotaccent; +kernLeft = rnd_left; +kernRight = g_right; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = g; +}, +{ +pos = (249,0); +ref = dotaccentcomb; +} +); +width = 581; +}, +{ +layerId = m007; +shapes = ( +{ +ref = g; +}, +{ +pos = (278,0); +ref = dotaccentcomb; +} +); +width = 671; +}, +{ +layerId = m010; +shapes = ( +{ +ref = g; +}, +{ +pos = (375,0); +ref = dotaccentcomb; +} +); +width = 885; +}, +{ +layerId = m005; +shapes = ( +{ +ref = g; +}, +{ +pos = (230,0); +ref = dotaccentcomb; +} +); +width = 627; +}, +{ +layerId = m01; +shapes = ( +{ +ref = g; +}, +{ +pos = (271,0); +ref = dotaccentcomb; +} +); +width = 730; +}, +{ +layerId = m003; +shapes = ( +{ +ref = g; +}, +{ +pos = (366,0); +ref = dotaccentcomb; +} +); +width = 944; +}, +{ +layerId = m006; +shapes = ( +{ +ref = g; +}, +{ +pos = (216,0); +ref = dotaccentcomb; +} +); +width = 632; +}, +{ +layerId = m002; +shapes = ( +{ +ref = g; +}, +{ +pos = (259,0); +ref = dotaccentcomb; +} +); +width = 745; +}, +{ +layerId = m004; +shapes = ( +{ +ref = g; +}, +{ +pos = (343,0); +ref = dotaccentcomb; +} +); +width = 970; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = g; +}, +{ +pos = (175,0); +ref = dotaccentcomb; +} +); +width = 650; +}, +{ +layerId = m008; +shapes = ( +{ +ref = g; +}, +{ +pos = (196,0); +ref = dotaccentcomb; +} +); +width = 760; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = g; +}, +{ +pos = (292,0); +ref = dotaccentcomb; +} +); +width = 1032; +} +); +unicode = 289; +}, +{ +glyphname = h; +kernLeft = left_ascender; +kernRight = n_right; +lastChange = "2023-04-24 19:20:42 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (596,0); +}, +{ +name = bottom; +pos = (346,0); +}, +{ +name = center; +pos = (346,424); +}, +{ +name = hbar; +pos = (151,848); +}, +{ +name = top; +pos = (346,848); +} +); +layerId = m01; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (206,0); +ref = "_part.shoulder-n"; +} +); +width = 692; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (576,0); +}, +{ +name = bottom; +pos = (358,0); +}, +{ +name = center; +pos = (358,424); +}, +{ +name = hbar; +pos = (156,848); +}, +{ +name = top; +pos = (358,848); +} +); +layerId = m002; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (246,0); +ref = "_part.shoulder-n"; +} +); +width = 715; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (826,0); +}, +{ +name = bottom; +pos = (446,0); +}, +{ +name = center; +pos = (446,424); +}, +{ +name = hbar; +pos = (151,848); +}, +{ +name = top; +pos = (446,848); +} +); +layerId = m003; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (206,0); +ref = "_part.shoulder-n"; +} +); +width = 892; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (814,0); +}, +{ +name = bottom; +pos = (467,0); +}, +{ +name = center; +pos = (467,424); +}, +{ +name = hbar; +pos = (166,848); +}, +{ +name = top; +pos = (467,848); +} +); +layerId = m004; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (256,0); +ref = "_part.shoulder-n"; +} +); +width = 934; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (491,0); +}, +{ +name = bottom; +pos = (297,0); +}, +{ +name = center; +pos = (297,424); +}, +{ +name = hbar; +pos = (141,848); +}, +{ +name = top; +pos = (297,848); +} +); +layerId = m005; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (196,0); +ref = "_part.shoulder-n"; +} +); +width = 593; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (458,0); +}, +{ +name = bottom; +pos = (302,0); +}, +{ +name = center; +pos = (302,424); +}, +{ +name = hbar; +pos = (146,848); +}, +{ +name = top; +pos = (302,848); +} +); +layerId = m006; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (236,0); +ref = "_part.shoulder-n"; +} +); +width = 604; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (614,0); +}, +{ +name = bottom; +pos = (321,0); +}, +{ +name = center; +pos = (321,424); +}, +{ +name = hbar; +pos = (116,848); +}, +{ +name = top; +pos = (321,848); +} +); +layerId = m007; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (136,0); +ref = "_part.shoulder-n"; +} +); +width = 642; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (473,0); +}, +{ +name = bottom; +pos = (371,0); +}, +{ +name = center; +pos = (371,424); +}, +{ +name = hbar; +pos = (192,848); +}, +{ +name = top; +pos = (371,848); +} +); +layerId = m008; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (352,0); +ref = "_part.shoulder-n"; +} +); +width = 741; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (514,0); +}, +{ +name = bottom; +pos = (276,0); +}, +{ +name = center; +pos = (276,424); +}, +{ +name = hbar; +pos = (106,848); +}, +{ +name = top; +pos = (276,848); +} +); +layerId = m009; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (126,0); +ref = "_part.shoulder-n"; +} +); +width = 551; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (815,0); +}, +{ +name = bottom; +pos = (421,0); +}, +{ +name = center; +pos = (421,424); +}, +{ +name = hbar; +pos = (126,848); +}, +{ +name = top; +pos = (421,848); +} +); +layerId = m010; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (146,0); +ref = "_part.shoulder-n"; +} +); +width = 841; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (739,0); +}, +{ +name = bottom; +pos = (511,0); +}, +{ +name = center; +pos = (511,424); +}, +{ +name = hbar; +pos = (232,848); +}, +{ +name = top; +pos = (511,848); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (432,0); +ref = "_part.shoulder-n"; +} +); +width = 1021; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (417,0); +}, +{ +name = bottom; +pos = (321,0); +}, +{ +name = center; +pos = (321,424); +}, +{ +name = hbar; +pos = (168,848); +}, +{ +name = top; +pos = (321,848); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +pos = (304,0); +ref = "_part.shoulder-n"; +} +); +width = 641; +} +); +metricLeft = n; +metricRight = n; +unicode = 104; +}, +{ +glyphname = hbar; +kernLeft = left_ascender; +kernRight = n_right; +lastChange = "2022-10-11 19:38:51 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (584,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m009; +shapes = ( +{ +ref = h; +}, +{ +pos = (-160,148); +ref = _part.dcroat; +} +); +width = 551; +}, +{ +background = { +shapes = ( +{ +pos = (683,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m007; +shapes = ( +{ +ref = h; +}, +{ +pos = (-130,148); +ref = _part.dcroat; +} +); +width = 642; +}, +{ +background = { +shapes = ( +{ +pos = (905,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m010; +shapes = ( +{ +ref = h; +}, +{ +pos = (-60,148); +ref = _part.dcroat; +} +); +width = 841; +}, +{ +background = { +shapes = ( +{ +pos = (634,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m005; +shapes = ( +{ +ref = h; +}, +{ +pos = (-100,168); +ref = _part.dcroat; +} +); +width = 593; +}, +{ +background = { +shapes = ( +{ +pos = (737,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m01; +shapes = ( +{ +ref = h; +}, +{ +pos = (-110,168); +ref = _part.dcroat; +} +); +width = 692; +}, +{ +background = { +shapes = ( +{ +pos = (971,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m003; +shapes = ( +{ +ref = h; +}, +{ +pos = (-40,168); +ref = _part.dcroat; +} +); +width = 892; +}, +{ +background = { +shapes = ( +{ +pos = (651,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m006; +metricLeft = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = h; +}, +{ +pos = (-132,158); +ref = _part.dcroat; +} +); +width = 614; +}, +{ +background = { +shapes = ( +{ +pos = (759,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m002; +metricLeft = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = h; +}, +{ +pos = (-100,158); +ref = _part.dcroat; +} +); +width = 725; +}, +{ +background = { +shapes = ( +{ +pos = (976,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m004; +metricLeft = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = h; +}, +{ +pos = (-32,158); +ref = _part.dcroat; +} +); +width = 944; +}, +{ +background = { +shapes = ( +{ +pos = (662,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = h; +}, +{ +pos = (-100,168); +ref = _part.dcroat; +} +); +width = 651; +}, +{ +background = { +shapes = ( +{ +pos = (782,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = m008; +metricLeft = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = h; +}, +{ +pos = (-60,168); +ref = _part.dcroat; +} +); +width = 751; +}, +{ +background = { +shapes = ( +{ +pos = (1048,0); +ref = dcroat; +scale = (-1,1); +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = h; +}, +{ +pos = (37,168); +ref = _part.dcroat; +} +); +width = 1031; +} +); +unicode = 295; +}, +{ +glyphname = hdotbelow; +kernLeft = left_ascender; +kernRight = n_right; +lastChange = "2022-10-11 19:38:51 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = h; +}, +{ +pos = (-24,0); +ref = dotbelowcomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = h; +}, +{ +pos = (21,0); +ref = dotbelowcomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = h; +}, +{ +pos = (121,0); +ref = dotbelowcomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = h; +}, +{ +pos = (-3,0); +ref = dotbelowcomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = h; +}, +{ +pos = (46,0); +ref = dotbelowcomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = h; +}, +{ +pos = (146,0); +ref = dotbelowcomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = h; +}, +{ +pos = (2,0); +ref = dotbelowcomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = h; +}, +{ +pos = (58,0); +ref = dotbelowcomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = h; +}, +{ +pos = (167,0); +ref = dotbelowcomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = h; +}, +{ +pos = (21,0); +ref = dotbelowcomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = h; +}, +{ +pos = (71,0); +ref = dotbelowcomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = h; +}, +{ +pos = (211,0); +ref = dotbelowcomb; +} +); +width = 1021; +} +); +unicode = 7717; +}, +{ +glyphname = i; +kernLeft = left_ascender; +lastChange = "2023-01-15 17:46:58 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (57,0); +ref = dotaccentcomb; +} +); +width = 302; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (32,0); +ref = dotaccentcomb; +} +); +width = 312; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (45,0); +ref = dotaccentcomb; +} +); +width = 302; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (24,0); +ref = dotaccentcomb; +} +); +width = 332; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (57,0); +ref = dotaccentcomb; +} +); +width = 282; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (36,0); +ref = dotaccentcomb; +} +); +width = 292; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (58,0); +ref = dotaccentcomb; +} +); +width = 232; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-2,0); +ref = dotaccentcomb; +} +); +width = 384; +}, +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (64,0); +ref = dotaccentcomb; +} +); +width = 212; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (58,0); +ref = dotaccentcomb; +} +); +width = 252; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-2,0); +ref = dotaccentcomb; +} +); +width = 464; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (8,0); +ref = dotaccentcomb; +} +); +width = 336; +} +); +metricLeft = n; +metricRight = "=|n"; +unicode = 105; +}, +{ +glyphname = idotless; +lastChange = "2023-01-16 18:46:29 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (151,0); +}, +{ +name = ogonek; +pos = (206,10); +}, +{ +name = top; +pos = (151,600); +}, +{ +name = topacute; +pos = (151,600); +}, +{ +name = topgrave; +pos = (151,600); +} +); +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 302; +}, +{ +anchors = ( +{ +name = bottom; +pos = (156,0); +}, +{ +name = ogonek; +pos = (246,10); +}, +{ +name = top; +pos = (156,620); +}, +{ +name = topacute; +pos = (156,620); +}, +{ +name = topgrave; +pos = (156,620); +} +); +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 312; +}, +{ +anchors = ( +{ +name = bottom; +pos = (151,0); +}, +{ +name = ogonek; +pos = (206,10); +}, +{ +name = top; +pos = (151,600); +}, +{ +name = topacute; +pos = (151,600); +}, +{ +name = topgrave; +pos = (151,600); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 302; +}, +{ +anchors = ( +{ +name = bottom; +pos = (166,0); +}, +{ +name = ogonek; +pos = (256,10); +}, +{ +name = top; +pos = (166,620); +}, +{ +name = topacute; +pos = (166,620); +}, +{ +name = topgrave; +pos = (166,620); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 332; +}, +{ +anchors = ( +{ +name = bottom; +pos = (141,0); +}, +{ +name = ogonek; +pos = (196,10); +}, +{ +name = top; +pos = (141,600); +}, +{ +name = topacute; +pos = (141,600); +}, +{ +name = topgrave; +pos = (141,600); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 282; +}, +{ +anchors = ( +{ +name = bottom; +pos = (146,0); +}, +{ +name = ogonek; +pos = (236,10); +}, +{ +name = top; +pos = (146,620); +}, +{ +name = topacute; +pos = (146,620); +}, +{ +name = topgrave; +pos = (146,620); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 292; +}, +{ +anchors = ( +{ +name = bottom; +pos = (116,0); +}, +{ +name = ogonek; +pos = (136,10); +}, +{ +name = top; +pos = (116,588); +}, +{ +name = topacute; +pos = (116,588); +}, +{ +name = topgrave; +pos = (116,588); +} +); +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 232; +}, +{ +anchors = ( +{ +name = bottom; +pos = (192,0); +}, +{ +name = ogonek; +pos = (352,10); +}, +{ +name = top; +pos = (192,640); +}, +{ +name = topacute; +pos = (192,640); +}, +{ +name = topgrave; +pos = (192,640); +} +); +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 384; +}, +{ +anchors = ( +{ +name = bottom; +pos = (106,0); +}, +{ +name = ogonek; +pos = (126,10); +}, +{ +name = top; +pos = (106,588); +}, +{ +name = topacute; +pos = (106,588); +}, +{ +name = topgrave; +pos = (106,588); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 212; +}, +{ +anchors = ( +{ +name = bottom; +pos = (126,0); +}, +{ +name = ogonek; +pos = (146,10); +}, +{ +name = top; +pos = (126,588); +}, +{ +name = topacute; +pos = (126,588); +}, +{ +name = topgrave; +pos = (126,588); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 252; +}, +{ +anchors = ( +{ +name = bottom; +pos = (232,0); +}, +{ +name = ogonek; +pos = (432,10); +}, +{ +name = top; +pos = (232,640); +}, +{ +name = topacute; +pos = (232,640); +}, +{ +name = topgrave; +pos = (232,640); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 464; +}, +{ +anchors = ( +{ +name = bottom; +pos = (168,0); +}, +{ +name = ogonek; +pos = (304,10); +}, +{ +name = top; +pos = (168,640); +}, +{ +name = topacute; +pos = (168,640); +}, +{ +name = topgrave; +pos = (168,640); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +} +); +width = 336; +} +); +unicode = 305; +}, +{ +glyphname = iacute; +kernLeft = left_ascender; +kernRight = i_diacritic_right; +lastChange = "2023-01-16 19:36:48 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-164,0); +ref = acutecomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-154,0); +ref = acutecomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-144,0); +ref = acutecomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-129,0); +ref = acutecomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-119,0); +ref = acutecomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-110,0); +ref = acutecomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-124,0); +ref = acutecomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-114,0); +ref = acutecomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-104,0); +ref = acutecomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-102,0); +ref = acutecomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-78,0); +ref = acutecomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topacute; +pos = (-38,0); +ref = acutecomb; +} +); +width = 464; +} +); +unicode = 237; +}, +{ +glyphname = icircumflex; +kernLeft = i_diacritic_left; +kernRight = i_diacritic_right; +lastChange = "2023-01-16 19:33:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-194,0); +ref = circumflexcomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-184,0); +ref = circumflexcomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-174,0); +ref = circumflexcomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-159,0); +ref = circumflexcomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-149,0); +ref = circumflexcomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-149,0); +ref = circumflexcomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-154,0); +ref = circumflexcomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-144,0); +ref = circumflexcomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-134,0); +ref = circumflexcomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-132,0); +ref = circumflexcomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-108,0); +ref = circumflexcomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-68,0); +ref = circumflexcomb; +} +); +width = 464; +} +); +unicode = 238; +}, +{ +glyphname = idieresis; +kernLeft = i_diacritic_left; +kernRight = i_diacritic_right; +lastChange = "2023-01-17 13:13:15 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (1,0); +ref = dieresiscomb.narrow; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-21,0); +ref = dieresiscomb.narrow; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-54,0); +ref = dieresiscomb.narrow; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-6,0); +ref = dieresiscomb.narrow; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-23,0); +ref = dieresiscomb.narrow; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-80,0); +ref = dieresiscomb.narrow; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-33,0); +ref = dieresiscomb.narrow; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-50,0); +ref = dieresiscomb.narrow; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-93,0); +ref = dieresiscomb.narrow; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-36,0); +ref = dieresiscomb.narrow; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-58,0); +ref = dieresiscomb.narrow; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-110,0); +ref = dieresiscomb.narrow; +} +); +width = 464; +} +); +unicode = 239; +}, +{ +glyphname = idotaccent; +kernLeft = left_ascender; +lastChange = "2023-01-15 17:48:20 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (64,0); +ref = dotaccentcomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (58,0); +ref = dotaccentcomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (58,0); +ref = dotaccentcomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (57,0); +ref = dotaccentcomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (57,0); +ref = dotaccentcomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (45,0); +ref = dotaccentcomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (36,0); +ref = dotaccentcomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (32,0); +ref = dotaccentcomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (24,0); +ref = dotaccentcomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (8,0); +ref = dotaccentcomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-2,0); +ref = dotaccentcomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-2,0); +ref = dotaccentcomb; +} +); +width = 464; +} +); +}, +{ +glyphname = idotbelow; +kernLeft = left_ascender; +lastChange = "2022-10-11 19:39:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = i; +}, +{ +pos = (-194,0); +ref = dotbelowcomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = i; +}, +{ +pos = (-184,0); +ref = dotbelowcomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = i; +}, +{ +pos = (-174,0); +ref = dotbelowcomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = i; +}, +{ +pos = (-159,0); +ref = dotbelowcomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = i; +}, +{ +pos = (-149,0); +ref = dotbelowcomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = i; +}, +{ +pos = (-149,0); +ref = dotbelowcomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = i; +}, +{ +pos = (-154,0); +ref = dotbelowcomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = i; +}, +{ +pos = (-144,0); +ref = dotbelowcomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = i; +}, +{ +pos = (-134,0); +ref = dotbelowcomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = i; +}, +{ +pos = (-132,0); +ref = dotbelowcomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = i; +}, +{ +pos = (-108,0); +ref = dotbelowcomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = i; +}, +{ +pos = (-68,0); +ref = dotbelowcomb; +} +); +width = 464; +} +); +unicode = 7883; +}, +{ +glyphname = igrave; +kernLeft = i_diacritic_left; +lastChange = "2023-01-16 19:36:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-224,0); +ref = gravecomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-214,0); +ref = gravecomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-204,0); +ref = gravecomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-189,0); +ref = gravecomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-179,0); +ref = gravecomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-188,0); +ref = gravecomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-184,0); +ref = gravecomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-174,0); +ref = gravecomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-164,0); +ref = gravecomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-162,0); +ref = gravecomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-138,0); +ref = gravecomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +anchor = topgrave; +pos = (-98,0); +ref = gravecomb; +} +); +width = 464; +} +); +unicode = 236; +}, +{ +glyphname = imacron; +kernLeft = i_diacritic_left; +kernRight = i_diacritic_right; +lastChange = "2023-01-16 19:33:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-194,0); +ref = macroncomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-184,0); +ref = macroncomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-174,0); +ref = macroncomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-159,0); +ref = macroncomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-149,0); +ref = macroncomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-149,0); +ref = macroncomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-154,0); +ref = macroncomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-144,0); +ref = macroncomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-134,0); +ref = macroncomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-132,0); +ref = macroncomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-108,0); +ref = macroncomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-68,0); +ref = macroncomb; +} +); +width = 464; +} +); +unicode = 299; +}, +{ +glyphname = iogonek; +kernLeft = left_ascender; +lastChange = "2023-01-15 17:48:20 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (64,0); +ref = dotaccentcomb; +}, +{ +pos = (-249,0); +ref = ogonekcomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (58,0); +ref = dotaccentcomb; +}, +{ +pos = (-248,0); +ref = ogonekcomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (58,0); +ref = dotaccentcomb; +}, +{ +pos = (-262,0); +ref = ogonekcomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (57,0); +ref = dotaccentcomb; +}, +{ +pos = (-215,0); +ref = ogonekcomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (57,0); +ref = dotaccentcomb; +}, +{ +pos = (-198,0); +ref = ogonekcomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (45,0); +ref = dotaccentcomb; +}, +{ +pos = (-232,0); +ref = ogonekcomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (36,0); +ref = dotaccentcomb; +}, +{ +pos = (-198,0); +ref = ogonekcomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (32,0); +ref = dotaccentcomb; +}, +{ +pos = (-198,0); +ref = ogonekcomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (24,0); +ref = dotaccentcomb; +}, +{ +pos = (-228,0); +ref = ogonekcomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (8,0); +ref = dotaccentcomb; +}, +{ +pos = (-155,0); +ref = ogonekcomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-2,0); +ref = dotaccentcomb; +}, +{ +pos = (-152,0); +ref = ogonekcomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-2,0); +ref = dotaccentcomb; +}, +{ +pos = (-137,0); +ref = ogonekcomb; +} +); +width = 464; +} +); +unicode = 303; +}, +{ +glyphname = itilde; +kernLeft = i_diacritic_left; +kernRight = i_diacritic_right; +lastChange = "2023-01-16 19:33:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-194,0); +ref = tildecomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-184,0); +ref = tildecomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-174,0); +ref = tildecomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-159,0); +ref = tildecomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-149,0); +ref = tildecomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-149,0); +ref = tildecomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-154,0); +ref = tildecomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-144,0); +ref = tildecomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-134,0); +ref = tildecomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-132,0); +ref = tildecomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-108,0); +ref = tildecomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-114,0); +ref = tildecomb; +} +); +width = 464; +} +); +unicode = 297; +}, +{ +glyphname = ij; +kernLeft = left_ascender; +lastChange = "2022-10-11 19:39:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = i; +}, +{ +pos = (212,0); +ref = j; +} +); +width = 467; +}, +{ +layerId = m007; +shapes = ( +{ +ref = i; +}, +{ +pos = (232,0); +ref = j; +} +); +width = 503; +}, +{ +layerId = m010; +shapes = ( +{ +ref = i; +}, +{ +pos = (252,0); +ref = j; +} +); +width = 589; +}, +{ +layerId = m005; +shapes = ( +{ +ref = i; +}, +{ +pos = (282,0); +ref = j; +} +); +width = 570; +}, +{ +layerId = m01; +shapes = ( +{ +ref = i; +}, +{ +pos = (302,0); +ref = j; +} +); +width = 630; +}, +{ +layerId = m003; +shapes = ( +{ +ref = i; +}, +{ +pos = (302,0); +ref = j; +} +); +width = 690; +}, +{ +layerId = m006; +shapes = ( +{ +ref = i; +}, +{ +pos = (292,0); +ref = j; +} +); +width = 627; +}, +{ +layerId = m002; +shapes = ( +{ +ref = i; +}, +{ +pos = (312,0); +ref = j; +} +); +width = 677; +}, +{ +layerId = m004; +shapes = ( +{ +ref = i; +}, +{ +pos = (332,0); +ref = j; +} +); +width = 763; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = i; +}, +{ +pos = (336,0); +ref = j; +} +); +width = 702; +}, +{ +layerId = m008; +shapes = ( +{ +ref = i; +}, +{ +pos = (384,0); +ref = j; +} +); +width = 798; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = i; +}, +{ +pos = (464,0); +ref = j; +} +); +width = 958; +} +); +unicode = 307; +}, +{ +glyphname = j; +lastChange = "2023-01-15 17:48:20 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (83,0); +ref = dotaccentcomb; +} +); +width = 328; +}, +{ +layerId = m002; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (85,0); +ref = dotaccentcomb; +} +); +width = 365; +}, +{ +layerId = m003; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (131,0); +ref = dotaccentcomb; +} +); +width = 388; +}, +{ +layerId = m004; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (123,0); +ref = dotaccentcomb; +} +); +width = 431; +}, +{ +layerId = m005; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (63,0); +ref = dotaccentcomb; +} +); +width = 288; +}, +{ +layerId = m006; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (79,0); +ref = dotaccentcomb; +} +); +width = 335; +}, +{ +layerId = m007; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (97,0); +ref = dotaccentcomb; +} +); +width = 271; +}, +{ +layerId = m008; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (28,0); +ref = dotaccentcomb; +} +); +width = 414; +}, +{ +layerId = m009; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (107,0); +ref = dotaccentcomb; +} +); +width = 255; +}, +{ +layerId = m010; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (143,0); +ref = dotaccentcomb; +} +); +width = 337; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (28,0); +ref = dotaccentcomb; +} +); +width = 494; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (38,0); +ref = dotaccentcomb; +} +); +width = 366; +} +); +metricRight = "=|n"; +unicode = 106; +}, +{ +glyphname = jdotless; +lastChange = "2022-09-18 19:24:23 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (177,600); +}, +{ +name = topacute; +pos = (176,600); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(122,-26,ls), +(122,-84,o), +(97,-116,o), +(53,-116,cs), +(12,-116,o), +(-12,-98,o), +(-22,-66,c), +(-126,-66,l), +(-122,-159,o), +(-54,-216,o), +(53,-216,cs), +(164,-216,o), +(232,-144,o), +(232,-26,cs), +(232,600,l), +(122,600,l) +); +} +); +width = 328; +}, +{ +anchors = ( +{ +name = top; +pos = (209,620); +}, +{ +name = topacute; +pos = (210,620); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(119,2,ls), +(119,-46,o), +(103,-70,o), +(71,-70,cs), +(46,-70,o), +(31,-60,o), +(16,-40,c), +(-154,-40,l), +(-146,-155,o), +(-65,-220,o), +(71,-220,cs), +(217,-220,o), +(299,-140,o), +(299,2,cs), +(299,620,l), +(119,620,l) +); +} +); +width = 365; +}, +{ +anchors = ( +{ +name = top; +pos = (237,600); +}, +{ +name = topacute; +pos = (238,600); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(182,-2,ls), +(182,-80,o), +(139,-120,o), +(55,-120,cs), +(-2,-120,o), +(-40,-98,o), +(-64,-56,c), +(-166,-56,l), +(-152,-158,o), +(-72,-216,o), +(55,-216,cs), +(207,-216,o), +(292,-139,o), +(292,-2,cs), +(292,600,l), +(182,600,l) +); +} +); +width = 388; +}, +{ +anchors = ( +{ +name = top; +pos = (265,620); +}, +{ +name = topacute; +pos = (272,620); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(175,42,ls), +(175,-40,o), +(144,-78,o), +(79,-78,cs), +(36,-78,o), +(9,-66,o), +(-4,-40,c), +(-180,-40,l), +(-165,-159,o), +(-76,-220,o), +(79,-220,cs), +(261,-220,o), +(355,-131,o), +(355,42,cs), +(355,620,l), +(175,620,l) +); +} +); +width = 431; +}, +{ +anchors = ( +{ +name = top; +pos = (147,600); +}, +{ +name = topacute; +pos = (138,600); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(92,-56,ls), +(92,-96,o), +(78,-116,o), +(52,-116,cs), +(28,-116,o), +(14,-99,o), +(6,-66,c), +(-96,-66,l), +(-90,-162,o), +(-37,-216,o), +(52,-216,cs), +(148,-216,o), +(202,-158,o), +(202,-56,cs), +(202,600,l), +(92,600,l) +); +} +); +width = 288; +}, +{ +anchors = ( +{ +name = top; +pos = (189,620); +}, +{ +name = topacute; +pos = (178,620); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(99,-20,ls), +(99,-58,o), +(92,-74,o), +(76,-74,cs), +(63,-74,o), +(55,-64,o), +(50,-40,c), +(-118,-40,l), +(-114,-155,o), +(-41,-220,o), +(85,-220,cs), +(209,-220,o), +(279,-151,o), +(279,-28,cs), +(279,620,l), +(99,620,l) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = top; +pos = (155,588); +}, +{ +name = topacute; +pos = (152,588); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(135,-56,ls), +(135,-130,o), +(94,-176,o), +(28,-176,cs), +(-27,-176,o), +(-66,-142,o), +(-76,-86,c), +(-116,-86,l), +(-104,-164,o), +(-49,-212,o), +(28,-212,cs), +(119,-212,o), +(175,-153,o), +(175,-56,cs), +(175,588,l), +(135,588,l) +); +} +); +width = 271; +}, +{ +anchors = ( +{ +name = top; +pos = (222,640); +}, +{ +name = topacute; +pos = (220,640); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-20,ls), +(62,-47,o), +(55,-60,o), +(40,-60,cs), +(26,-60,o), +(19,-50,o), +(18,-30,c), +(-240,-30,l), +(-232,-159,o), +(-130,-226,o), +(60,-226,cs), +(273,-226,o), +(382,-142,o), +(382,22,cs), +(382,640,l), +(62,640,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = top; +pos = (149,588); +}, +{ +name = topacute; +pos = (146,588); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(129,-66,ls), +(129,-136,o), +(101,-176,o), +(50,-176,cs), +(-1,-176,o), +(-32,-144,o), +(-36,-86,c), +(-76,-86,l), +(-70,-167,o), +(-25,-212,o), +(50,-212,cs), +(126,-212,o), +(169,-159,o), +(169,-66,cs), +(169,588,l), +(129,588,l) +); +} +); +width = 255; +}, +{ +anchors = ( +{ +name = top; +pos = (211,588); +}, +{ +name = topacute; +pos = (210,588); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(191,-16,ls), +(191,-122,o), +(139,-176,o), +(38,-176,cs), +(-46,-176,o), +(-98,-142,o), +(-114,-76,c), +(-154,-76,l), +(-135,-166,o), +(-70,-212,o), +(38,-212,cs), +(165,-212,o), +(231,-145,o), +(231,-16,cs), +(231,588,l), +(191,588,l) +); +} +); +width = 337; +}, +{ +anchors = ( +{ +name = top; +pos = (262,640); +}, +{ +name = topacute; +pos = (256,640); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-22,ls), +(62,-49,o), +(52,-60,o), +(30,-60,cs), +(12,-60,o), +(2,-51,o), +(-2,-30,c), +(-302,-30,l), +(-293,-163,o), +(-171,-226,o), +(80,-226,cs), +(340,-226,o), +(462,-147,o), +(462,22,cs), +(462,640,l), +(62,640,l) +); +} +); +width = 494; +}, +{ +anchors = ( +{ +name = top; +pos = (198,640); +}, +{ +name = topacute; +pos = (196,640); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-30,ls), +(62,-50,o), +(55,-60,o), +(42,-60,cs), +(27,-60,o), +(19,-50,o), +(18,-30,c), +(-188,-30,l), +(-181,-155,o), +(-88,-226,o), +(70,-226,cs), +(239,-226,o), +(334,-140,o), +(334,12,cs), +(334,640,l), +(62,640,l) +); +} +); +width = 366; +} +); +metricRight = SQR; +unicode = 567; +}, +{ +glyphname = jacute; +lastChange = "2022-09-18 19:24:23 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-124,0); +ref = acutecomb; +} +); +width = 255; +}, +{ +layerId = m007; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-118,0); +ref = acutecomb; +} +); +width = 271; +}, +{ +layerId = m010; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-60,0); +ref = acutecomb; +} +); +width = 337; +}, +{ +layerId = m005; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-132,0); +ref = acutecomb; +} +); +width = 288; +}, +{ +layerId = m01; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-94,0); +ref = acutecomb; +} +); +width = 328; +}, +{ +layerId = m003; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-23,0); +ref = acutecomb; +} +); +width = 388; +}, +{ +layerId = m006; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-92,0); +ref = acutecomb; +} +); +width = 335; +}, +{ +layerId = m002; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-60,0); +ref = acutecomb; +} +); +width = 365; +}, +{ +layerId = m004; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (2,0); +ref = acutecomb; +} +); +width = 431; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-74,0); +ref = acutecomb; +} +); +width = 366; +}, +{ +layerId = m008; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-50,0); +ref = acutecomb; +} +); +width = 414; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = jdotless; +}, +{ +anchor = topacute; +pos = (-14,0); +ref = acutecomb; +} +); +width = 494; +} +); +}, +{ +glyphname = k; +kernLeft = left_ascender; +kernRight = k_right; +lastChange = "2022-09-17 12:42:45 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (334,0); +}, +{ +name = top; +pos = (334,848); +} +); +layerId = m01; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (206,0); +ref = _part.k; +} +); +width = 628; +}, +{ +anchors = ( +{ +name = bottom; +pos = (358,0); +}, +{ +name = top; +pos = (358,848); +} +); +layerId = m002; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (246,0); +ref = _part.k; +} +); +width = 696; +}, +{ +anchors = ( +{ +name = bottom; +pos = (427,0); +}, +{ +name = top; +pos = (427,848); +} +); +layerId = m003; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (206,0); +ref = _part.k; +} +); +width = 834; +}, +{ +anchors = ( +{ +name = bottom; +pos = (461,0); +}, +{ +name = top; +pos = (461,848); +} +); +layerId = m004; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (256,0); +ref = _part.k; +} +); +width = 921; +}, +{ +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = top; +pos = (286,848); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (196,0); +ref = _part.k; +} +); +width = 532; +}, +{ +anchors = ( +{ +name = bottom; +pos = (310,0); +}, +{ +name = top; +pos = (310,848); +} +); +layerId = m006; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (236,0); +ref = _part.k; +} +); +width = 584; +}, +{ +anchors = ( +{ +name = bottom; +pos = (285,0); +}, +{ +name = top; +pos = (285,848); +} +); +layerId = m007; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (136,0); +ref = _part.k; +} +); +width = 550; +}, +{ +anchors = ( +{ +name = bottom; +pos = (379,0); +}, +{ +name = top; +pos = (379,848); +} +); +layerId = m008; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (352,0); +ref = _part.k; +} +); +width = 737; +}, +{ +anchors = ( +{ +name = bottom; +pos = (243,0); +}, +{ +name = top; +pos = (243,848); +} +); +layerId = m009; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (126,0); +ref = _part.k; +} +); +width = 466; +}, +{ +anchors = ( +{ +name = bottom; +pos = (381,0); +}, +{ +name = top; +pos = (381,848); +} +); +layerId = m010; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (146,0); +ref = _part.k; +} +); +width = 742; +}, +{ +anchors = ( +{ +name = bottom; +pos = (499,0); +}, +{ +name = top; +pos = (499,848); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (432,0); +ref = _part.k; +} +); +width = 1017; +}, +{ +anchors = ( +{ +name = bottom; +pos = (315,0); +}, +{ +name = top; +pos = (315,848); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (304,0); +ref = _part.k; +} +); +width = 629; +} +); +metricLeft = SQR; +metricRight = RND; +unicode = 107; +}, +{ +glyphname = kcommaaccent; +lastChange = "2022-09-17 12:42:45 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = k; +}, +{ +pos = (-57,0); +ref = commaaccentcomb; +} +); +width = 466; +}, +{ +layerId = m007; +shapes = ( +{ +ref = k; +}, +{ +pos = (-15,0); +ref = commaaccentcomb; +} +); +width = 550; +}, +{ +layerId = m010; +shapes = ( +{ +ref = k; +}, +{ +pos = (81,0); +ref = commaaccentcomb; +} +); +width = 742; +}, +{ +layerId = m005; +shapes = ( +{ +ref = k; +}, +{ +pos = (-14,0); +ref = commaaccentcomb; +} +); +width = 532; +}, +{ +layerId = m01; +shapes = ( +{ +ref = k; +}, +{ +pos = (34,0); +ref = commaaccentcomb; +} +); +width = 628; +}, +{ +layerId = m003; +shapes = ( +{ +ref = k; +}, +{ +pos = (127,0); +ref = commaaccentcomb; +} +); +width = 834; +}, +{ +layerId = m006; +shapes = ( +{ +ref = k; +}, +{ +pos = (10,0); +ref = commaaccentcomb; +} +); +width = 584; +}, +{ +layerId = m002; +shapes = ( +{ +ref = k; +}, +{ +pos = (58,0); +ref = commaaccentcomb; +} +); +width = 696; +}, +{ +layerId = m004; +shapes = ( +{ +ref = k; +}, +{ +pos = (161,0); +ref = commaaccentcomb; +} +); +width = 921; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = k; +}, +{ +pos = (15,0); +ref = commaaccentcomb; +} +); +width = 629; +}, +{ +layerId = m008; +shapes = ( +{ +ref = k; +}, +{ +pos = (79,0); +ref = commaaccentcomb; +} +); +width = 737; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = k; +}, +{ +pos = (199,0); +ref = commaaccentcomb; +} +); +width = 1017; +} +); +unicode = 311; +}, +{ +glyphname = kgreenlandic; +lastChange = "2022-10-01 06:10:23 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 466; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 550; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 742; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 532; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 628; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 834; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 584; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 696; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 921; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 629; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 737; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ka-cy"; +} +); +width = 1017; +} +); +unicode = 312; +}, +{ +glyphname = l; +kernLeft = left_ascender; +lastChange = "2022-08-30 07:38:07 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (151,0); +}, +{ +name = center; +pos = (151,424); +}, +{ +name = top; +pos = (151,848); +}, +{ +name = topacute; +pos = (156,848); +}, +{ +name = topright; +pos = (262,848); +} +); +background = { +shapes = ( +{ +pos = (-435,0); +ref = dcaron; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 302; +}, +{ +anchors = ( +{ +name = bottom; +pos = (156,0); +}, +{ +name = center; +pos = (156,424); +}, +{ +name = top; +pos = (156,848); +}, +{ +name = topacute; +pos = (158,848); +}, +{ +name = topright; +pos = (292,848); +} +); +background = { +shapes = ( +{ +pos = (-427,0); +ref = dcaron; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 312; +}, +{ +anchors = ( +{ +name = bottom; +pos = (151,0); +}, +{ +name = center; +pos = (151,424); +}, +{ +name = top; +pos = (151,848); +}, +{ +name = topacute; +pos = (158,848); +}, +{ +name = topright; +pos = (262,848); +} +); +background = { +shapes = ( +{ +pos = (-669,0); +ref = dcaron; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 302; +}, +{ +anchors = ( +{ +name = bottom; +pos = (166,0); +}, +{ +name = center; +pos = (166,424); +}, +{ +name = top; +pos = (166,848); +}, +{ +name = topacute; +pos = (172,848); +}, +{ +name = topright; +pos = (312,848); +} +); +background = { +shapes = ( +{ +pos = (-634,0); +ref = dcaron; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 332; +}, +{ +anchors = ( +{ +name = bottom; +pos = (141,0); +}, +{ +name = center; +pos = (141,424); +}, +{ +name = top; +pos = (141,848); +}, +{ +name = topacute; +pos = (142,848); +}, +{ +name = topright; +pos = (242,848); +} +); +background = { +shapes = ( +{ +pos = (-352,0); +ref = dcaron; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 282; +}, +{ +anchors = ( +{ +name = bottom; +pos = (146,0); +}, +{ +name = center; +pos = (146,424); +}, +{ +name = top; +pos = (146,848); +}, +{ +name = topacute; +pos = (146,848); +}, +{ +name = topright; +pos = (272,848); +} +); +background = { +shapes = ( +{ +pos = (-339,0); +ref = dcaron; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 292; +}, +{ +anchors = ( +{ +name = bottom; +pos = (116,0); +}, +{ +name = center; +pos = (116,424); +}, +{ +name = top; +pos = (116,848); +}, +{ +name = topacute; +pos = (118,848); +}, +{ +name = topright; +pos = (212,848); +} +); +background = { +shapes = ( +{ +pos = (-451,0); +ref = dcaron; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 232; +}, +{ +anchors = ( +{ +name = bottom; +pos = (192,0); +}, +{ +name = center; +pos = (192,424); +}, +{ +name = top; +pos = (192,848); +}, +{ +name = topacute; +pos = (194,848); +}, +{ +name = topright; +pos = (364,848); +} +); +background = { +shapes = ( +{ +pos = (-378,0); +ref = dcaron; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 384; +}, +{ +anchors = ( +{ +name = bottom; +pos = (106,0); +}, +{ +name = center; +pos = (106,424); +}, +{ +name = top; +pos = (106,848); +}, +{ +name = topacute; +pos = (112,848); +}, +{ +name = topright; +pos = (192,848); +} +); +background = { +shapes = ( +{ +pos = (-372,0); +ref = dcaron; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 212; +}, +{ +anchors = ( +{ +name = bottom; +pos = (126,0); +}, +{ +name = center; +pos = (126,424); +}, +{ +name = top; +pos = (126,848); +}, +{ +name = topacute; +pos = (128,848); +}, +{ +name = topright; +pos = (232,848); +} +); +background = { +shapes = ( +{ +pos = (-653,0); +ref = dcaron; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 252; +}, +{ +anchors = ( +{ +name = bottom; +pos = (232,0); +}, +{ +name = center; +pos = (232,424); +}, +{ +name = top; +pos = (232,848); +}, +{ +name = topacute; +pos = (240,848); +}, +{ +name = topright; +pos = (444,848); +} +); +background = { +shapes = ( +{ +pos = (-574,0); +ref = dcaron; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 464; +}, +{ +anchors = ( +{ +name = bottom; +pos = (168,0); +}, +{ +name = center; +pos = (168,424); +}, +{ +name = top; +pos = (168,848); +}, +{ +name = topacute; +pos = (172,848); +}, +{ +name = topright; +pos = (316,848); +} +); +background = { +shapes = ( +{ +pos = (-306,0); +ref = dcaron; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +"Stem Height" = 848; +}; +ref = "_part.stem-n"; +} +); +width = 336; +} +); +metricLeft = n; +metricRight = "=|n"; +unicode = 108; +}, +{ +glyphname = lacute; +kernLeft = left_ascender; +lastChange = "2022-10-11 19:40:15 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-158,260); +ref = acutecomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-152,260); +ref = acutecomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-142,260); +ref = acutecomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-128,248); +ref = acutecomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-114,248); +ref = acutecomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-103,248); +ref = acutecomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-124,228); +ref = acutecomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-112,228); +ref = acutecomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-98,228); +ref = acutecomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-98,208); +ref = acutecomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-76,208); +ref = acutecomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = l; +}, +{ +anchor = topacute; +pos = (-30,208); +ref = acutecomb; +} +); +width = 464; +} +); +unicode = 314; +}, +{ +glyphname = lcaron; +kernLeft = left_ascender; +kernRight = vertical_caron_right; +lastChange = "2022-10-11 19:40:15 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-372,0); +ref = dcaron; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = l; +}, +{ +pos = (92,0); +ref = caroncomb.alt; +} +); +width = 212; +}, +{ +background = { +shapes = ( +{ +pos = (-451,0); +ref = dcaron; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = l; +}, +{ +pos = (112,0); +ref = caroncomb.alt; +} +); +width = 232; +}, +{ +background = { +shapes = ( +{ +pos = (-653,0); +ref = dcaron; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = l; +}, +{ +pos = (132,0); +ref = caroncomb.alt; +} +); +width = 252; +}, +{ +background = { +shapes = ( +{ +pos = (-352,0); +ref = dcaron; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = l; +}, +{ +pos = (142,0); +ref = caroncomb.alt; +} +); +width = 282; +}, +{ +background = { +shapes = ( +{ +pos = (-435,0); +ref = dcaron; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = l; +}, +{ +pos = (162,0); +ref = caroncomb.alt; +} +); +width = 302; +}, +{ +background = { +shapes = ( +{ +pos = (-669,0); +ref = dcaron; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = l; +}, +{ +pos = (162,0); +ref = caroncomb.alt; +} +); +width = 302; +}, +{ +background = { +shapes = ( +{ +pos = (-339,0); +ref = dcaron; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = l; +}, +{ +pos = (172,0); +ref = caroncomb.alt; +} +); +width = 292; +}, +{ +background = { +shapes = ( +{ +pos = (-427,0); +ref = dcaron; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = l; +}, +{ +pos = (192,0); +ref = caroncomb.alt; +} +); +width = 312; +}, +{ +background = { +shapes = ( +{ +pos = (-634,0); +ref = dcaron; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = l; +}, +{ +pos = (212,0); +ref = caroncomb.alt; +} +); +width = 332; +}, +{ +background = { +shapes = ( +{ +pos = (-306,0); +ref = dcaron; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = l; +}, +{ +pos = (216,0); +ref = caroncomb.alt; +} +); +width = 336; +}, +{ +background = { +shapes = ( +{ +pos = (-378,0); +ref = dcaron; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = l; +}, +{ +pos = (264,0); +ref = caroncomb.alt; +} +); +width = 384; +}, +{ +background = { +shapes = ( +{ +pos = (-574,0); +ref = dcaron; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = l; +}, +{ +pos = (344,0); +ref = caroncomb.alt; +} +); +width = 464; +} +); +unicode = 318; +}, +{ +glyphname = lcommaaccent; +kernLeft = left_ascender; +lastChange = "2022-10-11 19:40:15 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = l; +}, +{ +pos = (-194,0); +ref = commaaccentcomb; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = l; +}, +{ +pos = (-184,0); +ref = commaaccentcomb; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = l; +}, +{ +pos = (-174,0); +ref = commaaccentcomb; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = l; +}, +{ +pos = (-159,0); +ref = commaaccentcomb; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = l; +}, +{ +pos = (-149,0); +ref = commaaccentcomb; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = l; +}, +{ +pos = (-149,0); +ref = commaaccentcomb; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = l; +}, +{ +pos = (-154,0); +ref = commaaccentcomb; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = l; +}, +{ +pos = (-144,0); +ref = commaaccentcomb; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = l; +}, +{ +pos = (-134,0); +ref = commaaccentcomb; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-132,0); +ref = commaaccentcomb; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = l; +}, +{ +pos = (-108,0); +ref = commaaccentcomb; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-68,0); +ref = commaaccentcomb; +} +); +width = 464; +} +); +unicode = 316; +}, +{ +glyphname = ldot; +kernLeft = left_ascender; +lastChange = "2022-10-11 19:40:15 +0000"; +layers = ( +{ +layerId = m009; +metricRight = "=+160"; +shapes = ( +{ +ref = l; +}, +{ +pos = (106,24); +ref = periodcentered.loclCAT; +} +); +width = 372; +}, +{ +layerId = m007; +metricRight = "=+193"; +shapes = ( +{ +ref = l; +}, +{ +pos = (116,24); +ref = periodcentered.loclCAT; +} +); +width = 425; +}, +{ +layerId = m010; +metricRight = "=+266"; +shapes = ( +{ +ref = l; +}, +{ +pos = (126,24); +ref = periodcentered.loclCAT; +} +); +width = 518; +}, +{ +layerId = m005; +metricRight = "=+209"; +shapes = ( +{ +ref = l; +}, +{ +pos = (141,24); +ref = periodcentered.loclCAT; +} +); +width = 491; +}, +{ +layerId = m01; +metricRight = "=+253"; +shapes = ( +{ +ref = l; +}, +{ +pos = (151,24); +ref = periodcentered.loclCAT; +} +); +width = 555; +}, +{ +layerId = m003; +metricRight = "=+305"; +shapes = ( +{ +ref = l; +}, +{ +pos = (151,24); +ref = periodcentered.loclCAT; +} +); +width = 607; +}, +{ +layerId = m006; +metricRight = "=+252"; +shapes = ( +{ +ref = l; +}, +{ +pos = (146,24); +ref = periodcentered.loclCAT; +} +); +width = 544; +}, +{ +layerId = m002; +metricRight = "=+306"; +shapes = ( +{ +ref = l; +}, +{ +pos = (156,24); +ref = periodcentered.loclCAT; +} +); +width = 618; +}, +{ +layerId = m004; +metricRight = "=+368"; +shapes = ( +{ +ref = l; +}, +{ +pos = (166,24); +ref = periodcentered.loclCAT; +} +); +width = 700; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricRight = "=+340"; +shapes = ( +{ +ref = l; +}, +{ +pos = (168,24); +ref = periodcentered.loclCAT; +} +); +width = 676; +}, +{ +layerId = m008; +metricRight = "=+396"; +shapes = ( +{ +ref = l; +}, +{ +pos = (192,24); +ref = periodcentered.loclCAT; +} +); +width = 780; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricRight = "=+518"; +shapes = ( +{ +ref = l; +}, +{ +pos = (232,24); +ref = periodcentered.loclCAT; +} +); +width = 982; +} +); +unicode = 320; +}, +{ +glyphname = lslash; +kernLeft = left_ascender; +lastChange = "2023-04-27 09:52:18 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = l; +}, +{ +pos = (-194,0); +ref = _slash.lslash; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = l; +}, +{ +pos = (-184,0); +ref = _slash.lslash; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = l; +}, +{ +pos = (-174,0); +ref = _slash.lslash; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = l; +}, +{ +pos = (-159,0); +ref = _slash.lslash; +} +); +width = 282; +}, +{ +layerId = m01; +metricLeft = "=+10"; +metricRight = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = l; +}, +{ +pos = (-139,0); +ref = _slash.lslash; +} +); +width = 322; +}, +{ +layerId = m003; +metricLeft = "=+60"; +metricRight = "=+60"; +shapes = ( +{ +pos = (60,0); +ref = l; +}, +{ +pos = (-89,0); +ref = _slash.lslash; +} +); +width = 422; +}, +{ +layerId = m006; +metricLeft = "=+10"; +metricRight = "=+10"; +shapes = ( +{ +pos = (10,0); +ref = l; +}, +{ +pos = (-144,0); +ref = _slash.lslash; +} +); +width = 312; +}, +{ +layerId = m002; +metricLeft = "=+20"; +metricRight = "=+20"; +shapes = ( +{ +pos = (20,0); +ref = l; +}, +{ +pos = (-124,0); +ref = _slash.lslash; +} +); +width = 352; +}, +{ +layerId = m004; +metricLeft = "=+70"; +metricRight = "=+70"; +shapes = ( +{ +pos = (70,0); +ref = l; +}, +{ +pos = (-64,0); +ref = _slash.lslash; +} +); +width = 472; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+30"; +metricRight = "=+30"; +shapes = ( +{ +pos = (30,0); +ref = l; +}, +{ +pos = (-102,0); +ref = _slash.lslash; +} +); +width = 396; +}, +{ +layerId = m008; +metricLeft = "=+40"; +metricRight = "=+40"; +shapes = ( +{ +pos = (40,0); +ref = l; +}, +{ +pos = (-68,0); +ref = _slash.lslash; +} +); +width = 464; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+100"; +metricRight = "=+100"; +shapes = ( +{ +pos = (100,0); +ref = l; +}, +{ +pos = (32,0); +ref = _slash.lslash; +} +); +width = 664; +} +); +unicode = 322; +}, +{ +glyphname = m; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-03-11 12:27:32 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 452; +}; +pos = (206,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 452; +}; +pos = (576,0); +ref = "_part.shoulder-n"; +} +); +width = 1032; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (246,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (616,0); +ref = "_part.shoulder-n"; +} +); +width = 1045; +}, +{ +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (206,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (758,0); +ref = "_part.shoulder-n"; +} +); +width = 1396; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (256,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (818,0); +ref = "_part.shoulder-n"; +} +); +width = 1448; +}, +{ +background = { +shapes = ( +{ +pos = (-38,0); +ref = n; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 460; +}; +pos = (196,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 460; +}; +pos = (494,0); +ref = "_part.shoulder-n"; +} +); +width = 869; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (236,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (534,0); +ref = "_part.shoulder-n"; +} +); +width = 882; +}, +{ +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (136,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (508,0); +ref = "_part.shoulder-n"; +} +); +width = 966; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (352,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (672,0); +ref = "_part.shoulder-n"; +} +); +width = 1021; +}, +{ +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (126,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (434,0); +ref = "_part.shoulder-n"; +} +); +width = 819; +}, +{ +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (146,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (672,0); +ref = "_part.shoulder-n"; +} +); +width = 1293; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (432,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (900,0); +ref = "_part.shoulder-n"; +} +); +width = 1397; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 462; +}; +pos = (304,0); +ref = "_part.shoulder-n"; +}, +{ +piece = { +"Compensator Shift" = 100; +"Shoulder Width" = 462; +}; +pos = (592,0); +ref = "_part.shoulder-n"; +} +); +width = 909; +} +); +metricLeft = n; +metricRight = n; +unicode = 109; +}, +{ +glyphname = n; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2023-01-16 20:09:42 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (346,0); +}, +{ +name = bottomright; +pos = (606,0); +}, +{ +name = hookleft; +pos = (96,0); +}, +{ +name = top; +pos = (346,600); +} +); +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (206,0); +ref = "_part.shoulder-n"; +} +); +width = 692; +}, +{ +anchors = ( +{ +name = bottom; +pos = (358,0); +}, +{ +name = bottomright; +pos = (656,0); +}, +{ +name = hookleft; +pos = (66,0); +}, +{ +name = top; +pos = (358,620); +} +); +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +}; +pos = (246,0); +ref = "_part.shoulder-n"; +} +); +width = 715; +}, +{ +anchors = ( +{ +name = bottom; +pos = (446,0); +}, +{ +name = bottomright; +pos = (806,0); +}, +{ +name = hookleft; +pos = (96,0); +}, +{ +name = top; +pos = (446,600); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +}; +pos = (206,0); +ref = "_part.shoulder-n"; +} +); +width = 892; +}, +{ +anchors = ( +{ +name = bottom; +pos = (467,0); +}, +{ +name = bottomright; +pos = (866,0); +}, +{ +name = hookleft; +pos = (76,0); +}, +{ +name = top; +pos = (467,620); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +}; +pos = (256,0); +ref = "_part.shoulder-n"; +} +); +width = 934; +}, +{ +anchors = ( +{ +name = bottom; +pos = (297,0); +}, +{ +name = bottomright; +pos = (516,0); +}, +{ +name = hookleft; +pos = (86,0); +}, +{ +name = top; +pos = (297,600); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (196,0); +ref = "_part.shoulder-n"; +} +); +width = 593; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = bottomright; +pos = (554,0); +}, +{ +name = hookleft; +pos = (56,0); +}, +{ +name = top; +pos = (302,620); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (236,0); +ref = "_part.shoulder-n"; +} +); +width = 604; +}, +{ +anchors = ( +{ +name = bottom; +pos = (321,0); +}, +{ +name = bottomright; +pos = (556,0); +}, +{ +name = hookleft; +pos = (96,0); +}, +{ +name = top; +pos = (321,588); +} +); +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 482; +}; +pos = (136,0); +ref = "_part.shoulder-n"; +} +); +width = 642; +}, +{ +anchors = ( +{ +name = bottom; +pos = (371,0); +}, +{ +name = bottomright; +pos = (712,0); +}, +{ +name = hookleft; +pos = (32,0); +}, +{ +name = top; +pos = (371,640); +} +); +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +}; +pos = (352,0); +ref = "_part.shoulder-n"; +} +); +width = 741; +}, +{ +anchors = ( +{ +name = bottom; +pos = (276,0); +}, +{ +name = bottomright; +pos = (474,0); +}, +{ +name = hookleft; +pos = (86,0); +}, +{ +name = top; +pos = (276,588); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 482; +}; +pos = (126,0); +ref = "_part.shoulder-n"; +} +); +width = 551; +}, +{ +anchors = ( +{ +name = bottom; +pos = (421,0); +}, +{ +name = bottomright; +pos = (746,0); +}, +{ +name = hookleft; +pos = (106,0); +}, +{ +name = top; +pos = (421,588); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +"Shoulder Width" = 482; +}; +pos = (146,0); +ref = "_part.shoulder-n"; +} +); +width = 841; +}, +{ +anchors = ( +{ +name = bottom; +pos = (321,0); +}, +{ +name = bottomright; +pos = (612,0); +}, +{ +name = hookleft; +pos = (32,0); +}, +{ +name = top; +pos = (321,640); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +}; +pos = (304,0); +ref = "_part.shoulder-n"; +} +); +width = 641; +}, +{ +anchors = ( +{ +name = bottom; +pos = (511,0); +}, +{ +name = bottomright; +pos = (992,0); +}, +{ +name = hookleft; +pos = (32,0); +}, +{ +name = top; +pos = (511,640); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Compensator Shift" = 0; +}; +pos = (432,0); +ref = "_part.shoulder-n"; +} +); +width = 1021; +} +); +unicode = 110; +}, +{ +glyphname = nacute; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-10-11 19:40:39 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = n; +}, +{ +pos = (-24,0); +ref = acutecomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = n; +}, +{ +pos = (21,0); +ref = acutecomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = n; +}, +{ +pos = (121,0); +ref = acutecomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = n; +}, +{ +pos = (-3,0); +ref = acutecomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = n; +}, +{ +pos = (46,0); +ref = acutecomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = n; +}, +{ +pos = (146,0); +ref = acutecomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = n; +}, +{ +pos = (2,0); +ref = acutecomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = n; +}, +{ +pos = (58,0); +ref = acutecomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = n; +}, +{ +pos = (167,0); +ref = acutecomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = n; +}, +{ +pos = (21,0); +ref = acutecomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = n; +}, +{ +pos = (71,0); +ref = acutecomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (211,0); +ref = acutecomb; +} +); +width = 1021; +} +); +unicode = 324; +}, +{ +glyphname = ncaron; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-10-11 19:40:39 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = n; +}, +{ +pos = (-24,0); +ref = caroncomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = n; +}, +{ +pos = (21,0); +ref = caroncomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = n; +}, +{ +pos = (121,0); +ref = caroncomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = n; +}, +{ +pos = (-3,0); +ref = caroncomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = n; +}, +{ +pos = (46,0); +ref = caroncomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = n; +}, +{ +pos = (146,0); +ref = caroncomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = n; +}, +{ +pos = (2,0); +ref = caroncomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = n; +}, +{ +pos = (58,0); +ref = caroncomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = n; +}, +{ +pos = (167,0); +ref = caroncomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = n; +}, +{ +pos = (21,0); +ref = caroncomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = n; +}, +{ +pos = (71,0); +ref = caroncomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (211,0); +ref = caroncomb; +} +); +width = 1021; +} +); +unicode = 328; +}, +{ +glyphname = ncommaaccent; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-10-11 19:40:39 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = n; +}, +{ +pos = (-24,0); +ref = commaaccentcomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = n; +}, +{ +pos = (21,0); +ref = commaaccentcomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = n; +}, +{ +pos = (121,0); +ref = commaaccentcomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = n; +}, +{ +pos = (-3,0); +ref = commaaccentcomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = n; +}, +{ +pos = (46,0); +ref = commaaccentcomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = n; +}, +{ +pos = (146,0); +ref = commaaccentcomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = n; +}, +{ +pos = (2,0); +ref = commaaccentcomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = n; +}, +{ +pos = (58,0); +ref = commaaccentcomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = n; +}, +{ +pos = (167,0); +ref = commaaccentcomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = n; +}, +{ +pos = (21,0); +ref = commaaccentcomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = n; +}, +{ +pos = (71,0); +ref = commaaccentcomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (211,0); +ref = commaaccentcomb; +} +); +width = 1021; +} +); +unicode = 326; +}, +{ +glyphname = nhookleft; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-10-11 19:40:39 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-214,0); +ref = _part.hook; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-204,0); +ref = _part.hook; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-194,0); +ref = _part.hook; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-214,0); +ref = _part.hook; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-204,0); +ref = _part.hook; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-204,0); +ref = _part.hook; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-244,0); +ref = _part.hook; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-234,0); +ref = _part.hook; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-224,0); +ref = _part.hook; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-268,0); +ref = _part.hook; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-268,0); +ref = _part.hook; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = n; +}, +{ +anchor = hookleft; +pos = (-268,0); +ref = _part.hook; +} +); +width = 1021; +} +); +unicode = 626; +}, +{ +glyphname = ntilde; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-10-11 19:40:39 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = n; +}, +{ +pos = (-24,0); +ref = tildecomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = n; +}, +{ +pos = (21,0); +ref = tildecomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = n; +}, +{ +pos = (121,0); +ref = tildecomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = n; +}, +{ +pos = (-3,0); +ref = tildecomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = n; +}, +{ +pos = (46,0); +ref = tildecomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = n; +}, +{ +pos = (146,0); +ref = tildecomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = n; +}, +{ +pos = (2,0); +ref = tildecomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = n; +}, +{ +pos = (58,0); +ref = tildecomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = n; +}, +{ +pos = (167,0); +ref = tildecomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = n; +}, +{ +pos = (21,0); +ref = tildecomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = n; +}, +{ +pos = (71,0); +ref = tildecomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = n; +}, +{ +pos = (165,0); +ref = tildecomb; +} +); +width = 1021; +} +); +unicode = 241; +}, +{ +glyphname = eng; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-10-11 19:40:39 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (134,0); +ref = _part.hook; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (216,0); +ref = _part.hook; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (406,0); +ref = _part.hook; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (106,0); +ref = _part.hook; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (196,0); +ref = _part.hook; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (396,0); +ref = _part.hook; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (74,0); +ref = _part.hook; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (176,0); +ref = _part.hook; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (386,0); +ref = _part.hook; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (40,0); +ref = _part.hook; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (92,0); +ref = _part.hook; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = n; +}, +{ +anchor = bottomright; +pos = (292,0); +ref = _part.hook; +} +); +width = 1021; +} +); +unicode = 331; +}, +{ +glyphname = o; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2023-01-17 12:12:17 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (355,0); +}, +{ +name = center; +pos = (355,300); +}, +{ +name = ogonek; +pos = (639,10); +}, +{ +name = top; +pos = (355,600); +}, +{ +name = topright; +pos = (690,600); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(536,-16,o), +(657,110,o), +(657,300,cs), +(657,490,o), +(536,616,o), +(355,616,cs), +(174,616,o), +(53,490,o), +(53,300,cs), +(53,110,o), +(174,-16,o), +(355,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,88,o), +(163,169,o), +(163,300,cs), +(163,431,o), +(236,512,o), +(355,512,cs), +(474,512,o), +(547,431,o), +(547,300,cs), +(547,169,o), +(474,88,o), +(355,88,cs) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = bottom; +pos = (359,0); +}, +{ +name = center; +pos = (359,310); +}, +{ +name = ogonek; +pos = (646,10); +}, +{ +name = top; +pos = (359,620); +}, +{ +name = topright; +pos = (698,620); +} +); +background = { +shapes = ( +{ +pos = (-2,0); +ref = n; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(552,-20,o), +(681,112,o), +(681,310,cs), +(681,508,o), +(552,640,o), +(359,640,cs), +(166,640,o), +(37,508,o), +(37,310,cs), +(37,112,o), +(166,-20,o), +(359,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(267,140,o), +(211,205,o), +(211,310,cs), +(211,415,o), +(267,480,o), +(359,480,cs), +(451,480,o), +(507,415,o), +(507,310,cs), +(507,205,o), +(451,140,o), +(359,140,cs) +); +} +); +width = 718; +}, +{ +anchors = ( +{ +name = bottom; +pos = (473,0); +}, +{ +name = center; +pos = (473,300); +}, +{ +name = ogonek; +pos = (851,10); +}, +{ +name = top; +pos = (473,600); +}, +{ +name = topright; +pos = (926,600); +} +); +background = { +shapes = ( +{ +pos = (25,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(733,-16,o), +(893,104,o), +(893,300,cs), +(893,496,o), +(733,616,o), +(473,616,cs), +(213,616,o), +(53,496,o), +(53,300,cs), +(53,104,o), +(213,-16,o), +(473,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,80,o), +(165,159,o), +(165,300,cs), +(165,441,o), +(276,520,o), +(473,520,cs), +(670,520,o), +(781,441,o), +(781,300,cs), +(781,159,o), +(670,80,o), +(473,80,cs) +); +} +); +width = 946; +}, +{ +anchors = ( +{ +name = bottom; +pos = (474,0); +}, +{ +name = center; +pos = (474,310); +}, +{ +name = ogonek; +pos = (853,10); +}, +{ +name = top; +pos = (474,620); +}, +{ +name = topright; +pos = (928,620); +} +); +background = { +shapes = ( +{ +pos = (3,0); +ref = n; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(750,-20,o), +(906,99,o), +(906,310,cs), +(906,521,o), +(750,640,o), +(474,640,cs), +(198,640,o), +(42,521,o), +(42,310,cs), +(42,99,o), +(198,-20,o), +(474,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(310,132,o), +(226,193,o), +(226,310,cs), +(226,427,o), +(310,488,o), +(474,488,cs), +(638,488,o), +(722,427,o), +(722,310,cs), +(722,193,o), +(638,132,o), +(474,132,cs) +); +} +); +width = 948; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = center; +pos = (302,300); +}, +{ +name = ogonek; +pos = (544,10); +}, +{ +name = top; +pos = (302,600); +}, +{ +name = topright; +pos = (584,600); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(459,-16,o), +(556,104,o), +(556,300,cs), +(556,496,o), +(459,616,o), +(302,616,cs), +(145,616,o), +(48,496,o), +(48,300,cs), +(48,104,o), +(145,-16,o), +(302,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(209,86,o), +(156,163,o), +(156,300,cs), +(156,437,o), +(209,514,o), +(302,514,cs), +(395,514,o), +(448,437,o), +(448,300,cs), +(448,163,o), +(395,86,o), +(302,86,cs) +); +} +); +width = 604; +}, +{ +anchors = ( +{ +name = bottom; +pos = (303,0); +}, +{ +name = center; +pos = (303,310); +}, +{ +name = ogonek; +pos = (545,10); +}, +{ +name = top; +pos = (303,620); +}, +{ +name = topright; +pos = (586,620); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(477,-20,o), +(575,99,o), +(575,310,cs), +(575,521,o), +(477,640,o), +(303,640,cs), +(129,640,o), +(31,521,o), +(31,310,cs), +(31,99,o), +(129,-20,o), +(303,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,134,o), +(201,194,o), +(201,310,cs), +(201,426,o), +(236,486,o), +(303,486,cs), +(370,486,o), +(405,426,o), +(405,310,cs), +(405,194,o), +(370,134,o), +(303,134,cs) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = bottom; +pos = (326,0); +}, +{ +name = center; +pos = (326,294); +}, +{ +name = ogonek; +pos = (587,10); +}, +{ +name = top; +pos = (326,588); +}, +{ +name = topright; +pos = (632,588); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(495,-12,o), +(599,104,o), +(599,294,cs), +(599,484,o), +(495,600,o), +(326,600,cs), +(157,600,o), +(53,484,o), +(53,294,cs), +(53,104,o), +(157,-12,o), +(326,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,24,o), +(94,127,o), +(94,294,cs), +(94,461,o), +(182,564,o), +(326,564,cs), +(470,564,o), +(558,461,o), +(558,294,cs), +(558,127,o), +(470,24,o), +(326,24,cs) +); +} +); +width = 652; +}, +{ +anchors = ( +{ +name = bottom; +pos = (378,0); +}, +{ +name = center; +pos = (378,320); +}, +{ +name = ogonek; +pos = (680,10); +}, +{ +name = top; +pos = (378,640); +}, +{ +name = topright; +pos = (736,640); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(594,-26,o), +(738,112,o), +(738,320,cs), +(738,528,o), +(594,666,o), +(378,666,cs), +(162,666,o), +(18,528,o), +(18,320,cs), +(18,112,o), +(162,-26,o), +(378,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(350,214,o), +(338,246,o), +(338,320,cs), +(338,394,o), +(350,426,o), +(378,426,cs), +(406,426,o), +(418,394,o), +(418,320,cs), +(418,246,o), +(406,214,o), +(378,214,cs) +); +} +); +width = 756; +}, +{ +anchors = ( +{ +name = bottom; +pos = (278,0); +}, +{ +name = center; +pos = (278,294); +}, +{ +name = ogonek; +pos = (500,10); +}, +{ +name = top; +pos = (278,588); +}, +{ +name = topright; +pos = (536,588); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(425,-12,o), +(508,98,o), +(508,294,cs), +(508,490,o), +(425,600,o), +(278,600,cs), +(131,600,o), +(48,490,o), +(48,294,cs), +(48,98,o), +(131,-12,o), +(278,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,24,o), +(88,121,o), +(88,294,cs), +(88,467,o), +(156,564,o), +(278,564,cs), +(400,564,o), +(468,467,o), +(468,294,cs), +(468,121,o), +(400,24,o), +(278,24,cs) +); +} +); +width = 556; +}, +{ +anchors = ( +{ +name = bottom; +pos = (439,0); +}, +{ +name = center; +pos = (439,294); +}, +{ +name = ogonek; +pos = (790,10); +}, +{ +name = top; +pos = (439,588); +}, +{ +name = topright; +pos = (858,588); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(682,-12,o), +(819,98,o), +(819,294,cs), +(819,490,o), +(682,600,o), +(439,600,cs), +(196,600,o), +(59,490,o), +(59,294,cs), +(59,98,o), +(196,-12,o), +(439,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(223,24,o), +(101,121,o), +(101,294,cs), +(101,467,o), +(223,564,o), +(439,564,cs), +(655,564,o), +(777,467,o), +(777,294,cs), +(777,121,o), +(655,24,o), +(439,24,cs) +); +} +); +width = 878; +}, +{ +anchors = ( +{ +name = bottom; +pos = (318,0); +}, +{ +name = center; +pos = (318,320); +}, +{ +name = ogonek; +pos = (572,10); +}, +{ +name = top; +pos = (318,640); +}, +{ +name = topright; +pos = (616,640); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,-26,o), +(618,99,o), +(618,320,cs), +(618,541,o), +(510,666,o), +(318,666,cs), +(126,666,o), +(18,541,o), +(18,320,cs), +(18,99,o), +(126,-26,o), +(318,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(296,194,o), +(290,219,o), +(290,320,cs), +(290,421,o), +(296,446,o), +(318,446,cs), +(340,446,o), +(346,421,o), +(346,320,cs), +(346,219,o), +(340,194,o), +(318,194,cs) +); +} +); +width = 636; +}, +{ +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = center; +pos = (518,320); +}, +{ +name = ogonek; +pos = (932,10); +}, +{ +name = top; +pos = (518,640); +}, +{ +name = topright; +pos = (1016,640); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(848,-26,o), +(1018,92,o), +(1018,320,cs), +(1018,548,o), +(848,666,o), +(518,666,cs), +(188,666,o), +(18,548,o), +(18,320,cs), +(18,92,o), +(188,-26,o), +(518,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(452,214,o), +(418,250,o), +(418,320,cs), +(418,390,o), +(452,426,o), +(518,426,cs), +(584,426,o), +(618,390,o), +(618,320,cs), +(618,250,o), +(584,214,o), +(518,214,cs) +); +} +); +width = 1036; +} +); +metricLeft = RND; +metricRight = RND; +unicode = 111; +}, +{ +glyphname = oacute; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +pos = (-22,0); +ref = acutecomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +pos = (26,0); +ref = acutecomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +}, +{ +pos = (139,0); +ref = acutecomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +}, +{ +pos = (2,0); +ref = acutecomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = o; +}, +{ +pos = (55,0); +ref = acutecomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +}, +{ +pos = (173,0); +ref = acutecomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,0); +ref = acutecomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +}, +{ +pos = (59,0); +ref = acutecomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +}, +{ +pos = (174,0); +ref = acutecomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (18,0); +ref = acutecomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +}, +{ +pos = (78,0); +ref = acutecomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (218,0); +ref = acutecomb; +} +); +width = 1036; +} +); +unicode = 243; +}, +{ +glyphname = ocircumflex; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +pos = (-22,0); +ref = circumflexcomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +pos = (26,0); +ref = circumflexcomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +}, +{ +pos = (139,0); +ref = circumflexcomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +}, +{ +pos = (2,0); +ref = circumflexcomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = o; +}, +{ +pos = (55,0); +ref = circumflexcomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +}, +{ +pos = (173,0); +ref = circumflexcomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,0); +ref = circumflexcomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +}, +{ +pos = (59,0); +ref = circumflexcomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +}, +{ +pos = (174,0); +ref = circumflexcomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (18,0); +ref = circumflexcomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +}, +{ +pos = (78,0); +ref = circumflexcomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (218,0); +ref = circumflexcomb; +} +); +width = 1036; +} +); +unicode = 244; +}, +{ +glyphname = odieresis; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2023-01-16 18:59:19 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +pos = (156,0); +ref = dieresiscomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +pos = (171,0); +ref = dieresiscomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +}, +{ +pos = (233,0); +ref = dieresiscomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +}, +{ +pos = (133,0); +ref = dieresiscomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = o; +}, +{ +pos = (155,0); +ref = dieresiscomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +}, +{ +pos = (213,0); +ref = dieresiscomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +}, +{ +pos = (102,0); +ref = dieresiscomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +}, +{ +pos = (121,0); +ref = dieresiscomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +}, +{ +pos = (180,0); +ref = dieresiscomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (68,0); +ref = dieresiscomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +}, +{ +pos = (78,0); +ref = dieresiscomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (114,0); +ref = dieresiscomb; +} +); +width = 1036; +} +); +unicode = 246; +}, +{ +glyphname = odotbelow; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +pos = (-22,0); +ref = dotbelowcomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +pos = (26,0); +ref = dotbelowcomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +}, +{ +pos = (139,0); +ref = dotbelowcomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +}, +{ +pos = (2,0); +ref = dotbelowcomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = o; +}, +{ +pos = (55,0); +ref = dotbelowcomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +}, +{ +pos = (173,0); +ref = dotbelowcomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,0); +ref = dotbelowcomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +}, +{ +pos = (59,0); +ref = dotbelowcomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +}, +{ +pos = (174,0); +ref = dotbelowcomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (18,0); +ref = dotbelowcomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +}, +{ +pos = (78,0); +ref = dotbelowcomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (218,0); +ref = dotbelowcomb; +} +); +width = 1036; +} +); +unicode = 7885; +}, +{ +glyphname = ograve; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +pos = (-22,0); +ref = gravecomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +pos = (26,0); +ref = gravecomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +}, +{ +pos = (139,0); +ref = gravecomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +}, +{ +pos = (2,0); +ref = gravecomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = o; +}, +{ +pos = (55,0); +ref = gravecomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +}, +{ +pos = (173,0); +ref = gravecomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,0); +ref = gravecomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +}, +{ +pos = (59,0); +ref = gravecomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +}, +{ +pos = (174,0); +ref = gravecomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (18,0); +ref = gravecomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +}, +{ +pos = (78,0); +ref = gravecomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (218,0); +ref = gravecomb; +} +); +width = 1036; +} +); +unicode = 242; +}, +{ +glyphname = ohungarumlaut; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +pos = (-22,0); +ref = hungarumlautcomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +pos = (26,0); +ref = hungarumlautcomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +}, +{ +pos = (139,0); +ref = hungarumlautcomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +}, +{ +pos = (2,0); +ref = hungarumlautcomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = o; +}, +{ +pos = (55,0); +ref = hungarumlautcomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +}, +{ +pos = (173,0); +ref = hungarumlautcomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,0); +ref = hungarumlautcomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +}, +{ +pos = (59,0); +ref = hungarumlautcomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +}, +{ +pos = (174,0); +ref = hungarumlautcomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (18,0); +ref = hungarumlautcomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +}, +{ +pos = (78,0); +ref = hungarumlautcomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (218,0); +ref = hungarumlautcomb; +} +); +width = 1036; +} +); +unicode = 337; +}, +{ +glyphname = omacron; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +pos = (-22,0); +ref = macroncomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +pos = (26,0); +ref = macroncomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +}, +{ +pos = (139,0); +ref = macroncomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +}, +{ +pos = (2,0); +ref = macroncomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = o; +}, +{ +pos = (55,0); +ref = macroncomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +}, +{ +pos = (173,0); +ref = macroncomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,0); +ref = macroncomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +}, +{ +pos = (59,0); +ref = macroncomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +}, +{ +pos = (174,0); +ref = macroncomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (18,0); +ref = macroncomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +}, +{ +pos = (78,0); +ref = macroncomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (218,0); +ref = macroncomb; +} +); +width = 1036; +} +); +unicode = 333; +}, +{ +glyphname = oslash; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +}, +{ +ref = _slash.oslash; +} +); +width = 1036; +} +); +unicode = 248; +}, +{ +glyphname = oslashacute; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (-22,0); +ref = acutecomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (26,0); +ref = acutecomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (139,0); +ref = acutecomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (2,0); +ref = acutecomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (55,0); +ref = acutecomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (173,0); +ref = acutecomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (3,0); +ref = acutecomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (59,0); +ref = acutecomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (174,0); +ref = acutecomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (18,0); +ref = acutecomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (78,0); +ref = acutecomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = oslash; +}, +{ +pos = (218,0); +ref = acutecomb; +} +); +width = 1036; +} +); +unicode = 511; +}, +{ +glyphname = otilde; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +pos = (-22,0); +ref = tildecomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +pos = (26,0); +ref = tildecomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +}, +{ +pos = (139,0); +ref = tildecomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +}, +{ +pos = (2,0); +ref = tildecomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = o; +}, +{ +pos = (55,0); +ref = tildecomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +}, +{ +pos = (173,0); +ref = tildecomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +}, +{ +pos = (3,0); +ref = tildecomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +}, +{ +pos = (59,0); +ref = tildecomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +}, +{ +pos = (174,0); +ref = tildecomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +}, +{ +pos = (18,0); +ref = tildecomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +}, +{ +pos = (78,0); +ref = tildecomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +}, +{ +pos = (172,0); +ref = tildecomb; +} +); +width = 1036; +} +); +unicode = 245; +}, +{ +glyphname = oe; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-11 19:41:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (424,0); +ref = _e.digraph; +} +); +width = 954; +}, +{ +layerId = m007; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (509,0); +ref = _e.digraph; +} +); +width = 1128; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (722,0); +ref = _e.digraph; +} +); +width = 1563; +}, +{ +layerId = m005; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (410,0); +ref = _e.digraph; +} +); +width = 976; +}, +{ +layerId = m01; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (504,0); +ref = _e.digraph; +} +); +width = 1173; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (738,0); +ref = _e.digraph; +} +); +width = 1641; +}, +{ +layerId = m006; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (394,0); +ref = _e.digraph; +} +); +width = 969; +}, +{ +layerId = m002; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (480,0); +ref = _e.digraph; +} +); +width = 1178; +}, +{ +layerId = m004; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (690,0); +ref = _e.digraph; +} +); +width = 1614; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (348,0); +ref = _e.digraph; +} +); +width = 958; +}, +{ +layerId = m008; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (420,0); +ref = _e.digraph; +} +); +width = 1150; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _o.oe; +}, +{ +pos = (620,0); +ref = _e.digraph; +} +); +width = 1626; +} +); +unicode = 339; +}, +{ +glyphname = p; +kernLeft = sqr_left; +kernRight = rnd_right; +lastChange = "2022-01-20 13:17:37 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,600); +ref = _part.b; +scale = (1,-1); +} +); +width = 737; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,620); +ref = _part.b; +scale = (1,-1); +} +); +width = 739; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,600); +ref = _part.b; +scale = (1,-1); +} +); +width = 971; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,620); +ref = _part.b; +scale = (1,-1); +} +); +width = 966; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,600); +ref = _part.b; +scale = (1,-1); +} +); +width = 634; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,620); +ref = _part.b; +scale = (1,-1); +} +); +width = 631; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,588); +ref = _part.b; +scale = (1,-1); +} +); +width = 683; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,640); +ref = _part.b; +scale = (1,-1); +} +); +width = 762; +}, +{ +layerId = m009; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,588); +ref = _part.b; +scale = (1,-1); +} +); +width = 584; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,588); +ref = _part.b; +scale = (1,-1); +} +); +width = 905; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,640); +ref = _part.b; +scale = (1,-1); +} +); +width = 1038; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +"Stem Height" = 800; +}; +pos = (0,640); +ref = _part.b; +scale = (1,-1); +} +); +width = 642; +} +); +metricLeft = n; +metricRight = o; +unicode = 112; +}, +{ +glyphname = thorn; +kernLeft = left_ascender; +kernRight = rnd_right; +lastChange = "2022-10-11 19:42:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(456,-12,o), +(536,98,o), +(536,294,cs), +(536,490,o), +(456,600,o), +(313,600,cs), +(232,600,o), +(168,563,o), +(136,496,c), +(126,496,l), +(126,848,l), +(86,848,l), +(86,-200,l), +(126,-200,l), +(126,92,l), +(136,92,l), +(168,25,o), +(232,-12,o), +(313,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,467,o), +(189,564,o), +(309,564,cs), +(429,564,o), +(496,467,o), +(496,294,cs), +(496,121,o), +(429,24,o), +(309,24,cs), +(189,24,o), +(122,121,o), +(122,294,cs) +); +} +); +width = 584; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(529,-12,o), +(630,104,o), +(630,294,cs), +(630,484,o), +(529,600,o), +(365,600,cs), +(263,600,o), +(180,552,o), +(146,474,c), +(136,474,l), +(136,848,l), +(96,848,l), +(96,-200,l), +(136,-200,l), +(136,114,l), +(146,114,l), +(180,36,o), +(263,-12,o), +(365,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,461,o), +(220,564,o), +(361,564,cs), +(502,564,o), +(589,461,o), +(589,294,cs), +(589,127,o), +(502,24,o), +(361,24,cs), +(220,24,o), +(133,127,o), +(133,294,cs) +); +} +); +width = 683; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(714,-12,o), +(846,98,o), +(846,294,cs), +(846,490,o), +(714,600,o), +(478,600,cs), +(326,600,o), +(212,552,o), +(162,466,c), +(146,466,l), +(146,848,l), +(106,848,l), +(106,-200,l), +(146,-200,l), +(146,122,l), +(162,122,l), +(212,36,o), +(326,-12,o), +(478,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(144,467,o), +(263,564,o), +(474,564,cs), +(685,564,o), +(804,467,o), +(804,294,cs), +(804,121,o), +(685,24,o), +(474,24,cs), +(263,24,o), +(144,121,o), +(144,294,cs) +); +} +); +width = 905; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(498,-16,o), +(586,104,o), +(586,300,cs), +(586,496,o), +(498,616,o), +(355,616,cs), +(290,616,o), +(238,591,o), +(210,546,c), +(196,546,l), +(196,848,l), +(86,848,l), +(86,-200,l), +(196,-200,l), +(196,54,l), +(210,54,l), +(238,9,o), +(290,-16,o), +(355,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(192,437,o), +(243,514,o), +(335,514,cs), +(427,514,o), +(478,437,o), +(478,300,cs), +(478,163,o), +(427,86,o), +(335,86,cs), +(243,86,o), +(192,163,o), +(192,300,cs) +); +} +); +width = 634; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(574,-16,o), +(684,110,o), +(684,300,cs), +(684,490,o), +(574,616,o), +(408,616,cs), +(329,616,o), +(261,587,o), +(220,536,c), +(206,536,l), +(206,848,l), +(96,848,l), +(96,-200,l), +(206,-200,l), +(206,64,l), +(220,64,l), +(261,13,o), +(329,-16,o), +(408,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,431,o), +(273,512,o), +(388,512,cs), +(503,512,o), +(574,431,o), +(574,300,cs), +(574,169,o), +(503,88,o), +(388,88,cs), +(273,88,o), +(202,169,o), +(202,300,cs) +); +} +); +width = 737; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(770,-16,o), +(918,104,o), +(918,300,cs), +(918,496,o), +(770,616,o), +(528,616,cs), +(391,616,o), +(282,583,o), +(226,524,c), +(206,524,l), +(206,848,l), +(96,848,l), +(96,-200,l), +(206,-200,l), +(206,76,l), +(226,76,l), +(282,17,o), +(391,-16,o), +(528,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,441,o), +(311,520,o), +(504,520,cs), +(697,520,o), +(806,441,o), +(806,300,cs), +(806,159,o), +(697,80,o), +(504,80,cs), +(311,80,o), +(202,159,o), +(202,300,cs) +); +} +); +width = 971; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-16,o), +(600,101,o), +(600,310,cs), +(600,519,o), +(523,636,o), +(387,636,cs), +(327,636,o), +(280,612,o), +(256,570,c), +(236,570,l), +(236,848,l), +(56,848,l), +(56,-200,l), +(236,-200,l), +(236,50,l), +(256,50,l), +(280,8,o), +(327,-16,o), +(387,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,420,o), +(260,476,o), +(327,476,cs), +(394,476,o), +(428,420,o), +(428,310,cs), +(428,200,o), +(394,144,o), +(327,144,cs), +(260,144,o), +(226,200,o), +(226,310,cs) +); +} +); +width = 631; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(593,-16,o), +(702,114,o), +(702,310,cs), +(702,506,o), +(593,636,o), +(430,636,cs), +(356,636,o), +(294,607,o), +(266,560,c), +(246,560,l), +(246,848,l), +(66,848,l), +(66,-200,l), +(246,-200,l), +(246,60,l), +(266,60,l), +(294,13,o), +(356,-16,o), +(430,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,410,o), +(289,472,o), +(380,472,cs), +(471,472,o), +(526,410,o), +(526,310,cs), +(526,210,o), +(471,148,o), +(380,148,cs), +(289,148,o), +(234,210,o), +(234,310,cs) +); +} +); +width = 739; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(782,-20,o), +(924,105,o), +(924,310,cs), +(924,515,o), +(782,640,o), +(551,640,cs), +(422,640,o), +(326,610,o), +(286,558,c), +(256,558,l), +(256,848,l), +(76,848,l), +(76,-200,l), +(256,-200,l), +(256,62,l), +(286,62,l), +(326,10,o), +(422,-20,o), +(551,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,427,o), +(328,488,o), +(491,488,cs), +(654,488,o), +(738,427,o), +(738,310,cs), +(738,193,o), +(654,132,o), +(491,132,cs), +(328,132,o), +(244,193,o), +(244,310,cs) +); +} +); +width = 966; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(568,-16,o), +(624,92,o), +(624,320,cs), +(624,548,o), +(568,656,o), +(448,656,cs), +(389,656,o), +(342,618,o), +(324,556,c), +(304,556,l), +(304,848,l), +(32,848,l), +(32,-200,l), +(304,-200,l), +(304,84,l), +(324,84,l), +(342,22,o), +(389,-16,o), +(448,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,406,o), +(300,428,o), +(322,428,cs), +(344,428,o), +(350,406,o), +(350,320,cs), +(350,234,o), +(344,212,o), +(322,212,cs), +(300,212,o), +(294,234,o), +(294,320,cs) +); +} +); +width = 642; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(663,-16,o), +(744,105,o), +(744,320,cs), +(744,535,o), +(663,656,o), +(520,656,cs), +(447,656,o), +(390,614,o), +(372,546,c), +(352,546,l), +(352,848,l), +(32,848,l), +(32,-200,l), +(352,-200,l), +(352,94,l), +(372,94,l), +(390,26,o), +(447,-16,o), +(520,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(344,394,o), +(356,426,o), +(384,426,cs), +(412,426,o), +(424,394,o), +(424,320,cs), +(424,246,o), +(412,214,o), +(384,214,cs), +(356,214,o), +(344,246,o), +(344,320,cs) +); +} +); +width = 762; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(905,-16,o), +(1020,105,o), +(1020,320,cs), +(1020,535,o), +(905,656,o), +(700,656,cs), +(599,656,o), +(508,612,o), +(472,546,c), +(432,546,l), +(432,848,l), +(32,848,l), +(32,-200,l), +(432,-200,l), +(432,94,l), +(472,94,l), +(508,28,o), +(599,-16,o), +(700,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(420,377,o), +(454,406,o), +(520,406,cs), +(586,406,o), +(620,377,o), +(620,320,cs), +(620,263,o), +(586,234,o), +(520,234,cs), +(454,234,o), +(420,263,o), +(420,320,cs) +); +} +); +width = 1038; +} +); +metricLeft = SQR; +metricRight = RND; +unicode = 254; +}, +{ +glyphname = q; +kernLeft = rnd_left; +kernRight = g_right; +lastChange = "2022-01-20 13:17:37 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (737,600); +ref = _part.b; +} +); +width = 737; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (739,620); +ref = _part.b; +} +); +width = 739; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (971,600); +ref = _part.b; +} +); +width = 971; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (966,620); +ref = _part.b; +} +); +width = 966; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (634,600); +ref = _part.b; +} +); +width = 634; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (631,620); +ref = _part.b; +} +); +width = 631; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (683,588); +ref = _part.b; +} +); +width = 683; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (762,640); +ref = _part.b; +} +); +width = 762; +}, +{ +layerId = m009; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (584,588); +ref = _part.b; +} +); +width = 584; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (905,588); +ref = _part.b; +} +); +width = 905; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (1038,640); +ref = _part.b; +} +); +width = 1038; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +piece = { +"Stem Height" = 800; +}; +pos = (642,640); +ref = _part.b; +} +); +width = 642; +} +); +metricLeft = o; +metricRight = "=|n"; +unicode = 113; +}, +{ +glyphname = r; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-09-17 12:39:53 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (151,0); +}, +{ +name = top; +pos = (300,600); +} +); +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(206,320,ls), +(206,451,o), +(243,512,o), +(323,512,cs), +(385,512,o), +(414,474,o), +(414,394,cs), +(414,362,l), +(528,362,l), +(528,410,ls), +(528,538,o), +(462,616,o), +(355,616,cs), +(296,616,o), +(248,592,o), +(220,550,c), +(206,550,l), +(206,600,l), +(96,600,l), +(96,0,l) +); +} +); +width = 560; +}, +{ +anchors = ( +{ +name = bottom; +pos = (156,0); +}, +{ +name = top; +pos = (322,620); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(246,0,l), +(246,278,ls), +(246,409,o), +(277,470,o), +(343,470,cs), +(394,470,o), +(418,437,o), +(418,366,cs), +(418,312,l), +(602,312,l), +(602,380,ls), +(602,552,o), +(538,640,o), +(413,640,cs), +(349,640,o), +(293,610,o), +(266,560,c), +(246,560,l), +(246,620,l), +(66,620,l), +(66,0,l) +); +} +); +width = 624; +}, +{ +anchors = ( +{ +name = bottom; +pos = (151,0); +}, +{ +name = top; +pos = (394,600); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(206,280,ls), +(206,438,o), +(274,512,o), +(417,512,cs), +(529,512,o), +(582,471,o), +(582,384,cs), +(582,362,l), +(696,362,l), +(696,400,ls), +(696,538,o), +(606,616,o), +(447,616,cs), +(346,616,o), +(266,585,o), +(226,530,c), +(206,530,l), +(206,600,l), +(96,600,l), +(96,0,l) +); +} +); +width = 728; +}, +{ +anchors = ( +{ +name = bottom; +pos = (166,0); +}, +{ +name = top; +pos = (429,620); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(256,0,l), +(256,240,ls), +(256,398,o), +(323,480,o), +(452,480,cs), +(554,480,o), +(606,435,o), +(606,348,cs), +(606,312,l), +(792,312,l), +(792,368,ls), +(792,542,o), +(690,640,o), +(508,640,cs), +(404,640,o), +(328,609,o), +(286,550,c), +(256,550,l), +(256,620,l), +(76,620,l), +(76,0,l) +); +} +); +width = 818; +}, +{ +anchors = ( +{ +name = bottom; +pos = (141,0); +}, +{ +name = top; +pos = (259,600); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(196,0,l), +(196,340,ls), +(196,457,o), +(222,512,o), +(278,512,cs), +(317,512,o), +(336,481,o), +(336,414,cs), +(336,382,l), +(450,382,l), +(450,430,ls), +(450,549,o), +(401,616,o), +(314,616,cs), +(269,616,o), +(229,594,o), +(210,558,c), +(196,558,l), +(196,600,l), +(86,600,l), +(86,0,l) +); +} +); +width = 478; +}, +{ +anchors = ( +{ +name = bottom; +pos = (146,0); +}, +{ +name = top; +pos = (273,620); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(236,0,l), +(236,306,ls), +(236,419,o), +(251,468,o), +(287,468,cs), +(314,468,o), +(326,446,o), +(326,394,cs), +(326,342,l), +(508,342,l), +(508,414,ls), +(508,568,o), +(465,640,o), +(374,640,cs), +(319,640,o), +(276,611,o), +(256,560,c), +(236,560,l), +(236,620,l), +(56,620,l), +(56,0,l) +); +} +); +width = 526; +}, +{ +anchors = ( +{ +name = bottom; +pos = (116,0); +}, +{ +name = top; +pos = (279,588); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(136,326,ls), +(136,477,o), +(198,562,o), +(309,562,cs), +(398,562,o), +(444,512,o), +(444,414,cs), +(444,362,l), +(486,362,l), +(486,426,ls), +(486,534,o), +(422,600,o), +(317,600,cs), +(235,600,o), +(177,565,o), +(146,498,c), +(136,498,l), +(136,588,l), +(96,588,l), +(96,0,l) +); +} +); +width = 518; +}, +{ +anchors = ( +{ +name = bottom; +pos = (192,0); +}, +{ +name = top; +pos = (370,640); +} +); +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(352,0,l), +(352,320,ls), +(352,355,o), +(358,370,o), +(372,370,cs), +(383,370,o), +(388,361,o), +(388,340,cs), +(388,252,l), +(690,252,l), +(690,430,ls), +(690,579,o), +(634,656,o), +(526,656,cs), +(440,656,o), +(391,606,o), +(372,500,c), +(352,500,l), +(352,640,l), +(32,640,l), +(32,0,l) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = bottom; +pos = (106,0); +}, +{ +name = top; +pos = (242,588); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(126,0,l), +(126,346,ls), +(126,490,o), +(175,564,o), +(269,564,cs), +(340,564,o), +(374,522,o), +(374,434,cs), +(374,362,l), +(416,362,l), +(416,446,ls), +(416,545,o), +(365,600,o), +(275,600,cs), +(209,600,o), +(162,573,o), +(136,520,c), +(126,520,l), +(126,588,l), +(86,588,l), +(86,0,l) +); +} +); +width = 444; +}, +{ +anchors = ( +{ +name = bottom; +pos = (126,0); +}, +{ +name = top; +pos = (373,588); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(146,0,l), +(146,286,ls), +(146,468,o), +(231,562,o), +(396,562,cs), +(540,562,o), +(608,502,o), +(608,374,cs), +(608,362,l), +(650,362,l), +(650,386,ls), +(650,527,o), +(566,600,o), +(402,600,cs), +(283,600,o), +(206,562,o), +(162,480,c), +(146,480,l), +(146,588,l), +(106,588,l), +(106,0,l) +); +} +); +width = 686; +}, +{ +anchors = ( +{ +name = bottom; +pos = (232,0); +}, +{ +name = top; +pos = (490,640); +} +); +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(432,0,l), +(432,276,ls), +(432,326,o), +(445,350,o), +(472,350,cs), +(496,350,o), +(508,333,o), +(508,296,cs), +(508,232,l), +(910,232,l), +(910,390,ls), +(910,566,o), +(832,656,o), +(680,656,cs), +(580,656,o), +(509,610,o), +(472,520,c), +(432,520,l), +(432,640,l), +(32,640,l), +(32,0,l) +); +} +); +width = 920; +}, +{ +anchors = ( +{ +name = bottom; +pos = (168,0); +}, +{ +name = top; +pos = (321,640); +} +); +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(304,0,l), +(304,340,ls), +(304,375,o), +(310,390,o), +(324,390,cs), +(335,390,o), +(340,381,o), +(340,360,cs), +(340,272,l), +(592,272,l), +(592,470,ls), +(592,589,o), +(542,656,o), +(454,656,cs), +(383,656,o), +(336,607,o), +(324,520,c), +(304,520,l), +(304,640,l), +(32,640,l), +(32,0,l) +); +} +); +width = 602; +} +); +metricLeft = SQR; +metricRight = "=TNG*2"; +unicode = 114; +}, +{ +glyphname = racute; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-10-11 19:42:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = r; +}, +{ +pos = (-58,0); +ref = acutecomb; +} +); +width = 444; +}, +{ +layerId = m007; +shapes = ( +{ +ref = r; +}, +{ +pos = (-21,0); +ref = acutecomb; +} +); +width = 518; +}, +{ +layerId = m010; +shapes = ( +{ +ref = r; +}, +{ +pos = (73,0); +ref = acutecomb; +} +); +width = 686; +}, +{ +layerId = m005; +shapes = ( +{ +ref = r; +}, +{ +pos = (-41,0); +ref = acutecomb; +} +); +width = 478; +}, +{ +layerId = m01; +shapes = ( +{ +ref = r; +}, +{ +ref = acutecomb; +} +); +width = 560; +}, +{ +layerId = m003; +shapes = ( +{ +ref = r; +}, +{ +pos = (94,0); +ref = acutecomb; +} +); +width = 728; +}, +{ +layerId = m006; +shapes = ( +{ +ref = r; +}, +{ +pos = (-27,0); +ref = acutecomb; +} +); +width = 526; +}, +{ +layerId = m002; +shapes = ( +{ +ref = r; +}, +{ +pos = (22,0); +ref = acutecomb; +} +); +width = 624; +}, +{ +layerId = m004; +shapes = ( +{ +ref = r; +}, +{ +pos = (129,0); +ref = acutecomb; +} +); +width = 818; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = r; +}, +{ +pos = (21,0); +ref = acutecomb; +} +); +width = 602; +}, +{ +layerId = m008; +shapes = ( +{ +ref = r; +}, +{ +pos = (70,0); +ref = acutecomb; +} +); +width = 700; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = r; +}, +{ +pos = (190,0); +ref = acutecomb; +} +); +width = 920; +} +); +unicode = 341; +}, +{ +glyphname = rcaron; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-10-11 19:42:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = r; +}, +{ +pos = (-58,0); +ref = caroncomb; +} +); +width = 444; +}, +{ +layerId = m007; +shapes = ( +{ +ref = r; +}, +{ +pos = (-21,0); +ref = caroncomb; +} +); +width = 518; +}, +{ +layerId = m010; +shapes = ( +{ +ref = r; +}, +{ +pos = (73,0); +ref = caroncomb; +} +); +width = 686; +}, +{ +layerId = m005; +shapes = ( +{ +ref = r; +}, +{ +pos = (-41,0); +ref = caroncomb; +} +); +width = 478; +}, +{ +layerId = m01; +shapes = ( +{ +ref = r; +}, +{ +ref = caroncomb; +} +); +width = 560; +}, +{ +layerId = m003; +shapes = ( +{ +ref = r; +}, +{ +pos = (94,0); +ref = caroncomb; +} +); +width = 728; +}, +{ +layerId = m006; +shapes = ( +{ +ref = r; +}, +{ +pos = (-27,0); +ref = caroncomb; +} +); +width = 526; +}, +{ +layerId = m002; +shapes = ( +{ +ref = r; +}, +{ +pos = (22,0); +ref = caroncomb; +} +); +width = 624; +}, +{ +layerId = m004; +shapes = ( +{ +ref = r; +}, +{ +pos = (129,0); +ref = caroncomb; +} +); +width = 818; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = r; +}, +{ +pos = (21,0); +ref = caroncomb; +} +); +width = 602; +}, +{ +layerId = m008; +shapes = ( +{ +ref = r; +}, +{ +pos = (70,0); +ref = caroncomb; +} +); +width = 700; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = r; +}, +{ +pos = (190,0); +ref = caroncomb; +} +); +width = 920; +} +); +unicode = 345; +}, +{ +glyphname = rcommaaccent; +kernLeft = sqr_left; +kernRight = n_right; +lastChange = "2022-10-11 19:42:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = r; +}, +{ +pos = (-194,0); +ref = commaaccentcomb; +} +); +width = 444; +}, +{ +layerId = m007; +shapes = ( +{ +ref = r; +}, +{ +pos = (-184,0); +ref = commaaccentcomb; +} +); +width = 518; +}, +{ +layerId = m010; +shapes = ( +{ +ref = r; +}, +{ +pos = (-174,0); +ref = commaaccentcomb; +} +); +width = 686; +}, +{ +layerId = m005; +shapes = ( +{ +ref = r; +}, +{ +pos = (-159,0); +ref = commaaccentcomb; +} +); +width = 478; +}, +{ +layerId = m01; +shapes = ( +{ +ref = r; +}, +{ +pos = (-149,0); +ref = commaaccentcomb; +} +); +width = 560; +}, +{ +layerId = m003; +shapes = ( +{ +ref = r; +}, +{ +pos = (-149,0); +ref = commaaccentcomb; +} +); +width = 728; +}, +{ +layerId = m006; +shapes = ( +{ +ref = r; +}, +{ +pos = (-154,0); +ref = commaaccentcomb; +} +); +width = 526; +}, +{ +layerId = m002; +shapes = ( +{ +ref = r; +}, +{ +pos = (-144,0); +ref = commaaccentcomb; +} +); +width = 624; +}, +{ +layerId = m004; +shapes = ( +{ +ref = r; +}, +{ +pos = (-134,0); +ref = commaaccentcomb; +} +); +width = 818; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-132,0); +ref = commaaccentcomb; +} +); +width = 602; +}, +{ +layerId = m008; +shapes = ( +{ +ref = r; +}, +{ +pos = (-108,0); +ref = commaaccentcomb; +} +); +width = 700; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-68,0); +ref = commaaccentcomb; +} +); +width = 920; +} +); +unicode = 343; +}, +{ +glyphname = s; +kernLeft = s_left; +kernRight = s_right; +lastChange = "2023-01-17 11:40:19 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (332,0); +}, +{ +name = top; +pos = (332,600); +} +); +background = { +shapes = ( +{ +pos = (-31,0); +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(64,184,l), +(70,58,o), +(168,-16,o), +(330,-16,cs), +(489,-16,o), +(582,54,o), +(582,174,cs), +(582,275,o), +(520,328,o), +(378,348,cs), +(292,360,ls), +(216,371,o), +(178,393,o), +(178,428,cs), +(178,484,o), +(229,512,o), +(328,512,cs), +(423,512,o), +(482,473,o), +(502,404,c), +(602,404,l), +(596,537,o), +(496,616,o), +(330,616,cs), +(164,616,o), +(68,546,o), +(68,426,cs), +(68,325,o), +(130,272,o), +(272,252,cs), +(358,240,ls), +(434,229,o), +(472,207,o), +(472,172,cs), +(472,116,o), +(425,88,o), +(332,88,cs), +(242,88,o), +(185,123,o), +(165,184,c) +); +} +); +width = 648; +}, +{ +anchors = ( +{ +name = bottom; +pos = (340,0); +}, +{ +name = top; +pos = (340,620); +} +); +background = { +shapes = ( +{ +pos = (-24,0); +ref = o; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(44,194,l), +(57,53,o), +(158,-20,o), +(340,-20,cs), +(515,-20,o), +(622,61,o), +(622,193,cs), +(622,315,o), +(554,373,o), +(396,385,cs), +(290,393,ls), +(238,397,o), +(218,410,o), +(218,434,cs), +(218,470,o), +(256,488,o), +(332,488,cs), +(406,488,o), +(451,460,o), +(464,414,c), +(638,414,l), +(630,563,o), +(526,640,o), +(332,640,cs), +(153,640,o), +(44,559,o), +(44,427,cs), +(44,305,o), +(112,248,o), +(270,236,cs), +(376,228,ls), +(433,224,o), +(448,210,o), +(448,186,cs), +(448,150,o), +(412,132,o), +(340,132,cs), +(278,132,o), +(236,156,o), +(218,194,c) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = bottom; +pos = (433,0); +}, +{ +name = top; +pos = (433,600); +} +); +background = { +shapes = ( +{ +pos = (-48,0); +ref = o; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(64,184,l), +(74,52,o), +(198,-16,o), +(427,-16,cs), +(655,-16,o), +(784,55,o), +(784,181,cs), +(784,288,o), +(713,337,o), +(550,346,cs), +(322,358,ls), +(223,363,o), +(180,382,o), +(180,421,cs), +(180,486,o), +(264,520,o), +(427,520,cs), +(581,520,o), +(668,480,o), +(698,394,c), +(804,394,l), +(796,541,o), +(668,616,o), +(427,616,cs), +(197,616,o), +(68,545,o), +(68,419,cs), +(68,311,o), +(139,262,o), +(302,253,cs), +(530,241,ls), +(629,236,o), +(672,218,o), +(672,179,cs), +(672,114,o), +(589,80,o), +(427,80,cs), +(285,80,o), +(204,113,o), +(172,184,c) +); +} +); +width = 850; +}, +{ +anchors = ( +{ +name = bottom; +pos = (449,0); +}, +{ +name = top; +pos = (449,620); +} +); +background = { +shapes = ( +{ +pos = (-25,0); +ref = o; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(50,194,l), +(61,48,o), +(189,-20,o), +(452,-20,cs), +(712,-20,o), +(846,52,o), +(846,192,cs), +(846,314,o), +(766,374,o), +(596,382,cs), +(328,394,ls), +(265,397,o), +(238,409,o), +(238,433,cs), +(238,473,o), +(306,492,o), +(450,492,cs), +(595,492,o), +(665,469,o), +(682,414,c), +(862,414,l), +(852,568,o), +(720,640,o), +(450,640,cs), +(189,640,o), +(54,567,o), +(54,426,cs), +(54,305,o), +(134,247,o), +(304,239,cs), +(572,227,ls), +(635,224,o), +(662,210,o), +(662,185,cs), +(662,146,o), +(595,128,o), +(452,128,cs), +(317,128,o), +(252,148,o), +(234,194,c) +); +} +); +width = 898; +}, +{ +anchors = ( +{ +name = bottom; +pos = (283,0); +}, +{ +name = top; +pos = (283,600); +} +); +background = { +shapes = ( +{ +pos = (-20,0); +ref = o; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(58,184,l), +(64,58,o), +(146,-16,o), +(277,-16,cs), +(405,-16,o), +(493,59,o), +(493,170,cs), +(493,274,o), +(432,336,o), +(311,351,cs), +(264,357,ls), +(200,365,o), +(170,391,o), +(170,433,cs), +(170,481,o), +(210,514,o), +(271,514,cs), +(350,514,o), +(396,474,o), +(409,394,c), +(507,394,l), +(503,534,o), +(419,616,o), +(281,616,cs), +(151,616,o), +(62,541,o), +(62,430,cs), +(62,326,o), +(123,264,o), +(244,249,cs), +(291,243,ls), +(348,236,o), +(385,203,o), +(385,165,cs), +(385,120,o), +(346,86,o), +(287,86,cs), +(216,86,o), +(173,119,o), +(158,184,c) +); +} +); +width = 549; +}, +{ +anchors = ( +{ +name = bottom; +pos = (287,0); +}, +{ +name = top; +pos = (287,620); +} +); +background = { +shapes = ( +{ +pos = (-22,0); +ref = o; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(37,194,l), +(47,53,o), +(132,-20,o), +(289,-20,cs), +(435,-20,o), +(525,61,o), +(525,193,cs), +(525,313,o), +(456,376,o), +(309,389,cs), +(265,393,ls), +(227,396,o), +(209,410,o), +(209,437,cs), +(209,471,o), +(234,490,o), +(279,490,cs), +(333,490,o), +(360,467,o), +(375,414,c), +(535,414,l), +(527,563,o), +(440,640,o), +(279,640,cs), +(130,640,o), +(39,559,o), +(39,427,cs), +(39,307,o), +(108,244,o), +(255,231,cs), +(299,227,ls), +(337,224,o), +(355,210,o), +(355,183,cs), +(355,149,o), +(331,130,o), +(289,130,cs), +(238,130,o), +(212,149,o), +(197,194,c) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = bottom; +pos = (303,0); +}, +{ +name = top; +pos = (303,588); +} +); +background = { +shapes = ( +{ +pos = (-26,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(64,184,l), +(73,59,o), +(159,-12,o), +(302,-12,cs), +(442,-12,o), +(528,54,o), +(528,162,cs), +(528,251,o), +(470,298,o), +(346,310,cs), +(260,318,ls), +(157,328,o), +(109,362,o), +(109,426,cs), +(109,512,o), +(182,564,o), +(302,564,cs), +(421,564,o), +(493,503,o), +(501,394,c), +(540,394,l), +(532,525,o), +(445,600,o), +(302,600,cs), +(157,600,o), +(68,534,o), +(68,426,cs), +(68,337,o), +(126,290,o), +(250,278,cs), +(336,270,ls), +(439,260,o), +(487,226,o), +(487,162,cs), +(487,76,o), +(417,24,o), +(302,24,cs), +(184,24,o), +(113,82,o), +(104,184,c) +); +} +); +width = 586; +}, +{ +anchors = ( +{ +name = bottom; +pos = (365,0); +}, +{ +name = top; +pos = (365,640); +} +); +background = { +shapes = ( +{ +pos = (-22,0); +ref = o; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(22,266,l), +(30,73,o), +(146,-26,o), +(360,-26,cs), +(563,-26,o), +(686,60,o), +(686,198,cs), +(686,290,o), +(635,336,o), +(536,343,cs), +(362,356,ls), +(330,358,o), +(316,368,o), +(316,390,cs), +(316,413,o), +(333,426,o), +(362,426,cs), +(396,426,o), +(412,410,o), +(414,374,c), +(698,374,l), +(690,565,o), +(570,666,o), +(358,666,cs), +(151,666,o), +(26,581,o), +(26,442,cs), +(26,351,o), +(77,304,o), +(178,297,cs), +(359,284,ls), +(385,282,o), +(396,272,o), +(396,250,cs), +(396,227,o), +(382,214,o), +(359,214,cs), +(328,214,o), +(314,230,o), +(312,266,c) +); +} +); +width = 713; +}, +{ +anchors = ( +{ +name = bottom; +pos = (260,0); +}, +{ +name = top; +pos = (260,588); +} +); +background = { +shapes = ( +{ +pos = (-32,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(58,184,l), +(70,55,o), +(138,-12,o), +(259,-12,cs), +(377,-12,o), +(450,53,o), +(450,160,cs), +(450,246,o), +(396,299,o), +(298,310,cs), +(224,318,ls), +(145,327,o), +(102,364,o), +(102,428,cs), +(102,513,o), +(160,564,o), +(255,564,cs), +(356,564,o), +(412,507,o), +(420,394,c), +(458,394,l), +(450,529,o), +(379,600,o), +(255,600,cs), +(135,600,o), +(62,535,o), +(62,428,cs), +(62,342,o), +(118,288,o), +(214,278,cs), +(288,270,ls), +(367,261,o), +(410,224,o), +(410,160,cs), +(410,76,o), +(353,24,o), +(259,24,cs), +(162,24,o), +(107,78,o), +(97,184,c) +); +} +); +width = 500; +}, +{ +anchors = ( +{ +name = bottom; +pos = (404,0); +}, +{ +name = top; +pos = (404,588); +} +); +background = { +shapes = ( +{ +pos = (-53,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(71,184,l), +(81,55,o), +(193,-12,o), +(400,-12,cs), +(612,-12,o), +(721,49,o), +(721,166,cs), +(721,255,o), +(654,298,o), +(497,308,cs), +(313,320,ls), +(179,329,o), +(121,360,o), +(121,422,cs), +(121,516,o), +(216,564,o), +(400,564,cs), +(582,564,o), +(683,506,o), +(695,394,c), +(735,394,l), +(721,530,o), +(607,600,o), +(400,600,cs), +(188,600,o), +(79,539,o), +(79,422,cs), +(79,333,o), +(146,290,o), +(303,280,cs), +(487,268,ls), +(621,259,o), +(679,228,o), +(679,166,cs), +(679,72,o), +(584,24,o), +(400,24,cs), +(218,24,o), +(120,78,o), +(112,184,c) +); +} +); +width = 787; +}, +{ +anchors = ( +{ +name = bottom; +pos = (492,0); +}, +{ +name = top; +pos = (492,640); +} +); +background = { +shapes = ( +{ +pos = (-30,0); +ref = o; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(22,266,l), +(30,62,o), +(172,-26,o), +(489,-26,cs), +(793,-26,o), +(947,50,o), +(947,198,cs), +(947,282,o), +(898,339,o), +(795,342,cs), +(476,352,ls), +(439,353,o), +(420,364,o), +(420,386,cs), +(420,413,o), +(446,426,o), +(496,426,cs), +(556,426,o), +(583,410,o), +(585,374,c), +(961,374,l), +(953,578,o), +(812,666,o), +(495,666,cs), +(185,666,o), +(28,590,o), +(28,442,cs), +(28,358,o), +(77,301,o), +(180,298,cs), +(504,288,ls), +(538,287,o), +(555,276,o), +(555,254,cs), +(555,227,o), +(530,214,o), +(481,214,cs), +(428,214,o), +(404,230,o), +(402,266,c) +); +} +); +width = 976; +}, +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = top; +pos = (306,640); +} +); +background = { +shapes = ( +{ +pos = (-20,0); +ref = o; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(22,266,l), +(26,79,o), +(127,-26,o), +(302,-26,cs), +(462,-26,o), +(572,61,o), +(572,188,cs), +(572,275,o), +(524,331,o), +(444,340,cs), +(307,355,ls), +(280,358,o), +(264,374,o), +(264,400,cs), +(264,430,o), +(277,446,o), +(302,446,cs), +(331,446,o), +(342,427,o), +(344,374,c), +(580,374,l), +(576,561,o), +(474,666,o), +(296,666,cs), +(134,666,o), +(24,579,o), +(24,452,cs), +(24,365,o), +(72,308,o), +(152,300,cs), +(300,285,ls), +(320,283,o), +(332,267,o), +(332,240,cs), +(332,210,o), +(321,194,o), +(300,194,cs), +(274,194,o), +(264,213,o), +(262,266,c) +); +} +); +width = 595; +} +); +metricLeft = "=RND*1.2"; +metricRight = "=c*1.4"; +unicode = 115; +}, +{ +glyphname = sacute; +kernLeft = s_left; +kernRight = s_right; +lastChange = "2022-10-11 19:43:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = s; +}, +{ +pos = (-40,0); +ref = acutecomb; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = s; +}, +{ +pos = (3,0); +ref = acutecomb; +} +); +width = 586; +}, +{ +layerId = m010; +shapes = ( +{ +ref = s; +}, +{ +pos = (104,0); +ref = acutecomb; +} +); +width = 787; +}, +{ +layerId = m005; +shapes = ( +{ +ref = s; +}, +{ +pos = (-17,0); +ref = acutecomb; +} +); +width = 549; +}, +{ +layerId = m01; +shapes = ( +{ +ref = s; +}, +{ +pos = (32,0); +ref = acutecomb; +} +); +width = 648; +}, +{ +layerId = m003; +shapes = ( +{ +ref = s; +}, +{ +pos = (133,0); +ref = acutecomb; +} +); +width = 850; +}, +{ +layerId = m006; +shapes = ( +{ +ref = s; +}, +{ +pos = (-13,0); +ref = acutecomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = s; +}, +{ +pos = (40,0); +ref = acutecomb; +} +); +width = 670; +}, +{ +layerId = m004; +shapes = ( +{ +ref = s; +}, +{ +pos = (149,0); +ref = acutecomb; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (6,0); +ref = acutecomb; +} +); +width = 595; +}, +{ +layerId = m008; +shapes = ( +{ +ref = s; +}, +{ +pos = (65,0); +ref = acutecomb; +} +); +width = 713; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (192,0); +ref = acutecomb; +} +); +width = 976; +} +); +unicode = 347; +}, +{ +glyphname = scaron; +kernLeft = s_left; +kernRight = s_right; +lastChange = "2022-10-11 19:43:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = s; +}, +{ +pos = (-40,0); +ref = caroncomb; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = s; +}, +{ +pos = (3,0); +ref = caroncomb; +} +); +width = 586; +}, +{ +layerId = m010; +shapes = ( +{ +ref = s; +}, +{ +pos = (104,0); +ref = caroncomb; +} +); +width = 787; +}, +{ +layerId = m005; +shapes = ( +{ +ref = s; +}, +{ +pos = (-17,0); +ref = caroncomb; +} +); +width = 549; +}, +{ +layerId = m01; +shapes = ( +{ +ref = s; +}, +{ +pos = (32,0); +ref = caroncomb; +} +); +width = 648; +}, +{ +layerId = m003; +shapes = ( +{ +ref = s; +}, +{ +pos = (133,0); +ref = caroncomb; +} +); +width = 850; +}, +{ +layerId = m006; +shapes = ( +{ +ref = s; +}, +{ +pos = (-13,0); +ref = caroncomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = s; +}, +{ +pos = (40,0); +ref = caroncomb; +} +); +width = 670; +}, +{ +layerId = m004; +shapes = ( +{ +ref = s; +}, +{ +pos = (149,0); +ref = caroncomb; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (6,0); +ref = caroncomb; +} +); +width = 595; +}, +{ +layerId = m008; +shapes = ( +{ +ref = s; +}, +{ +pos = (65,0); +ref = caroncomb; +} +); +width = 713; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (192,0); +ref = caroncomb; +} +); +width = 976; +} +); +unicode = 353; +}, +{ +glyphname = scedilla; +kernLeft = s_left; +kernRight = s_right; +lastChange = "2022-10-11 19:43:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = s; +}, +{ +pos = (-40,0); +ref = cedillacomb; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = s; +}, +{ +pos = (3,0); +ref = cedillacomb; +} +); +width = 586; +}, +{ +layerId = m010; +shapes = ( +{ +ref = s; +}, +{ +pos = (104,0); +ref = cedillacomb; +} +); +width = 787; +}, +{ +layerId = m005; +shapes = ( +{ +ref = s; +}, +{ +pos = (-17,0); +ref = cedillacomb; +} +); +width = 549; +}, +{ +layerId = m01; +shapes = ( +{ +ref = s; +}, +{ +pos = (32,0); +ref = cedillacomb; +} +); +width = 648; +}, +{ +layerId = m003; +shapes = ( +{ +ref = s; +}, +{ +pos = (133,0); +ref = cedillacomb; +} +); +width = 850; +}, +{ +layerId = m006; +shapes = ( +{ +ref = s; +}, +{ +pos = (-13,0); +ref = cedillacomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = s; +}, +{ +pos = (40,0); +ref = cedillacomb; +} +); +width = 670; +}, +{ +layerId = m004; +shapes = ( +{ +ref = s; +}, +{ +pos = (149,0); +ref = cedillacomb; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (6,0); +ref = cedillacomb; +} +); +width = 595; +}, +{ +layerId = m008; +shapes = ( +{ +ref = s; +}, +{ +pos = (65,0); +ref = cedillacomb; +} +); +width = 713; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (192,0); +ref = cedillacomb; +} +); +width = 976; +} +); +unicode = 351; +}, +{ +glyphname = scommaaccent; +kernLeft = s_left; +kernRight = s_right; +lastChange = "2022-10-11 19:43:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = s; +}, +{ +pos = (-40,0); +ref = commaaccentcomb; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = s; +}, +{ +pos = (3,0); +ref = commaaccentcomb; +} +); +width = 586; +}, +{ +layerId = m010; +shapes = ( +{ +ref = s; +}, +{ +pos = (104,0); +ref = commaaccentcomb; +} +); +width = 787; +}, +{ +layerId = m005; +shapes = ( +{ +ref = s; +}, +{ +pos = (-17,0); +ref = commaaccentcomb; +} +); +width = 549; +}, +{ +layerId = m01; +shapes = ( +{ +ref = s; +}, +{ +pos = (32,0); +ref = commaaccentcomb; +} +); +width = 648; +}, +{ +layerId = m003; +shapes = ( +{ +ref = s; +}, +{ +pos = (133,0); +ref = commaaccentcomb; +} +); +width = 850; +}, +{ +layerId = m006; +shapes = ( +{ +ref = s; +}, +{ +pos = (-13,0); +ref = commaaccentcomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = s; +}, +{ +pos = (40,0); +ref = commaaccentcomb; +} +); +width = 670; +}, +{ +layerId = m004; +shapes = ( +{ +ref = s; +}, +{ +pos = (149,0); +ref = commaaccentcomb; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (6,0); +ref = commaaccentcomb; +} +); +width = 595; +}, +{ +layerId = m008; +shapes = ( +{ +ref = s; +}, +{ +pos = (65,0); +ref = commaaccentcomb; +} +); +width = 713; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (192,0); +ref = commaaccentcomb; +} +); +width = 976; +} +); +unicode = 537; +}, +{ +glyphname = sdotbelow; +kernLeft = s_left; +kernRight = s_right; +lastChange = "2022-10-11 19:43:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = s; +}, +{ +pos = (-40,0); +ref = dotbelowcomb; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = s; +}, +{ +pos = (3,0); +ref = dotbelowcomb; +} +); +width = 586; +}, +{ +layerId = m010; +shapes = ( +{ +ref = s; +}, +{ +pos = (104,0); +ref = dotbelowcomb; +} +); +width = 787; +}, +{ +layerId = m005; +shapes = ( +{ +ref = s; +}, +{ +pos = (-17,0); +ref = dotbelowcomb; +} +); +width = 549; +}, +{ +layerId = m01; +shapes = ( +{ +ref = s; +}, +{ +pos = (32,0); +ref = dotbelowcomb; +} +); +width = 648; +}, +{ +layerId = m003; +shapes = ( +{ +ref = s; +}, +{ +pos = (133,0); +ref = dotbelowcomb; +} +); +width = 850; +}, +{ +layerId = m006; +shapes = ( +{ +ref = s; +}, +{ +pos = (-13,0); +ref = dotbelowcomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = s; +}, +{ +pos = (40,0); +ref = dotbelowcomb; +} +); +width = 670; +}, +{ +layerId = m004; +shapes = ( +{ +ref = s; +}, +{ +pos = (149,0); +ref = dotbelowcomb; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = s; +}, +{ +pos = (6,0); +ref = dotbelowcomb; +} +); +width = 595; +}, +{ +layerId = m008; +shapes = ( +{ +ref = s; +}, +{ +pos = (65,0); +ref = dotbelowcomb; +} +); +width = 713; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = s; +}, +{ +pos = (192,0); +ref = dotbelowcomb; +} +); +width = 976; +} +); +unicode = 7779; +}, +{ +glyphname = germandbls; +kernLeft = SQR_LEFT; +lastChange = "2022-10-11 19:44:00 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(126,0,l), +(126,588,ls), +(126,739,o), +(186,824,o), +(292,824,cs), +(382,824,o), +(442,752,o), +(442,643,cs), +(442,531,o), +(385,462,o), +(292,462,cs), +(230,462,l), +(230,430,l), +(296,430,ls), +(419,430,o), +(494,355,o), +(494,233,cs), +(494,111,o), +(419,36,o), +(296,36,cs), +(230,36,l), +(230,0,l), +(300,0,ls), +(446,0,o), +(536,87,o), +(536,229,cs), +(536,342,o), +(481,425,o), +(390,449,c), +(390,459,l), +(447,487,o), +(482,558,o), +(482,645,cs), +(482,774,o), +(406,860,o), +(292,860,cs), +(160,860,o), +(86,762,o), +(86,588,cs), +(86,0,l) +); +} +); +width = 584; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(136,588,ls), +(136,739,o), +(209,824,o), +(338,824,cs), +(450,824,o), +(524,752,o), +(524,643,cs), +(524,531,o), +(453,462,o), +(338,462,cs), +(262,462,l), +(262,430,l), +(368,430,ls), +(504,430,o), +(588,355,o), +(588,233,cs), +(588,111,o), +(504,36,o), +(368,36,cs), +(262,36,l), +(262,0,l), +(372,0,ls), +(532,0,o), +(630,87,o), +(630,229,cs), +(630,345,o), +(566,430,o), +(462,452,c), +(462,462,l), +(525,494,o), +(564,564,o), +(564,645,cs), +(564,774,o), +(474,860,o), +(338,860,cs), +(183,860,o), +(96,762,o), +(96,588,cs), +(96,0,l) +); +} +); +width = 683; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(146,0,l), +(146,588,ls), +(146,748,o), +(240,824,o), +(441,824,cs), +(620,824,o), +(720,759,o), +(720,643,cs), +(720,524,o), +(625,462,o), +(441,462,cs), +(302,462,l), +(302,430,l), +(481,430,ls), +(694,430,o), +(804,363,o), +(804,233,cs), +(804,103,o), +(694,36,o), +(481,36,cs), +(302,36,l), +(302,0,l), +(485,0,ls), +(723,0,o), +(846,78,o), +(846,229,cs), +(846,352,o), +(773,428,o), +(630,452,c), +(630,462,l), +(716,493,o), +(760,555,o), +(760,645,cs), +(760,783,o), +(645,860,o), +(441,860,cs), +(213,860,o), +(106,773,o), +(106,588,cs), +(106,0,l) +); +} +); +width = 905; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(196,0,l), +(196,578,ls), +(196,696,o), +(238,762,o), +(314,762,cs), +(378,762,o), +(420,708,o), +(420,628,cs), +(420,545,o), +(382,494,o), +(320,494,cs), +(288,494,l), +(288,398,l), +(338,398,ls), +(422,398,o), +(474,342,o), +(474,250,cs), +(474,158,o), +(422,102,o), +(338,102,cs), +(288,102,l), +(288,0,l), +(358,0,ls), +(499,0,o), +(586,92,o), +(586,242,cs), +(586,357,o), +(531,439,o), +(442,458,c), +(442,476,l), +(495,504,o), +(528,566,o), +(528,638,cs), +(528,774,o), +(442,864,o), +(314,864,cs), +(168,864,o), +(86,765,o), +(86,588,cs), +(86,0,l) +); +} +); +width = 634; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(206,578,ls), +(206,691,o), +(268,760,o), +(370,760,cs), +(450,760,o), +(508,705,o), +(508,628,cs), +(508,549,o), +(453,496,o), +(370,496,cs), +(334,496,l), +(334,396,l), +(402,396,ls), +(503,396,o), +(570,338,o), +(570,250,cs), +(570,162,o), +(503,104,o), +(402,104,cs), +(334,104,l), +(334,0,l), +(422,0,ls), +(579,0,o), +(684,97,o), +(684,242,cs), +(684,355,o), +(624,437,o), +(526,458,c), +(526,476,l), +(583,505,o), +(618,567,o), +(618,638,cs), +(618,769,o), +(514,864,o), +(370,864,cs), +(200,864,o), +(96,759,o), +(96,588,cs), +(96,0,l) +); +} +); +width = 737; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(206,578,ls), +(206,703,o), +(298,768,o), +(477,768,cs), +(634,768,o), +(722,718,o), +(722,630,cs), +(722,539,o), +(639,492,o), +(477,492,cs), +(362,492,l), +(362,400,l), +(519,400,ls), +(713,400,o), +(804,351,o), +(804,248,cs), +(804,145,o), +(713,96,o), +(519,96,cs), +(362,96,l), +(362,0,l), +(539,0,ls), +(797,0,o), +(918,79,o), +(918,246,cs), +(918,359,o), +(847,436,o), +(721,460,c), +(721,478,l), +(792,506,o), +(832,564,o), +(832,638,cs), +(832,783,o), +(704,864,o), +(477,864,cs), +(226,864,o), +(96,770,o), +(96,588,cs), +(96,0,l) +); +} +); +width = 971; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(236,0,l), +(236,578,ls), +(236,668,o), +(260,714,o), +(308,714,cs), +(346,714,o), +(370,676,o), +(370,614,cs), +(370,554,o), +(348,520,o), +(308,520,cs), +(296,520,l), +(296,372,l), +(325,372,ls), +(387,372,o), +(422,334,o), +(422,266,cs), +(422,194,o), +(387,154,o), +(325,154,cs), +(296,154,l), +(296,0,l), +(345,0,ls), +(503,0,o), +(600,96,o), +(600,252,cs), +(600,364,o), +(546,442,o), +(459,458,c), +(459,476,l), +(508,501,o), +(538,563,o), +(538,638,cs), +(538,776,o), +(446,868,o), +(308,868,cs), +(147,868,o), +(56,767,o), +(56,588,cs), +(56,0,l) +); +} +); +width = 631; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(246,0,l), +(246,578,ls), +(246,661,o), +(290,708,o), +(364,708,cs), +(431,708,o), +(472,672,o), +(472,614,cs), +(472,554,o), +(433,520,o), +(364,520,cs), +(344,520,l), +(344,372,l), +(401,372,ls), +(480,372,o), +(524,334,o), +(524,266,cs), +(524,198,o), +(480,160,o), +(401,160,cs), +(344,160,l), +(344,0,l), +(421,0,ls), +(595,0,o), +(702,96,o), +(702,252,cs), +(702,360,o), +(642,438,o), +(545,458,c), +(545,476,l), +(604,506,o), +(640,568,o), +(640,638,cs), +(640,771,o), +(524,868,o), +(364,868,cs), +(173,868,o), +(66,767,o), +(66,588,cs), +(66,0,l) +); +} +); +width = 739; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(256,0,l), +(256,578,ls), +(256,672,o), +(328,716,o), +(480,716,cs), +(604,716,o), +(674,680,o), +(674,616,cs), +(674,548,o), +(612,516,o), +(480,516,cs), +(372,516,l), +(372,376,l), +(517,376,ls), +(673,376,o), +(746,340,o), +(746,264,cs), +(746,188,o), +(673,152,o), +(517,152,cs), +(372,152,l), +(372,0,l), +(537,0,ls), +(785,0,o), +(924,91,o), +(924,252,cs), +(924,366,o), +(855,440,o), +(731,458,c), +(731,476,l), +(802,500,o), +(842,558,o), +(842,638,cs), +(842,781,o), +(704,868,o), +(480,868,cs), +(213,868,o), +(76,773,o), +(76,588,cs), +(76,0,l) +); +} +); +width = 966; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(300,0,l), +(300,578,ls), +(300,631,o), +(307,654,o), +(322,654,cs), +(338,654,o), +(346,631,o), +(346,582,cs), +(346,533,o), +(338,510,o), +(322,510,cs), +(320,510,l), +(320,382,l), +(325,382,ls), +(353,382,o), +(366,356,o), +(366,301,cs), +(366,246,o), +(353,220,o), +(325,220,cs), +(320,220,l), +(320,0,l), +(377,0,ls), +(530,0,o), +(624,95,o), +(624,250,cs), +(624,355,o), +(581,438,o), +(510,468,c), +(510,486,l), +(552,513,o), +(578,569,o), +(578,632,cs), +(578,777,o), +(473,874,o), +(316,874,cs), +(134,874,o), +(32,771,o), +(32,588,cs), +(32,0,l) +); +} +); +width = 642; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(352,0,l), +(352,578,ls), +(352,614,o), +(364,634,o), +(384,634,cs), +(406,634,o), +(418,612,o), +(418,572,cs), +(418,532,o), +(406,510,o), +(384,510,cs), +(382,510,l), +(382,382,l), +(387,382,ls), +(426,382,o), +(448,356,o), +(448,311,cs), +(448,266,o), +(426,240,o), +(387,240,cs), +(382,240,l), +(382,0,l), +(455,0,ls), +(628,0,o), +(744,100,o), +(744,250,cs), +(744,356,o), +(682,443,o), +(589,468,c), +(589,486,l), +(647,506,o), +(686,564,o), +(686,632,cs), +(686,774,o), +(562,874,o), +(370,874,cs), +(154,874,o), +(32,771,o), +(32,588,cs), +(32,0,l) +); +} +); +width = 762; +}, +{ +background = { +shapes = ( +{ +ref = b; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(452,0,l), +(452,568,ls), +(452,609,o), +(479,634,o), +(522,634,cs), +(567,634,o), +(594,610,o), +(594,572,cs), +(594,534,o), +(567,510,o), +(522,510,cs), +(510,510,l), +(510,382,l), +(535,382,ls), +(590,382,o), +(624,355,o), +(624,311,cs), +(624,267,o), +(590,240,o), +(535,240,cs), +(510,240,l), +(510,0,l), +(631,0,ls), +(880,0,o), +(1020,90,o), +(1020,250,cs), +(1020,361,o), +(961,440,o), +(857,468,c), +(857,486,l), +(924,509,o), +(962,559,o), +(962,626,cs), +(962,780,o), +(789,874,o), +(508,874,cs), +(194,874,o), +(32,777,o), +(32,588,cs), +(32,0,l) +); +} +); +width = 1038; +} +); +metricLeft = SQR; +metricRight = RND; +unicode = 223; +}, +{ +glyphname = t; +kernLeft = t_left; +kernRight = t_right; +lastChange = "2023-01-16 21:15:58 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +}, +{ +name = center; +pos = (293,300); +}, +{ +name = tcedilla; +pos = (342,0); +}, +{ +name = top; +pos = (293,600); +}, +{ +name = topright; +pos = (306,848); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(472,-16,o), +(548,65,o), +(554,210,c), +(456,210,l), +(441,129,o), +(407,88,o), +(346,88,cs), +(291,88,o), +(262,129,o), +(262,210,cs), +(262,496,l), +(512,496,l), +(512,600,l), +(262,600,l), +(262,756,l), +(152,756,l), +(152,600,l), +(32,600,l), +(32,496,l), +(152,496,l), +(152,210,ls), +(152,65,o), +(220,-16,o), +(342,-16,cs) +); +} +); +width = 586; +}, +{ +anchors = ( +{ +name = bottom; +pos = (384,0); +}, +{ +name = center; +pos = (330,310); +}, +{ +name = tcedilla; +pos = (378,0); +}, +{ +name = top; +pos = (330,620); +}, +{ +name = topright; +pos = (360,848); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(531,-20,o), +(626,80,o), +(638,250,c), +(478,250,l), +(464,181,o), +(430,140,o), +(388,140,cs), +(347,140,o), +(322,177,o), +(322,240,cs), +(322,460,l), +(604,460,l), +(604,620,l), +(322,620,l), +(322,780,l), +(142,780,l), +(142,620,l), +(22,620,l), +(22,460,l), +(142,460,l), +(142,240,ls), +(142,74,o), +(228,-20,o), +(382,-20,cs) +); +} +); +width = 660; +}, +{ +anchors = ( +{ +name = bottom; +pos = (476,0); +}, +{ +name = center; +pos = (395,300); +}, +{ +name = tcedilla; +pos = (466,0); +}, +{ +name = top; +pos = (395,600); +}, +{ +name = topright; +pos = (400,848); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(631,-16,o), +(740,77,o), +(758,230,c), +(662,230,l), +(636,134,o), +(570,80,o), +(470,80,cs), +(370,80,o), +(314,134,o), +(314,230,cs), +(314,504,l), +(706,504,l), +(706,600,l), +(314,600,l), +(314,756,l), +(204,756,l), +(204,600,l), +(32,600,l), +(32,504,l), +(204,504,l), +(204,230,ls), +(204,75,o), +(303,-16,o), +(470,-16,cs) +); +} +); +width = 790; +}, +{ +anchors = ( +{ +name = bottom; +pos = (532,0); +}, +{ +name = center; +pos = (441,310); +}, +{ +name = tcedilla; +pos = (510,0); +}, +{ +name = top; +pos = (441,620); +}, +{ +name = topright; +pos = (462,848); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(717,-20,o), +(836,84,o), +(856,270,c), +(692,270,l), +(670,179,o), +(615,132,o), +(524,132,cs), +(433,132,o), +(386,179,o), +(386,270,cs), +(386,468,l), +(806,468,l), +(806,620,l), +(386,620,l), +(386,780,l), +(206,780,l), +(206,620,l), +(26,620,l), +(26,468,l), +(206,468,l), +(206,270,ls), +(206,84,o), +(320,-20,o), +(524,-20,cs) +); +} +); +width = 882; +}, +{ +anchors = ( +{ +name = bottom; +pos = (249,0); +}, +{ +name = center; +pos = (249,300); +}, +{ +name = tcedilla; +pos = (286,0); +}, +{ +name = top; +pos = (249,600); +}, +{ +name = topright; +pos = (278,848); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(398,-16,o), +(462,61,o), +(470,210,c), +(372,210,l), +(357,123,o), +(335,86,o), +(292,86,cs), +(256,86,o), +(238,121,o), +(238,190,cs), +(238,498,l), +(438,498,l), +(438,600,l), +(238,600,l), +(238,756,l), +(128,756,l), +(128,600,l), +(28,600,l), +(28,498,l), +(128,498,l), +(128,190,ls), +(128,53,o), +(182,-16,o), +(288,-16,cs) +); +} +); +width = 498; +}, +{ +anchors = ( +{ +name = bottom; +pos = (330,0); +}, +{ +name = center; +pos = (281,310); +}, +{ +name = tcedilla; +pos = (328,0); +}, +{ +name = top; +pos = (281,620); +}, +{ +name = topright; +pos = (322,848); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(462,-20,o), +(538,72,o), +(544,250,c), +(388,250,l), +(378,169,o), +(362,134,o), +(336,134,cs), +(310,134,o), +(298,160,o), +(298,220,cs), +(298,466,l), +(514,466,l), +(514,620,l), +(298,620,l), +(298,780,l), +(118,780,l), +(118,620,l), +(18,620,l), +(18,466,l), +(118,466,l), +(118,220,ls), +(118,62,o), +(187,-20,o), +(320,-20,cs) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = bottom; +pos = (332,0); +}, +{ +name = center; +pos = (267,294); +}, +{ +name = tcedilla; +pos = (326,0); +}, +{ +name = top; +pos = (267,588); +}, +{ +name = topright; +pos = (274,848); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(428,-12,o), +(492,61,o), +(502,190,c), +(463,190,l), +(454,84,o), +(404,24,o), +(324,24,cs), +(245,24,o), +(200,84,o), +(200,190,cs), +(200,552,l), +(484,552,l), +(484,588,l), +(200,588,l), +(200,726,l), +(160,726,l), +(160,588,l), +(32,588,l), +(32,552,l), +(160,552,l), +(160,190,ls), +(160,61,o), +(219,-12,o), +(324,-12,cs) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = bottom; +pos = (404,0); +}, +{ +name = center; +pos = (353,320); +}, +{ +name = tcedilla; +pos = (396,0); +}, +{ +name = top; +pos = (353,640); +}, +{ +name = topright; +pos = (466,848); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(593,-26,o), +(688,75,o), +(696,290,c), +(472,290,l), +(470,237,o), +(464,214,o), +(452,214,cs), +(441,214,o), +(436,227,o), +(436,256,cs), +(436,370,l), +(670,370,l), +(670,610,l), +(436,610,l), +(436,780,l), +(116,780,l), +(116,610,l), +(10,610,l), +(10,370,l), +(116,370,l), +(116,276,ls), +(116,71,o), +(207,-26,o), +(400,-26,cs) +); +} +); +width = 706; +}, +{ +anchors = ( +{ +name = bottom; +pos = (274,0); +}, +{ +name = center; +pos = (226,294); +}, +{ +name = tcedilla; +pos = (276,0); +}, +{ +name = top; +pos = (226,588); +}, +{ +name = topright; +pos = (232,848); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(367,-12,o), +(418,57,o), +(424,190,c), +(386,190,l), +(381,80,o), +(343,24,o), +(273,24,cs), +(209,24,o), +(176,74,o), +(176,170,cs), +(176,554,l), +(406,554,l), +(406,588,l), +(176,588,l), +(176,726,l), +(136,726,l), +(136,588,l), +(28,588,l), +(28,554,l), +(136,554,l), +(136,170,ls), +(136,50,o), +(183,-12,o), +(273,-12,cs) +); +} +); +width = 452; +}, +{ +anchors = ( +{ +name = bottom; +pos = (444,0); +}, +{ +name = center; +pos = (364,294); +}, +{ +name = tcedilla; +pos = (434,0); +}, +{ +name = top; +pos = (364,588); +}, +{ +name = topright; +pos = (358,848); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(582,-12,o), +(676,68,o), +(692,210,c), +(653,210,l), +(639,91,o), +(559,24,o), +(431,24,cs), +(311,24,o), +(244,91,o), +(244,210,cs), +(244,554,l), +(664,554,l), +(664,588,l), +(244,588,l), +(244,726,l), +(204,726,l), +(204,588,l), +(36,588,l), +(36,554,l), +(204,554,l), +(204,210,ls), +(204,68,o), +(286,-12,o), +(431,-12,cs) +); +} +); +width = 728; +}, +{ +anchors = ( +{ +name = bottom; +pos = (568,0); +}, +{ +name = center; +pos = (494,320); +}, +{ +name = tcedilla; +pos = (544,0); +}, +{ +name = top; +pos = (494,640); +}, +{ +name = topright; +pos = (608,848); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(833,-26,o), +(970,75,o), +(978,290,c), +(642,290,l), +(638,237,o), +(625,214,o), +(600,214,cs), +(576,214,o), +(566,227,o), +(566,256,cs), +(566,370,l), +(938,370,l), +(938,610,l), +(566,610,l), +(566,780,l), +(166,780,l), +(166,610,l), +(10,610,l), +(10,370,l), +(166,370,l), +(166,276,ls), +(166,71,o), +(289,-26,o), +(550,-26,cs) +); +} +); +width = 988; +}, +{ +anchors = ( +{ +name = bottom; +pos = (344,0); +}, +{ +name = center; +pos = (300,320); +}, +{ +name = tcedilla; +pos = (338,0); +}, +{ +name = top; +pos = (300,640); +}, +{ +name = topright; +pos = (400,848); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(506,-26,o), +(586,75,o), +(590,290,c), +(404,290,l), +(402,213,o), +(398,194,o), +(384,194,cs), +(371,194,o), +(368,206,o), +(368,256,cs), +(368,390,l), +(570,390,l), +(570,610,l), +(368,610,l), +(368,780,l), +(96,780,l), +(96,610,l), +(10,610,l), +(10,390,l), +(96,390,l), +(96,256,ls), +(96,64,o), +(174,-26,o), +(340,-26,cs) +); +} +); +width = 600; +} +); +metricLeft = "=TNG*2"; +metricRight = "=TNG*2"; +unicode = 116; +}, +{ +glyphname = tbar; +kernLeft = t_left; +kernRight = t_right; +lastChange = "2022-10-11 19:45:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(367,-12,o), +(418,57,o), +(424,190,c), +(386,190,l), +(381,80,o), +(343,24,o), +(273,24,cs), +(209,24,o), +(176,74,o), +(176,170,cs), +(176,388,l), +(382,388,l), +(382,422,l), +(176,422,l), +(176,554,l), +(406,554,l), +(406,588,l), +(176,588,l), +(176,726,l), +(136,726,l), +(136,588,l), +(28,588,l), +(28,554,l), +(136,554,l), +(136,422,l), +(28,422,l), +(28,388,l), +(136,388,l), +(136,170,ls), +(136,50,o), +(183,-12,o), +(273,-12,cs) +); +} +); +width = 452; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(428,-12,o), +(492,61,o), +(502,190,c), +(463,190,l), +(454,84,o), +(404,24,o), +(324,24,cs), +(245,24,o), +(200,84,o), +(200,190,cs), +(200,388,l), +(454,388,l), +(454,422,l), +(200,422,l), +(200,552,l), +(484,552,l), +(484,588,l), +(200,588,l), +(200,726,l), +(160,726,l), +(160,588,l), +(32,588,l), +(32,552,l), +(160,552,l), +(160,422,l), +(32,422,l), +(32,388,l), +(160,388,l), +(160,190,ls), +(160,61,o), +(219,-12,o), +(324,-12,cs) +); +} +); +width = 534; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(582,-12,o), +(676,68,o), +(692,210,c), +(653,210,l), +(639,91,o), +(559,24,o), +(431,24,cs), +(311,24,o), +(244,91,o), +(244,210,cs), +(244,388,l), +(614,388,l), +(614,422,l), +(244,422,l), +(244,554,l), +(664,554,l), +(664,588,l), +(244,588,l), +(244,726,l), +(204,726,l), +(204,588,l), +(36,588,l), +(36,554,l), +(204,554,l), +(204,422,l), +(36,422,l), +(36,388,l), +(204,388,l), +(204,210,ls), +(204,68,o), +(286,-12,o), +(431,-12,cs) +); +} +); +width = 728; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(398,-16,o), +(462,61,o), +(470,210,c), +(372,210,l), +(357,123,o), +(335,86,o), +(292,86,cs), +(256,86,o), +(238,121,o), +(238,190,cs), +(238,324,l), +(416,324,l), +(416,416,l), +(238,416,l), +(238,498,l), +(438,498,l), +(438,600,l), +(238,600,l), +(238,756,l), +(128,756,l), +(128,600,l), +(28,600,l), +(28,498,l), +(128,498,l), +(128,416,l), +(28,416,l), +(28,324,l), +(128,324,l), +(128,190,ls), +(128,53,o), +(182,-16,o), +(288,-16,cs) +); +} +); +width = 498; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(472,-16,o), +(548,65,o), +(554,210,c), +(456,210,l), +(441,129,o), +(407,88,o), +(346,88,cs), +(291,88,o), +(262,129,o), +(262,210,cs), +(262,324,l), +(492,324,l), +(492,416,l), +(262,416,l), +(262,496,l), +(512,496,l), +(512,600,l), +(262,600,l), +(262,756,l), +(152,756,l), +(152,600,l), +(32,600,l), +(32,496,l), +(152,496,l), +(152,416,l), +(32,416,l), +(32,324,l), +(152,324,l), +(152,210,ls), +(152,65,o), +(220,-16,o), +(342,-16,cs) +); +} +); +width = 586; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(631,-16,o), +(740,77,o), +(758,230,c), +(662,230,l), +(636,134,o), +(570,80,o), +(470,80,cs), +(370,80,o), +(314,134,o), +(314,230,cs), +(314,328,l), +(672,328,l), +(672,412,l), +(314,412,l), +(314,504,l), +(706,504,l), +(706,600,l), +(314,600,l), +(314,756,l), +(204,756,l), +(204,600,l), +(32,600,l), +(32,504,l), +(204,504,l), +(204,412,l), +(32,412,l), +(32,328,l), +(204,328,l), +(204,230,ls), +(204,75,o), +(303,-16,o), +(470,-16,cs) +); +} +); +width = 790; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(462,-20,o), +(538,72,o), +(544,250,c), +(388,250,l), +(378,169,o), +(362,134,o), +(336,134,cs), +(310,134,o), +(298,160,o), +(298,220,cs), +(298,316,l), +(492,316,l), +(492,426,l), +(298,426,l), +(298,486,l), +(514,486,l), +(514,620,l), +(298,620,l), +(298,780,l), +(118,780,l), +(118,620,l), +(18,620,l), +(18,486,l), +(118,486,l), +(118,426,l), +(18,426,l), +(18,316,l), +(118,316,l), +(118,220,ls), +(118,62,o), +(187,-20,o), +(320,-20,cs) +); +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(531,-20,o), +(626,80,o), +(638,250,c), +(478,250,l), +(464,181,o), +(430,140,o), +(388,140,cs), +(347,140,o), +(322,177,o), +(322,240,cs), +(322,314,l), +(574,314,l), +(574,424,l), +(322,424,l), +(322,484,l), +(604,484,l), +(604,620,l), +(322,620,l), +(322,780,l), +(142,780,l), +(142,620,l), +(22,620,l), +(22,484,l), +(142,484,l), +(142,424,l), +(22,424,l), +(22,314,l), +(142,314,l), +(142,240,ls), +(142,74,o), +(228,-20,o), +(382,-20,cs) +); +} +); +width = 660; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(717,-20,o), +(836,84,o), +(856,270,c), +(692,270,l), +(670,179,o), +(615,132,o), +(524,132,cs), +(433,132,o), +(386,179,o), +(386,270,cs), +(386,328,l), +(756,328,l), +(756,438,l), +(386,438,l), +(386,488,l), +(806,488,l), +(806,620,l), +(386,620,l), +(386,780,l), +(206,780,l), +(206,620,l), +(26,620,l), +(26,488,l), +(206,488,l), +(206,438,l), +(26,438,l), +(26,328,l), +(206,328,l), +(206,270,ls), +(206,84,o), +(320,-20,o), +(524,-20,cs) +); +} +); +width = 882; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(506,-26,o), +(586,75,o), +(590,290,c), +(404,290,l), +(402,213,o), +(398,194,o), +(384,194,cs), +(371,194,o), +(368,206,o), +(368,256,cs), +(368,330,l), +(528,330,l), +(528,440,l), +(368,440,l), +(368,460,l), +(570,460,l), +(570,610,l), +(368,610,l), +(368,780,l), +(96,780,l), +(96,610,l), +(10,610,l), +(10,460,l), +(96,460,l), +(96,440,l), +(10,440,l), +(10,330,l), +(96,330,l), +(96,256,ls), +(96,64,o), +(174,-26,o), +(340,-26,cs) +); +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(593,-26,o), +(688,75,o), +(696,290,c), +(472,290,l), +(470,237,o), +(464,214,o), +(452,214,cs), +(441,214,o), +(436,227,o), +(436,256,cs), +(436,320,l), +(630,320,l), +(630,430,l), +(436,430,l), +(436,450,l), +(670,450,l), +(670,610,l), +(436,610,l), +(436,780,l), +(116,780,l), +(116,610,l), +(10,610,l), +(10,450,l), +(116,450,l), +(116,430,l), +(10,430,l), +(10,320,l), +(116,320,l), +(116,276,ls), +(116,71,o), +(207,-26,o), +(400,-26,cs) +); +} +); +width = 706; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(833,-26,o), +(970,75,o), +(978,290,c), +(642,290,l), +(638,237,o), +(625,214,o), +(600,214,cs), +(576,214,o), +(566,227,o), +(566,256,cs), +(566,330,l), +(864,330,l), +(864,430,l), +(566,430,l), +(566,460,l), +(938,460,l), +(938,610,l), +(566,610,l), +(566,780,l), +(166,780,l), +(166,610,l), +(10,610,l), +(10,460,l), +(166,460,l), +(166,430,l), +(10,430,l), +(10,330,l), +(166,330,l), +(166,276,ls), +(166,71,o), +(289,-26,o), +(550,-26,cs) +); +} +); +width = 988; +} +); +unicode = 359; +}, +{ +glyphname = tcaron; +kernLeft = t_left; +kernRight = t_right; +lastChange = "2022-10-11 19:45:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = t; +}, +{ +pos = (132,0); +ref = caroncomb.alt; +} +); +width = 452; +}, +{ +layerId = m007; +shapes = ( +{ +ref = t; +}, +{ +pos = (174,0); +ref = caroncomb.alt; +} +); +width = 534; +}, +{ +layerId = m010; +shapes = ( +{ +ref = t; +}, +{ +pos = (258,0); +ref = caroncomb.alt; +} +); +width = 728; +}, +{ +layerId = m005; +shapes = ( +{ +ref = t; +}, +{ +pos = (178,0); +ref = caroncomb.alt; +} +); +width = 498; +}, +{ +layerId = m01; +shapes = ( +{ +ref = t; +}, +{ +pos = (206,0); +ref = caroncomb.alt; +} +); +width = 586; +}, +{ +layerId = m003; +shapes = ( +{ +ref = t; +}, +{ +pos = (300,0); +ref = caroncomb.alt; +} +); +width = 790; +}, +{ +layerId = m006; +shapes = ( +{ +ref = t; +}, +{ +pos = (222,0); +ref = caroncomb.alt; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = t; +}, +{ +pos = (260,0); +ref = caroncomb.alt; +} +); +width = 660; +}, +{ +layerId = m004; +shapes = ( +{ +ref = t; +}, +{ +pos = (362,0); +ref = caroncomb.alt; +} +); +width = 882; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = t; +}, +{ +pos = (300,0); +ref = caroncomb.alt; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = t; +}, +{ +pos = (366,0); +ref = caroncomb.alt; +} +); +width = 706; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = t; +}, +{ +pos = (508,0); +ref = caroncomb.alt; +} +); +width = 988; +} +); +unicode = 357; +}, +{ +glyphname = tcedilla; +kernLeft = t_left; +kernRight = t_right; +lastChange = "2022-10-11 19:45:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (-24,0); +ref = cedillacomb; +} +); +width = 452; +}, +{ +layerId = m007; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (26,0); +ref = cedillacomb; +} +); +width = 534; +}, +{ +layerId = m010; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (134,0); +ref = cedillacomb; +} +); +width = 728; +}, +{ +layerId = m005; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (-14,0); +ref = cedillacomb; +} +); +width = 498; +}, +{ +layerId = m01; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (42,0); +ref = cedillacomb; +} +); +width = 586; +}, +{ +layerId = m003; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (166,0); +ref = cedillacomb; +} +); +width = 790; +}, +{ +layerId = m006; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (28,0); +ref = cedillacomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (78,0); +ref = cedillacomb; +} +); +width = 660; +}, +{ +layerId = m004; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (210,0); +ref = cedillacomb; +} +); +width = 882; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (38,0); +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (96,0); +ref = cedillacomb; +} +); +width = 706; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = t; +}, +{ +anchor = tcedilla; +pos = (244,0); +ref = cedillacomb; +} +); +width = 988; +} +); +unicode = 355; +}, +{ +glyphname = tcommaaccent; +kernLeft = t_left; +kernRight = t_right; +lastChange = "2022-10-11 19:45:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = t; +}, +{ +pos = (-26,0); +ref = commaaccentcomb; +} +); +width = 452; +}, +{ +layerId = m007; +shapes = ( +{ +ref = t; +}, +{ +pos = (32,0); +ref = commaaccentcomb; +} +); +width = 534; +}, +{ +layerId = m010; +shapes = ( +{ +ref = t; +}, +{ +pos = (144,0); +ref = commaaccentcomb; +} +); +width = 728; +}, +{ +layerId = m005; +shapes = ( +{ +ref = t; +}, +{ +pos = (-51,0); +ref = commaaccentcomb; +} +); +width = 498; +}, +{ +layerId = m01; +shapes = ( +{ +ref = t; +}, +{ +pos = (52,0); +ref = commaaccentcomb; +} +); +width = 586; +}, +{ +layerId = m003; +shapes = ( +{ +ref = t; +}, +{ +pos = (176,0); +ref = commaaccentcomb; +} +); +width = 790; +}, +{ +layerId = m006; +shapes = ( +{ +ref = t; +}, +{ +pos = (30,0); +ref = commaaccentcomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = t; +}, +{ +pos = (84,0); +ref = commaaccentcomb; +} +); +width = 660; +}, +{ +layerId = m004; +shapes = ( +{ +ref = t; +}, +{ +pos = (232,0); +ref = commaaccentcomb; +} +); +width = 882; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = t; +}, +{ +pos = (44,0); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = t; +}, +{ +pos = (104,0); +ref = commaaccentcomb; +} +); +width = 706; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = t; +}, +{ +pos = (268,0); +ref = commaaccentcomb; +} +); +width = 988; +} +); +unicode = 539; +}, +{ +glyphname = tdotbelow; +kernLeft = t_left; +kernRight = t_right; +lastChange = "2022-10-11 19:45:36 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = t; +}, +{ +pos = (-26,0); +ref = dotbelowcomb; +} +); +width = 452; +}, +{ +layerId = m007; +shapes = ( +{ +ref = t; +}, +{ +pos = (32,0); +ref = dotbelowcomb; +} +); +width = 534; +}, +{ +layerId = m010; +shapes = ( +{ +ref = t; +}, +{ +pos = (144,0); +ref = dotbelowcomb; +} +); +width = 728; +}, +{ +layerId = m005; +shapes = ( +{ +ref = t; +}, +{ +pos = (-51,0); +ref = dotbelowcomb; +} +); +width = 498; +}, +{ +layerId = m01; +shapes = ( +{ +ref = t; +}, +{ +pos = (52,0); +ref = dotbelowcomb; +} +); +width = 586; +}, +{ +layerId = m003; +shapes = ( +{ +ref = t; +}, +{ +pos = (176,0); +ref = dotbelowcomb; +} +); +width = 790; +}, +{ +layerId = m006; +shapes = ( +{ +ref = t; +}, +{ +pos = (30,0); +ref = dotbelowcomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = t; +}, +{ +pos = (84,0); +ref = dotbelowcomb; +} +); +width = 660; +}, +{ +layerId = m004; +shapes = ( +{ +ref = t; +}, +{ +pos = (232,0); +ref = dotbelowcomb; +} +); +width = 882; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = t; +}, +{ +pos = (44,0); +ref = dotbelowcomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = t; +}, +{ +pos = (104,0); +ref = dotbelowcomb; +} +); +width = 706; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = t; +}, +{ +pos = (268,0); +ref = dotbelowcomb; +} +); +width = 988; +} +); +unicode = 7789; +}, +{ +glyphname = u; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-09-23 19:03:13 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (356,0); +}, +{ +name = ogonek; +pos = (596,10); +}, +{ +name = top; +pos = (346,600); +}, +{ +name = topright; +pos = (672,600); +} +); +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (692,600); +ref = n; +} +); +width = 692; +}, +{ +anchors = ( +{ +name = bottom; +pos = (368,0); +}, +{ +name = ogonek; +pos = (649,10); +}, +{ +name = top; +pos = (358,620); +}, +{ +name = topright; +pos = (695,620); +} +); +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (715,620); +ref = n; +} +); +width = 715; +}, +{ +anchors = ( +{ +name = bottom; +pos = (466,0); +}, +{ +name = ogonek; +pos = (796,10); +}, +{ +name = top; +pos = (446,600); +}, +{ +name = topright; +pos = (872,600); +} +); +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (892,600); +ref = n; +} +); +width = 892; +}, +{ +anchors = ( +{ +name = bottom; +pos = (487,0); +}, +{ +name = ogonek; +pos = (858,10); +}, +{ +name = top; +pos = (467,620); +}, +{ +name = topright; +pos = (914,620); +} +); +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (934,620); +ref = n; +} +); +width = 934; +}, +{ +anchors = ( +{ +name = bottom; +pos = (307,0); +}, +{ +name = ogonek; +pos = (507,10); +}, +{ +name = top; +pos = (297,600); +}, +{ +name = topright; +pos = (573,600); +} +); +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (593,600); +ref = n; +} +); +width = 593; +}, +{ +anchors = ( +{ +name = bottom; +pos = (312,0); +}, +{ +name = ogonek; +pos = (548,10); +}, +{ +name = top; +pos = (302,620); +}, +{ +name = topright; +pos = (584,620); +} +); +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (604,620); +ref = n; +} +); +width = 604; +}, +{ +anchors = ( +{ +name = bottom; +pos = (331,0); +}, +{ +name = ogonek; +pos = (546,10); +}, +{ +name = top; +pos = (321,588); +}, +{ +name = topright; +pos = (622,588); +} +); +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (642,588); +ref = n; +} +); +width = 642; +}, +{ +anchors = ( +{ +name = bottom; +pos = (391,0); +}, +{ +name = ogonek; +pos = (709,10); +}, +{ +name = top; +pos = (371,640); +}, +{ +name = topright; +pos = (721,640); +} +); +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (741,640); +ref = n; +} +); +width = 741; +}, +{ +anchors = ( +{ +name = bottom; +pos = (286,0); +}, +{ +name = ogonek; +pos = (465,10); +}, +{ +name = top; +pos = (276,588); +}, +{ +name = topright; +pos = (531,588); +} +); +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (551,588); +ref = n; +} +); +width = 551; +}, +{ +anchors = ( +{ +name = bottom; +pos = (431,0); +}, +{ +name = ogonek; +pos = (735,10); +}, +{ +name = top; +pos = (421,588); +}, +{ +name = topright; +pos = (821,588); +} +); +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (841,588); +ref = n; +} +); +width = 841; +}, +{ +anchors = ( +{ +name = bottom; +pos = (541,0); +}, +{ +name = ogonek; +pos = (989,10); +}, +{ +name = top; +pos = (511,640); +}, +{ +name = topright; +pos = (1001,640); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (1021,640); +ref = n; +} +); +width = 1021; +}, +{ +anchors = ( +{ +name = bottom; +pos = (341,0); +}, +{ +name = ogonek; +pos = (609,10); +}, +{ +name = top; +pos = (321,640); +}, +{ +name = topright; +pos = (621,640); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (641,640); +ref = n; +} +); +width = 641; +} +); +metricLeft = "=|n"; +metricRight = "=|n"; +unicode = 117; +}, +{ +glyphname = uacute; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (-24,0); +ref = acutecomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = acutecomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (121,0); +ref = acutecomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (-3,0); +ref = acutecomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (46,0); +ref = acutecomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (146,0); +ref = acutecomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (2,0); +ref = acutecomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,0); +ref = acutecomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (167,0); +ref = acutecomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = acutecomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (71,0); +ref = acutecomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,0); +ref = acutecomb; +} +); +width = 1021; +} +); +unicode = 250; +}, +{ +glyphname = ubreve; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (126,0); +ref = brevecomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (147,0); +ref = brevecomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (187,0); +ref = brevecomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (127,0); +ref = brevecomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (144,0); +ref = brevecomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (186,0); +ref = brevecomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (104,0); +ref = brevecomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (126,0); +ref = brevecomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (165,0); +ref = brevecomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (84,0); +ref = brevecomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (109,0); +ref = brevecomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (169,0); +ref = brevecomb; +} +); +width = 1021; +} +); +unicode = 365; +}, +{ +glyphname = ucircumflex; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (-24,0); +ref = circumflexcomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = circumflexcomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (121,0); +ref = circumflexcomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (-3,0); +ref = circumflexcomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (46,0); +ref = circumflexcomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (146,0); +ref = circumflexcomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (2,0); +ref = circumflexcomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,0); +ref = circumflexcomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (167,0); +ref = circumflexcomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = circumflexcomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (71,0); +ref = circumflexcomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,0); +ref = circumflexcomb; +} +); +width = 1021; +} +); +unicode = 251; +}, +{ +glyphname = udieresis; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (154,0); +ref = dieresiscomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (166,0); +ref = dieresiscomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (215,0); +ref = dieresiscomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (128,0); +ref = dieresiscomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (146,0); +ref = dieresiscomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (186,0); +ref = dieresiscomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (101,0); +ref = dieresiscomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (120,0); +ref = dieresiscomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (173,0); +ref = dieresiscomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (71,0); +ref = dieresiscomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (71,0); +ref = dieresiscomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (107,0); +ref = dieresiscomb; +} +); +width = 1021; +} +); +unicode = 252; +}, +{ +glyphname = udotbelow; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (-14,0); +ref = dotbelowcomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (31,0); +ref = dotbelowcomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (131,0); +ref = dotbelowcomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (7,0); +ref = dotbelowcomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (56,0); +ref = dotbelowcomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (166,0); +ref = dotbelowcomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (12,0); +ref = dotbelowcomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (68,0); +ref = dotbelowcomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (187,0); +ref = dotbelowcomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (41,0); +ref = dotbelowcomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (91,0); +ref = dotbelowcomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (241,0); +ref = dotbelowcomb; +} +); +width = 1021; +} +); +unicode = 7909; +}, +{ +glyphname = ugrave; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (-24,0); +ref = gravecomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = gravecomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (121,0); +ref = gravecomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (-3,0); +ref = gravecomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (46,0); +ref = gravecomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (146,0); +ref = gravecomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (2,0); +ref = gravecomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,0); +ref = gravecomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (167,0); +ref = gravecomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = gravecomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (71,0); +ref = gravecomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,0); +ref = gravecomb; +} +); +width = 1021; +} +); +unicode = 249; +}, +{ +glyphname = uhungarumlaut; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (-24,0); +ref = hungarumlautcomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = hungarumlautcomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (121,0); +ref = hungarumlautcomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (-3,0); +ref = hungarumlautcomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (46,0); +ref = hungarumlautcomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (146,0); +ref = hungarumlautcomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (2,0); +ref = hungarumlautcomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,0); +ref = hungarumlautcomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (167,0); +ref = hungarumlautcomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = hungarumlautcomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (71,0); +ref = hungarumlautcomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,0); +ref = hungarumlautcomb; +} +); +width = 1021; +} +); +unicode = 369; +}, +{ +glyphname = umacron; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (-24,0); +ref = macroncomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = macroncomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (121,0); +ref = macroncomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (-3,0); +ref = macroncomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (46,0); +ref = macroncomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (146,0); +ref = macroncomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (2,0); +ref = macroncomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,0); +ref = macroncomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (167,0); +ref = macroncomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = macroncomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (71,0); +ref = macroncomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,0); +ref = macroncomb; +} +); +width = 1021; +} +); +unicode = 363; +}, +{ +glyphname = uogonek; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (90,0); +ref = ogonekcomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (162,0); +ref = ogonekcomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (327,0); +ref = ogonekcomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (96,0); +ref = ogonekcomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (192,0); +ref = ogonekcomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (358,0); +ref = ogonekcomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (114,0); +ref = ogonekcomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (205,0); +ref = ogonekcomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (374,0); +ref = ogonekcomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (150,0); +ref = ogonekcomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (205,0); +ref = ogonekcomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (420,0); +ref = ogonekcomb; +} +); +width = 1021; +} +); +unicode = 371; +}, +{ +glyphname = uring; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (-24,0); +ref = ringcomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = ringcomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (121,0); +ref = ringcomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (-3,0); +ref = ringcomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (46,0); +ref = ringcomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (146,0); +ref = ringcomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (2,0); +ref = ringcomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,0); +ref = ringcomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (167,0); +ref = ringcomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = ringcomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (71,0); +ref = ringcomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,0); +ref = ringcomb; +} +); +width = 1021; +} +); +unicode = 367; +}, +{ +glyphname = utilde; +kernLeft = u_left; +kernRight = sqr_right; +lastChange = "2022-10-11 19:46:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (-24,0); +ref = tildecomb; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = tildecomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = u; +}, +{ +pos = (121,0); +ref = tildecomb; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = u; +}, +{ +pos = (-3,0); +ref = tildecomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = u; +}, +{ +pos = (46,0); +ref = tildecomb; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = u; +}, +{ +pos = (146,0); +ref = tildecomb; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = u; +}, +{ +pos = (2,0); +ref = tildecomb; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = u; +}, +{ +pos = (58,0); +ref = tildecomb; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = u; +}, +{ +pos = (167,0); +ref = tildecomb; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = u; +}, +{ +pos = (21,0); +ref = tildecomb; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = u; +}, +{ +pos = (71,0); +ref = tildecomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = u; +}, +{ +pos = (165,0); +ref = tildecomb; +} +); +width = 1021; +} +); +unicode = 361; +}, +{ +glyphname = v; +kernLeft = v_left; +kernRight = v_right; +lastChange = "2023-04-28 15:46:44 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-52,0); +ref = n; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(392,0,l), +(582,600,l), +(471,600,l), +(285,10,l), +(320,10,l), +(135,600,l), +(16,600,l), +(206,0,l) +); +} +); +width = 598; +}, +{ +background = { +shapes = ( +{ +pos = (-27,0); +ref = n; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(483,0,l), +(657,620,l), +(487,620,l), +(323,28,l), +(355,28,l), +(192,620,l), +(11,620,l), +(185,0,l) +); +} +); +width = 668; +}, +{ +background = { +shapes = ( +{ +pos = (-41,0); +ref = n; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(503,0,l), +(804,600,l), +(688,600,l), +(393,10,l), +(435,10,l), +(140,600,l), +(16,600,l), +(317,0,l) +); +} +); +width = 820; +}, +{ +background = { +shapes = ( +{ +pos = (-26,0); +ref = n; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(590,0,l), +(877,620,l), +(698,620,l), +(424,20,l), +(480,20,l), +(205,620,l), +(13,620,l), +(300,0,l) +); +} +); +width = 890; +}, +{ +background = { +shapes = ( +{ +pos = (-48,0); +ref = n; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(344,0,l), +(492,600,l), +(384,600,l), +(249,37,l), +(262,37,l), +(127,600,l), +(14,600,l), +(162,0,l) +); +} +); +width = 506; +}, +{ +background = { +shapes = ( +{ +pos = (-24,0); +ref = n; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(419,0,l), +(553,620,l), +(391,620,l), +(267,17,l), +(308,17,l), +(185,620,l), +(9,620,l), +(143,0,l) +); +} +); +width = 562; +}, +{ +background = { +shapes = ( +{ +pos = (-54,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(303,0,l), +(524,588,l), +(481,588,l), +(262,3,l), +(278,3,l), +(60,588,l), +(16,588,l), +(236,0,l) +); +} +); +width = 540; +}, +{ +background = { +shapes = ( +{ +pos = (-13,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(600,0,l), +(705,640,l), +(417,640,l), +(345,5,l), +(393,5,l), +(321,640,l), +(5,640,l), +(110,0,l) +); +} +); +width = 710; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(258,0,l), +(442,588,l), +(401,588,l), +(221,8,l), +(237,8,l), +(57,588,l), +(14,588,l), +(198,0,l) +); +} +); +width = 456; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(407,0,l), +(726,588,l), +(681,588,l), +(364,2,l), +(384,2,l), +(65,588,l), +(18,588,l), +(339,0,l) +); +} +); +width = 744; +}, +{ +background = { +shapes = ( +{ +pos = (-3,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(830,0,l), +(1005,640,l), +(639,640,l), +(493,5,l), +(560,5,l), +(414,640,l), +(5,640,l), +(180,0,l) +); +} +); +width = 1010; +}, +{ +background = { +shapes = ( +{ +pos = (-23,0); +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(500,0,l), +(585,640,l), +(345,640,l), +(289,5,l), +(329,5,l), +(273,640,l), +(5,640,l), +(90,0,l) +); +} +); +width = 590; +} +); +metricLeft = TNG; +metricRight = TNG; +unicode = 118; +}, +{ +glyphname = w; +kernLeft = v_left; +kernRight = v_right; +lastChange = "2022-08-31 06:10:16 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (478,0); +}, +{ +name = top; +pos = (478,600); +}, +{ +name = topacute; +pos = (476,600); +}, +{ +name = topgrave; +pos = (486,600); +} +); +background = { +shapes = ( +{ +pos = (-80,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(180,0,l), +(353,0,l), +(489,590,l), +(467,590,l), +(604,0,l), +(776,0,l), +(940,600,l), +(832,600,l), +(674,2,l), +(702,2,l), +(563,600,l), +(399,600,l), +(261,2,l), +(288,2,l), +(132,600,l), +(16,600,l) +); +} +); +width = 956; +}, +{ +anchors = ( +{ +name = bottom; +pos = (502,0); +}, +{ +name = top; +pos = (502,620); +}, +{ +name = topacute; +pos = (498,620); +}, +{ +name = topgrave; +pos = (510,620); +} +); +background = { +shapes = ( +{ +pos = (-55,0); +ref = "en-cy"; +} +); +}; +guides = ( +{ +pos = (711,97); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(149,0,l), +(425,0,l), +(515,594,l), +(492,594,l), +(579,0,l), +(855,0,l), +(993,620,l), +(827,620,l), +(698,18,l), +(722,18,l), +(634,620,l), +(379,620,l), +(288,19,l), +(316,19,l), +(187,620,l), +(11,620,l) +); +} +); +width = 1004; +}, +{ +anchors = ( +{ +name = bottom; +pos = (662,0); +}, +{ +name = top; +pos = (662,600); +}, +{ +name = topacute; +pos = (654,600); +}, +{ +name = topgrave; +pos = (676,600); +} +); +background = { +shapes = ( +{ +pos = (-80,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(264,0,l), +(450,0,l), +(676,591,l), +(648,591,l), +(873,0,l), +(1060,0,l), +(1308,600,l), +(1198,600,l), +(957,5,l), +(980,5,l), +(754,600,l), +(574,600,l), +(347,5,l), +(378,5,l), +(138,600,l), +(16,600,l) +); +} +); +width = 1324; +}, +{ +anchors = ( +{ +name = bottom; +pos = (670,0); +}, +{ +name = top; +pos = (670,620); +}, +{ +name = topacute; +pos = (672,620); +}, +{ +name = topgrave; +pos = (683,620); +} +); +background = { +shapes = ( +{ +pos = (-63,0); +ref = "en-cy"; +} +); +}; +guides = ( +{ +pos = (983,72); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(231,0,l), +(536,0,l), +(691,605,l), +(651,605,l), +(810,0,l), +(1109,0,l), +(1327,620,l), +(1155,620,l), +(950,28,l), +(974,28,l), +(819,620,l), +(534,620,l), +(382,28,l), +(403,28,l), +(198,620,l), +(13,620,l) +); +} +); +width = 1340; +}, +{ +anchors = ( +{ +name = bottom; +pos = (362,0); +}, +{ +name = top; +pos = (362,600); +}, +{ +name = topacute; +pos = (360,600); +}, +{ +name = topgrave; +pos = (370,600); +} +); +background = { +shapes = ( +{ +pos = (-62,0); +ref = "en-cy"; +} +); +}; +guides = ( +{ +pos = (169,44); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(122,0,l), +(286,0,l), +(370,596,l), +(357,596,l), +(439,0,l), +(601,0,l), +(709,600,l), +(613,600,l), +(515,17,l), +(522,17,l), +(441,600,l), +(290,600,l), +(206,4,l), +(218,4,l), +(118,600,l), +(14,600,l) +); +} +); +width = 723; +}, +{ +anchors = ( +{ +name = bottom; +pos = (385,0); +}, +{ +name = top; +pos = (385,620); +}, +{ +name = topacute; +pos = (384,620); +}, +{ +name = topgrave; +pos = (404,620); +} +); +background = { +shapes = ( +{ +pos = (-47,0); +ref = "en-cy"; +} +); +}; +guides = ( +{ +pos = (545,102); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(101,0,l), +(341,0,l), +(394,569,l), +(380,569,l), +(429,0,l), +(669,0,l), +(761,620,l), +(611,620,l), +(534,22,l), +(551,22,l), +(501,620,l), +(290,620,l), +(234,22,l), +(252,22,l), +(173,620,l), +(9,620,l) +); +} +); +width = 770; +}, +{ +anchors = ( +{ +name = bottom; +pos = (435,0); +}, +{ +name = top; +pos = (435,588); +}, +{ +name = topacute; +pos = (432,588); +}, +{ +name = topgrave; +pos = (438,588); +} +); +background = { +shapes = ( +{ +pos = (-80,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(274,0,l), +(440,581,l), +(430,581,l), +(596,0,l), +(664,0,l), +(854,588,l), +(813,588,l), +(625,3,l), +(636,3,l), +(469,588,l), +(402,588,l), +(236,6,l), +(246,6,l), +(60,588,l), +(16,588,l) +); +} +); +width = 870; +}, +{ +anchors = ( +{ +name = bottom; +pos = (511,0); +}, +{ +name = top; +pos = (511,640); +}, +{ +name = topacute; +pos = (518,640); +}, +{ +name = topgrave; +pos = (530,640); +} +); +background = { +shapes = ( +{ +ref = m; +} +); +}; +guides = ( +{ +pos = (352,183); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(109,0,l), +(481,0,l), +(520,601,l), +(502,601,l), +(541,0,l), +(913,0,l), +(1017,640,l), +(737,640,l), +(674,40,l), +(696,40,l), +(667,640,l), +(375,640,l), +(345,40,l), +(367,40,l), +(305,640,l), +(5,640,l) +); +} +); +width = 1022; +}, +{ +anchors = ( +{ +name = bottom; +pos = (328,0); +}, +{ +name = top; +pos = (328,588); +}, +{ +name = topacute; +pos = (324,588); +}, +{ +name = topgrave; +pos = (332,588); +} +); +background = { +shapes = ( +{ +pos = (-72,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(224,0,l), +(331,573,l), +(325,573,l), +(432,0,l), +(495,0,l), +(641,588,l), +(601,588,l), +(459,6,l), +(467,6,l), +(359,588,l), +(299,588,l), +(191,6,l), +(198,6,l), +(56,588,l), +(14,588,l) +); +} +); +width = 655; +}, +{ +anchors = ( +{ +name = bottom; +pos = (601,0); +}, +{ +name = top; +pos = (601,588); +}, +{ +name = topacute; +pos = (599,588); +}, +{ +name = topgrave; +pos = (603,588); +} +); +background = { +shapes = ( +{ +pos = (-88,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(298,0,l), +(365,0,l), +(608,583,l), +(594,583,l), +(836,0,l), +(904,0,l), +(1184,588,l), +(1141,588,l), +(863,2,l), +(877,2,l), +(634,588,l), +(570,588,l), +(326,3,l), +(342,3,l), +(65,588,l), +(18,588,l) +); +} +); +width = 1202; +}, +{ +anchors = ( +{ +name = bottom; +pos = (706,0); +}, +{ +name = top; +pos = (706,640); +}, +{ +name = topacute; +pos = (710,640); +}, +{ +name = topgrave; +pos = (762,640); +} +); +background = { +shapes = ( +{ +ref = m; +} +); +}; +guides = ( +{ +pos = (471,145); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,0,l), +(681,0,l), +(731,612,l), +(711,612,l), +(761,0,l), +(1283,0,l), +(1407,640,l), +(1057,640,l), +(972,26,l), +(996,26,l), +(957,640,l), +(505,640,l), +(463,26,l), +(487,26,l), +(405,640,l), +(5,640,l) +); +} +); +width = 1412; +}, +{ +anchors = ( +{ +name = bottom; +pos = (436,0); +}, +{ +name = top; +pos = (436,640); +}, +{ +name = topacute; +pos = (448,640); +}, +{ +name = topgrave; +pos = (458,640); +} +); +background = { +shapes = ( +{ +ref = m; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(109,0,l), +(415,0,l), +(448,560,l), +(434,560,l), +(467,0,l), +(763,0,l), +(867,640,l), +(627,640,l), +(577,82,l), +(594,82,l), +(567,640,l), +(335,640,l), +(307,82,l), +(324,82,l), +(275,640,l), +(5,640,l) +); +} +); +width = 872; +} +); +metricLeft = TNG; +metricRight = TNG; +unicode = 119; +}, +{ +glyphname = wacute; +kernLeft = v_left; +kernRight = v_right; +lastChange = "2022-10-11 19:46:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (54,0); +ref = acutecomb; +} +); +width = 655; +}, +{ +layerId = m007; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (162,0); +ref = acutecomb; +} +); +width = 870; +}, +{ +layerId = m010; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (329,0); +ref = acutecomb; +} +); +width = 1202; +}, +{ +layerId = m005; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (90,0); +ref = acutecomb; +} +); +width = 723; +}, +{ +layerId = m01; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (206,0); +ref = acutecomb; +} +); +width = 956; +}, +{ +layerId = m003; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (393,0); +ref = acutecomb; +} +); +width = 1324; +}, +{ +layerId = m006; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (114,0); +ref = acutecomb; +} +); +width = 770; +}, +{ +layerId = m002; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (228,0); +ref = acutecomb; +} +); +width = 1004; +}, +{ +layerId = m004; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (402,0); +ref = acutecomb; +} +); +width = 1340; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (178,0); +ref = acutecomb; +} +); +width = 872; +}, +{ +layerId = m008; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (248,0); +ref = acutecomb; +} +); +width = 1022; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = w; +}, +{ +anchor = topacute; +pos = (440,0); +ref = acutecomb; +} +); +width = 1412; +} +); +unicode = 7811; +}, +{ +glyphname = wcircumflex; +kernLeft = v_left; +kernRight = v_right; +lastChange = "2022-10-11 19:46:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = w; +}, +{ +pos = (28,0); +ref = circumflexcomb; +} +); +width = 655; +}, +{ +layerId = m007; +shapes = ( +{ +ref = w; +}, +{ +pos = (135,0); +ref = circumflexcomb; +} +); +width = 870; +}, +{ +layerId = m010; +shapes = ( +{ +ref = w; +}, +{ +pos = (301,0); +ref = circumflexcomb; +} +); +width = 1202; +}, +{ +layerId = m005; +shapes = ( +{ +ref = w; +}, +{ +pos = (62,0); +ref = circumflexcomb; +} +); +width = 723; +}, +{ +layerId = m01; +shapes = ( +{ +ref = w; +}, +{ +pos = (178,0); +ref = circumflexcomb; +} +); +width = 956; +}, +{ +layerId = m003; +shapes = ( +{ +ref = w; +}, +{ +pos = (362,0); +ref = circumflexcomb; +} +); +width = 1324; +}, +{ +layerId = m006; +shapes = ( +{ +ref = w; +}, +{ +pos = (85,0); +ref = circumflexcomb; +} +); +width = 770; +}, +{ +layerId = m002; +shapes = ( +{ +ref = w; +}, +{ +pos = (202,0); +ref = circumflexcomb; +} +); +width = 1004; +}, +{ +layerId = m004; +shapes = ( +{ +ref = w; +}, +{ +pos = (370,0); +ref = circumflexcomb; +} +); +width = 1340; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = w; +}, +{ +pos = (136,0); +ref = circumflexcomb; +} +); +width = 872; +}, +{ +layerId = m008; +shapes = ( +{ +ref = w; +}, +{ +pos = (211,0); +ref = circumflexcomb; +} +); +width = 1022; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = w; +}, +{ +pos = (406,0); +ref = circumflexcomb; +} +); +width = 1412; +} +); +unicode = 373; +}, +{ +glyphname = wdieresis; +kernLeft = v_left; +kernRight = v_right; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = w; +}, +{ +pos = (206,0); +ref = dieresiscomb; +} +); +width = 655; +}, +{ +layerId = m007; +shapes = ( +{ +ref = w; +}, +{ +pos = (280,0); +ref = dieresiscomb; +} +); +width = 870; +}, +{ +layerId = m010; +shapes = ( +{ +ref = w; +}, +{ +pos = (395,0); +ref = dieresiscomb; +} +); +width = 1202; +}, +{ +layerId = m005; +shapes = ( +{ +ref = w; +}, +{ +pos = (193,0); +ref = dieresiscomb; +} +); +width = 723; +}, +{ +layerId = m01; +shapes = ( +{ +ref = w; +}, +{ +pos = (278,0); +ref = dieresiscomb; +} +); +width = 956; +}, +{ +layerId = m003; +shapes = ( +{ +ref = w; +}, +{ +pos = (402,0); +ref = dieresiscomb; +} +); +width = 1324; +}, +{ +layerId = m006; +shapes = ( +{ +ref = w; +}, +{ +pos = (184,0); +ref = dieresiscomb; +} +); +width = 770; +}, +{ +layerId = m002; +shapes = ( +{ +ref = w; +}, +{ +pos = (264,0); +ref = dieresiscomb; +} +); +width = 1004; +}, +{ +layerId = m004; +shapes = ( +{ +ref = w; +}, +{ +pos = (376,0); +ref = dieresiscomb; +} +); +width = 1340; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = w; +}, +{ +pos = (186,0); +ref = dieresiscomb; +} +); +width = 872; +}, +{ +layerId = m008; +shapes = ( +{ +ref = w; +}, +{ +pos = (211,0); +ref = dieresiscomb; +} +); +width = 1022; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = w; +}, +{ +pos = (302,0); +ref = dieresiscomb; +} +); +width = 1412; +} +); +unicode = 7813; +}, +{ +glyphname = wgrave; +kernLeft = v_left; +kernRight = v_right; +lastChange = "2022-10-11 19:46:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (2,0); +ref = gravecomb; +} +); +width = 655; +}, +{ +layerId = m007; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (108,0); +ref = gravecomb; +} +); +width = 870; +}, +{ +layerId = m010; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (273,0); +ref = gravecomb; +} +); +width = 1202; +}, +{ +layerId = m005; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (40,0); +ref = gravecomb; +} +); +width = 723; +}, +{ +layerId = m01; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (156,0); +ref = gravecomb; +} +); +width = 956; +}, +{ +layerId = m003; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (337,0); +ref = gravecomb; +} +); +width = 1324; +}, +{ +layerId = m006; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (74,0); +ref = gravecomb; +} +); +width = 770; +}, +{ +layerId = m002; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (180,0); +ref = gravecomb; +} +); +width = 1004; +}, +{ +layerId = m004; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (353,0); +ref = gravecomb; +} +); +width = 1340; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (128,0); +ref = gravecomb; +} +); +width = 872; +}, +{ +layerId = m008; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (200,0); +ref = gravecomb; +} +); +width = 1022; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = w; +}, +{ +anchor = topgrave; +pos = (432,0); +ref = gravecomb; +} +); +width = 1412; +} +); +unicode = 7809; +}, +{ +glyphname = x; +kernLeft = x_left; +kernRight = x_right; +lastChange = "2023-04-24 18:27:10 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (500,0); +} +); +background = { +shapes = ( +{ +pos = (-51,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(204,288,l), +(26,0,l), +(148,0,l), +(330,293,l), +(146,600,l), +(16,600,l) +); +}, +{ +closed = 1; +nodes = ( +(460,600,l), +(268,288,l), +(439,0,l), +(570,0,l), +(393,296,l), +(580,600,l) +); +} +); +width = 596; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (504,0); +} +); +background = { +shapes = ( +{ +pos = (-25,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(183,300,l), +(23,0,l), +(209,0,l), +(372,307,l), +(204,620,l), +(11,620,l) +); +}, +{ +closed = 1; +nodes = ( +(475,620,l), +(296,285,l), +(448,0,l), +(645,0,l), +(485,300,l), +(657,620,l) +); +} +); +width = 668; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (740,0); +} +); +background = { +shapes = ( +{ +pos = (-35,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(304,289,l), +(32,0,l), +(172,0,l), +(448,293,l), +(164,600,l), +(16,600,l) +); +}, +{ +closed = 1; +nodes = ( +(672,600,l), +(378,294,l), +(645,0,l), +(794,0,l), +(522,299,l), +(810,600,l) +); +} +); +width = 826; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (760,0); +} +); +background = { +shapes = ( +{ +pos = (-25,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(287,298,l), +(39,0,l), +(247,0,l), +(501,305,l), +(234,620,l), +(13,620,l) +); +}, +{ +closed = 1; +nodes = ( +(686,620,l), +(403,287,l), +(641,0,l), +(865,0,l), +(617,298,l), +(891,620,l) +); +} +); +width = 904; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (410,0); +} +); +background = { +shapes = ( +{ +pos = (-38,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(166,288,l), +(16,0,l), +(131,0,l), +(284,293,l), +(134,600,l), +(14,600,l) +); +}, +{ +closed = 1; +nodes = ( +(376,600,l), +(219,285,l), +(363,0,l), +(486,0,l), +(336,296,l), +(488,600,l) +); +} +); +width = 502; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (400,0); +} +); +background = { +shapes = ( +{ +pos = (-25,0); +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(145,290,l), +(17,0,l), +(194,0,l), +(320,299,l), +(191,620,l), +(9,620,l) +); +}, +{ +closed = 1; +nodes = ( +(374,620,l), +(236,296,l), +(353,0,l), +(539,0,l), +(411,314,l), +(547,620,l) +); +} +); +width = 556; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (524,0); +} +); +background = { +shapes = ( +{ +pos = (-54,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(233,290,l), +(28,0,l), +(78,0,l), +(283,290,l), +(67,588,l), +(16,588,l) +); +}, +{ +closed = 1; +nodes = ( +(475,588,l), +(257,289,l), +(461,0,l), +(512,0,l), +(307,291,l), +(524,588,l) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (434,0); +} +); +background = { +shapes = ( +{ +pos = (-13,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(102,306,l), +(17,0,l), +(320,0,l), +(383,328,l), +(315,640,l), +(5,640,l) +); +}, +{ +closed = 1; +nodes = ( +(408,640,l), +(327,271,l), +(380,0,l), +(693,0,l), +(608,306,l), +(705,640,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (434,0); +} +); +background = { +shapes = ( +{ +pos = (-51,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(194,288,l), +(26,0,l), +(73,0,l), +(242,288,l), +(62,588,l), +(14,588,l) +); +}, +{ +closed = 1; +nodes = ( +(393,588,l), +(212,289,l), +(380,0,l), +(428,0,l), +(260,291,l), +(440,588,l) +); +} +); +width = 454; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (742,0); +} +); +background = { +shapes = ( +{ +pos = (-47,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(332,290,l), +(34,0,l), +(93,0,l), +(390,291,l), +(77,588,l), +(18,588,l) +); +}, +{ +closed = 1; +nodes = ( +(676,588,l), +(361,290,l), +(658,0,l), +(718,0,l), +(420,291,l), +(734,588,l) +); +} +); +width = 752; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (700,0); +} +); +background = { +shapes = ( +{ +pos = (-7,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,306,l), +(19,0,l), +(412,0,l), +(576,319,l), +(414,640,l), +(5,640,l) +); +}, +{ +closed = 1; +nodes = ( +(615,640,l), +(429,272,l), +(567,0,l), +(983,0,l), +(818,306,l), +(997,640,l) +); +} +); +width = 1002; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (370,0); +} +); +background = { +shapes = ( +{ +pos = (-17,0); +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(84,306,l), +(9,0,l), +(276,0,l), +(323,328,l), +(279,640,l), +(5,640,l) +); +}, +{ +closed = 1; +nodes = ( +(336,640,l), +(279,281,l), +(316,0,l), +(593,0,l), +(518,306,l), +(597,640,l) +); +} +); +width = 602; +} +); +metricLeft = TNG; +metricRight = TNG; +unicode = 120; +}, +{ +glyphname = y; +kernLeft = y_left; +kernRight = y_right; +lastChange = "2022-04-05 19:44:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = top; +pos = (302,600); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(208,50,l), +(326,50,l), +(136,600,l), +(16,600,l) +); +}, +{ +closed = 1; +nodes = ( +(471,600,l), +(263,-54,l), +(247,-97,o), +(228,-116,o), +(193,-116,cs), +(159,-116,o), +(140,-95,o), +(125,-52,c), +(23,-52,l), +(31,-157,o), +(93,-216,o), +(195,-216,cs), +(274,-216,o), +(329,-173,o), +(360,-90,c), +(582,600,l) +); +} +); +width = 598; +}, +{ +anchors = ( +{ +name = bottom; +pos = (344,0); +}, +{ +name = top; +pos = (344,620); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(189,50,l), +(371,50,l), +(194,620,l), +(11,620,l) +); +}, +{ +closed = 1; +nodes = ( +(487,620,l), +(319,-10,l), +(306,-51,o), +(289,-70,o), +(267,-70,cs), +(240,-70,o), +(225,-54,o), +(209,-20,c), +(52,-20,l), +(66,-152,o), +(139,-220,o), +(267,-220,cs), +(371,-220,o), +(443,-162,o), +(478,-50,c), +(657,620,l) +); +} +); +width = 668; +}, +{ +anchors = ( +{ +name = bottom; +pos = (420,0); +}, +{ +name = top; +pos = (420,600); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(323,50,l), +(449,50,l), +(143,600,l), +(16,600,l) +); +}, +{ +closed = 1; +nodes = ( +(687,600,l), +(363,-47,l), +(336,-98,o), +(308,-120,o), +(265,-120,cs), +(221,-120,o), +(192,-97,o), +(171,-52,c), +(73,-52,l), +(82,-157,o), +(150,-216,o), +(263,-216,cs), +(350,-216,o), +(407,-179,o), +(453,-94,c), +(804,600,l) +); +} +); +width = 820; +}, +{ +anchors = ( +{ +name = bottom; +pos = (452,0); +}, +{ +name = top; +pos = (452,620); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(307,50,l), +(502,50,l), +(211,620,l), +(13,620,l) +); +}, +{ +closed = 1; +nodes = ( +(697,620,l), +(416,0,ls), +(394,-49,o), +(363,-72,o), +(322,-72,cs), +(280,-72,o), +(255,-55,o), +(239,-20,c), +(71,-20,l), +(91,-152,o), +(173,-220,o), +(312,-220,cs), +(431,-220,o), +(513,-172,o), +(561,-67,cs), +(877,620,l) +); +} +); +width = 890; +}, +{ +anchors = ( +{ +name = bottom; +pos = (258,0); +}, +{ +name = top; +pos = (258,600); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(170,50,l), +(281,50,l), +(128,600,l), +(14,600,l) +); +}, +{ +closed = 1; +nodes = ( +(385,600,l), +(227,-62,l), +(215,-98,o), +(201,-114,o), +(181,-114,cs), +(151,-114,o), +(135,-95,o), +(125,-52,c), +(27,-52,l), +(33,-157,o), +(88,-216,o), +(181,-216,cs), +(257,-216,o), +(301,-171,o), +(325,-90,c), +(492,600,l) +); +} +); +width = 506; +}, +{ +anchors = ( +{ +name = bottom; +pos = (292,0); +}, +{ +name = top; +pos = (292,620); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(148,50,l), +(318,50,l), +(187,620,l), +(9,620,l) +); +}, +{ +closed = 1; +nodes = ( +(392,620,l), +(271,-21,l), +(263,-57,o), +(250,-72,o), +(229,-72,cs), +(207,-72,o), +(194,-56,o), +(182,-20,c), +(29,-20,l), +(41,-152,o), +(108,-220,o), +(227,-220,cs), +(330,-220,o), +(396,-163,o), +(422,-52,c), +(553,620,l) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = bottom; +pos = (276,0); +}, +{ +name = top; +pos = (276,588); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(244,50,l), +(288,50,l), +(62,588,l), +(16,588,l) +); +}, +{ +closed = 1; +nodes = ( +(481,588,l), +(214,-119,l), +(196,-159,o), +(174,-176,o), +(143,-176,cs), +(97,-176,o), +(75,-152,o), +(61,-86,c), +(22,-86,l), +(36,-174,o), +(73,-212,o), +(143,-212,cs), +(192,-212,o), +(229,-184,o), +(253,-130,c), +(524,588,l) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = bottom; +pos = (370,0); +}, +{ +name = top; +pos = (370,640); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(111,44,l), +(393,44,l), +(326,640,l), +(5,640,l) +); +}, +{ +closed = 1; +nodes = ( +(417,640,l), +(345,6,ls), +(342,-23,o), +(332,-36,o), +(314,-36,cs), +(297,-36,o), +(288,-26,o), +(284,-4,c), +(16,-4,l), +(28,-159,o), +(118,-226,o), +(317,-226,cs), +(504,-226,o), +(594,-152,o), +(618,20,cs), +(705,640,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = bottom; +pos = (234,0); +}, +{ +name = top; +pos = (234,588); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(220,50,l), +(264,50,l), +(59,588,l), +(14,588,l) +); +}, +{ +closed = 1; +nodes = ( +(400,588,l), +(193,-119,l), +(178,-158,o), +(158,-176,o), +(131,-176,cs), +(95,-176,o), +(75,-147,o), +(69,-86,c), +(30,-86,l), +(34,-167,o), +(70,-212,o), +(131,-212,cs), +(177,-212,o), +(211,-184,o), +(231,-130,c), +(442,588,l) +); +} +); +width = 456; +}, +{ +anchors = ( +{ +name = bottom; +pos = (384,0); +}, +{ +name = top; +pos = (384,588); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(363,50,l), +(412,50,l), +(68,588,l), +(18,588,l) +); +}, +{ +closed = 1; +nodes = ( +(681,588,l), +(315,-108,l), +(287,-156,o), +(255,-177,o), +(209,-177,cs), +(153,-177,o), +(119,-147,o), +(103,-86,c), +(62,-86,l), +(77,-169,o), +(127,-212,o), +(209,-212,cs), +(270,-212,o), +(318,-183,o), +(351,-126,c), +(726,588,l) +); +} +); +width = 744; +}, +{ +anchors = ( +{ +name = bottom; +pos = (530,0); +}, +{ +name = top; +pos = (530,640); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,44,l), +(563,44,l), +(411,640,l), +(5,640,l) +); +}, +{ +closed = 1; +nodes = ( +(637,640,l), +(493,6,ls), +(486,-23,o), +(476,-36,o), +(459,-36,cs), +(440,-36,o), +(430,-26,o), +(426,-4,c), +(53,-4,l), +(79,-174,o), +(175,-226,o), +(461,-226,cs), +(711,-226,o), +(804,-168,o), +(851,20,cs), +(1005,640,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = top; +pos = (306,640); +} +); +background = { +shapes = ( +{ +ref = v; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(89,44,l), +(333,44,l), +(271,640,l), +(5,640,l) +); +}, +{ +closed = 1; +nodes = ( +(341,640,l), +(291,6,ls), +(288,-26,o), +(283,-36,o), +(266,-36,cs), +(251,-36,o), +(244,-29,o), +(240,-4,c), +(7,-4,l), +(17,-155,o), +(100,-226,o), +(266,-226,cs), +(422,-226,o), +(504,-147,o), +(521,20,cs), +(585,640,l) +); +} +); +width = 590; +} +); +metricLeft = TNG; +metricRight = TNG; +unicode = 121; +}, +{ +glyphname = yacute; +kernLeft = y_left; +kernRight = y_right; +lastChange = "2022-10-11 19:46:35 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = y; +}, +{ +pos = (-66,0); +ref = acutecomb; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = y; +}, +{ +pos = (-24,0); +ref = acutecomb; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = y; +}, +{ +pos = (84,0); +ref = acutecomb; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = y; +}, +{ +pos = (-42,0); +ref = acutecomb; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = y; +}, +{ +pos = (2,0); +ref = acutecomb; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = y; +}, +{ +pos = (120,0); +ref = acutecomb; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = y; +}, +{ +pos = (-8,0); +ref = acutecomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = y; +}, +{ +pos = (44,0); +ref = acutecomb; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = y; +}, +{ +pos = (152,0); +ref = acutecomb; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (6,0); +ref = acutecomb; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = y; +}, +{ +pos = (70,0); +ref = acutecomb; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (230,0); +ref = acutecomb; +} +); +width = 1010; +} +); +unicode = 253; +}, +{ +glyphname = ycircumflex; +kernLeft = y_left; +kernRight = y_right; +lastChange = "2022-10-11 19:46:35 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = y; +}, +{ +pos = (-66,0); +ref = circumflexcomb; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = y; +}, +{ +pos = (-24,0); +ref = circumflexcomb; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = y; +}, +{ +pos = (84,0); +ref = circumflexcomb; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = y; +}, +{ +pos = (-42,0); +ref = circumflexcomb; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = y; +}, +{ +pos = (2,0); +ref = circumflexcomb; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = y; +}, +{ +pos = (120,0); +ref = circumflexcomb; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = y; +}, +{ +pos = (-8,0); +ref = circumflexcomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = y; +}, +{ +pos = (44,0); +ref = circumflexcomb; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = y; +}, +{ +pos = (152,0); +ref = circumflexcomb; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (6,0); +ref = circumflexcomb; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = y; +}, +{ +pos = (70,0); +ref = circumflexcomb; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (230,0); +ref = circumflexcomb; +} +); +width = 1010; +} +); +unicode = 375; +}, +{ +glyphname = ydieresis; +kernLeft = y_left; +kernRight = y_right; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = y; +}, +{ +pos = (112,0); +ref = dieresiscomb; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = y; +}, +{ +pos = (121,0); +ref = dieresiscomb; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = y; +}, +{ +pos = (178,0); +ref = dieresiscomb; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = y; +}, +{ +pos = (89,0); +ref = dieresiscomb; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = y; +}, +{ +pos = (102,0); +ref = dieresiscomb; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = y; +}, +{ +pos = (160,0); +ref = dieresiscomb; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = y; +}, +{ +pos = (91,0); +ref = dieresiscomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = y; +}, +{ +pos = (106,0); +ref = dieresiscomb; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = y; +}, +{ +pos = (158,0); +ref = dieresiscomb; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (56,0); +ref = dieresiscomb; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = y; +}, +{ +pos = (70,0); +ref = dieresiscomb; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (126,0); +ref = dieresiscomb; +} +); +width = 1010; +} +); +unicode = 255; +}, +{ +glyphname = ygrave; +kernLeft = y_left; +kernRight = y_right; +lastChange = "2022-10-11 19:46:35 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = y; +}, +{ +pos = (-66,0); +ref = gravecomb; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = y; +}, +{ +pos = (-24,0); +ref = gravecomb; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = y; +}, +{ +pos = (84,0); +ref = gravecomb; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = y; +}, +{ +pos = (-42,0); +ref = gravecomb; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = y; +}, +{ +pos = (2,0); +ref = gravecomb; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = y; +}, +{ +pos = (120,0); +ref = gravecomb; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = y; +}, +{ +pos = (-8,0); +ref = gravecomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = y; +}, +{ +pos = (44,0); +ref = gravecomb; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = y; +}, +{ +pos = (152,0); +ref = gravecomb; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (6,0); +ref = gravecomb; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = y; +}, +{ +pos = (70,0); +ref = gravecomb; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (230,0); +ref = gravecomb; +} +); +width = 1010; +} +); +unicode = 7923; +}, +{ +glyphname = ymacron; +kernLeft = y_left; +kernRight = y_right; +lastChange = "2022-10-11 19:46:35 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = y; +}, +{ +pos = (-66,0); +ref = macroncomb; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = y; +}, +{ +pos = (-24,0); +ref = macroncomb; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = y; +}, +{ +pos = (84,0); +ref = macroncomb; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = y; +}, +{ +pos = (-42,0); +ref = macroncomb; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = y; +}, +{ +pos = (2,0); +ref = macroncomb; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = y; +}, +{ +pos = (120,0); +ref = macroncomb; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = y; +}, +{ +pos = (-8,0); +ref = macroncomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = y; +}, +{ +pos = (44,0); +ref = macroncomb; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = y; +}, +{ +pos = (152,0); +ref = macroncomb; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (6,0); +ref = macroncomb; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = y; +}, +{ +pos = (70,0); +ref = macroncomb; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (230,0); +ref = macroncomb; +} +); +width = 1010; +} +); +unicode = 563; +}, +{ +glyphname = ytilde; +kernLeft = y_left; +kernRight = y_right; +lastChange = "2022-10-11 19:46:35 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = y; +}, +{ +pos = (-66,0); +ref = tildecomb; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = y; +}, +{ +pos = (-24,0); +ref = tildecomb; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = y; +}, +{ +pos = (84,0); +ref = tildecomb; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = y; +}, +{ +pos = (-42,0); +ref = tildecomb; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = y; +}, +{ +pos = (2,0); +ref = tildecomb; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = y; +}, +{ +pos = (120,0); +ref = tildecomb; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = y; +}, +{ +pos = (-8,0); +ref = tildecomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = y; +}, +{ +pos = (44,0); +ref = tildecomb; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = y; +}, +{ +pos = (152,0); +ref = tildecomb; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = y; +}, +{ +pos = (6,0); +ref = tildecomb; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = y; +}, +{ +pos = (70,0); +ref = tildecomb; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = y; +}, +{ +pos = (184,0); +ref = tildecomb; +} +); +width = 1010; +} +); +unicode = 7929; +}, +{ +glyphname = z; +kernLeft = z_left; +kernRight = z_right; +lastChange = "2022-10-11 19:46:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (350,0); +}, +{ +name = center; +pos = (350,300); +}, +{ +name = top; +pos = (350,600); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(96,496,l), +(571,496,l), +(571,524,l), +(96,194,l), +(96,0,l), +(582,0,l), +(582,104,l), +(107,104,l), +(107,76,l), +(582,406,l), +(582,600,l), +(96,600,l) +); +} +); +width = 668; +}, +{ +anchors = ( +{ +name = bottom; +pos = (343,0); +}, +{ +name = center; +pos = (343,310); +}, +{ +name = top; +pos = (343,620); +} +); +background = { +shapes = ( +{ +pos = (-25,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(66,464,l), +(580,464,l), +(580,501,l), +(66,278,l), +(66,0,l), +(606,0,l), +(606,156,l), +(92,156,l), +(92,119,l), +(606,342,l), +(606,620,l), +(66,620,l) +); +} +); +width = 665; +}, +{ +anchors = ( +{ +name = bottom; +pos = (442,0); +}, +{ +name = center; +pos = (442,300); +}, +{ +name = top; +pos = (442,600); +} +); +background = { +shapes = ( +{ +pos = (-31,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(96,504,l), +(766,504,l), +(766,524,l), +(96,180,l), +(96,0,l), +(778,0,l), +(778,96,l), +(108,96,l), +(108,76,l), +(778,420,l), +(778,600,l), +(96,600,l) +); +} +); +width = 864; +}, +{ +anchors = ( +{ +name = bottom; +pos = (442,0); +}, +{ +name = center; +pos = (442,310); +}, +{ +name = top; +pos = (442,620); +} +); +background = { +shapes = ( +{ +pos = (-50,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(76,476,l), +(787,476,l), +(787,497,l), +(76,270,l), +(76,0,l), +(800,0,l), +(800,144,l), +(89,144,l), +(89,123,l), +(800,350,l), +(800,620,l), +(76,620,l) +); +} +); +width = 868; +}, +{ +anchors = ( +{ +name = bottom; +pos = (291,0); +}, +{ +name = center; +pos = (291,300); +}, +{ +name = top; +pos = (291,600); +} +); +background = { +shapes = ( +{ +pos = (-11,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(76,498,l), +(456,498,l), +(456,531,l), +(76,177,l), +(76,0,l), +(490,0,l), +(490,102,l), +(110,102,l), +(110,69,l), +(490,423,l), +(490,600,l), +(76,600,l) +); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = bottom; +pos = (289,0); +}, +{ +name = center; +pos = (289,310); +}, +{ +name = top; +pos = (289,620); +} +); +background = { +shapes = ( +{ +pos = (-19,0); +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(56,466,l), +(471,466,l), +(471,518,l), +(56,260,l), +(56,0,l), +(512,0,l), +(512,154,l), +(97,154,l), +(97,102,l), +(512,360,l), +(512,620,l), +(56,620,l) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = bottom; +pos = (316,0); +}, +{ +name = center; +pos = (316,294); +}, +{ +name = top; +pos = (316,588); +} +); +background = { +shapes = ( +{ +pos = (-17,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(86,552,l), +(519,552,l), +(519,566,l), +(86,70,l), +(86,0,l), +(528,0,l), +(528,36,l), +(95,36,l), +(95,22,l), +(528,518,l), +(528,588,l), +(86,588,l) +); +} +); +width = 604; +}, +{ +anchors = ( +{ +name = bottom; +pos = (341,0); +}, +{ +name = center; +pos = (341,320); +}, +{ +name = top; +pos = (341,640); +} +); +background = { +shapes = ( +{ +pos = (-32,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(32,410,l), +(392,410,l), +(392,453,l), +(32,288,l), +(32,0,l), +(642,0,l), +(642,230,l), +(282,230,l), +(282,187,l), +(642,352,l), +(642,640,l), +(32,640,l) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = bottom; +pos = (269,0); +}, +{ +name = center; +pos = (269,294); +}, +{ +name = top; +pos = (269,588); +} +); +background = { +shapes = ( +{ +pos = (-23,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(78,552,l), +(440,552,l), +(440,567,l), +(78,70,l), +(78,0,l), +(451,0,l), +(451,36,l), +(89,36,l), +(89,21,l), +(451,518,l), +(451,588,l), +(78,588,l) +); +} +); +width = 518; +}, +{ +anchors = ( +{ +name = bottom; +pos = (409,0); +}, +{ +name = center; +pos = (409,294); +}, +{ +name = top; +pos = (409,588); +} +); +background = { +shapes = ( +{ +pos = (-50,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(96,554,l), +(708,554,l), +(708,565,l), +(96,70,l), +(96,0,l), +(711,0,l), +(711,34,l), +(99,34,l), +(99,23,l), +(711,518,l), +(711,588,l), +(96,588,l) +); +} +); +width = 797; +}, +{ +anchors = ( +{ +name = bottom; +pos = (466,0); +}, +{ +name = center; +pos = (466,320); +}, +{ +name = top; +pos = (466,640); +} +); +background = { +shapes = ( +{ +pos = (-48,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,420,l), +(602,420,l), +(602,444,l), +(32,338,l), +(32,0,l), +(892,0,l), +(892,220,l), +(322,220,l), +(322,196,l), +(892,302,l), +(892,640,l), +(32,640,l) +); +} +); +width = 920; +}, +{ +anchors = ( +{ +name = bottom; +pos = (294,0); +}, +{ +name = center; +pos = (294,320); +}, +{ +name = top; +pos = (294,640); +} +); +background = { +shapes = ( +{ +pos = (-18,0); +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,430,l), +(412,430,l), +(412,454,l), +(32,378,l), +(32,0,l), +(552,0,l), +(552,210,l), +(172,210,l), +(172,186,l), +(552,262,l), +(552,640,l), +(32,640,l) +); +} +); +width = 580; +} +); +unicode = 122; +}, +{ +glyphname = zacute; +kernLeft = z_left; +kernRight = z_right; +lastChange = "2022-10-11 19:47:02 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = z; +}, +{ +pos = (-31,0); +ref = acutecomb; +} +); +width = 518; +}, +{ +layerId = m007; +shapes = ( +{ +ref = z; +}, +{ +pos = (16,0); +ref = acutecomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = z; +}, +{ +pos = (109,0); +ref = acutecomb; +} +); +width = 797; +}, +{ +layerId = m005; +shapes = ( +{ +ref = z; +}, +{ +pos = (-9,0); +ref = acutecomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = z; +}, +{ +pos = (50,0); +ref = acutecomb; +} +); +width = 668; +}, +{ +layerId = m003; +shapes = ( +{ +ref = z; +}, +{ +pos = (142,0); +ref = acutecomb; +} +); +width = 864; +}, +{ +layerId = m006; +shapes = ( +{ +ref = z; +}, +{ +pos = (-11,0); +ref = acutecomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = z; +}, +{ +pos = (43,0); +ref = acutecomb; +} +); +width = 665; +}, +{ +layerId = m004; +shapes = ( +{ +ref = z; +}, +{ +pos = (142,0); +ref = acutecomb; +} +); +width = 868; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = z; +}, +{ +pos = (-6,0); +ref = acutecomb; +} +); +width = 580; +}, +{ +layerId = m008; +shapes = ( +{ +ref = z; +}, +{ +pos = (41,0); +ref = acutecomb; +} +); +width = 670; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = z; +}, +{ +pos = (166,0); +ref = acutecomb; +} +); +width = 920; +} +); +unicode = 378; +}, +{ +glyphname = zcaron; +kernLeft = z_left; +kernRight = z_right; +lastChange = "2022-10-11 19:47:02 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = z; +}, +{ +pos = (-31,0); +ref = caroncomb; +} +); +width = 518; +}, +{ +layerId = m007; +shapes = ( +{ +ref = z; +}, +{ +pos = (16,0); +ref = caroncomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = z; +}, +{ +pos = (109,0); +ref = caroncomb; +} +); +width = 797; +}, +{ +layerId = m005; +shapes = ( +{ +ref = z; +}, +{ +pos = (-9,0); +ref = caroncomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = z; +}, +{ +pos = (50,0); +ref = caroncomb; +} +); +width = 668; +}, +{ +layerId = m003; +shapes = ( +{ +ref = z; +}, +{ +pos = (142,0); +ref = caroncomb; +} +); +width = 864; +}, +{ +layerId = m006; +shapes = ( +{ +ref = z; +}, +{ +pos = (-11,0); +ref = caroncomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = z; +}, +{ +pos = (43,0); +ref = caroncomb; +} +); +width = 665; +}, +{ +layerId = m004; +shapes = ( +{ +ref = z; +}, +{ +pos = (142,0); +ref = caroncomb; +} +); +width = 868; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = z; +}, +{ +pos = (-6,0); +ref = caroncomb; +} +); +width = 580; +}, +{ +layerId = m008; +shapes = ( +{ +ref = z; +}, +{ +pos = (41,0); +ref = caroncomb; +} +); +width = 670; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = z; +}, +{ +pos = (166,0); +ref = caroncomb; +} +); +width = 920; +} +); +unicode = 382; +}, +{ +glyphname = zdotaccent; +kernLeft = z_left; +kernRight = z_right; +lastChange = "2023-01-17 20:08:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = z; +}, +{ +pos = (227,0); +ref = dotaccentcomb; +} +); +width = 518; +}, +{ +layerId = m007; +shapes = ( +{ +ref = z; +}, +{ +pos = (258,0); +ref = dotaccentcomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = z; +}, +{ +pos = (341,0); +ref = dotaccentcomb; +} +); +width = 797; +}, +{ +layerId = m005; +shapes = ( +{ +ref = z; +}, +{ +pos = (207,0); +ref = dotaccentcomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = z; +}, +{ +pos = (256,0); +ref = dotaccentcomb; +} +); +width = 668; +}, +{ +layerId = m003; +shapes = ( +{ +ref = z; +}, +{ +pos = (336,0); +ref = dotaccentcomb; +} +); +width = 864; +}, +{ +layerId = m006; +shapes = ( +{ +ref = z; +}, +{ +pos = (179,0); +ref = dotaccentcomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = z; +}, +{ +pos = (219,0); +ref = dotaccentcomb; +} +); +width = 665; +}, +{ +layerId = m004; +shapes = ( +{ +ref = z; +}, +{ +pos = (300,0); +ref = dotaccentcomb; +} +); +width = 868; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = z; +}, +{ +pos = (134,0); +ref = dotaccentcomb; +} +); +width = 580; +}, +{ +layerId = m008; +shapes = ( +{ +ref = z; +}, +{ +pos = (147,0); +ref = dotaccentcomb; +} +); +width = 670; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = z; +}, +{ +pos = (232,0); +ref = dotaccentcomb; +} +); +width = 920; +} +); +unicode = 380; +}, +{ +glyphname = zdotbelow; +kernLeft = z_left; +kernRight = z_right; +lastChange = "2022-10-11 19:47:02 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = z; +}, +{ +pos = (-31,0); +ref = dotbelowcomb; +} +); +width = 518; +}, +{ +layerId = m007; +shapes = ( +{ +ref = z; +}, +{ +pos = (16,0); +ref = dotbelowcomb; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = z; +}, +{ +pos = (109,0); +ref = dotbelowcomb; +} +); +width = 797; +}, +{ +layerId = m005; +shapes = ( +{ +ref = z; +}, +{ +pos = (-9,0); +ref = dotbelowcomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = z; +}, +{ +pos = (50,0); +ref = dotbelowcomb; +} +); +width = 668; +}, +{ +layerId = m003; +shapes = ( +{ +ref = z; +}, +{ +pos = (142,0); +ref = dotbelowcomb; +} +); +width = 864; +}, +{ +layerId = m006; +shapes = ( +{ +ref = z; +}, +{ +pos = (-11,0); +ref = dotbelowcomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = z; +}, +{ +pos = (43,0); +ref = dotbelowcomb; +} +); +width = 665; +}, +{ +layerId = m004; +shapes = ( +{ +ref = z; +}, +{ +pos = (142,0); +ref = dotbelowcomb; +} +); +width = 868; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = z; +}, +{ +pos = (-6,0); +ref = dotbelowcomb; +} +); +width = 580; +}, +{ +layerId = m008; +shapes = ( +{ +ref = z; +}, +{ +pos = (41,0); +ref = dotbelowcomb; +} +); +width = 670; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = z; +}, +{ +pos = (166,0); +ref = dotbelowcomb; +} +); +width = 920; +} +); +unicode = 7827; +}, +{ +glyphname = saltillo; +lastChange = "2022-09-23 17:38:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(72,400,l), +(84,600,l), +(84,760,l), +(48,760,l), +(48,400,l) +); +} +); +width = 118; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(77,400,l), +(89,600,l), +(89,760,l), +(53,760,l), +(53,400,l) +); +} +); +width = 127; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(83,400,l), +(95,600,l), +(95,760,l), +(59,760,l), +(59,400,l) +); +} +); +width = 137; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(128,380,l), +(148,590,l), +(148,760,l), +(48,760,l), +(48,380,l) +); +} +); +width = 182; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(133,380,l), +(153,590,l), +(153,760,l), +(53,760,l), +(53,380,l) +); +} +); +width = 191; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(133,380,l), +(153,590,l), +(153,760,l), +(53,760,l), +(53,380,l) +); +} +); +width = 191; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(161,360,l), +(191,580,l), +(191,760,l), +(31,760,l), +(31,360,l) +); +} +); +width = 213; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(167,360,l), +(197,580,l), +(197,760,l), +(37,760,l), +(37,360,l) +); +} +); +width = 223; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(172,360,l), +(202,580,l), +(202,760,l), +(42,760,l), +(42,360,l) +); +} +); +width = 232; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,340,l), +(218,570,l), +(218,760,l), +(18,760,l), +(18,340,l) +); +} +); +width = 231; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(218,340,l), +(258,570,l), +(258,760,l), +(18,760,l), +(18,340,l) +); +} +); +width = 271; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,340,l), +(318,570,l), +(318,760,l), +(18,760,l), +(18,340,l) +); +} +); +width = 331; +} +); +metricLeft = RND; +metricRight = "=RND/1.4"; +unicode = 42892; +}, +{ +glyphname = f_f.liga; +kernLeft = f_left; +lastChange = "2023-01-17 18:05:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(176,554,l), +(426,554,l), +(426,0,l), +(466,0,l), +(466,554,l), +(684,554,l), +(684,588,l), +(466,588,l), +(466,688,ls), +(466,775,o), +(502,824,o), +(566,824,cs), +(630,824,o), +(669,771,o), +(674,678,c), +(712,678,l), +(706,794,o), +(654,860,o), +(566,860,cs), +(478,860,o), +(428,798,o), +(428,688,c), +(460,774,l), +(415,774,l), +(454,690,l), +(448,786,o), +(391,840,o), +(296,840,cs), +(194,840,o), +(136,778,o), +(136,668,cs), +(136,588,l), +(28,588,l), +(28,554,l), +(136,554,l), +(136,0,l), +(176,0,l) +); +}, +{ +closed = 1; +nodes = ( +(176,668,ls), +(176,755,o), +(219,804,o), +(296,804,cs), +(379,804,o), +(426,751,o), +(426,658,cs), +(426,588,l), +(176,588,l) +); +} +); +width = 664; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(180,552,l), +(500,552,l), +(500,0,l), +(540,0,l), +(540,552,l), +(824,552,l), +(824,588,l), +(540,588,l), +(540,668,ls), +(540,765,o), +(592,824,o), +(676,824,cs), +(759,824,o), +(815,769,o), +(824,678,c), +(863,678,l), +(853,791,o), +(782,860,o), +(676,860,cs), +(579,860,o), +(514,798,o), +(504,697,c), +(542,760,l), +(487,760,l), +(524,697,l), +(514,786,o), +(443,840,o), +(337,840,cs), +(215,840,o), +(140,775,o), +(140,668,cs), +(140,588,l), +(32,588,l), +(32,552,l), +(140,552,l), +(140,0,l), +(180,0,l) +); +}, +{ +closed = 1; +nodes = ( +(180,668,ls), +(180,752,o), +(240,804,o), +(337,804,cs), +(438,804,o), +(500,749,o), +(500,658,cs), +(500,588,l), +(180,588,l) +); +} +); +width = 785; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(244,552,l), +(694,552,l), +(694,0,l), +(734,0,l), +(734,552,l), +(1132,552,l), +(1132,588,l), +(734,588,l), +(734,638,ls), +(734,757,o), +(804,824,o), +(928,824,cs), +(1047,824,o), +(1122,771,o), +(1137,678,c), +(1176,678,l), +(1160,794,o), +(1071,860,o), +(928,860,cs), +(798,860,o), +(715,795,o), +(697,679,c), +(734,740,l), +(686,740,l), +(718,682,l), +(704,786,o), +(617,840,o), +(463,840,cs), +(292,840,o), +(204,771,o), +(204,638,cs), +(204,588,l), +(36,588,l), +(36,552,l), +(204,552,l), +(204,0,l), +(244,0,l) +); +}, +{ +closed = 1; +nodes = ( +(244,638,ls), +(244,748,o), +(318,804,o), +(463,804,cs), +(615,804,o), +(694,748,o), +(694,638,cs), +(694,588,l), +(244,588,l) +); +} +); +width = 1092; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(238,498,l), +(418,498,l), +(418,0,l), +(528,0,l), +(528,498,l), +(702,498,l), +(702,600,l), +(528,600,l), +(528,668,ls), +(528,732,o), +(546,762,o), +(584,762,cs), +(619,762,o), +(638,737,o), +(648,678,c), +(748,678,l), +(742,797,o), +(683,864,o), +(584,864,cs), +(489,864,o), +(434,808,o), +(424,698,c), +(498,795,l), +(403,795,l), +(492,695,l), +(480,784,o), +(419,834,o), +(322,834,cs), +(198,834,o), +(128,767,o), +(128,648,cs), +(128,600,l), +(28,600,l), +(28,498,l), +(128,498,l), +(128,0,l), +(238,0,l) +); +}, +{ +closed = 1; +nodes = ( +(238,648,ls), +(238,702,o), +(270,732,o), +(328,732,cs), +(386,732,o), +(418,705,o), +(418,658,cs), +(418,600,l), +(238,600,l) +); +} +); +width = 712; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(262,498,l), +(512,498,l), +(512,0,l), +(622,0,l), +(622,498,l), +(846,498,l), +(846,600,l), +(622,600,l), +(622,648,ls), +(622,720,o), +(654,760,o), +(712,760,cs), +(763,760,o), +(795,732,o), +(808,678,c), +(910,678,l), +(906,797,o), +(832,864,o), +(712,864,cs), +(611,864,o), +(543,805,o), +(522,700,c), +(605,786,l), +(495,786,l), +(586,695,l), +(574,790,o), +(502,844,o), +(386,844,cs), +(236,844,o), +(152,773,o), +(152,648,cs), +(152,600,l), +(32,600,l), +(32,498,l), +(152,498,l), +(152,0,l), +(262,0,l) +); +}, +{ +closed = 1; +nodes = ( +(262,648,ls), +(262,705,o), +(309,740,o), +(386,740,cs), +(464,740,o), +(512,705,o), +(512,648,cs), +(512,600,l), +(262,600,l) +); +} +); +width = 846; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(314,504,l), +(714,504,l), +(714,0,l), +(824,0,l), +(824,504,l), +(1188,504,l), +(1188,600,l), +(824,600,l), +(824,618,ls), +(824,720,o), +(875,768,o), +(984,768,cs), +(1066,768,o), +(1117,733,o), +(1144,658,c), +(1244,658,l), +(1228,794,o), +(1140,864,o), +(984,864,cs), +(830,864,o), +(743,795,o), +(727,661,c), +(815,768,l), +(703,768,l), +(790,651,l), +(790,778,o), +(694,844,o), +(509,844,cs), +(314,844,o), +(204,767,o), +(204,618,cs), +(204,600,l), +(32,600,l), +(32,504,l), +(204,504,l), +(204,0,l), +(314,0,l) +); +}, +{ +closed = 1; +nodes = ( +(314,618,ls), +(314,706,o), +(380,748,o), +(519,748,cs), +(648,748,o), +(714,704,o), +(714,618,cs), +(714,600,l), +(314,600,l) +); +} +); +width = 1178; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(298,466,l), +(422,466,l), +(422,0,l), +(602,0,l), +(602,466,l), +(790,466,l), +(790,620,l), +(602,620,l), +(602,650,ls), +(602,695,o), +(614,718,o), +(638,718,cs), +(658,718,o), +(672,702,o), +(680,670,c), +(842,670,l), +(834,797,o), +(762,868,o), +(640,868,cs), +(530,868,o), +(454,805,o), +(428,692,c), +(570,824,l), +(405,824,l), +(552,690,l), +(540,794,o), +(471,848,o), +(348,848,cs), +(201,848,o), +(118,777,o), +(118,650,cs), +(118,620,l), +(18,620,l), +(18,466,l), +(118,466,l), +(118,0,l), +(298,0,l) +); +}, +{ +closed = 1; +nodes = ( +(298,650,ls), +(298,682,o), +(318,698,o), +(358,698,cs), +(400,698,o), +(422,682,o), +(422,650,cs), +(422,620,l), +(298,620,l) +); +} +); +width = 770; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(322,460,l), +(522,460,l), +(522,0,l), +(702,0,l), +(702,460,l), +(946,460,l), +(946,620,l), +(702,620,l), +(702,640,ls), +(702,689,o), +(727,716,o), +(772,716,cs), +(809,716,o), +(833,701,o), +(848,670,c), +(1018,670,l), +(1008,797,o), +(920,868,o), +(772,868,cs), +(637,868,o), +(552,802,o), +(536,684,c), +(683,818,l), +(497,818,l), +(658,680,l), +(644,791,o), +(560,848,o), +(412,848,cs), +(239,848,o), +(142,773,o), +(142,640,cs), +(142,620,l), +(22,620,l), +(22,460,l), +(142,460,l), +(142,0,l), +(322,0,l) +); +}, +{ +closed = 1; +nodes = ( +(322,640,ls), +(322,677,o), +(356,696,o), +(422,696,cs), +(488,696,o), +(522,677,o), +(522,640,cs), +(522,620,l), +(322,620,l) +); +} +); +width = 936; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(386,468,l), +(746,468,l), +(746,0,l), +(926,0,l), +(926,468,l), +(1290,468,l), +(1290,620,l), +(926,620,l), +(926,630,ls), +(926,691,o), +(974,722,o), +(1068,722,cs), +(1157,722,o), +(1206,700,o), +(1212,658,c), +(1382,658,l), +(1369,792,o), +(1256,868,o), +(1068,868,cs), +(894,868,o), +(781,795,o), +(754,664,c), +(901,802,l), +(725,802,l), +(874,670,l), +(866,787,o), +(757,848,o), +(554,848,cs), +(324,848,o), +(206,774,o), +(206,630,cs), +(206,620,l), +(26,620,l), +(26,468,l), +(206,468,l), +(206,0,l), +(386,0,l) +); +}, +{ +closed = 1; +nodes = ( +(386,630,ls), +(386,679,o), +(445,702,o), +(570,702,cs), +(690,702,o), +(746,679,o), +(746,630,cs), +(746,620,l), +(386,620,l) +); +} +); +width = 1270; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(408,370,l), +(468,370,l), +(468,0,l), +(788,0,l), +(788,370,l), +(1018,370,l), +(1018,610,l), +(768,610,l), +(768,638,ls), +(768,660,o), +(779,672,o), +(790,672,cs), +(802,672,o), +(810,662,o), +(812,644,c), +(1054,644,l), +(1048,800,o), +(957,874,o), +(770,874,cs), +(591,874,o), +(498,804,o), +(478,656,c), +(724,840,l), +(469,840,l), +(730,658,l), +(710,791,o), +(607,854,o), +(408,854,cs), +(190,854,o), +(88,784,o), +(88,636,cs), +(88,610,l), +(10,610,l), +(10,370,l), +(88,370,l), +(88,0,l), +(408,0,l) +); +}, +{ +closed = 1; +nodes = ( +(408,618,ls), +(408,640,o), +(418,652,o), +(438,652,cs), +(458,652,o), +(468,640,o), +(468,618,cs), +(468,610,l), +(408,610,l) +); +} +); +width = 1024; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(598,370,l), +(764,370,l), +(764,0,l), +(1164,0,l), +(1164,370,l), +(1514,370,l), +(1514,610,l), +(1146,610,l), +(1146,638,ls), +(1146,661,o), +(1159,672,o), +(1188,672,cs), +(1214,672,o), +(1228,663,o), +(1230,644,c), +(1570,644,l), +(1564,805,o), +(1440,874,o), +(1156,874,cs), +(903,874,o), +(774,804,o), +(754,656,c), +(1110,838,l), +(755,838,l), +(1136,658,l), +(1116,791,o), +(957,854,o), +(638,854,cs), +(330,854,o), +(198,789,o), +(198,636,cs), +(198,610,l), +(10,610,l), +(10,370,l), +(198,370,l), +(198,0,l), +(598,0,l) +); +}, +{ +closed = 1; +nodes = ( +(598,618,ls), +(598,642,o), +(623,652,o), +(681,652,cs), +(739,652,o), +(764,642,o), +(764,618,cs), +(764,610,l), +(598,610,l) +); +} +); +width = 1526; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,390,l), +(396,390,l), +(396,0,l), +(668,0,l), +(668,390,l), +(862,390,l), +(862,610,l), +(668,610,l), +(668,638,ls), +(668,661,o), +(675,672,o), +(690,672,cs), +(703,672,o), +(710,663,o), +(712,644,c), +(918,644,l), +(914,796,o), +(826,874,o), +(660,874,cs), +(511,874,o), +(425,800,o), +(406,656,c), +(604,836,l), +(397,836,l), +(610,658,l), +(591,787,o), +(502,854,o), +(350,854,cs), +(170,854,o), +(78,780,o), +(78,636,cs), +(78,610,l), +(10,610,l), +(10,390,l), +(78,390,l), +(78,0,l), +(350,0,l) +); +}, +{ +closed = 1; +nodes = ( +(350,618,ls), +(350,641,o), +(357,652,o), +(373,652,cs), +(389,652,o), +(396,641,o), +(396,618,cs), +(396,610,l), +(350,610,l) +); +} +); +width = 888; +} +); +metricLeft = f; +metricRight = f; +}, +{ +glyphname = f_f_i.liga; +kernLeft = f_left; +lastChange = "2023-01-17 15:35:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(176,554,l), +(426,554,l), +(426,0,l), +(466,0,l), +(466,554,l), +(716,554,l), +(716,0,l), +(756,0,l), +(756,588,l), +(466,588,l), +(466,688,ls), +(466,775,o), +(509,824,o), +(586,824,cs), +(668,824,o), +(714,774,o), +(720,678,c), +(760,678,l), +(754,798,o), +(695,860,o), +(586,860,cs), +(485,860,o), +(428,798,o), +(428,688,c), +(460,774,l), +(415,774,l), +(454,690,l), +(448,786,o), +(391,840,o), +(296,840,cs), +(194,840,o), +(136,778,o), +(136,668,cs), +(136,588,l), +(28,588,l), +(28,554,l), +(136,554,l), +(136,0,l), +(176,0,l) +); +}, +{ +closed = 1; +nodes = ( +(176,668,ls), +(176,755,o), +(219,804,o), +(296,804,cs), +(379,804,o), +(426,751,o), +(426,658,cs), +(426,588,l), +(176,588,l) +); +} +); +width = 846; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(180,552,l), +(500,552,l), +(500,0,l), +(540,0,l), +(540,552,l), +(860,552,l), +(860,0,l), +(900,0,l), +(900,588,l), +(540,588,l), +(540,668,ls), +(540,765,o), +(600,824,o), +(697,824,cs), +(792,824,o), +(852,771,o), +(864,678,c), +(904,678,l), +(893,794,o), +(818,860,o), +(697,860,cs), +(587,860,o), +(514,798,o), +(504,697,c), +(542,760,l), +(487,760,l), +(524,697,l), +(514,786,o), +(443,840,o), +(337,840,cs), +(215,840,o), +(140,775,o), +(140,668,cs), +(140,588,l), +(32,588,l), +(32,552,l), +(140,552,l), +(140,0,l), +(180,0,l) +); +}, +{ +closed = 1; +nodes = ( +(180,668,ls), +(180,752,o), +(240,804,o), +(337,804,cs), +(438,804,o), +(500,749,o), +(500,658,cs), +(500,588,l), +(180,588,l) +); +} +); +width = 1000; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(244,552,l), +(694,552,l), +(694,0,l), +(734,0,l), +(734,552,l), +(1184,552,l), +(1184,0,l), +(1224,0,l), +(1224,588,l), +(734,588,l), +(734,638,ls), +(734,761,o), +(809,824,o), +(954,824,cs), +(1093,824,o), +(1173,774,o), +(1189,678,c), +(1229,678,l), +(1211,798,o), +(1117,860,o), +(954,860,cs), +(802,860,o), +(715,798,o), +(697,679,c), +(734,740,l), +(686,740,l), +(718,682,l), +(704,786,o), +(617,840,o), +(463,840,cs), +(292,840,o), +(204,771,o), +(204,638,cs), +(204,588,l), +(36,588,l), +(36,552,l), +(204,552,l), +(204,0,l), +(244,0,l) +); +}, +{ +closed = 1; +nodes = ( +(244,638,ls), +(244,748,o), +(318,804,o), +(463,804,cs), +(615,804,o), +(694,748,o), +(694,638,cs), +(694,588,l), +(244,588,l) +); +} +); +width = 1335; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(238,498,l), +(418,498,l), +(418,0,l), +(528,0,l), +(528,498,l), +(708,498,l), +(708,0,l), +(818,0,l), +(818,600,l), +(528,600,l), +(528,668,ls), +(528,728,o), +(560,762,o), +(618,762,cs), +(675,762,o), +(713,730,o), +(718,678,c), +(824,678,l), +(816,797,o), +(742,864,o), +(618,864,cs), +(504,864,o), +(434,804,o), +(424,698,c), +(498,795,l), +(403,795,l), +(492,695,l), +(480,784,o), +(419,834,o), +(322,834,cs), +(198,834,o), +(128,767,o), +(128,648,cs), +(128,600,l), +(28,600,l), +(28,498,l), +(128,498,l), +(128,0,l), +(238,0,l) +); +}, +{ +closed = 1; +nodes = ( +(238,648,ls), +(238,702,o), +(270,732,o), +(328,732,cs), +(386,732,o), +(418,705,o), +(418,658,cs), +(418,600,l), +(238,600,l) +); +} +); +width = 910; +}, +{ +background = { +shapes = ( +{ +pos = (360,0); +ref = fi; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(262,498,l), +(512,498,l), +(512,0,l), +(622,0,l), +(622,498,l), +(872,498,l), +(872,0,l), +(982,0,l), +(982,600,l), +(622,600,l), +(622,648,ls), +(622,717,o), +(670,760,o), +(749,760,cs), +(822,760,o), +(872,729,o), +(880,678,c), +(990,678,l), +(979,797,o), +(892,864,o), +(749,864,cs), +(624,864,o), +(543,805,o), +(522,700,c), +(605,786,l), +(495,786,l), +(586,695,l), +(574,790,o), +(502,844,o), +(386,844,cs), +(236,844,o), +(152,773,o), +(152,648,cs), +(152,600,l), +(32,600,l), +(32,498,l), +(152,498,l), +(152,0,l), +(262,0,l) +); +}, +{ +closed = 1; +nodes = ( +(262,648,ls), +(262,705,o), +(309,740,o), +(386,740,cs), +(464,740,o), +(512,705,o), +(512,648,cs), +(512,600,l), +(262,600,l) +); +} +); +width = 1086; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(314,504,l), +(714,504,l), +(714,0,l), +(824,0,l), +(824,504,l), +(1224,504,l), +(1224,0,l), +(1334,0,l), +(1334,600,l), +(824,600,l), +(824,618,ls), +(824,720,o), +(890,768,o), +(1029,768,cs), +(1157,768,o), +(1228,731,o), +(1240,658,c), +(1350,658,l), +(1336,794,o), +(1227,864,o), +(1029,864,cs), +(846,864,o), +(743,795,o), +(727,661,c), +(815,768,l), +(703,768,l), +(790,651,l), +(790,778,o), +(694,844,o), +(509,844,cs), +(314,844,o), +(204,767,o), +(204,618,cs), +(204,600,l), +(32,600,l), +(32,504,l), +(204,504,l), +(204,0,l), +(314,0,l) +); +}, +{ +closed = 1; +nodes = ( +(314,618,ls), +(314,706,o), +(380,748,o), +(519,748,cs), +(648,748,o), +(714,704,o), +(714,618,cs), +(714,600,l), +(314,600,l) +); +} +); +width = 1446; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(298,466,l), +(422,466,l), +(422,0,l), +(602,0,l), +(602,466,l), +(726,466,l), +(726,0,l), +(906,0,l), +(906,620,l), +(602,620,l), +(602,650,ls), +(602,695,o), +(624,718,o), +(666,718,cs), +(710,718,o), +(734,702,o), +(736,670,c), +(910,670,l), +(902,801,o), +(820,868,o), +(668,868,cs), +(540,868,o), +(454,805,o), +(428,692,c), +(570,824,l), +(405,824,l), +(552,690,l), +(540,794,o), +(471,848,o), +(348,848,cs), +(201,848,o), +(118,777,o), +(118,650,cs), +(118,620,l), +(18,620,l), +(18,466,l), +(118,466,l), +(118,0,l), +(298,0,l) +); +}, +{ +closed = 1; +nodes = ( +(298,650,ls), +(298,682,o), +(318,698,o), +(358,698,cs), +(400,698,o), +(422,682,o), +(422,650,cs), +(422,620,l), +(298,620,l) +); +} +); +width = 966; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(322,460,l), +(522,460,l), +(522,0,l), +(702,0,l), +(702,460,l), +(902,460,l), +(902,0,l), +(1082,0,l), +(1082,620,l), +(702,620,l), +(702,640,ls), +(702,690,o), +(738,716,o), +(808,716,cs), +(873,716,o), +(908,700,o), +(912,670,c), +(1094,670,l), +(1084,801,o), +(987,868,o), +(808,868,cs), +(650,868,o), +(552,802,o), +(536,684,c), +(683,818,l), +(497,818,l), +(658,680,l), +(644,791,o), +(560,848,o), +(412,848,cs), +(239,848,o), +(142,773,o), +(142,640,cs), +(142,620,l), +(22,620,l), +(22,460,l), +(142,460,l), +(142,0,l), +(322,0,l) +); +}, +{ +closed = 1; +nodes = ( +(322,640,ls), +(322,677,o), +(356,696,o), +(422,696,cs), +(488,696,o), +(522,677,o), +(522,640,cs), +(522,620,l), +(322,620,l) +); +} +); +width = 1160; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(386,468,l), +(746,468,l), +(746,0,l), +(926,0,l), +(926,468,l), +(1286,468,l), +(1286,0,l), +(1466,0,l), +(1466,620,l), +(926,620,l), +(926,630,ls), +(926,693,o), +(984,722,o), +(1107,722,cs), +(1232,722,o), +(1294,702,o), +(1300,658,c), +(1478,658,l), +(1465,797,o), +(1339,868,o), +(1107,868,cs), +(902,868,o), +(782,799,o), +(754,664,c), +(901,802,l), +(725,802,l), +(874,670,l), +(866,787,o), +(757,848,o), +(554,848,cs), +(324,848,o), +(206,774,o), +(206,630,cs), +(206,620,l), +(26,620,l), +(26,468,l), +(206,468,l), +(206,0,l), +(386,0,l) +); +}, +{ +closed = 1; +nodes = ( +(386,630,ls), +(386,679,o), +(445,702,o), +(570,702,cs), +(690,702,o), +(746,679,o), +(746,630,cs), +(746,620,l), +(386,620,l) +); +} +); +width = 1554; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(408,370,l), +(468,370,l), +(468,0,l), +(788,0,l), +(788,370,l), +(848,370,l), +(848,0,l), +(1168,0,l), +(1168,610,l), +(788,610,l), +(788,638,ls), +(788,660,o), +(799,672,o), +(820,672,cs), +(842,672,o), +(854,662,o), +(856,644,c), +(1176,644,l), +(1170,800,o), +(1056,874,o), +(819,874,cs), +(607,874,o), +(498,804,o), +(478,656,c), +(724,840,l), +(469,840,l), +(730,658,l), +(710,791,o), +(607,854,o), +(408,854,cs), +(190,854,o), +(88,784,o), +(88,636,cs), +(88,610,l), +(10,610,l), +(10,370,l), +(88,370,l), +(88,0,l), +(408,0,l) +); +}, +{ +closed = 1; +nodes = ( +(408,618,ls), +(408,640,o), +(418,652,o), +(438,652,cs), +(458,652,o), +(468,640,o), +(468,618,cs), +(468,610,l), +(408,610,l) +); +} +); +width = 1208; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(598,370,l), +(764,370,l), +(764,0,l), +(1164,0,l), +(1164,370,l), +(1330,370,l), +(1330,0,l), +(1730,0,l), +(1730,610,l), +(1164,610,l), +(1164,638,ls), +(1164,662,o), +(1188,672,o), +(1245,672,cs), +(1304,672,o), +(1330,664,o), +(1332,644,c), +(1736,644,l), +(1730,805,o), +(1586,874,o), +(1255,874,cs), +(934,874,o), +(774,804,o), +(754,656,c), +(1110,838,l), +(755,838,l), +(1136,658,l), +(1116,791,o), +(957,854,o), +(638,854,cs), +(330,854,o), +(198,789,o), +(198,636,cs), +(198,610,l), +(10,610,l), +(10,370,l), +(198,370,l), +(198,0,l), +(598,0,l) +); +}, +{ +closed = 1; +nodes = ( +(598,618,ls), +(598,642,o), +(623,652,o), +(681,652,cs), +(739,652,o), +(764,642,o), +(764,618,cs), +(764,610,l), +(598,610,l) +); +} +); +width = 1768; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,390,l), +(396,390,l), +(396,0,l), +(668,0,l), +(668,390,l), +(714,390,l), +(714,0,l), +(986,0,l), +(986,610,l), +(668,610,l), +(668,638,ls), +(668,661,o), +(676,672,o), +(694,672,cs), +(711,672,o), +(720,663,o), +(722,644,c), +(994,644,l), +(986,796,o), +(886,874,o), +(699,874,cs), +(525,874,o), +(425,800,o), +(406,656,c), +(604,836,l), +(397,836,l), +(610,658,l), +(591,787,o), +(502,854,o), +(350,854,cs), +(170,854,o), +(78,780,o), +(78,636,cs), +(78,610,l), +(10,610,l), +(10,390,l), +(78,390,l), +(78,0,l), +(350,0,l) +); +}, +{ +closed = 1; +nodes = ( +(350,618,ls), +(350,641,o), +(357,652,o), +(373,652,cs), +(389,652,o), +(396,641,o), +(396,618,cs), +(396,610,l), +(350,610,l) +); +} +); +width = 1026; +} +); +metricLeft = f; +metricRight = SQR; +}, +{ +glyphname = fi; +kernLeft = f_left; +lastChange = "2023-01-17 14:57:51 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(176,554,l), +(426,554,l), +(426,0,l), +(466,0,l), +(466,588,l), +(176,588,l), +(176,688,ls), +(176,775,o), +(219,824,o), +(296,824,cs), +(378,824,o), +(424,774,o), +(430,678,c), +(470,678,l), +(464,798,o), +(405,860,o), +(296,860,cs), +(194,860,o), +(136,798,o), +(136,688,cs), +(136,588,l), +(28,588,l), +(28,554,l), +(136,554,l), +(136,0,l), +(176,0,l) +); +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(180,552,l), +(500,552,l), +(500,0,l), +(540,0,l), +(540,588,l), +(180,588,l), +(180,668,ls), +(180,765,o), +(240,824,o), +(337,824,cs), +(433,824,o), +(493,771,o), +(504,678,c), +(544,678,l), +(533,794,o), +(458,860,o), +(337,860,cs), +(215,860,o), +(140,787,o), +(140,668,cs), +(140,588,l), +(32,588,l), +(32,552,l), +(140,552,l), +(140,0,l), +(180,0,l) +); +} +); +width = 640; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(244,554,l), +(694,554,l), +(694,0,l), +(734,0,l), +(734,588,l), +(244,588,l), +(244,638,ls), +(244,761,o), +(319,824,o), +(464,824,cs), +(603,824,o), +(683,774,o), +(699,678,c), +(739,678,l), +(721,798,o), +(628,860,o), +(464,860,cs), +(292,860,o), +(204,785,o), +(204,638,cs), +(204,588,l), +(36,588,l), +(36,554,l), +(204,554,l), +(204,0,l), +(244,0,l) +); +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(238,498,l), +(418,498,l), +(418,0,l), +(528,0,l), +(528,600,l), +(238,600,l), +(238,668,ls), +(238,728,o), +(270,762,o), +(328,762,cs), +(385,762,o), +(423,730,o), +(428,678,c), +(534,678,l), +(526,797,o), +(452,864,o), +(328,864,cs), +(200,864,o), +(128,793,o), +(128,668,cs), +(128,600,l), +(28,600,l), +(28,498,l), +(128,498,l), +(128,0,l), +(238,0,l) +); +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(262,496,l), +(512,496,l), +(512,0,l), +(622,0,l), +(622,600,l), +(262,600,l), +(262,658,ls), +(262,723,o), +(308,760,o), +(391,760,cs), +(464,760,o), +(513,729,o), +(520,678,c), +(630,678,l), +(619,797,o), +(533,864,o), +(391,864,cs), +(243,864,o), +(152,786,o), +(152,658,cs), +(152,600,l), +(32,600,l), +(32,496,l), +(152,496,l), +(152,0,l), +(262,0,l) +); +} +); +width = 726; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(314,504,l), +(714,504,l), +(714,0,l), +(824,0,l), +(824,600,l), +(314,600,l), +(314,618,ls), +(314,720,o), +(380,768,o), +(519,768,cs), +(646,768,o), +(718,731,o), +(730,658,c), +(840,658,l), +(826,794,o), +(717,864,o), +(519,864,cs), +(311,864,o), +(204,780,o), +(204,618,cs), +(204,600,l), +(32,600,l), +(32,504,l), +(204,504,l), +(204,0,l), +(314,0,l) +); +} +); +width = 936; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(298,466,l), +(422,466,l), +(422,0,l), +(602,0,l), +(602,620,l), +(298,620,l), +(298,650,ls), +(298,695,o), +(320,718,o), +(362,718,cs), +(406,718,o), +(430,702,o), +(432,670,c), +(606,670,l), +(598,801,o), +(515,868,o), +(362,868,cs), +(206,868,o), +(118,790,o), +(118,650,cs), +(118,620,l), +(18,620,l), +(18,466,l), +(118,466,l), +(118,0,l), +(298,0,l) +); +} +); +width = 662; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(322,460,l), +(522,460,l), +(522,0,l), +(702,0,l), +(702,620,l), +(322,620,l), +(322,640,ls), +(322,690,o), +(358,716,o), +(428,716,cs), +(493,716,o), +(528,700,o), +(532,670,c), +(714,670,l), +(704,801,o), +(606,868,o), +(428,868,cs), +(245,868,o), +(142,786,o), +(142,640,cs), +(142,620,l), +(22,620,l), +(22,460,l), +(142,460,l), +(142,0,l), +(322,0,l) +); +} +); +width = 780; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(386,468,l), +(746,468,l), +(746,0,l), +(926,0,l), +(926,620,l), +(386,620,l), +(386,630,ls), +(386,693,o), +(444,722,o), +(567,722,cs), +(692,722,o), +(754,702,o), +(760,658,c), +(938,658,l), +(924,797,o), +(799,868,o), +(569,868,cs), +(329,868,o), +(206,787,o), +(206,630,cs), +(206,620,l), +(26,620,l), +(26,468,l), +(206,468,l), +(206,0,l), +(386,0,l) +); +} +); +width = 1014; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(408,370,l), +(468,370,l), +(468,0,l), +(788,0,l), +(788,610,l), +(408,610,l), +(408,638,ls), +(408,660,o), +(419,672,o), +(440,672,cs), +(462,672,o), +(474,662,o), +(476,644,c), +(796,644,l), +(790,800,o), +(672,874,o), +(426,874,cs), +(196,874,o), +(88,798,o), +(88,636,cs), +(88,610,l), +(10,610,l), +(10,370,l), +(88,370,l), +(88,0,l), +(408,0,l) +); +} +); +width = 828; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(598,370,l), +(764,370,l), +(764,0,l), +(1164,0,l), +(1164,610,l), +(598,610,l), +(598,638,ls), +(598,662,o), +(622,672,o), +(679,672,cs), +(735,672,o), +(760,664,o), +(764,644,c), +(1172,644,l), +(1166,805,o), +(1015,874,o), +(669,874,cs), +(339,874,o), +(198,803,o), +(198,636,cs), +(198,610,l), +(10,610,l), +(10,370,l), +(198,370,l), +(198,0,l), +(598,0,l) +); +} +); +width = 1204; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,390,l), +(396,390,l), +(396,0,l), +(668,0,l), +(668,610,l), +(350,610,l), +(350,638,ls), +(350,661,o), +(358,672,o), +(376,672,cs), +(393,672,o), +(402,663,o), +(404,644,c), +(676,644,l), +(669,796,o), +(565,874,o), +(371,874,cs), +(178,874,o), +(78,793,o), +(78,636,cs), +(78,610,l), +(10,610,l), +(10,390,l), +(78,390,l), +(78,0,l), +(350,0,l) +); +} +); +width = 708; +} +); +metricLeft = f; +metricRight = SQR; +unicode = 64257; +}, +{ +glyphname = fl; +lastChange = "2023-01-17 14:58:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 695; +}; +pos = (340,0); +ref = "_part.stem-n"; +} +); +width = 552; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 676; +}; +pos = (404,0); +ref = "_part.stem-n"; +} +); +width = 636; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 648; +}; +pos = (588,0); +ref = "_part.stem-n"; +} +); +width = 840; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (332,0); +ref = "_part.stem-n"; +} +); +width = 614; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 658; +}; +pos = (416,0); +ref = "_part.stem-n"; +} +); +width = 718; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 618; +}; +pos = (618,0); +ref = "_part.stem-n"; +} +); +width = 920; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 633; +}; +pos = (366,0); +ref = "_part.stem-n"; +} +); +width = 658; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 622; +}; +pos = (456,0); +ref = "_part.stem-n"; +} +); +width = 768; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 600; +}; +pos = (670,0); +ref = "_part.stem-n"; +} +); +width = 1002; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 600; +"Stem Whole Height" = 600; +}; +pos = (436,0); +ref = "_part.stem-n"; +} +); +width = 820; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 571; +}; +pos = (732,0); +ref = "_part.stem-n"; +} +); +width = 1196; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 600; +}; +pos = (372,0); +ref = "_part.stem-n"; +} +); +width = 708; +} +); +metricLeft = f; +metricRight = l; +unicode = 64258; +}, +{ +color = 0; +export = 0; +glyphname = f_b.liga; +lastChange = "2023-01-17 14:58:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 688; +}; +pos = (340,0); +ref = _part.b; +} +); +width = 924; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (404,0); +ref = _part.b; +} +); +width = 1087; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 638; +}; +pos = (588,0); +ref = _part.b; +} +); +width = 1493; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (332,0); +ref = _part.b; +} +); +width = 966; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 658; +}; +pos = (416,0); +ref = _part.b; +} +); +width = 1153; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 618; +}; +pos = (618,0); +ref = _part.b; +} +); +width = 1589; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 650; +}; +pos = (366,0); +ref = _part.b; +} +); +width = 997; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 640; +}; +pos = (456,0); +ref = _part.b; +} +); +width = 1195; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 620; +}; +pos = (670,0); +ref = _part.b; +} +); +width = 1636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 616; +}; +pos = (436,0); +ref = _part.b; +} +); +width = 1198; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 656; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 656; +} +); +metricLeft = f; +metricRight = b; +}, +{ +color = 0; +export = 0; +glyphname = f_f_b.liga; +lastChange = "2022-01-20 13:18:49 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 688; +}; +pos = (630,0); +ref = _part.b; +} +); +width = 1214; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (764,0); +ref = _part.b; +} +); +width = 1447; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 638; +}; +pos = (1078,0); +ref = _part.b; +} +); +width = 1983; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (622,0); +ref = _part.b; +} +); +width = 1256; +}, +{ +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 658; +}; +pos = (776,0); +ref = _part.b; +} +); +width = 1513; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 618; +}; +pos = (1128,0); +ref = _part.b; +} +); +width = 2099; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 650; +}; +pos = (670,0); +ref = _part.b; +} +); +width = 1301; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 640; +}; +pos = (836,0); +ref = _part.b; +} +); +width = 1575; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 620; +}; +pos = (1210,0); +ref = _part.b; +} +); +width = 2176; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 616; +}; +pos = (852,0); +ref = _part.b; +} +); +width = 1614; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +metricLeft = f; +metricRight = b; +}, +{ +color = 0; +export = 0; +glyphname = f_f_h.liga; +lastChange = "2022-01-20 13:18:49 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 695; +}; +pos = (630,0); +ref = "_part.stem-n"; +}, +{ +pos = (756,0); +ref = "_part.shoulder-n"; +} +); +width = 1181; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 676; +}; +pos = (764,0); +ref = "_part.stem-n"; +}, +{ +pos = (900,0); +ref = "_part.shoulder-n"; +} +); +width = 1406; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 648; +}; +pos = (1078,0); +ref = "_part.stem-n"; +}, +{ +pos = (1224,0); +ref = "_part.shoulder-n"; +} +); +width = 1919; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (622,0); +ref = "_part.stem-n"; +}, +{ +pos = (818,0); +ref = "_part.shoulder-n"; +} +); +width = 1215; +}, +{ +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 658; +}; +pos = (776,0); +ref = "_part.stem-n"; +}, +{ +pos = (982,0); +ref = "_part.shoulder-n"; +} +); +width = 1468; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 618; +}; +pos = (1128,0); +ref = "_part.stem-n"; +}, +{ +pos = (1334,0); +ref = "_part.shoulder-n"; +} +); +width = 2020; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 633; +}; +pos = (670,0); +ref = "_part.stem-n"; +}, +{ +pos = (906,0); +ref = "_part.shoulder-n"; +} +); +width = 1274; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 622; +}; +pos = (836,0); +ref = "_part.stem-n"; +}, +{ +pos = (1082,0); +ref = "_part.shoulder-n"; +} +); +width = 1551; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 600; +}; +pos = (1210,0); +ref = "_part.stem-n"; +}, +{ +pos = (1466,0); +ref = "_part.shoulder-n"; +} +); +width = 2144; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 571; +}; +pos = (852,0); +ref = "_part.stem-n"; +}, +{ +pos = (1204,0); +ref = "_part.shoulder-n"; +} +); +width = 1593; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +metricLeft = f; +metricRight = h; +}, +{ +color = 0; +export = 0; +glyphname = f_f_j.liga; +lastChange = "2021-08-22 11:29:17 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (587,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(176,552,l), +(426,552,l), +(426,0,l), +(466,0,l), +(466,552,l), +(716,552,l), +(716,588,l), +(466,588,l), +(466,688,ls), +(466,774,o), +(509,822,o), +(586,822,cs), +(662,822,o), +(709,770,o), +(716,678,c), +(760,678,l), +(753,794,o), +(690,860,o), +(586,860,cs), +(486,860,o), +(428,800,o), +(426,692,c), +(448,758,l), +(415,758,l), +(438,690,l), +(434,786,o), +(383,840,o), +(296,840,cs), +(194,840,o), +(136,778,o), +(136,668,cs), +(136,588,l), +(28,588,l), +(28,552,l), +(136,552,l), +(136,0,l), +(176,0,l) +); +}, +{ +closed = 1; +nodes = ( +(176,668,ls), +(176,754,o), +(219,802,o), +(296,802,cs), +(379,802,o), +(426,750,o), +(426,658,cs), +(426,588,l), +(176,588,l) +); +} +); +width = 834; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (725,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(180,552,l), +(500,552,l), +(500,0,l), +(540,0,l), +(540,552,l), +(860,552,l), +(860,588,l), +(540,588,l), +(540,668,ls), +(540,763,o), +(600,822,o), +(697,822,cs), +(787,822,o), +(849,767,o), +(860,678,c), +(904,678,l), +(893,791,o), +(814,860,o), +(697,860,cs), +(587,860,o), +(513,798,o), +(501,697,c), +(522,748,l), +(487,748,l), +(512,697,l), +(508,786,o), +(442,840,o), +(337,840,cs), +(215,840,o), +(140,767,o), +(140,648,cs), +(140,588,l), +(32,588,l), +(32,552,l), +(140,552,l), +(140,0,l), +(180,0,l) +); +}, +{ +closed = 1; +nodes = ( +(180,648,ls), +(180,743,o), +(240,802,o), +(337,802,cs), +(438,802,o), +(500,747,o), +(500,658,cs), +(500,588,l), +(180,588,l) +); +} +); +width = 988; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (993,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(244,552,l), +(694,552,l), +(694,0,l), +(734,0,l), +(734,552,l), +(1184,552,l), +(1184,588,l), +(734,588,l), +(734,638,ls), +(734,756,o), +(813,822,o), +(954,822,cs), +(1086,822,o), +(1169,770,o), +(1184,678,c), +(1229,678,l), +(1212,794,o), +(1113,860,o), +(954,860,cs), +(806,860,o), +(714,795,o), +(697,679,c), +(728,728,l), +(686,728,l), +(707,682,l), +(703,783,o), +(615,840,o), +(463,840,cs), +(297,840,o), +(204,760,o), +(204,618,cs), +(204,588,l), +(36,588,l), +(36,552,l), +(204,552,l), +(204,0,l), +(244,0,l) +); +}, +{ +closed = 1; +nodes = ( +(244,618,ls), +(244,736,o), +(323,802,o), +(463,802,cs), +(611,802,o), +(694,743,o), +(694,638,cs), +(694,588,l), +(244,588,l) +); +} +); +width = 1323; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (614,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(236,498,l), +(416,498,l), +(416,0,l), +(526,0,l), +(526,498,l), +(706,498,l), +(706,600,l), +(526,600,l), +(526,668,ls), +(526,724,o), +(558,756,o), +(616,756,cs), +(669,756,o), +(701,728,o), +(706,678,c), +(822,678,l), +(814,797,o), +(740,864,o), +(616,864,cs), +(500,864,o), +(429,804,o), +(418,698,c), +(476,770,l), +(381,770,l), +(440,695,l), +(436,784,o), +(384,834,o), +(296,834,cs), +(187,834,o), +(126,767,o), +(126,648,cs), +(126,600,l), +(26,600,l), +(26,498,l), +(126,498,l), +(126,0,l), +(236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(236,648,ls), +(236,698,o), +(268,726,o), +(326,726,cs), +(384,726,o), +(416,702,o), +(416,658,cs), +(416,600,l), +(236,600,l) +); +} +); +width = 869; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (750,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(262,498,l), +(512,498,l), +(512,0,l), +(622,0,l), +(622,498,l), +(872,498,l), +(872,600,l), +(622,600,l), +(622,658,ls), +(622,719,o), +(671,756,o), +(750,756,cs), +(819,756,o), +(865,726,o), +(872,678,c), +(990,678,l), +(979,793,o), +(888,864,o), +(750,864,cs), +(621,864,o), +(532,802,o), +(515,700,c), +(567,760,l), +(487,760,l), +(536,695,l), +(534,787,o), +(466,844,o), +(356,844,cs), +(230,844,o), +(152,766,o), +(152,638,cs), +(152,600,l), +(32,600,l), +(32,498,l), +(152,498,l), +(152,0,l), +(262,0,l) +); +}, +{ +closed = 1; +nodes = ( +(262,638,ls), +(262,699,o), +(309,736,o), +(386,736,cs), +(464,736,o), +(512,706,o), +(512,658,cs), +(512,600,l), +(262,600,l) +); +} +); +width = 1057; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (1042,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(314,500,l), +(714,500,l), +(714,0,l), +(824,0,l), +(824,500,l), +(1224,500,l), +(1224,600,l), +(824,600,l), +(824,618,ls), +(824,706,o), +(902,760,o), +(1029,760,cs), +(1139,760,o), +(1213,721,o), +(1224,658,c), +(1350,658,l), +(1335,786,o), +(1213,864,o), +(1029,864,cs), +(857,864,o), +(738,787,o), +(717,661,c), +(775,740,l), +(693,740,l), +(750,651,l), +(750,771,o), +(651,844,o), +(489,844,cs), +(312,844,o), +(204,758,o), +(204,618,cs), +(204,600,l), +(32,600,l), +(32,500,l), +(204,500,l), +(204,0,l), +(314,0,l) +); +}, +{ +closed = 1; +nodes = ( +(314,618,ls), +(314,694,o), +(392,740,o), +(519,740,cs), +(640,740,o), +(714,694,o), +(714,618,cs), +(714,600,l), +(314,600,l) +); +} +); +width = 1417; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (627,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(298,452,l), +(422,452,l), +(422,0,l), +(602,0,l), +(602,452,l), +(726,452,l), +(726,620,l), +(602,620,l), +(602,650,ls), +(602,694,o), +(624,718,o), +(662,718,cs), +(701,718,o), +(724,701,o), +(726,670,c), +(910,670,l), +(902,797,o), +(813,868,o), +(664,868,cs), +(543,868,o), +(461,805,o), +(435,692,c), +(498,770,l), +(413,770,l), +(470,690,l), +(468,791,o), +(410,848,o), +(310,848,cs), +(187,848,o), +(118,777,o), +(118,650,cs), +(118,620,l), +(18,620,l), +(18,452,l), +(118,452,l), +(118,0,l), +(298,0,l) +); +}, +{ +closed = 1; +nodes = ( +(298,650,ls), +(298,681,o), +(320,698,o), +(358,698,cs), +(399,698,o), +(422,681,o), +(422,650,cs), +(422,620,l), +(298,620,l) +); +} +); +width = 942; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (783,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(322,452,l), +(522,452,l), +(522,0,l), +(702,0,l), +(702,452,l), +(902,452,l), +(902,620,l), +(702,620,l), +(702,640,ls), +(702,689,o), +(737,716,o), +(800,716,cs), +(861,716,o), +(898,699,o), +(902,670,c), +(1094,670,l), +(1084,797,o), +(978,868,o), +(800,868,cs), +(642,868,o), +(548,802,o), +(540,684,c), +(613,770,l), +(497,770,l), +(578,680,l), +(574,788,o), +(496,848,o), +(362,848,cs), +(221,848,o), +(142,773,o), +(142,640,cs), +(142,620,l), +(22,620,l), +(22,452,l), +(142,452,l), +(142,0,l), +(322,0,l) +); +}, +{ +closed = 1; +nodes = ( +(322,640,ls), +(322,676,o), +(358,696,o), +(422,696,cs), +(486,696,o), +(522,676,o), +(522,640,cs), +(522,620,l), +(322,620,l) +); +} +); +width = 1136; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (1111,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(386,452,l), +(746,452,l), +(746,0,l), +(926,0,l), +(926,452,l), +(1286,452,l), +(1286,610,l), +(926,610,l), +(926,620,ls), +(926,683,o), +(991,718,o), +(1107,718,cs), +(1215,718,o), +(1279,693,o), +(1286,648,c), +(1488,648,l), +(1474,789,o), +(1338,868,o), +(1109,868,cs), +(915,868,o), +(791,795,o), +(764,664,c), +(837,750,l), +(731,750,l), +(810,670,l), +(802,784,o), +(697,848,o), +(517,848,cs), +(318,848,o), +(206,766,o), +(206,620,cs), +(206,610,l), +(26,610,l), +(26,452,l), +(206,452,l), +(206,0,l), +(386,0,l) +); +}, +{ +closed = 1; +nodes = ( +(386,620,ls), +(386,670,o), +(452,698,o), +(569,698,cs), +(682,698,o), +(746,670,o), +(746,620,cs), +(746,610,l), +(386,610,l) +); +} +); +width = 1540; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (822,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(420,346,l), +(506,346,l), +(506,0,l), +(798,0,l), +(798,346,l), +(884,346,l), +(884,586,l), +(798,586,l), +(798,616,ls), +(798,638,o), +(812,650,o), +(839,650,cs), +(869,650,o), +(884,640,o), +(884,622,c), +(1184,622,l), +(1176,778,o), +(1041,874,o), +(829,874,cs), +(671,874,o), +(557,791,o), +(530,656,c), +(632,762,l), +(481,762,l), +(588,658,l), +(588,780,o), +(502,854,o), +(362,854,cs), +(217,854,o), +(128,760,o), +(128,606,cs), +(128,586,l), +(10,586,l), +(10,346,l), +(128,346,l), +(128,0,l), +(420,0,l) +); +}, +{ +closed = 1; +nodes = ( +(420,602,ls), +(420,620,o), +(434,630,o), +(461,630,cs), +(491,630,o), +(506,620,o), +(506,602,cs), +(506,586,l), +(420,586,l) +); +} +); +width = 1196; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +metricLeft = f; +metricRight = j; +}, +{ +color = 0; +export = 0; +glyphname = f_f_k.liga; +lastChange = "2022-01-20 13:18:49 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 695; +}; +pos = (630,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (756,0); +ref = _part.k; +} +); +width = 1096; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 676; +}; +pos = (764,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (900,0); +ref = _part.k; +} +); +width = 1314; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 648; +}; +pos = (1078,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1224,0); +ref = _part.k; +} +); +width = 1820; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (622,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (818,0); +ref = _part.k; +} +); +width = 1154; +}, +{ +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 658; +}; +pos = (776,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (982,0); +ref = _part.k; +} +); +width = 1404; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 618; +}; +pos = (1128,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1334,0); +ref = _part.k; +} +); +width = 1962; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 633; +}; +pos = (670,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (906,0); +ref = _part.k; +} +); +width = 1254; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 622; +}; +pos = (836,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1082,0); +ref = _part.k; +} +); +width = 1532; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 600; +}; +pos = (1210,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1466,0); +ref = _part.k; +} +); +width = 2131; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 571; +}; +pos = (852,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1204,0); +ref = _part.k; +} +); +width = 1589; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +metricLeft = f; +metricRight = k; +}, +{ +color = 0; +export = 0; +glyphname = f_f_l.liga; +lastChange = "2022-01-20 13:18:49 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 695; +}; +pos = (630,0); +ref = "_part.stem-n"; +} +); +width = 842; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 676; +}; +pos = (764,0); +ref = "_part.stem-n"; +} +); +width = 996; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 648; +}; +pos = (1078,0); +ref = "_part.stem-n"; +} +); +width = 1330; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (622,0); +ref = "_part.stem-n"; +} +); +width = 904; +}, +{ +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 658; +}; +pos = (776,0); +ref = "_part.stem-n"; +} +); +width = 1078; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 618; +}; +pos = (1128,0); +ref = "_part.stem-n"; +} +); +width = 1430; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 633; +}; +pos = (670,0); +ref = "_part.stem-n"; +} +); +width = 962; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 622; +}; +pos = (836,0); +ref = "_part.stem-n"; +} +); +width = 1148; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 600; +}; +pos = (1210,0); +ref = "_part.stem-n"; +} +); +width = 1542; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.f-f-liga"; +}, +{ +piece = { +"Stem Height" = 571; +}; +pos = (852,0); +ref = "_part.stem-n"; +} +); +width = 1236; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +metricLeft = f; +metricRight = l; +}, +{ +color = 0; +export = 0; +glyphname = f_h.liga; +lastChange = "2023-01-17 14:58:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 695; +}; +pos = (340,0); +ref = "_part.stem-n"; +}, +{ +pos = (466,0); +ref = "_part.shoulder-n"; +} +); +width = 891; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 676; +}; +pos = (404,0); +ref = "_part.stem-n"; +}, +{ +pos = (540,0); +ref = "_part.shoulder-n"; +} +); +width = 1046; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 648; +}; +pos = (588,0); +ref = "_part.stem-n"; +}, +{ +pos = (734,0); +ref = "_part.shoulder-n"; +} +); +width = 1429; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (332,0); +ref = "_part.stem-n"; +}, +{ +pos = (528,0); +ref = "_part.shoulder-n"; +} +); +width = 925; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 658; +}; +pos = (416,0); +ref = "_part.stem-n"; +}, +{ +pos = (622,0); +ref = "_part.shoulder-n"; +} +); +width = 1108; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 618; +}; +pos = (618,0); +ref = "_part.stem-n"; +}, +{ +pos = (824,0); +ref = "_part.shoulder-n"; +} +); +width = 1510; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 633; +}; +pos = (366,0); +ref = "_part.stem-n"; +}, +{ +pos = (602,0); +ref = "_part.shoulder-n"; +} +); +width = 970; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 622; +}; +pos = (456,0); +ref = "_part.stem-n"; +}, +{ +pos = (702,0); +ref = "_part.shoulder-n"; +} +); +width = 1171; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 600; +}; +pos = (670,0); +ref = "_part.stem-n"; +}, +{ +pos = (926,0); +ref = "_part.shoulder-n"; +} +); +width = 1604; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 571; +}; +pos = (436,0); +ref = "_part.stem-n"; +}, +{ +pos = (788,0); +ref = "_part.shoulder-n"; +} +); +width = 1177; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +metricLeft = f; +metricRight = h; +}, +{ +color = 0; +export = 0; +glyphname = f_j.liga; +lastChange = "2021-08-22 11:29:17 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (297,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(176,552,l), +(426,552,l), +(426,588,l), +(176,588,l), +(176,688,ls), +(176,774,o), +(219,822,o), +(296,822,cs), +(372,822,o), +(419,770,o), +(426,678,c), +(470,678,l), +(463,794,o), +(400,860,o), +(296,860,cs), +(194,860,o), +(136,798,o), +(136,688,cs), +(136,588,l), +(28,588,l), +(28,552,l), +(136,552,l), +(136,0,l), +(176,0,l) +); +} +); +width = 544; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (365,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(180,552,l), +(500,552,l), +(500,588,l), +(180,588,l), +(180,668,ls), +(180,763,o), +(240,822,o), +(337,822,cs), +(427,822,o), +(489,767,o), +(500,678,c), +(544,678,l), +(533,791,o), +(454,860,o), +(337,860,cs), +(215,860,o), +(140,787,o), +(140,668,cs), +(140,588,l), +(32,588,l), +(32,552,l), +(140,552,l), +(140,0,l), +(180,0,l) +); +} +); +width = 628; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (503,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(244,552,l), +(694,552,l), +(694,588,l), +(244,588,l), +(244,638,ls), +(244,756,o), +(323,822,o), +(464,822,cs), +(596,822,o), +(679,770,o), +(694,678,c), +(739,678,l), +(722,794,o), +(623,860,o), +(464,860,cs), +(298,860,o), +(204,780,o), +(204,638,cs), +(204,588,l), +(36,588,l), +(36,552,l), +(204,552,l), +(204,0,l), +(244,0,l) +); +} +); +width = 833; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (324,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(236,496,l), +(416,496,l), +(416,600,l), +(236,600,l), +(236,668,ls), +(236,724,o), +(268,756,o), +(326,756,cs), +(379,756,o), +(411,728,o), +(416,678,c), +(532,678,l), +(524,797,o), +(450,864,o), +(326,864,cs), +(198,864,o), +(126,793,o), +(126,668,cs), +(126,600,l), +(26,600,l), +(26,496,l), +(126,496,l), +(126,0,l), +(236,0,l) +); +} +); +width = 579; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (390,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(262,496,l), +(512,496,l), +(512,600,l), +(262,600,l), +(262,658,ls), +(262,719,o), +(311,756,o), +(391,756,cs), +(459,756,o), +(505,726,o), +(512,678,c), +(630,678,l), +(619,793,o), +(528,864,o), +(391,864,cs), +(243,864,o), +(152,786,o), +(152,658,cs), +(152,600,l), +(32,600,l), +(32,496,l), +(152,496,l), +(152,0,l), +(262,0,l) +); +} +); +width = 697; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (532,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(314,496,l), +(714,496,l), +(714,600,l), +(314,600,l), +(314,618,ls), +(314,706,o), +(392,760,o), +(519,760,cs), +(629,760,o), +(703,721,o), +(714,658,c), +(840,658,l), +(825,786,o), +(703,864,o), +(519,864,cs), +(324,864,o), +(204,771,o), +(204,618,cs), +(204,600,l), +(32,600,l), +(32,496,l), +(204,496,l), +(204,0,l), +(314,0,l) +); +} +); +width = 907; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (323,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(298,452,l), +(422,452,l), +(422,620,l), +(298,620,l), +(298,650,ls), +(298,694,o), +(320,718,o), +(358,718,cs), +(397,718,o), +(420,701,o), +(422,670,c), +(606,670,l), +(598,797,o), +(509,868,o), +(360,868,cs), +(205,868,o), +(118,790,o), +(118,650,cs), +(118,620,l), +(18,620,l), +(18,452,l), +(118,452,l), +(118,0,l), +(298,0,l) +); +} +); +width = 638; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (403,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(322,452,l), +(522,452,l), +(522,620,l), +(322,620,l), +(322,640,ls), +(322,689,o), +(358,716,o), +(422,716,cs), +(482,716,o), +(518,699,o), +(522,670,c), +(714,670,l), +(704,797,o), +(599,868,o), +(422,868,cs), +(243,868,o), +(142,786,o), +(142,640,cs), +(142,620,l), +(22,620,l), +(22,452,l), +(142,452,l), +(142,0,l), +(322,0,l) +); +} +); +width = 756; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (571,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(386,452,l), +(746,452,l), +(746,610,l), +(386,610,l), +(386,620,ls), +(386,683,o), +(451,718,o), +(567,718,cs), +(675,718,o), +(739,693,o), +(746,648,c), +(948,648,l), +(934,789,o), +(797,868,o), +(569,868,cs), +(337,868,o), +(206,779,o), +(206,620,cs), +(206,610,l), +(26,610,l), +(26,452,l), +(206,452,l), +(206,0,l), +(386,0,l) +); +} +); +width = 1000; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (444,0); +ref = "_part.j-liga"; +}, +{ +closed = 1; +nodes = ( +(420,346,l), +(506,346,l), +(506,586,l), +(420,586,l), +(420,616,ls), +(420,638,o), +(434,650,o), +(461,650,cs), +(491,650,o), +(506,640,o), +(506,622,c), +(806,622,l), +(798,778,o), +(663,874,o), +(451,874,cs), +(251,874,o), +(128,780,o), +(128,626,cs), +(128,586,l), +(10,586,l), +(10,346,l), +(128,346,l), +(128,0,l), +(420,0,l) +); +} +); +width = 818; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +metricLeft = f; +metricRight = j; +}, +{ +color = 0; +export = 0; +glyphname = f_k.liga; +lastChange = "2023-01-17 14:58:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 695; +}; +pos = (340,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (466,0); +ref = _part.k; +} +); +width = 806; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 676; +}; +pos = (404,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (540,0); +ref = _part.k; +} +); +width = 954; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 648; +}; +pos = (588,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (734,0); +ref = _part.k; +} +); +width = 1330; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 668; +}; +pos = (332,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (528,0); +ref = _part.k; +} +); +width = 864; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 658; +}; +pos = (416,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (622,0); +ref = _part.k; +} +); +width = 1044; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 618; +}; +pos = (618,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (824,0); +ref = _part.k; +} +); +width = 1452; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 633; +}; +pos = (366,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (602,0); +ref = _part.k; +} +); +width = 950; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 622; +}; +pos = (456,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (702,0); +ref = _part.k; +} +); +width = 1152; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 600; +}; +pos = (670,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (926,0); +ref = _part.k; +} +); +width = 1591; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.f-liga"; +}, +{ +piece = { +"Stem Height" = 571; +}; +pos = (436,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (788,0); +ref = _part.k; +} +); +width = 1173; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +metricLeft = f; +metricRight = k; +}, +{ +glyphname = ordfeminine; +lastChange = "2022-06-08 19:29:48 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(202,473,o), +(233,489,o), +(250,517,c), +(255,517,l), +(255,480,l), +(287,480,l), +(287,707,ls), +(287,776,o), +(250,815,o), +(184,815,cs), +(114,815,o), +(68,768,o), +(62,692,c), +(93,692,l), +(98,751,o), +(132,787,o), +(184,787,cs), +(229,787,o), +(255,757,o), +(255,703,cs), +(255,595,ls), +(255,540,o), +(218,501,o), +(167,501,cs), +(130,501,o), +(106,524,o), +(106,559,cs), +(106,591,o), +(126,615,o), +(158,622,cs), +(261,645,l), +(261,672,l), +(150,647,ls), +(103,636,o), +(74,603,o), +(74,559,cs), +(74,507,o), +(111,473,o), +(166,473,cs) +); +} +); +width = 364; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(237,473,o), +(278,492,o), +(298,524,c), +(303,524,l), +(303,480,l), +(335,480,l), +(335,695,ls), +(335,769,o), +(287,815,o), +(209,815,cs), +(132,815,o), +(76,766,o), +(69,692,c), +(101,692,l), +(109,749,o), +(152,787,o), +(209,787,cs), +(267,787,o), +(303,751,o), +(303,692,cs), +(303,607,ls), +(303,543,o), +(259,501,o), +(193,501,cs), +(149,501,o), +(119,525,o), +(119,560,cs), +(119,596,o), +(140,618,o), +(182,625,cs), +(309,646,l), +(309,673,l), +(174,650,ls), +(116,640,o), +(86,609,o), +(86,560,cs), +(86,508,o), +(128,473,o), +(190,473,cs) +); +} +); +width = 421; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(318,473,o), +(377,496,o), +(408,540,c), +(417,540,l), +(417,480,l), +(448,480,l), +(448,684,ls), +(448,768,o), +(385,815,o), +(272,815,cs), +(158,815,o), +(88,771,o), +(77,692,c), +(110,692,l), +(119,753,o), +(177,787,o), +(272,787,cs), +(365,787,o), +(417,749,o), +(417,681,cs), +(417,618,ls), +(417,547,o), +(347,501,o), +(241,501,cs), +(165,501,o), +(126,524,o), +(126,569,cs), +(126,604,o), +(152,625,o), +(197,628,cs), +(423,644,l), +(423,671,l), +(194,654,ls), +(129,649,o), +(93,617,o), +(93,566,cs), +(93,505,o), +(142,473,o), +(237,473,cs) +); +} +); +width = 543; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(182,474,o), +(204,486,o), +(213,506,c), +(221,506,l), +(221,480,l), +(307,480,l), +(307,704,ls), +(307,776,o), +(265,817,o), +(192,817,cs), +(116,817,o), +(68,771,o), +(62,688,c), +(144,688,l), +(150,725,o), +(165,743,o), +(190,743,cs), +(210,743,o), +(221,728,o), +(221,699,cs), +(221,588,ls), +(221,562,o), +(206,544,o), +(185,544,cs), +(171,544,o), +(160,556,o), +(160,572,cs), +(160,590,o), +(171,602,o), +(189,605,cs), +(226,612,l), +(226,677,l), +(170,666,ls), +(111,654,o), +(74,616,o), +(74,562,cs), +(74,511,o), +(107,474,o), +(153,474,cs) +); +} +); +width = 384; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(219,472,o), +(248,486,o), +(262,512,c), +(270,512,l), +(270,480,l), +(356,480,l), +(356,693,ls), +(356,772,o), +(308,817,o), +(222,817,cs), +(132,817,o), +(78,769,o), +(69,688,c), +(154,688,l), +(162,720,o), +(187,741,o), +(221,741,cs), +(251,741,o), +(270,717,o), +(270,682,cs), +(270,606,ls), +(270,574,o), +(244,546,o), +(208,546,cs), +(188,546,o), +(175,557,o), +(175,574,cs), +(175,589,o), +(186,600,o), +(203,603,cs), +(275,615,l), +(275,680,l), +(188,665,ls), +(125,654,o), +(89,618,o), +(89,564,cs), +(89,511,o), +(128,472,o), +(181,472,cs) +); +} +); +width = 442; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(291,472,o), +(342,488,o), +(370,516,c), +(381,516,l), +(381,480,l), +(469,480,l), +(469,682,ls), +(469,771,o), +(404,817,o), +(278,817,cs), +(152,817,o), +(81,773,o), +(69,688,c), +(159,688,l), +(170,726,o), +(212,745,o), +(278,745,cs), +(350,745,o), +(381,723,o), +(381,671,cs), +(381,608,ls), +(381,569,o), +(324,539,o), +(252,539,cs), +(205,539,o), +(183,550,o), +(183,574,cs), +(183,593,o), +(200,601,o), +(236,604,cs), +(386,616,l), +(386,678,l), +(225,665,ls), +(136,658,o), +(90,625,o), +(90,569,cs), +(90,505,o), +(137,472,o), +(228,472,cs) +); +} +); +width = 555; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(156,473,o), +(176,488,o), +(182,510,c), +(192,510,l), +(192,480,l), +(308,480,l), +(308,703,ls), +(308,776,o), +(260,819,o), +(180,819,cs), +(98,819,o), +(45,767,o), +(40,682,c), +(154,682,l), +(157,700,o), +(165,709,o), +(177,709,cs), +(186,709,o), +(192,701,o), +(192,690,cs), +(192,588,ls), +(192,573,o), +(189,567,o), +(182,567,cs), +(176,567,o), +(173,572,o), +(173,582,cs), +(173,595,o), +(177,601,o), +(185,602,cs), +(198,604,l), +(198,678,l), +(149,668,ls), +(82,654,o), +(51,621,o), +(51,562,cs), +(51,509,o), +(82,473,o), +(128,473,cs) +); +} +); +width = 358; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(196,472,o), +(225,488,o), +(234,514,c), +(244,514,l), +(244,480,l), +(366,480,l), +(366,687,ls), +(366,771,o), +(310,819,o), +(216,819,cs), +(119,819,o), +(59,769,o), +(48,682,c), +(172,682,l), +(178,702,o), +(193,713,o), +(213,713,cs), +(232,713,o), +(244,700,o), +(244,677,cs), +(244,604,ls), +(244,583,o), +(229,567,o), +(209,567,cs), +(196,567,o), +(188,574,o), +(188,584,cs), +(188,596,o), +(197,604,o), +(212,606,cs), +(249,612,l), +(249,683,l), +(179,671,ls), +(99,657,o), +(62,623,o), +(62,565,cs), +(62,511,o), +(102,472,o), +(157,472,cs) +); +} +); +width = 425; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(277,472,o), +(319,485,o), +(344,510,c), +(359,510,l), +(359,480,l), +(485,480,l), +(485,676,ls), +(485,771,o), +(417,819,o), +(283,819,cs), +(140,819,o), +(62,772,o), +(55,681,c), +(183,681,l), +(189,705,o), +(219,715,o), +(283,715,cs), +(336,715,o), +(359,702,o), +(359,671,cs), +(359,600,ls), +(359,578,o), +(313,562,o), +(249,562,cs), +(217,562,o), +(201,568,o), +(201,580,cs), +(201,591,o), +(214,597,o), +(243,600,cs), +(365,611,l), +(365,684,l), +(208,671,ls), +(112,663,o), +(71,633,o), +(71,572,cs), +(71,506,o), +(122,472,o), +(222,472,cs) +); +} +); +width = 553; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,474,o), +(170,492,o), +(177,521,c), +(187,521,l), +(187,480,l), +(319,480,l), +(319,691,ls), +(319,775,o), +(269,821,o), +(182,821,cs), +(87,821,o), +(30,769,o), +(23,674,c), +(155,674,l), +(159,698,o), +(163,705,o), +(174,705,cs), +(184,705,o), +(187,700,o), +(187,680,cs), +(187,592,ls), +(187,576,o), +(184,567,o), +(176,567,cs), +(168,567,o), +(164,575,o), +(164,588,cs), +(164,603,o), +(170,613,o), +(180,615,cs), +(189,617,l), +(189,668,l), +(112,654,ls), +(57,644,o), +(26,610,o), +(26,557,cs), +(26,509,o), +(60,474,o), +(106,474,cs) +); +} +); +width = 348; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(163,473,o), +(195,493,o), +(207,531,c), +(217,531,l), +(217,480,l), +(373,480,l), +(373,680,ls), +(373,770,o), +(312,821,o), +(204,821,cs), +(96,821,o), +(30,767,o), +(23,672,c), +(173,672,l), +(177,692,o), +(185,702,o), +(199,702,cs), +(211,702,o), +(217,694,o), +(217,677,cs), +(217,598,ls), +(217,581,o), +(212,572,o), +(202,572,cs), +(192,572,o), +(187,579,o), +(187,592,cs), +(187,607,o), +(194,616,o), +(208,619,cs), +(220,621,l), +(220,666,l), +(124,652,ls), +(60,643,o), +(27,610,o), +(27,556,cs), +(27,508,o), +(63,473,o), +(113,473,cs) +); +} +); +width = 402; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,472,o), +(274,490,o), +(291,521,c), +(312,521,l), +(312,480,l), +(509,480,l), +(509,680,ls), +(509,773,o), +(430,821,o), +(276,821,cs), +(117,821,o), +(31,769,o), +(23,670,c), +(222,670,l), +(226,691,o), +(242,700,o), +(273,700,cs), +(299,700,o), +(312,691,o), +(312,670,cs), +(312,594,ls), +(312,579,o), +(293,568,o), +(269,568,cs), +(249,568,o), +(238,574,o), +(238,585,cs), +(238,596,o), +(247,603,o), +(262,604,cs), +(314,608,l), +(314,663,l), +(158,653,ls), +(73,647,o), +(32,618,o), +(32,562,cs), +(32,504,o), +(80,472,o), +(165,472,cs) +); +} +); +width = 538; +} +); +metricLeft = "=RND*1.3"; +metricRight = n; +unicode = 170; +}, +{ +glyphname = ordmasculine; +lastChange = "2022-06-01 17:05:00 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(260,473,o), +(306,535,o), +(306,644,cs), +(306,753,o), +(260,815,o), +(177,815,cs), +(94,815,o), +(48,753,o), +(48,644,cs), +(48,535,o), +(94,473,o), +(177,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(115,501,o), +(80,552,o), +(80,644,cs), +(80,736,o), +(115,787,o), +(177,787,cs), +(239,787,o), +(274,736,o), +(274,644,cs), +(274,552,o), +(239,501,o), +(177,501,cs) +); +} +); +width = 354; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(300,473,o), +(358,538,o), +(358,644,cs), +(358,750,o), +(300,815,o), +(206,815,cs), +(111,815,o), +(53,750,o), +(53,644,cs), +(53,538,o), +(111,473,o), +(206,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(131,501,o), +(85,555,o), +(85,644,cs), +(85,733,o), +(131,787,o), +(206,787,cs), +(280,787,o), +(326,733,o), +(326,644,cs), +(326,555,o), +(280,501,o), +(206,501,cs) +); +} +); +width = 411; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(407,473,o), +(484,535,o), +(484,644,cs), +(484,753,o), +(407,815,o), +(271,815,cs), +(135,815,o), +(59,753,o), +(59,644,cs), +(59,535,o), +(135,473,o), +(271,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,501,o), +(91,552,o), +(91,644,cs), +(91,736,o), +(156,787,o), +(271,787,cs), +(387,787,o), +(452,736,o), +(452,644,cs), +(452,552,o), +(387,501,o), +(271,501,cs) +); +} +); +width = 543; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(273,471,o), +(326,537,o), +(326,644,cs), +(326,751,o), +(273,817,o), +(187,817,cs), +(101,817,o), +(48,751,o), +(48,644,cs), +(48,537,o), +(101,471,o), +(187,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(153,545,o), +(134,581,o), +(134,644,cs), +(134,707,o), +(153,743,o), +(187,743,cs), +(221,743,o), +(240,707,o), +(240,644,cs), +(240,581,o), +(221,545,o), +(187,545,cs) +); +} +); +width = 374; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(317,471,o), +(383,540,o), +(383,644,cs), +(383,748,o), +(317,817,o), +(218,817,cs), +(119,817,o), +(53,748,o), +(53,644,cs), +(53,540,o), +(119,471,o), +(218,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(169,549,o), +(139,585,o), +(139,644,cs), +(139,703,o), +(169,739,o), +(218,739,cs), +(267,739,o), +(297,703,o), +(297,644,cs), +(297,585,o), +(267,549,o), +(218,549,cs) +); +} +); +width = 436; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(426,471,o), +(513,537,o), +(513,644,cs), +(513,751,o), +(426,817,o), +(283,817,cs), +(140,817,o), +(53,751,o), +(53,644,cs), +(53,537,o), +(140,471,o), +(283,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(192,543,o), +(141,579,o), +(141,644,cs), +(141,709,o), +(192,745,o), +(283,745,cs), +(374,745,o), +(425,709,o), +(425,644,cs), +(425,579,o), +(374,543,o), +(283,543,cs) +); +} +); +width = 566; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(267,469,o), +(319,532,o), +(319,644,cs), +(319,756,o), +(267,819,o), +(175,819,cs), +(83,819,o), +(31,756,o), +(31,644,cs), +(31,532,o), +(83,469,o), +(175,469,cs) +); +}, +{ +closed = 1; +nodes = ( +(161,581,o), +(155,600,o), +(155,644,cs), +(155,688,o), +(161,707,o), +(175,707,cs), +(189,707,o), +(195,688,o), +(195,644,cs), +(195,600,o), +(189,581,o), +(175,581,cs) +); +} +); +width = 350; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(310,469,o), +(379,539,o), +(379,644,cs), +(379,749,o), +(310,819,o), +(208,819,cs), +(106,819,o), +(37,749,o), +(37,644,cs), +(37,539,o), +(106,469,o), +(208,469,cs) +); +}, +{ +closed = 1; +nodes = ( +(179,581,o), +(161,605,o), +(161,644,cs), +(161,683,o), +(179,707,o), +(208,707,cs), +(237,707,o), +(255,683,o), +(255,644,cs), +(255,605,o), +(237,581,o), +(208,581,cs) +); +} +); +width = 416; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(417,469,o), +(500,532,o), +(500,644,cs), +(500,756,o), +(417,819,o), +(271,819,cs), +(125,819,o), +(42,756,o), +(42,644,cs), +(42,532,o), +(125,469,o), +(271,469,cs) +); +}, +{ +closed = 1; +nodes = ( +(204,577,o), +(170,600,o), +(170,644,cs), +(170,688,o), +(204,711,o), +(271,711,cs), +(338,711,o), +(372,688,o), +(372,644,cs), +(372,600,o), +(338,577,o), +(271,577,cs) +); +} +); +width = 542; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,467,o), +(325,531,o), +(325,644,cs), +(325,757,o), +(270,821,o), +(171,821,cs), +(73,821,o), +(18,757,o), +(18,644,cs), +(18,531,o), +(73,467,o), +(171,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,580,o), +(157,592,o), +(157,644,cs), +(157,696,o), +(160,708,o), +(171,708,cs), +(183,708,o), +(186,696,o), +(186,644,cs), +(186,592,o), +(183,580,o), +(171,580,cs) +); +} +); +width = 343; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(313,467,o), +(386,538,o), +(386,644,cs), +(386,750,o), +(313,821,o), +(202,821,cs), +(92,821,o), +(18,750,o), +(18,644,cs), +(18,538,o), +(92,467,o), +(202,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(188,590,o), +(182,606,o), +(182,644,cs), +(182,682,o), +(188,698,o), +(202,698,cs), +(216,698,o), +(223,682,o), +(223,644,cs), +(223,606,o), +(216,590,o), +(202,590,cs) +); +} +); +width = 404; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(443,467,o), +(530,527,o), +(530,644,cs), +(530,761,o), +(443,821,o), +(274,821,cs), +(105,821,o), +(18,761,o), +(18,644,cs), +(18,527,o), +(105,467,o), +(274,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,590,o), +(223,608,o), +(223,644,cs), +(223,680,o), +(240,698,o), +(274,698,cs), +(308,698,o), +(325,680,o), +(325,644,cs), +(325,608,o), +(308,590,o), +(274,590,cs) +); +} +); +width = 548; +} +); +metricLeft = RND; +metricRight = RND; +unicode = 186; +}, +{ +category = Letter; +glyphname = IJacute; +lastChange = "2022-10-02 07:55:10 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (232,0); +ref = Jacute; +} +); +width = 752; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (254,0); +ref = Jacute; +} +); +width = 861; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (276,0); +ref = Jacute; +} +); +width = 1076; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (304,0); +ref = Jacute; +} +); +width = 865; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (326,0); +ref = Jacute; +} +); +width = 981; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (326,0); +ref = Jacute; +} +); +width = 1173; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (312,0); +ref = Jacute; +} +); +width = 891; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (334,0); +ref = Jacute; +} +); +width = 1020; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (356,0); +ref = Jacute; +} +); +width = 1250; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (358,0); +ref = Jacute; +} +); +width = 1032; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (406,0); +ref = Jacute; +} +); +width = 1208; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Iacute; +}, +{ +pos = (490,0); +ref = Jacute; +} +); +width = 1552; +} +); +script = latin; +}, +{ +category = Letter; +glyphname = ijacute; +lastChange = "2022-10-02 07:55:10 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (212,0); +ref = jacute; +} +); +width = 467; +}, +{ +layerId = m007; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (232,0); +ref = jacute; +} +); +width = 503; +}, +{ +layerId = m010; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (252,0); +ref = jacute; +} +); +width = 589; +}, +{ +layerId = m005; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (282,0); +ref = jacute; +} +); +width = 570; +}, +{ +layerId = m01; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (302,0); +ref = jacute; +} +); +width = 630; +}, +{ +layerId = m003; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (302,0); +ref = jacute; +} +); +width = 690; +}, +{ +layerId = m006; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (292,0); +ref = jacute; +} +); +width = 627; +}, +{ +layerId = m002; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (312,0); +ref = jacute; +} +); +width = 677; +}, +{ +layerId = m004; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (332,0); +ref = jacute; +} +); +width = 763; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (336,0); +ref = jacute; +} +); +width = 702; +}, +{ +layerId = m008; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (384,0); +ref = jacute; +} +); +width = 798; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = iacute; +}, +{ +pos = (464,0); +ref = jacute; +} +); +width = 958; +} +); +script = latin; +}, +{ +glyphname = "A-cy"; +kernLeft = A_LEFT; +kernRight = A_RIGHT; +lastChange = "2022-10-31 08:38:30 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = A; +} +); +width = 728; +}, +{ +layerId = m002; +shapes = ( +{ +ref = A; +} +); +width = 792; +}, +{ +layerId = m003; +shapes = ( +{ +ref = A; +} +); +width = 1014; +}, +{ +layerId = m004; +shapes = ( +{ +ref = A; +} +); +width = 1050; +}, +{ +layerId = m005; +shapes = ( +{ +ref = A; +} +); +width = 620; +}, +{ +layerId = m006; +shapes = ( +{ +ref = A; +} +); +width = 670; +}, +{ +layerId = m007; +shapes = ( +{ +ref = A; +} +); +width = 660; +}, +{ +layerId = m008; +shapes = ( +{ +ref = A; +} +); +width = 864; +}, +{ +layerId = m009; +shapes = ( +{ +ref = A; +} +); +width = 558; +}, +{ +layerId = m010; +shapes = ( +{ +ref = A; +} +); +width = 920; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = A; +} +); +width = 1212; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = A; +} +); +width = 720; +} +); +unicode = 1040; +}, +{ +glyphname = "Be-cy"; +kernLeft = SQR_LEFT; +lastChange = "2022-12-12 12:59:42 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (0,800); +ref = P; +scale = (1,-1); +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = "_part.Be-cy"; +} +); +width = 751; +}, +{ +background = { +shapes = ( +{ +pos = (0,800); +ref = P; +scale = (1,-1); +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (261,0); +ref = "_part.Be-cy"; +} +); +width = 785; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = "_part.Be-cy"; +} +); +width = 993; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (272,0); +ref = "_part.Be-cy"; +} +); +width = 1009; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (209,0); +ref = "_part.Be-cy"; +} +); +width = 637; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (250,0); +ref = "_part.Be-cy"; +} +); +width = 650; +}, +{ +background = { +shapes = ( +{ +pos = (0,800); +ref = P; +scale = (1,-1); +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (148,0); +ref = "_part.Be-cy"; +} +); +width = 695; +}, +{ +background = { +shapes = ( +{ +pos = (0,800); +ref = P; +scale = (1,-1); +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (371,0); +ref = "_part.Be-cy"; +} +); +width = 795; +}, +{ +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (137,0); +ref = "_part.Be-cy"; +} +); +width = 591; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (159,0); +ref = "_part.Be-cy"; +} +); +width = 925; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (455,0); +ref = "_part.Be-cy"; +} +); +width = 1103; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (323,0); +ref = "_part.Be-cy"; +} +); +width = 679; +} +); +metricLeft = B; +metricRight = B; +unicode = 1041; +}, +{ +glyphname = "Ve-cy"; +kernLeft = SQR_LEFT; +lastChange = "2022-12-12 12:12:53 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = B; +} +); +width = 746; +}, +{ +layerId = m002; +shapes = ( +{ +ref = B; +} +); +width = 757; +}, +{ +layerId = m003; +shapes = ( +{ +ref = B; +} +); +width = 980; +}, +{ +layerId = m004; +shapes = ( +{ +ref = B; +} +); +width = 1005; +}, +{ +layerId = m005; +shapes = ( +{ +ref = B; +} +); +width = 637; +}, +{ +layerId = m006; +shapes = ( +{ +ref = B; +} +); +width = 640; +}, +{ +layerId = m007; +shapes = ( +{ +ref = B; +} +); +width = 686; +}, +{ +layerId = m008; +shapes = ( +{ +ref = B; +} +); +width = 810; +}, +{ +layerId = m009; +shapes = ( +{ +ref = B; +} +); +width = 587; +}, +{ +layerId = m010; +shapes = ( +{ +ref = B; +} +); +width = 930; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = B; +} +); +width = 1124; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = B; +} +); +width = 682; +} +); +unicode = 1042; +}, +{ +glyphname = "Ge-cy"; +kernLeft = SQR_LEFT; +kernRight = GE_CY_RIGHT; +lastChange = "2023-04-29 13:45:00 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (220,0); +}, +{ +name = bottomright; +pos = (581,0); +}, +{ +name = leftcenter; +pos = (106,400); +}, +{ +name = leftcenterinner; +pos = (218,392); +}, +{ +name = top; +pos = (351,800); +}, +{ +name = topright; +pos = (596,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 374; +}; +pos = (213,0); +ref = "_part.bar-top-UC"; +} +); +width = 601; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (181,0); +}, +{ +name = bottomright; +pos = (597,0); +}, +{ +name = leftcenter; +pos = (73,400); +}, +{ +name = leftcenterinner; +pos = (259,362); +}, +{ +name = top; +pos = (343,800); +}, +{ +name = topright; +pos = (613,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 350; +}; +pos = (255,0); +ref = "_part.bar-top-UC"; +} +); +width = 617; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (238,0); +}, +{ +name = bottomright; +pos = (771,0); +}, +{ +name = leftcenter; +pos = (106,400); +}, +{ +name = leftcenterinner; +pos = (218,392); +}, +{ +name = top; +pos = (446,800); +}, +{ +name = topright; +pos = (786,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 564; +}; +pos = (213,0); +ref = "_part.bar-top-UC"; +} +); +width = 791; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (232,0); +}, +{ +name = bottomright; +pos = (798,0); +}, +{ +name = leftcenter; +pos = (84,400); +}, +{ +name = leftcenterinner; +pos = (270,362); +}, +{ +name = top; +pos = (449,800); +}, +{ +name = topright; +pos = (814,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 540; +}; +pos = (266,0); +ref = "_part.bar-top-UC"; +} +); +width = 818; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (181,0); +}, +{ +name = bottomright; +pos = (490,0); +}, +{ +name = leftcenter; +pos = (95,400); +}, +{ +name = leftcenterinner; +pos = (207,392); +}, +{ +name = top; +pos = (300,800); +}, +{ +name = topright; +pos = (505,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 294; +}; +pos = (202,0); +ref = "_part.bar-top-UC"; +} +); +width = 510; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (150,0); +}, +{ +name = bottomright; +pos = (505,0); +}, +{ +name = leftcenter; +pos = (62,400); +}, +{ +name = leftcenterinner; +pos = (248,362); +}, +{ +name = top; +pos = (292,800); +}, +{ +name = topright; +pos = (522,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 270; +}; +pos = (245,0); +ref = "_part.bar-top-UC"; +} +); +width = 525; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (148,0); +}, +{ +name = bottomright; +pos = (531,0); +}, +{ +name = leftcenter; +pos = (106,400); +}, +{ +name = leftcenterinner; +pos = (146,432); +}, +{ +name = top; +pos = (326,800); +}, +{ +name = topright; +pos = (546,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 396; +}; +pos = (141,0); +ref = "_part.bar-top-UC"; +} +); +width = 551; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (141,0); +}, +{ +name = bottomright; +pos = (641,0); +}, +{ +name = leftcenter; +pos = (35,400); +}, +{ +name = leftcenterinner; +pos = (369,322); +}, +{ +name = top; +pos = (347,800); +}, +{ +name = topright; +pos = (659,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 286; +}; +pos = (367,0); +ref = "_part.bar-top-UC"; +} +); +width = 661; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (137,0); +}, +{ +name = bottomright; +pos = (450,0); +}, +{ +name = leftcenter; +pos = (95,400); +}, +{ +name = leftcenterinner; +pos = (135,432); +}, +{ +name = top; +pos = (280,800); +}, +{ +name = topright; +pos = (465,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 326; +}; +pos = (130,0); +ref = "_part.bar-top-UC"; +} +); +width = 470; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (169,0); +}, +{ +name = bottomright; +pos = (713,0); +}, +{ +name = leftcenter; +pos = (117,400); +}, +{ +name = leftcenterinner; +pos = (157,432); +}, +{ +name = top; +pos = (422,800); +}, +{ +name = topright; +pos = (727,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 566; +}; +pos = (151,0); +ref = "_part.bar-top-UC"; +} +); +width = 733; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (185,0); +}, +{ +name = bottomright; +pos = (887,0); +}, +{ +name = leftcenter; +pos = (35,400); +}, +{ +name = leftcenterinner; +pos = (453,322); +}, +{ +name = top; +pos = (470,800); +}, +{ +name = topright; +pos = (905,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 448; +}; +pos = (451,0); +ref = "_part.bar-top-UC"; +} +); +width = 907; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (103,0); +}, +{ +name = bottomright; +pos = (537,0); +}, +{ +name = leftcenter; +pos = (35,400); +}, +{ +name = leftcenterinner; +pos = (321,322); +}, +{ +name = top; +pos = (295,800); +}, +{ +name = topright; +pos = (555,800); +} +); +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 230; +}; +pos = (319,0); +ref = "_part.bar-top-UC"; +} +); +width = 557; +} +); +metricLeft = L; +metricRight = L; +unicode = 1043; +}, +{ +color = 4; +glyphname = "Gje-cy"; +lastChange = "2023-04-28 14:31:58 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (-20,212); +ref = acutecomb; +} +); +width = 470; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (26,212); +ref = acutecomb; +} +); +width = 551; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (122,212); +ref = acutecomb; +} +); +width = 733; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (0,200); +ref = acutecomb; +} +); +width = 510; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (51,200); +ref = acutecomb; +} +); +width = 601; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (146,200); +ref = acutecomb; +} +); +width = 791; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (-8,180); +ref = acutecomb; +} +); +width = 525; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (43,180); +ref = acutecomb; +} +); +width = 617; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (149,180); +ref = acutecomb; +} +); +width = 818; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (-5,160); +ref = acutecomb; +} +); +width = 557; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (47,160); +ref = acutecomb; +} +); +width = 661; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (170,160); +ref = acutecomb; +} +); +width = 907; +} +); +unicode = 1027; +}, +{ +glyphname = "Geupturn-cy"; +kernLeft = SQR_LEFT; +kernRight = GE_CY_RIGHT; +lastChange = "2023-04-24 17:29:12 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (385,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 470; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (446,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 551; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (607,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 733; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (395,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 510; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (486,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 601; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (676,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 791; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (332,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 525; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (423,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 617; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (624,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 818; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (279,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 557; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (343,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 661; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +anchor = topright; +pos = (505,800); +ref = _tail.Descender; +scale = (1,-1); +} +); +width = 907; +} +); +unicode = 1168; +}, +{ +color = 4; +glyphname = "Gedescender-cy"; +lastChange = "2023-04-21 21:11:23 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-422,0); +ref = "Tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (137,0); +ref = _tail.Descender; +} +); +width = 470; +}, +{ +background = { +shapes = ( +{ +pos = (-508,0); +ref = "Tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (148,0); +ref = _tail.Descender; +} +); +width = 551; +}, +{ +background = { +shapes = ( +{ +pos = (-724,0); +ref = "Tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (169,0); +ref = _tail.Descender; +} +); +width = 733; +}, +{ +background = { +shapes = ( +{ +pos = (-400,0); +ref = "Tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (181,0); +ref = _tail.Descender; +} +); +width = 510; +}, +{ +background = { +shapes = ( +{ +pos = (-496,0); +ref = "Tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (220,0); +ref = _tail.Descender; +} +); +width = 601; +}, +{ +background = { +shapes = ( +{ +pos = (-734,0); +ref = "Tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (238,0); +ref = _tail.Descender; +} +); +width = 791; +}, +{ +background = { +shapes = ( +{ +pos = (-382,0); +ref = "Tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (150,0); +ref = _tail.Descender; +} +); +width = 525; +}, +{ +background = { +shapes = ( +{ +pos = (-488,0); +ref = "Tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (181,0); +ref = _tail.Descender; +} +); +width = 617; +}, +{ +background = { +shapes = ( +{ +pos = (-716,0); +ref = "Tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (232,0); +ref = _tail.Descender; +} +); +width = 818; +}, +{ +background = { +shapes = ( +{ +pos = (-358,0); +ref = "Tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (103,0); +ref = _tail.Descender; +} +); +width = 557; +}, +{ +background = { +shapes = ( +{ +pos = (-440,0); +ref = "Tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (141,0); +ref = _tail.Descender; +} +); +width = 661; +}, +{ +background = { +shapes = ( +{ +pos = (-670,0); +ref = "Tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +alignment = -1; +pos = (185,0); +ref = _tail.Descender; +} +); +width = 907; +} +); +metricLeft = "=Ge-cy"; +metricRight = "=Ge-cy"; +unicode = 1270; +}, +{ +color = 4; +glyphname = "Gestroke-cy"; +lastChange = "2023-04-28 17:30:45 +0000"; +layers = ( +{ +layerId = m009; +metricLeft = "=+70"; +shapes = ( +{ +pos = (70,0); +ref = "Ge-cy"; +}, +{ +pos = (-57,0); +ref = "_part.Bar-stroke"; +} +); +width = 540; +}, +{ +layerId = m007; +metricLeft = "=+80"; +shapes = ( +{ +pos = (80,0); +ref = "Ge-cy"; +}, +{ +pos = (-16,0); +ref = "_part.Bar-stroke"; +} +); +width = 631; +}, +{ +layerId = m010; +metricLeft = "=+120"; +shapes = ( +{ +pos = (120,0); +ref = "Ge-cy"; +}, +{ +pos = (73,0); +ref = "_part.Bar-stroke"; +} +); +width = 853; +}, +{ +layerId = m005; +metricLeft = "=+60"; +shapes = ( +{ +pos = (60,0); +ref = "Ge-cy"; +}, +{ +pos = (-40,0); +ref = "_part.Bar-stroke"; +} +); +width = 570; +}, +{ +layerId = m01; +metricLeft = "=+80"; +shapes = ( +{ +pos = (80,0); +ref = "Ge-cy"; +}, +{ +pos = (6,0); +ref = "_part.Bar-stroke"; +} +); +width = 681; +}, +{ +layerId = m003; +metricLeft = "=+120"; +shapes = ( +{ +pos = (120,0); +ref = "Ge-cy"; +}, +{ +pos = (91,0); +ref = "_part.Bar-stroke"; +} +); +width = 911; +}, +{ +layerId = m006; +metricLeft = "=+60"; +shapes = ( +{ +pos = (60,0); +ref = "Ge-cy"; +}, +{ +pos = (-53,0); +ref = "_part.Bar-stroke"; +} +); +width = 585; +}, +{ +layerId = m002; +metricLeft = "=+70"; +shapes = ( +{ +pos = (70,0); +ref = "Ge-cy"; +}, +{ +pos = (-14,0); +ref = "_part.Bar-stroke"; +} +); +width = 687; +}, +{ +layerId = m004; +metricLeft = "=+120"; +shapes = ( +{ +pos = (120,0); +ref = "Ge-cy"; +}, +{ +pos = (90,0); +ref = "_part.Bar-stroke"; +} +); +width = 938; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+40"; +shapes = ( +{ +pos = (40,0); +ref = "Ge-cy"; +}, +{ +pos = (-52,0); +ref = "_part.Bar-stroke"; +} +); +width = 597; +}, +{ +layerId = m008; +metricLeft = "=+60"; +shapes = ( +{ +pos = (60,0); +ref = "Ge-cy"; +}, +{ +pos = (-5,0); +ref = "_part.Bar-stroke"; +} +); +width = 721; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+100"; +shapes = ( +{ +pos = (100,0); +ref = "Ge-cy"; +}, +{ +pos = (109,0); +ref = "_part.Bar-stroke"; +} +); +width = 1007; +} +); +unicode = 1170; +}, +{ +color = 4; +glyphname = "Gemiddlehook-cy"; +kernRight = Middlehook; +lastChange = "2023-04-24 17:47:00 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (137,0); +ref = _part.Middlehook; +} +); +width = 546; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (148,0); +ref = _part.Middlehook; +} +); +width = 632; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (159,0); +ref = _part.Middlehook; +} +); +width = 826; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (209,0); +ref = _part.Middlehook; +} +); +width = 614; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (220,0); +ref = _part.Middlehook; +} +); +width = 700; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (220,0); +ref = _part.Middlehook; +} +); +width = 878; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (250,0); +ref = _part.Middlehook; +} +); +width = 637; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (261,0); +ref = _part.Middlehook; +} +); +width = 729; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (272,0); +ref = _part.Middlehook; +} +); +width = 896; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (323,0); +ref = _part.Middlehook; +} +); +width = 696; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (371,0); +ref = _part.Middlehook; +} +); +width = 818; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (455,0); +ref = _part.Middlehook; +} +); +width = 1080; +} +); +unicode = 1172; +}, +{ +glyphname = "De-cy"; +lastChange = "2023-01-16 21:03:36 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-135,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Shift = 0; +}; +pos = (128,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (80,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 0; +}; +pos = (698,0); +ref = _tail.Descender; +} +); +width = 826; +}, +{ +background = { +shapes = ( +{ +pos = (30,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Shift = 0; +}; +pos = (202,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (72,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 0; +}; +pos = (690,0); +ref = _tail.Descender; +} +); +width = 892; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +Shift = 0; +}; +pos = (128,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (88,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 0; +}; +pos = (975,0); +ref = _tail.Descender; +} +); +width = 1103; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +Shift = 30; +}; +pos = (204,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (104,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 30; +}; +pos = (1002,0); +ref = _tail.Descender; +} +); +width = 1206; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +Shift = 50; +}; +pos = (126,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (50,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 50; +}; +pos = (537,0); +ref = _tail.Descender; +} +); +width = 663; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +Shift = 30; +}; +pos = (200,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (60,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 30; +}; +pos = (542,0); +ref = _tail.Descender; +} +); +width = 742; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +Shift = 50; +}; +pos = (118,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (82,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 50; +}; +pos = (647,0); +ref = _tail.Descender; +} +); +width = 765; +}, +{ +background = { +shapes = ( +{ +pos = (16,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Shift = 30; +}; +pos = (322,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (12,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 30; +}; +pos = (570,0); +ref = _tail.Descender; +} +); +width = 892; +}, +{ +layerId = m009; +shapes = ( +{ +piece = { +Shift = 50; +}; +pos = (96,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (60,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 50; +}; +pos = (530,0); +ref = _tail.Descender; +} +); +width = 626; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +Shift = 50; +}; +pos = (140,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (104,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 50; +}; +pos = (904,0); +ref = _tail.Descender; +} +); +width = 1044; +}, +{ +background = { +shapes = ( +{ +pos = (40,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Shift = 30; +}; +pos = (406,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (36,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 30; +}; +pos = (854,0); +ref = _tail.Descender; +} +); +width = 1260; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Shift = 30; +}; +pos = (282,0); +ref = _tail.Descender; +scale = (-1,1); +}, +{ +pos = (22,0); +ref = "_part.De-cy"; +}, +{ +piece = { +Shift = 30; +}; +pos = (428,0); +ref = _tail.Descender; +} +); +width = 710; +} +); +metricLeft = "=T-19"; +metricRight = "=T+10"; +unicode = 1044; +}, +{ +glyphname = "Ie-cy"; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2023-01-17 12:37:56 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = B; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = E; +} +); +width = 693; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +} +); +width = 704; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +} +); +width = 925; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +} +); +width = 951; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +} +); +width = 589; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +} +); +width = 590; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +} +); +width = 645; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +} +); +width = 714; +}, +{ +layerId = m009; +shapes = ( +{ +ref = E; +} +); +width = 558; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +} +); +width = 886; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +} +); +width = 1004; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +} +); +width = 614; +} +); +unicode = 1045; +}, +{ +glyphname = "Io-cy"; +kernLeft = SQR_LEFT; +kernRight = E_RIGHT; +lastChange = "2023-01-17 12:26:53 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = E; +}, +{ +pos = (176,200); +ref = dieresiscomb; +} +); +width = 693; +}, +{ +layerId = m002; +shapes = ( +{ +ref = E; +}, +{ +pos = (134,180); +ref = dieresiscomb; +} +); +width = 704; +}, +{ +layerId = m003; +shapes = ( +{ +ref = E; +}, +{ +pos = (238,200); +ref = dieresiscomb; +} +); +width = 925; +}, +{ +layerId = m004; +shapes = ( +{ +ref = E; +}, +{ +pos = (214,180); +ref = dieresiscomb; +} +); +width = 951; +}, +{ +layerId = m005; +shapes = ( +{ +ref = E; +}, +{ +pos = (159,200); +ref = dieresiscomb; +} +); +width = 589; +}, +{ +layerId = m006; +shapes = ( +{ +ref = E; +}, +{ +pos = (111,180); +ref = dieresiscomb; +} +); +width = 590; +}, +{ +layerId = m007; +shapes = ( +{ +ref = E; +}, +{ +pos = (195,212); +ref = dieresiscomb; +} +); +width = 645; +}, +{ +layerId = m008; +shapes = ( +{ +ref = E; +}, +{ +pos = (66,160); +ref = dieresiscomb; +} +); +width = 714; +}, +{ +layerId = m009; +shapes = ( +{ +ref = E; +}, +{ +pos = (182,212); +ref = dieresiscomb; +} +); +width = 558; +}, +{ +layerId = m010; +shapes = ( +{ +ref = E; +}, +{ +pos = (274,212); +ref = dieresiscomb; +} +); +width = 886; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = E; +}, +{ +pos = (102,160); +ref = dieresiscomb; +} +); +width = 1004; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = E; +}, +{ +pos = (64,160); +ref = dieresiscomb; +} +); +width = 614; +} +); +unicode = 1025; +}, +{ +glyphname = "Zhe-cy"; +kernLeft = X_LEFT; +kernRight = X_RIGHT; +lastChange = "2023-04-24 14:59:04 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (888,0); +}, +{ +name = bottomright; +pos = (952,0); +}, +{ +name = top; +pos = (486,800); +} +); +background = { +shapes = ( +{ +pos = (-61,0); +ref = "Sha-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (429,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (323,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (543,0); +ref = "_part.Zhe-cy"; +} +); +width = 972; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (970,0); +}, +{ +name = bottomright; +pos = (1088,0); +}, +{ +name = top; +pos = (554,800); +} +); +background = { +shapes = ( +{ +pos = (-7,0); +ref = "Sha-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (460,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (387,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (648,0); +ref = "_part.Zhe-cy"; +} +); +width = 1108; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1222,0); +}, +{ +name = bottomright; +pos = (1294,0); +}, +{ +name = top; +pos = (657,800); +} +); +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (600,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (494,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (714,0); +ref = "_part.Zhe-cy"; +} +); +width = 1314; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1336,0); +}, +{ +name = bottomright; +pos = (1484,0); +}, +{ +name = top; +pos = (752,800); +} +); +background = { +shapes = ( +{ +pos = (22,0); +ref = "Sha-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (658,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (574,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (846,0); +ref = "_part.Zhe-cy"; +} +); +width = 1504; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (750,0); +}, +{ +name = bottomright; +pos = (800,0); +}, +{ +name = top; +pos = (410,800); +} +); +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (353,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (258,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (467,0); +ref = "_part.Zhe-cy"; +} +); +width = 820; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (798,0); +}, +{ +name = bottomright; +pos = (902,0); +}, +{ +name = top; +pos = (461,800); +} +); +background = { +shapes = ( +{ +pos = (-13,0); +ref = "Sha-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (367,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (305,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (555,0); +ref = "_part.Zhe-cy"; +} +); +width = 922; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (868,0); +}, +{ +name = bottomright; +pos = (860,0); +}, +{ +name = top; +pos = (440,800); +} +); +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (419,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (313,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (461,0); +ref = "_part.Zhe-cy"; +} +); +width = 880; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (946,0); +}, +{ +name = bottomright; +pos = (1196,0); +}, +{ +name = top; +pos = (608,800); +} +); +background = { +shapes = ( +{ +pos = (11,0); +ref = "Sha-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (440,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (405,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (776,0); +ref = "_part.Zhe-cy"; +} +); +width = 1216; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (728,0); +}, +{ +name = bottomright; +pos = (714,0); +}, +{ +name = top; +pos = (367,800); +} +); +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (346,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (251,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (388,0); +ref = "_part.Zhe-cy"; +} +); +width = 734; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1196,0); +}, +{ +name = bottomright; +pos = (1216,0); +}, +{ +name = top; +pos = (618,800); +} +); +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (597,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (480,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (639,0); +ref = "_part.Zhe-cy"; +} +); +width = 1236; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1336,0); +}, +{ +name = bottomright; +pos = (1644,0); +}, +{ +name = top; +pos = (832,800); +} +); +background = { +shapes = ( +{ +pos = (37,0); +ref = "Sha-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (622,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (587,0); +ref = "_part.stem-H"; +}, +{ +pos = (1042,0); +ref = "_part.Zhe-cy"; +} +); +width = 1664; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (780,0); +}, +{ +name = bottomright; +pos = (992,0); +}, +{ +name = top; +pos = (506,800); +} +); +background = { +shapes = ( +{ +pos = (3,0); +ref = "Sha-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (362,0); +ref = "_part.Zhe-cy"; +scale = (-1,1); +}, +{ +pos = (327,0); +ref = "_part.stem-H"; +}, +{ +pos = (650,0); +ref = "_part.Zhe-cy"; +} +); +width = 1012; +} +); +metricLeft = "=|E"; +metricRight = E; +unicode = 1046; +}, +{ +glyphname = "Ze-cy"; +lastChange = "2023-04-17 18:59:36 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (352,0); +}, +{ +name = top; +pos = (352,800); +} +); +background = { +shapes = ( +{ +pos = (-72,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(529,-16,o), +(645,78,o), +(645,216,cs), +(645,300,o), +(602,367,o), +(530,398,c), +(530,414,l), +(606,438,o), +(651,501,o), +(651,584,cs), +(651,722,o), +(532,816,o), +(358,816,cs), +(171,816,o), +(51,719,o), +(35,556,c), +(149,556,l), +(167,652,o), +(244,708,o), +(356,708,cs), +(461,708,o), +(537,656,o), +(537,578,cs), +(537,499,o), +(475,452,o), +(370,452,cs), +(259,452,l), +(259,352,l), +(370,352,ls), +(470,352,o), +(529,304,o), +(529,224,cs), +(529,145,o), +(456,92,o), +(356,92,cs), +(246,92,o), +(173,145,o), +(158,234,c), +(43,234,l), +(53,77,o), +(170,-16,o), +(358,-16,cs) +); +} +); +width = 704; +}, +{ +anchors = ( +{ +name = bottom; +pos = (372,0); +}, +{ +name = top; +pos = (372,800); +} +); +background = { +shapes = ( +{ +pos = (-51,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(567,-20,o), +(702,75,o), +(702,226,cs), +(702,306,o), +(660,367,o), +(588,397,c), +(588,413,l), +(664,445,o), +(706,503,o), +(706,572,cs), +(706,725,o), +(569,820,o), +(378,820,cs), +(163,820,o), +(34,718,o), +(24,536,c), +(204,536,l), +(222,613,o), +(283,652,o), +(377,652,cs), +(457,652,o), +(520,614,o), +(520,556,cs), +(520,507,o), +(474,475,o), +(398,475,cs), +(290,475,l), +(290,331,l), +(398,331,ls), +(469,331,o), +(512,298,o), +(512,243,cs), +(512,186,o), +(452,148,o), +(377,148,cs), +(287,148,o), +(228,184,o), +(210,254,c), +(30,254,l), +(40,79,o), +(167,-20,o), +(378,-20,cs) +); +} +); +width = 743; +}, +{ +anchors = ( +{ +name = bottom; +pos = (473,0); +}, +{ +name = top; +pos = (473,800); +} +); +background = { +shapes = ( +{ +pos = (-73,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(736,-16,o), +(883,71,o), +(883,228,cs), +(883,318,o), +(838,376,o), +(752,399,c), +(752,415,l), +(845,434,o), +(893,487,o), +(893,570,cs), +(893,729,o), +(743,816,o), +(476,816,cs), +(205,816,o), +(55,721,o), +(35,536,c), +(147,536,l), +(178,655,o), +(288,716,o), +(472,716,cs), +(668,716,o), +(780,659,o), +(780,560,cs), +(780,490,o), +(699,453,o), +(542,453,cs), +(329,453,l), +(329,357,l), +(542,357,ls), +(690,357,o), +(766,317,o), +(766,238,cs), +(766,141,o), +(659,84,o), +(472,84,cs), +(289,84,o), +(182,142,o), +(159,254,c), +(47,254,l), +(65,76,o), +(211,-16,o), +(476,-16,cs) +); +} +); +width = 946; +}, +{ +anchors = ( +{ +name = bottom; +pos = (492,0); +}, +{ +name = top; +pos = (492,800); +} +); +background = { +shapes = ( +{ +pos = (-60,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(771,-20,o), +(938,69,o), +(938,228,cs), +(938,307,o), +(891,372,o), +(814,400,c), +(814,416,l), +(893,437,o), +(942,496,o), +(942,570,cs), +(942,730,o), +(774,820,o), +(492,820,cs), +(198,820,o), +(40,717,o), +(28,516,c), +(208,516,l), +(231,615,o), +(322,662,o), +(492,662,cs), +(651,662,o), +(750,623,o), +(750,554,cs), +(750,494,o), +(700,470,o), +(584,470,cs), +(350,470,l), +(350,330,l), +(584,330,ls), +(696,330,o), +(744,305,o), +(744,242,cs), +(744,175,o), +(647,138,o), +(492,138,cs), +(326,138,o), +(237,182,o), +(214,274,c), +(34,274,l), +(46,80,o), +(201,-20,o), +(492,-20,cs) +); +} +); +width = 984; +}, +{ +anchors = ( +{ +name = bottom; +pos = (298,0); +}, +{ +name = top; +pos = (298,800); +} +); +background = { +shapes = ( +{ +pos = (-68,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(443,-16,o), +(543,76,o), +(543,211,cs), +(543,303,o), +(501,371,o), +(429,396,c), +(429,412,l), +(503,436,o), +(547,502,o), +(547,590,cs), +(547,724,o), +(448,816,o), +(302,816,cs), +(142,816,o), +(41,719,o), +(31,556,c), +(139,556,l), +(159,658,o), +(215,710,o), +(300,710,cs), +(381,710,o), +(437,658,o), +(437,582,cs), +(437,502,o), +(386,454,o), +(300,454,cs), +(223,454,l), +(223,350,l), +(300,350,ls), +(381,350,o), +(429,302,o), +(429,221,cs), +(429,143,o), +(375,90,o), +(295,90,cs), +(212,90,o), +(161,139,o), +(147,234,c), +(37,234,l), +(43,77,o), +(139,-16,o), +(297,-16,cs) +); +} +); +width = 595; +}, +{ +anchors = ( +{ +name = bottom; +pos = (314,0); +}, +{ +name = top; +pos = (314,800); +} +); +background = { +shapes = ( +{ +pos = (-40,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(479,-20,o), +(593,74,o), +(593,214,cs), +(593,302,o), +(555,371,o), +(494,395,c), +(494,411,l), +(558,435,o), +(597,499,o), +(597,580,cs), +(597,724,o), +(481,820,o), +(320,820,cs), +(140,820,o), +(27,712,o), +(21,536,c), +(195,536,l), +(210,615,o), +(249,652,o), +(314,652,cs), +(371,652,o), +(413,618,o), +(413,562,cs), +(413,502,o), +(379,473,o), +(314,473,cs), +(253,473,l), +(253,325,l), +(314,325,ls), +(374,325,o), +(405,296,o), +(405,235,cs), +(405,181,o), +(366,148,o), +(314,148,cs), +(254,148,o), +(218,182,o), +(203,254,c), +(27,254,l), +(33,84,o), +(144,-20,o), +(320,-20,cs) +); +} +); +width = 628; +}, +{ +anchors = ( +{ +name = bottom; +pos = (321,0); +}, +{ +name = top; +pos = (321,800); +} +); +background = { +shapes = ( +{ +pos = (-74,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(478,-12,o), +(583,76,o), +(583,208,cs), +(583,308,o), +(534,376,o), +(447,400,c), +(447,410,l), +(538,432,o), +(589,499,o), +(589,594,cs), +(589,729,o), +(488,812,o), +(323,812,cs), +(154,812,o), +(50,720,o), +(35,556,c), +(76,556,l), +(90,696,o), +(179,774,o), +(323,774,cs), +(463,774,o), +(548,706,o), +(548,594,cs), +(548,485,o), +(468,422,o), +(327,422,cs), +(229,422,l), +(229,386,l), +(327,386,ls), +(464,386,o), +(541,323,o), +(541,208,cs), +(541,99,o), +(453,26,o), +(321,26,cs), +(183,26,o), +(98,101,o), +(84,234,c), +(43,234,l), +(58,77,o), +(158,-12,o), +(321,-12,cs) +); +} +); +width = 642; +}, +{ +anchors = ( +{ +name = bottom; +pos = (420,0); +}, +{ +name = top; +pos = (420,800); +} +); +background = { +shapes = ( +{ +pos = (-11,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(668,-26,o), +(815,73,o), +(815,234,cs), +(815,317,o), +(773,381,o), +(705,402,c), +(705,422,l), +(777,442,o), +(821,495,o), +(821,562,cs), +(821,726,o), +(672,826,o), +(430,826,cs), +(161,826,o), +(19,707,o), +(11,506,c), +(319,506,l), +(323,551,o), +(359,582,o), +(420,582,cs), +(481,582,o), +(512,566,o), +(512,530,cs), +(512,500,o), +(483,486,o), +(428,486,cs), +(357,486,l), +(357,318,l), +(428,318,ls), +(477,318,o), +(502,300,o), +(502,270,cs), +(502,237,o), +(474,218,o), +(420,218,cs), +(363,218,o), +(329,245,o), +(325,284,c), +(17,284,l), +(25,90,o), +(165,-26,o), +(427,-26,cs) +); +} +); +width = 839; +}, +{ +anchors = ( +{ +name = bottom; +pos = (274,0); +}, +{ +name = top; +pos = (274,800); +} +); +background = { +shapes = ( +{ +pos = (-40,0); +ref = B; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(405,-12,o), +(493,76,o), +(493,208,cs), +(493,302,o), +(452,371,o), +(376,401,c), +(376,411,l), +(455,435,o), +(499,502,o), +(499,594,cs), +(499,725,o), +(410,812,o), +(275,812,cs), +(129,812,o), +(42,720,o), +(31,556,c), +(72,556,l), +(82,696,o), +(155,774,o), +(275,774,cs), +(385,774,o), +(458,702,o), +(458,594,cs), +(458,485,o), +(391,422,o), +(281,422,cs), +(203,422,l), +(203,386,l), +(281,386,ls), +(386,386,o), +(451,323,o), +(451,208,cs), +(451,99,o), +(380,26,o), +(273,26,cs), +(156,26,o), +(91,97,o), +(80,234,c), +(39,234,l), +(50,72,o), +(129,-12,o), +(273,-12,cs) +); +} +); +width = 547; +}, +{ +anchors = ( +{ +name = bottom; +pos = (436,0); +}, +{ +name = top; +pos = (436,800); +} +); +background = { +shapes = ( +{ +pos = (-94,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-12,o), +(807,73,o), +(807,224,cs), +(807,315,o), +(756,375,o), +(658,401,c), +(658,411,l), +(760,433,o), +(813,491,o), +(813,578,cs), +(813,728,o), +(669,812,o), +(427,812,cs), +(195,812,o), +(51,713,o), +(39,536,c), +(80,536,l), +(91,688,o), +(221,774,o), +(427,774,cs), +(643,774,o), +(772,704,o), +(772,578,cs), +(772,476,o), +(672,422,o), +(478,422,cs), +(300,422,l), +(300,386,l), +(478,386,ls), +(667,386,o), +(764,332,o), +(764,224,cs), +(764,98,o), +(637,26,o), +(425,26,cs), +(227,26,o), +(101,108,o), +(88,254,c), +(47,254,l), +(61,84,o), +(202,-12,o), +(425,-12,cs) +); +} +); +width = 872; +}, +{ +anchors = ( +{ +name = bottom; +pos = (584,0); +}, +{ +name = top; +pos = (584,800); +} +); +background = { +shapes = ( +{ +pos = (32,0); +ref = B; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(954,-26,o), +(1141,62,o), +(1141,234,cs), +(1141,320,o), +(1082,384,o), +(986,402,c), +(986,422,l), +(1087,438,o), +(1149,491,o), +(1149,562,cs), +(1149,731,o), +(948,826,o), +(590,826,cs), +(196,826,o), +(22,721,o), +(11,496,c), +(403,496,l), +(408,553,o), +(467,582,o), +(576,582,cs), +(683,582,o), +(729,567,o), +(729,532,cs), +(729,498,o), +(694,486,o), +(597,486,cs), +(487,486,l), +(487,318,l), +(597,318,ls), +(688,318,o), +(721,305,o), +(721,268,cs), +(721,233,o), +(677,218,o), +(576,218,cs), +(472,218,o), +(415,244,o), +(409,294,c), +(19,294,l), +(31,76,o), +(201,-26,o), +(585,-26,cs) +); +} +); +width = 1167; +}, +{ +anchors = ( +{ +name = bottom; +pos = (353,0); +}, +{ +name = top; +pos = (353,800); +} +); +background = { +shapes = ( +{ +pos = (-11,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(560,-26,o), +(682,72,o), +(682,230,cs), +(682,310,o), +(643,376,o), +(580,402,c), +(580,422,l), +(646,445,o), +(687,502,o), +(687,572,cs), +(687,724,o), +(565,826,o), +(361,826,cs), +(136,826,o), +(17,707,o), +(11,496,c), +(277,496,l), +(280,554,o), +(307,586,o), +(352,586,cs), +(394,586,o), +(419,563,o), +(419,526,cs), +(419,493,o), +(396,472,o), +(359,472,cs), +(320,472,l), +(320,332,l), +(359,332,ls), +(392,332,o), +(412,310,o), +(412,274,cs), +(412,237,o), +(389,214,o), +(352,214,cs), +(310,214,o), +(285,243,o), +(282,294,c), +(16,294,l), +(22,90,o), +(138,-26,o), +(358,-26,cs) +); +} +); +width = 705; +}, +{ +associatedMasterId = m008; +background = { +shapes = ( +{ +pos = (-24,0); +ref = H; +} +); +}; +layerId = "FAB2D0B5-9613-464F-9518-B9220C64FB42"; +name = "31 Oct 22 10:15"; +shapes = ( +{ +closed = 1; +nodes = ( +(815,314,o), +(773,376,o), +(705,397,c), +(705,417,l), +(777,437,o), +(821,491,o), +(821,558,cs), +(821,726,o), +(674,826,o), +(427,826,cs), +(161,826,o), +(19,707,o), +(11,476,c), +(319,476,l), +(323,531,o), +(359,562,o), +(420,562,cs), +(477,562,o), +(512,536,o), +(512,494,cs), +(512,463,o), +(480,444,o), +(428,444,cs), +(357,444,l), +(357,352,l), +(428,352,ls), +(474,352,o), +(502,333,o), +(502,302,cs), +(502,262,o), +(471,238,o), +(420,238,cs), +(363,238,o), +(329,265,o), +(325,314,c), +(17,314,l), +(25,90,o), +(165,-26,o), +(427,-26,cs), +(675,-26,o), +(815,68,o), +(815,234,cs) +); +} +); +width = 839; +} +); +metricLeft = "=RNDU/1.6"; +metricRight = "=SQRU/2"; +unicode = 1047; +}, +{ +glyphname = "Ii-cy"; +kernLeft = SQR_LEFT; +lastChange = "2022-10-21 18:35:05 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (424,800); +} +); +background = { +shapes = ( +{ +pos = (8,0); +ref = "En-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (154,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (848,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 848; +}, +{ +anchors = ( +{ +name = top; +pos = (425,800); +} +); +background = { +shapes = ( +{ +pos = (9,0); +ref = "En-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (171,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (850,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 850; +}, +{ +anchors = ( +{ +name = top; +pos = (547,800); +} +); +background = { +shapes = ( +{ +pos = (11,0); +ref = "En-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (160,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (1094,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 1094; +}, +{ +anchors = ( +{ +name = top; +pos = (553,800); +} +); +background = { +shapes = ( +{ +pos = (9,0); +ref = "En-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (162,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (1106,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 1106; +}, +{ +anchors = ( +{ +name = top; +pos = (363,800); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = "En-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (133,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (726,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 726; +}, +{ +anchors = ( +{ +name = top; +pos = (359,800); +} +); +background = { +shapes = ( +{ +pos = (9,0); +ref = "En-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (170,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (718,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 718; +}, +{ +anchors = ( +{ +name = top; +pos = (392,800); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = "En-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (112,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (784,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 784; +}, +{ +anchors = ( +{ +name = top; +pos = (440,800); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = "En-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (251,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (880,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 880; +}, +{ +anchors = ( +{ +name = top; +pos = (337,800); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = "En-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (101,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (674,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 674; +}, +{ +anchors = ( +{ +name = top; +pos = (514,800); +} +); +background = { +shapes = ( +{ +pos = (-3,0); +ref = "En-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (125,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (1028,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 1028; +}, +{ +anchors = ( +{ +name = top; +pos = (600,800); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = "En-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (305,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (1200,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 1200; +}, +{ +anchors = ( +{ +name = top; +pos = (374,800); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = "En-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-Ii-cy"; +}, +{ +pos = (213,0); +ref = "_part.stroke-Ii-cy"; +}, +{ +angle = 180; +pos = (748,800); +ref = "_part.stem-Ii-cy"; +} +); +width = 748; +} +); +unicode = 1048; +}, +{ +glyphname = "Iishort-cy"; +kernLeft = SQR_LEFT; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (222,200); +ref = "brevecomb-cy"; +} +); +width = 848; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (193,180); +ref = "brevecomb-cy"; +} +); +width = 850; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (287,200); +ref = "brevecomb-cy"; +} +); +width = 1094; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (251,180); +ref = "brevecomb-cy"; +} +); +width = 1106; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (193,200); +ref = "brevecomb-cy"; +} +); +width = 726; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (161,180); +ref = "brevecomb-cy"; +} +); +width = 718; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (218,212); +ref = "brevecomb-cy"; +} +); +width = 784; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (178,160); +ref = "brevecomb-cy"; +} +); +width = 880; +}, +{ +layerId = m009; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (187,212); +ref = "brevecomb-cy"; +} +); +width = 674; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (280,212); +ref = "brevecomb-cy"; +} +); +width = 1028; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (258,160); +ref = "brevecomb-cy"; +} +); +width = 1200; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (137,160); +ref = "brevecomb-cy"; +} +); +width = 748; +} +); +unicode = 1049; +}, +{ +glyphname = "Ka-cy"; +kernLeft = SQR_LEFT; +kernRight = X_RIGHT; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = K; +} +); +width = 708; +}, +{ +background = { +shapes = ( +{ +ref = E; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = K; +} +); +width = 741; +}, +{ +layerId = m003; +shapes = ( +{ +ref = K; +} +); +width = 920; +}, +{ +layerId = m004; +shapes = ( +{ +ref = K; +} +); +width = 973; +}, +{ +layerId = m005; +shapes = ( +{ +ref = K; +} +); +width = 601; +}, +{ +layerId = m006; +shapes = ( +{ +ref = K; +} +); +width = 623; +}, +{ +layerId = m007; +shapes = ( +{ +ref = K; +} +); +width = 626; +}, +{ +layerId = m008; +shapes = ( +{ +ref = K; +} +); +width = 819; +}, +{ +layerId = m009; +shapes = ( +{ +ref = K; +} +); +width = 529; +}, +{ +layerId = m010; +shapes = ( +{ +ref = K; +} +); +width = 848; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = K; +} +); +width = 1121; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = K; +} +); +width = 685; +} +); +unicode = 1050; +}, +{ +color = 4; +glyphname = "Kje-cy"; +lastChange = "2023-04-28 14:31:58 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (-15,212); +ref = acutecomb; +} +); +width = 529; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (33,212); +ref = acutecomb; +} +); +width = 626; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (134,212); +ref = acutecomb; +} +); +width = 848; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (21,200); +ref = acutecomb; +} +); +width = 601; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (74,200); +ref = acutecomb; +} +); +width = 708; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (160,200); +ref = acutecomb; +} +); +width = 920; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (26,180); +ref = acutecomb; +} +); +width = 623; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (82,180); +ref = acutecomb; +} +); +width = 741; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (187,180); +ref = acutecomb; +} +); +width = 973; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (52,160); +ref = acutecomb; +} +); +width = 685; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (120,160); +ref = acutecomb; +} +); +width = 819; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ka-cy"; +}, +{ +pos = (261,160); +ref = acutecomb; +} +); +width = 1121; +} +); +unicode = 1036; +}, +{ +glyphname = "El-cy"; +lastChange = "2023-04-30 13:06:26 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (710,0); +} +); +background = { +shapes = ( +{ +pos = (-16,0); +ref = "En-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 300; +}; +pos = (289,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (490,0); +ref = "_part.stem-H"; +} +); +width = 816; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (764,0); +} +); +background = { +shapes = ( +{ +pos = (5,0); +ref = "En-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 236; +}; +pos = (334,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (503,0); +ref = "_part.stem-H"; +} +); +width = 837; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (986,0); +} +); +background = { +shapes = ( +{ +pos = (-24,0); +ref = "En-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 536; +}; +pos = (329,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (766,0); +ref = "_part.stem-H"; +} +); +width = 1092; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1008,0); +} +); +background = { +shapes = ( +{ +pos = (4,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 442; +}; +pos = (372,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (736,0); +ref = "_part.stem-H"; +} +); +width = 1092; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (600,0); +} +); +background = { +shapes = ( +{ +pos = (-19,0); +ref = "En-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 230; +}; +pos = (249,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (391,0); +ref = "_part.stem-H"; +} +); +width = 695; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (642,0); +} +); +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 148; +}; +pos = (301,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (392,0); +ref = "_part.stem-H"; +} +); +width = 704; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (650,0); +} +); +background = { +shapes = ( +{ +pos = (-38,0); +ref = "En-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 382; +}; +pos = (219,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (502,0); +ref = "_part.stem-H"; +} +); +width = 756; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (830,0); +} +); +background = { +shapes = ( +{ +pos = (5,0); +ref = "En-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 100; +}; +pos = (390,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (459,0); +ref = "_part.stem-H"; +} +); +width = 865; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (550,0); +} +); +background = { +shapes = ( +{ +pos = (-50,0); +ref = "En-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 312; +}; +pos = (189,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (413,0); +ref = "_part.stem-H"; +} +); +width = 645; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (902,0); +} +); +background = { +shapes = ( +{ +pos = (-8,0); +ref = "En-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 602; +}; +pos = (250,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (743,0); +ref = "_part.stem-H"; +} +); +width = 1019; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1144,0); +} +); +background = { +shapes = ( +{ +pos = (-1,0); +ref = "En-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 210; +}; +pos = (510,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (689,0); +ref = "_part.stem-H"; +} +); +width = 1179; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (680,0); +} +); +background = { +shapes = ( +{ +pos = (-13,0); +ref = "En-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 50; +}; +pos = (338,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (357,0); +ref = "_part.stem-H"; +} +); +width = 715; +} +); +metricLeft = T; +metricRight = H; +unicode = 1051; +}, +{ +glyphname = "Em-cy"; +kernLeft = SQR_LEFT; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = M; +} +); +width = 1052; +}, +{ +layerId = m002; +shapes = ( +{ +ref = M; +} +); +width = 1106; +}, +{ +layerId = m003; +shapes = ( +{ +ref = M; +} +); +width = 1364; +}, +{ +layerId = m004; +shapes = ( +{ +ref = M; +} +); +width = 1456; +}, +{ +layerId = m005; +shapes = ( +{ +ref = M; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = M; +} +); +width = 928; +}, +{ +layerId = m007; +shapes = ( +{ +ref = M; +} +); +width = 978; +}, +{ +layerId = m008; +shapes = ( +{ +ref = M; +} +); +width = 1058; +}, +{ +layerId = m009; +shapes = ( +{ +ref = M; +} +); +width = 834; +}, +{ +layerId = m010; +shapes = ( +{ +ref = M; +} +); +width = 1298; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = M; +} +); +width = 1466; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = M; +} +); +width = 898; +} +); +unicode = 1052; +}, +{ +glyphname = "En-cy"; +kernLeft = SQR_LEFT; +lastChange = "2023-04-18 18:22:44 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (726,0); +} +); +layerId = m01; +shapes = ( +{ +ref = H; +} +); +width = 832; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (759,0); +} +); +layerId = m002; +shapes = ( +{ +ref = H; +} +); +width = 832; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (966,0); +} +); +layerId = m003; +shapes = ( +{ +ref = H; +} +); +width = 1072; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1004,0); +} +); +layerId = m004; +shapes = ( +{ +ref = H; +} +); +width = 1088; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (619,0); +} +); +layerId = m005; +shapes = ( +{ +ref = H; +} +); +width = 714; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (638,0); +} +); +layerId = m006; +shapes = ( +{ +ref = H; +} +); +width = 700; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (666,0); +} +); +layerId = m007; +shapes = ( +{ +ref = H; +} +); +width = 772; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (825,0); +} +); +layerId = m008; +shapes = ( +{ +ref = H; +} +); +width = 860; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (567,0); +} +); +layerId = m009; +shapes = ( +{ +ref = H; +} +); +width = 662; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (917,0); +} +); +layerId = m010; +shapes = ( +{ +ref = H; +} +); +width = 1034; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1145,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = H; +} +); +width = 1180; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (693,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = H; +} +); +width = 728; +} +); +unicode = 1053; +}, +{ +glyphname = "O-cy"; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = O; +} +); +width = 872; +}, +{ +layerId = m002; +shapes = ( +{ +ref = O; +} +); +width = 896; +}, +{ +layerId = m003; +shapes = ( +{ +ref = O; +} +); +width = 1152; +}, +{ +layerId = m004; +shapes = ( +{ +ref = O; +} +); +width = 1188; +}, +{ +layerId = m005; +shapes = ( +{ +ref = O; +} +); +width = 720; +}, +{ +layerId = m006; +shapes = ( +{ +ref = O; +} +); +width = 738; +}, +{ +layerId = m007; +shapes = ( +{ +ref = O; +} +); +width = 812; +}, +{ +layerId = m008; +shapes = ( +{ +ref = O; +} +); +width = 876; +}, +{ +layerId = m009; +shapes = ( +{ +ref = O; +} +); +width = 668; +}, +{ +layerId = m010; +shapes = ( +{ +ref = O; +} +); +width = 1104; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = O; +} +); +width = 1220; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = O; +} +); +width = 752; +} +); +unicode = 1054; +}, +{ +glyphname = "Pe-cy"; +kernLeft = SQR_LEFT; +lastChange = "2023-04-29 15:48:18 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (106,800); +}, +{ +name = "#exit"; +pos = (716,0); +}, +{ +name = top; +pos = (411,800); +} +); +background = { +shapes = ( +{ +pos = (-5,0); +ref = "En-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 382; +}; +pos = (213,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (496,0); +ref = "_part.stem-H"; +} +); +width = 822; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (153,800); +}, +{ +name = "#exit"; +pos = (669,0); +}, +{ +name = top; +pos = (411,800); +} +); +background = { +shapes = ( +{ +pos = (-5,0); +ref = "En-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 300; +}; +pos = (255,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (488,0); +ref = "_part.stem-H"; +} +); +width = 822; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (88,800); +}, +{ +name = "#exit"; +pos = (972,0); +}, +{ +name = top; +pos = (530,800); +} +); +background = { +shapes = ( +{ +pos = (-6,0); +ref = "En-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 620; +}; +pos = (213,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (734,0); +ref = "_part.stem-H"; +} +); +width = 1060; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (124,800); +}, +{ +name = "#exit"; +pos = (948,0); +}, +{ +name = top; +pos = (536,800); +} +); +background = { +shapes = ( +{ +pos = (-8,0); +ref = "En-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 528; +}; +pos = (266,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (716,0); +ref = "_part.stem-H"; +} +); +width = 1072; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (123,800); +}, +{ +name = "#exit"; +pos = (581,0); +}, +{ +name = top; +pos = (352,800); +} +); +background = { +shapes = ( +{ +pos = (-5,0); +ref = "En-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 286; +}; +pos = (202,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (400,0); +ref = "_part.stem-H"; +} +); +width = 704; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (162,800); +}, +{ +name = "#exit"; +pos = (532,0); +}, +{ +name = top; +pos = (347,800); +} +); +background = { +shapes = ( +{ +pos = (-3,0); +ref = "En-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 194; +}; +pos = (245,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (382,0); +ref = "_part.stem-H"; +} +); +width = 694; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,800); +}, +{ +name = "#exit"; +pos = (656,0); +}, +{ +name = top; +pos = (381,800); +} +); +background = { +shapes = ( +{ +pos = (-5,0); +ref = "En-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 466; +}; +pos = (141,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (508,0); +ref = "_part.stem-H"; +} +); +width = 762; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (265,800); +}, +{ +name = "#exit"; +pos = (581,0); +}, +{ +name = top; +pos = (423,800); +} +); +background = { +shapes = ( +{ +pos = (-7,0); +ref = "En-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 104; +}; +pos = (367,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (440,0); +ref = "_part.stem-H"; +} +); +width = 846; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,800); +}, +{ +name = "#exit"; +pos = (559,0); +}, +{ +name = top; +pos = (327,800); +} +); +background = { +shapes = ( +{ +pos = (-4,0); +ref = "En-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 380; +}; +pos = (130,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (422,0); +ref = "_part.stem-H"; +} +); +width = 654; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (107,800); +}, +{ +name = "#exit"; +pos = (893,0); +}, +{ +name = top; +pos = (500,800); +} +); +background = { +shapes = ( +{ +pos = (-17,0); +ref = "En-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 682; +}; +pos = (151,0); +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (724,0); +ref = "_part.stem-H"; +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (305,800); +}, +{ +name = "#exit"; +pos = (855,0); +}, +{ +name = top; +pos = (580,800); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = "En-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 250; +}; +pos = (451,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (670,0); +ref = "_part.stem-H"; +} +); +width = 1160; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (255,800); +}, +{ +name = "#exit"; +pos = (461,0); +}, +{ +name = top; +pos = (358,800); +} +); +background = { +shapes = ( +{ +pos = (-6,0); +ref = "En-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 70; +}; +pos = (319,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (358,0); +ref = "_part.stem-H"; +} +); +width = 716; +} +); +metricLeft = H; +metricRight = H; +unicode = 1055; +}, +{ +glyphname = "Er-cy"; +kernLeft = SQR_LEFT; +kernRight = F_RIGHT; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = P; +} +); +width = 727; +}, +{ +layerId = m002; +shapes = ( +{ +ref = P; +} +); +width = 770; +}, +{ +layerId = m003; +shapes = ( +{ +ref = P; +} +); +width = 969; +}, +{ +layerId = m004; +shapes = ( +{ +ref = P; +} +); +width = 991; +}, +{ +layerId = m005; +shapes = ( +{ +ref = P; +} +); +width = 616; +}, +{ +layerId = m006; +shapes = ( +{ +ref = P; +} +); +width = 636; +}, +{ +layerId = m007; +shapes = ( +{ +ref = P; +} +); +width = 671; +}, +{ +layerId = m008; +shapes = ( +{ +ref = P; +} +); +width = 788; +}, +{ +layerId = m009; +shapes = ( +{ +ref = P; +} +); +width = 570; +}, +{ +layerId = m010; +shapes = ( +{ +ref = P; +} +); +width = 898; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = P; +} +); +width = 1096; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = P; +} +); +width = 672; +} +); +unicode = 1056; +}, +{ +glyphname = "Es-cy"; +kernLeft = RND_LEFT; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = C; +} +); +width = 818; +}, +{ +layerId = m002; +shapes = ( +{ +ref = C; +} +); +width = 854; +}, +{ +layerId = m003; +shapes = ( +{ +ref = C; +} +); +width = 1088; +}, +{ +layerId = m004; +shapes = ( +{ +ref = C; +} +); +width = 1146; +}, +{ +layerId = m005; +shapes = ( +{ +ref = C; +} +); +width = 672; +}, +{ +layerId = m006; +shapes = ( +{ +ref = C; +} +); +width = 703; +}, +{ +layerId = m007; +shapes = ( +{ +ref = C; +} +); +width = 766; +}, +{ +layerId = m008; +shapes = ( +{ +ref = C; +} +); +width = 859; +}, +{ +layerId = m009; +shapes = ( +{ +ref = C; +} +); +width = 626; +}, +{ +layerId = m010; +shapes = ( +{ +ref = C; +} +); +width = 1044; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = C; +} +); +width = 1191; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = C; +} +); +width = 735; +} +); +unicode = 1057; +}, +{ +glyphname = "Te-cy"; +kernLeft = T_LEFT; +kernRight = T_RIGHT; +lastChange = "2023-01-16 20:50:03 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = T; +} +); +width = 632; +}, +{ +layerId = m002; +shapes = ( +{ +ref = T; +} +); +width = 696; +}, +{ +layerId = m003; +shapes = ( +{ +ref = T; +} +); +width = 876; +}, +{ +layerId = m004; +shapes = ( +{ +ref = T; +} +); +width = 928; +}, +{ +layerId = m005; +shapes = ( +{ +ref = T; +} +); +width = 534; +}, +{ +layerId = m006; +shapes = ( +{ +ref = T; +} +); +width = 594; +}, +{ +layerId = m007; +shapes = ( +{ +ref = T; +} +); +width = 572; +}, +{ +layerId = m008; +shapes = ( +{ +ref = T; +} +); +width = 796; +}, +{ +layerId = m009; +shapes = ( +{ +ref = T; +} +); +width = 482; +}, +{ +layerId = m010; +shapes = ( +{ +ref = T; +} +); +width = 812; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = T; +} +); +width = 1116; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = T; +} +); +width = 662; +} +); +unicode = 1058; +}, +{ +glyphname = "U-cy"; +kernLeft = U_CY_LEFT; +kernRight = U_CY_RIGHT; +lastChange = "2023-01-16 20:47:29 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (371,800); +} +); +background = { +shapes = ( +{ +pos = (-66,0); +ref = H; +} +); +}; +guides = ( +{ +angle = 90; +pos = (143,155); +}, +{ +angle = 90; +pos = (400,153); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(358,-16,o), +(415,36,o), +(459,155,cs), +(696,800,l), +(581,800,l), +(356,188,ls), +(327,108,o), +(306,84,o), +(266,84,cs), +(230,84,o), +(204,108,o), +(190,155,c), +(86,155,l), +(104,42,o), +(165,-16,o), +(268,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(422,261,l), +(137,800,l), +(10,800,l), +(295,261,l) +); +} +); +width = 701; +}, +{ +anchors = ( +{ +name = top; +pos = (407,800); +} +); +background = { +shapes = ( +{ +pos = (-29,0); +ref = H; +} +); +}; +guides = ( +{ +angle = 90; +pos = (179,195); +}, +{ +angle = 90; +pos = (476,195); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(446,-20,o), +(527,46,o), +(569,175,cs), +(770,800,l), +(591,800,l), +(401,208,ls), +(384,154,o), +(360,130,o), +(328,130,cs), +(294,130,o), +(270,152,o), +(258,195,c), +(88,195,l), +(110,53,o), +(193,-20,o), +(332,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(458,261,l), +(207,800,l), +(8,800,l), +(259,261,l) +); +} +); +width = 774; +}, +{ +anchors = ( +{ +name = top; +pos = (515,800); +} +); +background = { +shapes = ( +{ +pos = (-52,0); +ref = H; +} +); +}; +guides = ( +{ +angle = 90; +pos = (232,155); +}, +{ +angle = 90; +pos = (531,155); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(467,-16,o), +(518,24,o), +(593,155,cs), +(964,800,l), +(844,800,l), +(492,188,ls), +(446,108,o), +(417,84,o), +(374,84,cs), +(328,84,o), +(300,106,o), +(280,155,c), +(176,155,l), +(201,42,o), +(268,-16,o), +(376,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(570,261,l), +(154,800,l), +(10,800,l), +(426,261,l) +); +} +); +width = 969; +}, +{ +anchors = ( +{ +name = top; +pos = (535,800); +} +); +background = { +shapes = ( +{ +pos = (-49,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(541,-20,o), +(612,33,o), +(685,175,cs), +(1006,800,l), +(814,800,l), +(512,208,ls), +(482,148,o), +(456,122,o), +(420,122,cs), +(379,122,o), +(348,147,o), +(328,195,c), +(152,195,l), +(194,45,o), +(275,-20,o), +(418,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(593,261,l), +(224,800,l), +(8,800,l), +(378,261,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = top; +pos = (317,800); +} +); +background = { +shapes = ( +{ +pos = (-61,0); +ref = H; +} +); +}; +guides = ( +{ +angle = 90; +pos = (343,135); +}, +{ +angle = 90; +pos = (132,135); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(319,-16,o), +(371,36,o), +(405,155,cs), +(588,800,l), +(478,800,l), +(304,188,ls), +(280,105,o), +(266,84,o), +(236,84,cs), +(206,84,o), +(188,106,o), +(176,155,c), +(74,155,l), +(83,48,o), +(142,-16,o), +(234,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(367,261,l), +(132,800,l), +(10,800,l), +(245,261,l) +); +} +); +width = 593; +}, +{ +anchors = ( +{ +name = top; +pos = (346,800); +} +); +background = { +shapes = ( +{ +pos = (-25,0); +ref = H; +} +); +}; +guides = ( +{ +angle = 90; +pos = (166,195); +}, +{ +angle = 90; +pos = (420,195); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(403,-20,o), +(478,46,o), +(507,175,cs), +(648,800,l), +(475,800,l), +(340,195,ls), +(329,147,o), +(315,126,o), +(292,126,cs), +(268,126,o), +(253,147,o), +(244,195,c), +(76,195,l), +(90,52,o), +(164,-20,o), +(291,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(377,261,l), +(197,800,l), +(6,800,l), +(186,261,l) +); +} +); +width = 651; +}, +{ +anchors = ( +{ +name = top; +pos = (338,800); +} +); +background = { +shapes = ( +{ +pos = (-69,0); +ref = H; +} +); +}; +guides = ( +{ +angle = 90; +pos = (339,123); +}, +{ +angle = 90; +pos = (123,115); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(287,-12,o), +(321,21,o), +(363,127,cs), +(630,800,l), +(587,800,l), +(324,137,ls), +(290,50,o), +(266,24,o), +(222,24,cs), +(182,24,o), +(155,58,o), +(143,125,c), +(103,125,l), +(113,34,o), +(153,-12,o), +(222,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(385,261,l), +(59,800,l), +(10,800,l), +(336,261,l) +); +} +); +width = 635; +}, +{ +anchors = ( +{ +name = top; +pos = (454,800); +} +); +background = { +shapes = ( +{ +pos = (-6,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(557,-26,o), +(649,50,o), +(695,225,cs), +(846,800,l), +(541,800,l), +(401,234,ls), +(392,197,o), +(382,184,o), +(368,184,cs), +(353,184,o), +(343,197,o), +(332,234,c), +(89,234,l), +(127,53,o), +(218,-26,o), +(390,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(519,291,l), +(346,800,l), +(4,800,l), +(195,291,l) +); +} +); +width = 848; +}, +{ +anchors = ( +{ +name = top; +pos = (290,800); +} +); +background = { +shapes = ( +{ +pos = (-61,0); +ref = H; +} +); +}; +guides = ( +{ +angle = 90; +pos = (301,122); +}, +{ +angle = 90; +pos = (116,112); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(263,-12,o), +(292,25,o), +(324,127,cs), +(534,800,l), +(492,800,l), +(285,137,ls), +(259,54,o), +(240,24,o), +(203,24,cs), +(166,24,o), +(143,58,o), +(135,125,c), +(95,125,l), +(103,35,o), +(139,-12,o), +(203,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(340,261,l), +(57,800,l), +(10,800,l), +(293,261,l) +); +} +); +width = 539; +}, +{ +anchors = ( +{ +name = top; +pos = (471,800); +} +); +background = { +shapes = ( +{ +pos = (-76,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(377,-12,o), +(416,21,o), +(479,127,cs), +(876,800,l), +(828,800,l), +(437,137,ls), +(388,54,o), +(355,24,o), +(311,24,cs), +(257,24,o), +(223,55,o), +(199,125,c), +(157,125,l), +(183,29,o), +(230,-12,o), +(311,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(528,261,l), +(67,800,l), +(12,800,l), +(473,261,l) +); +} +); +width = 882; +}, +{ +anchors = ( +{ +name = top; +pos = (632,800); +} +); +background = { +shapes = ( +{ +pos = (2,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(793,-26,o), +(904,41,o), +(971,225,cs), +(1182,800,l), +(781,800,l), +(589,234,ls), +(577,199,o), +(560,184,o), +(532,184,cs), +(502,184,o), +(484,199,o), +(472,234,c), +(129,234,l), +(169,44,o), +(285,-26,o), +(560,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(699,291,l), +(456,800,l), +(4,800,l), +(265,291,l) +); +} +); +width = 1184; +}, +{ +anchors = ( +{ +name = top; +pos = (382,800); +} +); +background = { +shapes = ( +{ +pos = (-12,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,-26,o), +(547,50,o), +(583,225,cs), +(702,800,l), +(437,800,l), +(333,234,ls), +(326,197,o), +(317,184,o), +(300,184,cs), +(281,184,o), +(270,197,o), +(260,234,c), +(49,234,l), +(80,53,o), +(162,-26,o), +(318,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(427,291,l), +(306,800,l), +(4,800,l), +(163,291,l) +); +} +); +width = 704; +} +); +metricLeft = "=TNGU*2"; +metricRight = TNGU; +unicode = 1059; +}, +{ +glyphname = "Ushort-cy"; +kernLeft = U_CY_LEFT; +kernRight = U_CY_RIGHT; +lastChange = "2022-10-31 08:34:29 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (140,212); +ref = "brevecomb-cy"; +} +); +width = 539; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (164,212); +ref = "brevecomb-cy"; +} +); +width = 635; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (237,212); +ref = "brevecomb-cy"; +} +); +width = 882; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (147,200); +ref = "brevecomb-cy"; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (169,200); +ref = "brevecomb-cy"; +} +); +width = 701; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (255,200); +ref = "brevecomb-cy"; +} +); +width = 969; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (148,180); +ref = "brevecomb-cy"; +} +); +width = 651; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (175,180); +ref = "brevecomb-cy"; +} +); +width = 774; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (233,180); +ref = "brevecomb-cy"; +} +); +width = 1010; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (145,160); +ref = "brevecomb-cy"; +} +); +width = 704; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (192,160); +ref = "brevecomb-cy"; +} +); +width = 848; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (290,160); +ref = "brevecomb-cy"; +} +); +width = 1184; +} +); +unicode = 1038; +}, +{ +glyphname = "Ef-cy"; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-21 18:43:54 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-64,0); +ref = M; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (299,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (924,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 924; +}, +{ +background = { +shapes = ( +{ +pos = (-55,0); +ref = M; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (331,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (996,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 996; +}, +{ +background = { +shapes = ( +{ +pos = (-100,0); +ref = M; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (419,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (1164,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 1164; +}, +{ +background = { +shapes = ( +{ +pos = (-96,0); +ref = M; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (454,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (1264,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 1264; +}, +{ +background = { +shapes = ( +{ +pos = (-38,0); +ref = M; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (256,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (816,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 816; +}, +{ +background = { +shapes = ( +{ +pos = (-39,0); +ref = M; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (269,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (850,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 850; +}, +{ +background = { +shapes = ( +{ +pos = (-79,0); +ref = M; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (283,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (820,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 820; +}, +{ +background = { +shapes = ( +{ +pos = (-19,0); +ref = M; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (327,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (1020,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 1020; +}, +{ +background = { +shapes = ( +{ +pos = (-61,0); +ref = M; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (240,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (712,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 712; +}, +{ +background = { +shapes = ( +{ +pos = (-125,0); +ref = M; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (386,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (1048,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 1048; +}, +{ +background = { +shapes = ( +{ +pos = (-7,0); +ref = M; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (481,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (1452,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 1452; +}, +{ +background = { +shapes = ( +{ +pos = (-22,0); +ref = M; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.bowl-Ef-cy"; +}, +{ +pos = (268,0); +ref = "_part.stem-Ef-cy"; +}, +{ +pos = (854,0); +ref = "_part.bowl-Ef-cy"; +scale = (-1,1); +} +); +width = 854; +} +); +metricLeft = O; +metricRight = O; +unicode = 1060; +}, +{ +glyphname = "Ha-cy"; +kernLeft = X_LEFT; +kernRight = X_RIGHT; +lastChange = "2023-01-16 20:47:32 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = X; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = X; +} +); +width = 774; +}, +{ +layerId = m003; +shapes = ( +{ +ref = X; +} +); +width = 960; +}, +{ +layerId = m004; +shapes = ( +{ +ref = X; +} +); +width = 1030; +}, +{ +layerId = m005; +shapes = ( +{ +ref = X; +} +); +width = 598; +}, +{ +layerId = m006; +shapes = ( +{ +ref = X; +} +); +width = 652; +}, +{ +layerId = m007; +shapes = ( +{ +ref = X; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = X; +} +); +width = 838; +}, +{ +layerId = m009; +shapes = ( +{ +ref = X; +} +); +width = 534; +}, +{ +layerId = m010; +shapes = ( +{ +ref = X; +} +); +width = 874; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = X; +} +); +width = 1174; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = X; +} +); +width = 698; +} +); +unicode = 1061; +}, +{ +glyphname = "Tse-cy"; +kernLeft = SQR_LEFT; +kernRight = Tse_right; +lastChange = "2023-04-18 15:44:31 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (18,0); +ref = "De-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (822,800); +ref = "Pe-cy"; +}, +{ +pos = (716,0); +ref = _tail.Descender; +} +); +width = 844; +}, +{ +background = { +shapes = ( +{ +pos = (-21,0); +ref = "De-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (822,800); +ref = "Pe-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (669,0); +ref = _tail.Descender; +} +); +width = 871; +}, +{ +background = { +shapes = ( +{ +pos = (-3,0); +ref = "De-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (1060,800); +ref = "Pe-cy"; +}, +{ +pos = (972,0); +ref = _tail.Descender; +} +); +width = 1100; +}, +{ +background = { +shapes = ( +{ +pos = (-54,0); +ref = "De-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (1072,800); +ref = "Pe-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (948,0); +ref = _tail.Descender; +} +); +width = 1152; +}, +{ +background = { +shapes = ( +{ +pos = (44,0); +ref = "De-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (704,800); +ref = "Pe-cy"; +}, +{ +pos = (581,0); +ref = _tail.Descender; +} +); +width = 707; +}, +{ +background = { +shapes = ( +{ +pos = (-10,0); +ref = "De-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (694,800); +ref = "Pe-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (532,0); +ref = _tail.Descender; +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +pos = (9,0); +ref = "De-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (762,800); +ref = "Pe-cy"; +}, +{ +pos = (656,0); +ref = _tail.Descender; +} +); +width = 774; +}, +{ +background = { +shapes = ( +{ +pos = (11,0); +ref = "De-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (846,800); +ref = "Pe-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (581,0); +ref = _tail.Descender; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +pos = (29,0); +ref = "De-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (654,800); +ref = "Pe-cy"; +}, +{ +pos = (559,0); +ref = _tail.Descender; +} +); +width = 655; +}, +{ +background = { +shapes = ( +{ +pos = (-11,0); +ref = "De-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (1000,800); +ref = "Pe-cy"; +}, +{ +pos = (893,0); +ref = _tail.Descender; +} +); +width = 1033; +}, +{ +background = { +shapes = ( +{ +pos = (1,0); +ref = "De-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (1160,800); +ref = "Pe-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (855,0); +ref = _tail.Descender; +} +); +width = 1261; +}, +{ +background = { +shapes = ( +{ +pos = (33,0); +ref = "De-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (716,800); +ref = "Pe-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (461,0); +ref = _tail.Descender; +} +); +width = 743; +} +); +metricLeft = H; +metricRight = T; +unicode = 1062; +}, +{ +glyphname = "Che-cy"; +lastChange = "2023-05-01 14:49:27 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (56,800); +}, +{ +name = "#exit"; +pos = (626,0); +}, +{ +name = bottomright; +pos = (712,0); +}, +{ +name = tail; +pos = (512,0); +}, +{ +name = top; +pos = (366,800); +} +); +background = { +shapes = ( +{ +pos = (-100,0); +ref = "En-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (406,0); +ref = "_part.stem-H"; +} +); +width = 732; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (118,800); +}, +{ +name = "#exit"; +pos = (588,0); +}, +{ +name = bottomright; +pos = (721,0); +}, +{ +name = tail; +pos = (560,0); +}, +{ +name = top; +pos = (371,800); +} +); +background = { +shapes = ( +{ +pos = (-29,0); +ref = "En-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (407,0); +ref = "_part.stem-H"; +} +); +width = 741; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (38,800); +}, +{ +name = "#exit"; +pos = (870,0); +}, +{ +name = bottomright; +pos = (938,0); +}, +{ +name = tail; +pos = (720,0); +}, +{ +name = top; +pos = (479,800); +} +); +background = { +shapes = ( +{ +pos = (-114,0); +ref = "En-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (632,0); +ref = "_part.stem-H"; +} +); +width = 958; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (84,800); +}, +{ +name = "#exit"; +pos = (854,0); +}, +{ +name = bottomright; +pos = (958,0); +}, +{ +name = tail; +pos = (746,0); +}, +{ +name = top; +pos = (489,800); +} +); +background = { +shapes = ( +{ +pos = (-34,0); +ref = "En-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (622,0); +ref = "_part.stem-H"; +} +); +width = 978; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (78,800); +}, +{ +name = "#exit"; +pos = (528,0); +}, +{ +name = bottomright; +pos = (631,0); +}, +{ +name = tail; +pos = (470,0); +}, +{ +name = top; +pos = (326,800); +} +); +background = { +shapes = ( +{ +pos = (-32,0); +ref = "En-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (347,0); +ref = "_part.stem-H"; +} +); +width = 651; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (133,800); +}, +{ +name = "#exit"; +pos = (463,0); +}, +{ +name = bottomright; +pos = (605,0); +}, +{ +name = tail; +pos = (475,0); +}, +{ +name = top; +pos = (313,800); +} +); +background = { +shapes = ( +{ +pos = (-22,0); +ref = "En-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (313,0); +ref = "_part.stem-H"; +} +); +width = 625; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (56,800); +}, +{ +name = "#exit"; +pos = (576,0); +}, +{ +name = bottomright; +pos = (662,0); +}, +{ +name = tail; +pos = (534,0); +}, +{ +name = top; +pos = (341,800); +} +); +background = { +shapes = ( +{ +pos = (-34,0); +ref = "En-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (428,0); +ref = "_part.stem-H"; +} +); +width = 682; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (248,800); +}, +{ +name = "#exit"; +pos = (516,0); +}, +{ +name = bottomright; +pos = (761,0); +}, +{ +name = tail; +pos = (640,0); +}, +{ +name = top; +pos = (391,800); +} +); +background = { +shapes = ( +{ +ref = "En-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (375,0); +ref = "_part.stem-H"; +} +); +width = 781; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (50,800); +}, +{ +name = "#exit"; +pos = (486,0); +}, +{ +name = bottomright; +pos = (561,0); +}, +{ +name = tail; +pos = (444,0); +}, +{ +name = top; +pos = (291,800); +} +); +background = { +shapes = ( +{ +pos = (-31,0); +ref = "En-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (349,0); +ref = "_part.stem-H"; +} +); +width = 581; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (52,800); +}, +{ +name = "#exit"; +pos = (792,0); +}, +{ +name = bottomright; +pos = (879,0); +}, +{ +name = tail; +pos = (730,0); +}, +{ +name = top; +pos = (450,800); +} +); +background = { +shapes = ( +{ +pos = (-51,0); +ref = "En-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Che-cy"; +}, +{ +pos = (623,0); +ref = "_part.stem-H"; +} +); +width = 899; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (288,800); +}, +{ +name = "#exit"; +pos = (768,0); +}, +{ +name = bottomright; +pos = (1053,0); +}, +{ +name = tail; +pos = (888,0); +}, +{ +name = top; +pos = (537,800); +} +); +background = { +shapes = ( +{ +pos = (-117,0); +ref = "En-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.Che-cy"; +}, +{ +pos = (583,0); +ref = "_part.stem-H"; +} +); +width = 1073; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (238,800); +}, +{ +name = "#exit"; +pos = (406,0); +}, +{ +name = bottomright; +pos = (641,0); +}, +{ +name = tail; +pos = (558,0); +}, +{ +name = top; +pos = (331,800); +} +); +background = { +shapes = ( +{ +pos = (43,0); +ref = "En-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.Che-cy"; +}, +{ +pos = (303,0); +ref = "_part.stem-H"; +} +); +width = 661; +} +); +metricLeft = "=|P"; +metricRight = H; +unicode = 1063; +}, +{ +glyphname = "Sha-cy"; +kernLeft = SQR_LEFT; +lastChange = "2022-10-21 18:24:59 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (988,0); +} +); +background = { +shapes = ( +{ +ref = "En-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 270; +}; +pos = (213,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (384,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 270; +}; +pos = (597,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (768,0); +ref = "_part.stem-H"; +} +); +width = 1094; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (969,0); +} +); +background = { +shapes = ( +{ +ref = "En-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 206; +}; +pos = (255,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (394,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 206; +}; +pos = (649,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (788,0); +ref = "_part.stem-H"; +} +); +width = 1122; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1326,0); +} +); +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 430; +}; +pos = (213,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (544,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 430; +}; +pos = (757,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (1088,0); +ref = "_part.stem-H"; +} +); +width = 1414; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1348,0); +} +); +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 370; +}; +pos = (266,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (558,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 370; +}; +pos = (824,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (1116,0); +ref = "_part.stem-H"; +} +); +width = 1472; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (811,0); +} +); +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 201; +}; +pos = (202,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (315,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 201; +}; +pos = (517,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (630,0); +ref = "_part.stem-H"; +} +); +width = 934; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (786,0); +} +); +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 130; +}; +pos = (245,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (318,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 130; +}; +pos = (563,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (636,0); +ref = "_part.stem-H"; +} +); +width = 948; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (902,0); +} +); +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 335; +}; +pos = (141,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (377,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 335; +}; +pos = (518,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (754,0); +ref = "_part.stem-H"; +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (929,0); +} +); +background = { +shapes = ( +{ +ref = "En-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 58; +}; +pos = (367,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (394,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 58; +}; +pos = (761,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (788,0); +ref = "_part.stem-H"; +} +); +width = 1194; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (765,0); +} +); +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 272; +}; +pos = (130,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (314,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 272; +}; +pos = (444,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (628,0); +ref = "_part.stem-H"; +} +); +width = 860; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1233,0); +} +); +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 490; +}; +pos = (151,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (532,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 490; +}; +pos = (683,0); +ref = "_part.bar-bottom-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (1064,0); +ref = "_part.stem-H"; +} +); +width = 1340; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1285,0); +} +); +background = { +shapes = ( +{ +ref = "En-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 130; +}; +pos = (451,0); +ref = "_part.bar-bottom-UC"; +}, +{ +pos = (550,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 130; +}; +pos = (1001,0); +ref = "_part.bar-bottom-UC"; +}, +{ +pos = (1100,0); +ref = "_part.stem-H"; +} +); +width = 1590; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (751,0); +} +); +background = { +shapes = ( +{ +ref = "En-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 36; +}; +pos = (319,0); +ref = "_part.bar-bottom-UC"; +}, +{ +pos = (324,0); +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 36; +}; +pos = (643,0); +ref = "_part.bar-bottom-UC"; +}, +{ +pos = (648,0); +ref = "_part.stem-H"; +} +); +width = 1006; +} +); +metricLeft = H; +metricRight = H; +unicode = 1064; +}, +{ +glyphname = "Shcha-cy"; +kernLeft = SQR_LEFT; +kernRight = Tse_right; +lastChange = "2022-10-21 18:24:59 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (290,0); +ref = "De-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "Sha-cy"; +}, +{ +piece = { +Shift = 0; +}; +pos = (988,0); +ref = _tail.Descender; +} +); +width = 1116; +}, +{ +background = { +shapes = ( +{ +pos = (279,0); +ref = "De-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "Sha-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (969,0); +ref = _tail.Descender; +} +); +width = 1171; +}, +{ +background = { +shapes = ( +{ +pos = (351,0); +ref = "De-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "Sha-cy"; +}, +{ +pos = (1326,0); +ref = _tail.Descender; +} +); +width = 1454; +}, +{ +background = { +shapes = ( +{ +pos = (346,0); +ref = "De-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "Sha-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (1348,0); +ref = _tail.Descender; +} +); +width = 1552; +}, +{ +background = { +shapes = ( +{ +pos = (274,0); +ref = "De-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "Sha-cy"; +}, +{ +pos = (811,0); +ref = _tail.Descender; +} +); +width = 937; +}, +{ +background = { +shapes = ( +{ +pos = (244,0); +ref = "De-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "Sha-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (786,0); +ref = _tail.Descender; +} +); +width = 986; +}, +{ +background = { +shapes = ( +{ +pos = (255,0); +ref = "De-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "Sha-cy"; +}, +{ +pos = (902,0); +ref = _tail.Descender; +} +); +width = 1020; +}, +{ +background = { +shapes = ( +{ +pos = (359,0); +ref = "De-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Sha-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (929,0); +ref = _tail.Descender; +} +); +width = 1251; +}, +{ +background = { +shapes = ( +{ +pos = (235,0); +ref = "De-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "Sha-cy"; +}, +{ +pos = (765,0); +ref = _tail.Descender; +} +); +width = 861; +}, +{ +background = { +shapes = ( +{ +pos = (329,0); +ref = "De-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "Sha-cy"; +}, +{ +pos = (1233,0); +ref = _tail.Descender; +} +); +width = 1373; +}, +{ +background = { +shapes = ( +{ +pos = (431,0); +ref = "De-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Sha-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (1285,0); +ref = _tail.Descender; +} +); +width = 1691; +}, +{ +background = { +shapes = ( +{ +pos = (323,0); +ref = "De-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Sha-cy"; +}, +{ +piece = { +Shift = 70; +}; +pos = (751,0); +ref = _tail.Descender; +} +); +width = 1033; +} +); +metricLeft = H; +metricRight = T; +unicode = 1065; +}, +{ +color = 4; +glyphname = "Dzhe-cy"; +lastChange = "2023-05-01 12:43:11 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (654,800); +ref = "Pe-cy"; +}, +{ +pos = (27,0); +ref = _tail.Descender.centered; +} +); +width = 654; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (762,800); +ref = "Pe-cy"; +}, +{ +pos = (81,0); +ref = _tail.Descender.centered; +} +); +width = 762; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (1000,800); +ref = "Pe-cy"; +}, +{ +pos = (200,0); +ref = _tail.Descender.centered; +} +); +width = 1000; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (704,800); +ref = "Pe-cy"; +}, +{ +pos = (52,0); +ref = _tail.Descender.centered; +} +); +width = 704; +}, +{ +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (822,800); +ref = "Pe-cy"; +}, +{ +pos = (111,0); +ref = _tail.Descender.centered; +} +); +width = 822; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (1060,800); +ref = "Pe-cy"; +}, +{ +pos = (230,0); +ref = _tail.Descender.centered; +} +); +width = 1060; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (694,800); +ref = "Pe-cy"; +}, +{ +pos = (47,0); +ref = _tail.Descender.centered; +} +); +width = 694; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (822,800); +ref = "Pe-cy"; +}, +{ +pos = (111,0); +ref = _tail.Descender.centered; +} +); +width = 822; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (1072,800); +ref = "Pe-cy"; +}, +{ +pos = (236,0); +ref = _tail.Descender.centered; +} +); +width = 1072; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (716,800); +ref = "Pe-cy"; +}, +{ +pos = (58,0); +ref = _tail.Descender.centered; +} +); +width = 716; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (846,800); +ref = "Pe-cy"; +}, +{ +pos = (123,0); +ref = _tail.Descender.centered; +} +); +width = 846; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (1160,800); +ref = "Pe-cy"; +}, +{ +pos = (280,0); +ref = _tail.Descender.centered; +} +); +width = 1160; +} +); +unicode = 1039; +}, +{ +glyphname = "Softsign-cy"; +kernLeft = SQR_LEFT; +kernRight = SOFTSIGN_RIGHT; +lastChange = "2022-10-21 18:41:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = "_part.Softsign-cy"; +} +); +width = 697; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (261,0); +ref = "_part.Softsign-cy"; +} +); +width = 720; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (220,0); +ref = "_part.Softsign-cy"; +} +); +width = 927; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (272,0); +ref = "_part.Softsign-cy"; +} +); +width = 951; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (209,0); +ref = "_part.Softsign-cy"; +} +); +width = 594; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (250,0); +ref = "_part.Softsign-cy"; +} +); +width = 606; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (148,0); +ref = "_part.Softsign-cy"; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (371,0); +ref = "_part.Softsign-cy"; +} +); +width = 768; +}, +{ +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (137,0); +ref = "_part.Softsign-cy"; +} +); +width = 550; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +piece = { +Group = 1; +}; +pos = (159,0); +ref = "_part.Softsign-cy"; +} +); +width = 860; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (455,0); +ref = "_part.Softsign-cy"; +} +); +width = 1062; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (323,0); +ref = "_part.Softsign-cy"; +} +); +width = 652; +} +); +unicode = 1068; +}, +{ +glyphname = "Yeru-cy"; +kernLeft = SQR_LEFT; +lastChange = "2023-04-17 20:34:54 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (506,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "Softsign-cy"; +}, +{ +pos = (686,0); +ref = "_part.stem-H"; +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = top; +pos = (539,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "Softsign-cy"; +}, +{ +pos = (744,0); +ref = "_part.stem-H"; +} +); +width = 1078; +}, +{ +anchors = ( +{ +name = top; +pos = (648,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "Softsign-cy"; +}, +{ +pos = (970,0); +ref = "_part.stem-H"; +} +); +width = 1296; +}, +{ +anchors = ( +{ +name = top; +pos = (673,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "Softsign-cy"; +}, +{ +pos = (989,0); +ref = "_part.stem-H"; +} +); +width = 1345; +}, +{ +anchors = ( +{ +name = top; +pos = (427,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "Softsign-cy"; +}, +{ +pos = (550,0); +ref = "_part.stem-H"; +} +); +width = 854; +}, +{ +anchors = ( +{ +name = top; +pos = (458,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "Softsign-cy"; +}, +{ +pos = (604,0); +ref = "_part.stem-H"; +} +); +width = 916; +}, +{ +anchors = ( +{ +name = top; +pos = (456,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "Softsign-cy"; +}, +{ +pos = (658,0); +ref = "_part.stem-H"; +} +); +width = 912; +}, +{ +anchors = ( +{ +name = top; +pos = (584,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Softsign-cy"; +}, +{ +pos = (762,0); +ref = "_part.stem-H"; +} +); +width = 1168; +}, +{ +anchors = ( +{ +name = top; +pos = (390,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "Softsign-cy"; +}, +{ +pos = (548,0); +ref = "_part.stem-H"; +} +); +width = 780; +}, +{ +anchors = ( +{ +name = top; +pos = (612,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "Softsign-cy"; +}, +{ +pos = (948,0); +ref = "_part.stem-H"; +} +); +width = 1224; +}, +{ +anchors = ( +{ +name = top; +pos = (779,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Softsign-cy"; +}, +{ +pos = (1068,0); +ref = "_part.stem-H"; +} +); +width = 1558; +}, +{ +anchors = ( +{ +name = top; +pos = (496,800); +} +); +background = { +shapes = ( +{ +ref = M; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Softsign-cy"; +}, +{ +pos = (634,0); +ref = "_part.stem-H"; +} +); +width = 992; +} +); +metricLeft = H; +metricRight = H; +unicode = 1067; +}, +{ +glyphname = "Hardsign-cy"; +kernRight = SOFTSIGN_RIGHT; +lastChange = "2023-01-17 12:19:52 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +piece = { +Width = 220; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (121,0); +ref = "Softsign-cy"; +} +); +width = 818; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +Width = 218; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (151,0); +ref = "Softsign-cy"; +} +); +width = 871; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +Width = 290; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (191,0); +ref = "Softsign-cy"; +} +); +width = 1118; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +Width = 300; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (222,0); +ref = "Softsign-cy"; +} +); +width = 1173; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +Width = 188; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (100,0); +ref = "Softsign-cy"; +} +); +width = 694; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +Width = 198; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (141,0); +ref = "Softsign-cy"; +} +); +width = 747; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +Width = 196; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (97,0); +ref = "Softsign-cy"; +} +); +width = 738; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Width = 180; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (149,0); +ref = "Softsign-cy"; +} +); +width = 917; +}, +{ +layerId = m009; +shapes = ( +{ +piece = { +Width = 168; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (80,0); +ref = "Softsign-cy"; +} +); +width = 630; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +Width = 272; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (163,0); +ref = "Softsign-cy"; +} +); +width = 1023; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Width = 248; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (217,0); +ref = "Softsign-cy"; +} +); +width = 1279; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Width = 140; +}; +ref = "_part.bar-top-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (109,0); +ref = "Softsign-cy"; +} +); +width = 761; +} +); +metricLeft = T; +metricRight = P; +unicode = 1066; +}, +{ +color = 4; +glyphname = "Lje-cy"; +lastChange = "2023-04-30 13:46:10 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 292; +}; +pos = (189,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (393,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(691,0,ls), +(845,0,o), +(923,72,o), +(923,215,cs), +(923,358,o), +(845,430,o), +(691,430,cs), +(528,430,l), +(528,394,l), +(691,394,l), +(817,394,o), +(881,334,o), +(881,216,cs), +(881,98,o), +(817,38,o), +(691,38,cs), +(528,38,l), +(528,0,l) +); +} +); +width = 942; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 358; +}; +pos = (219,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (478,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(856,0,ls), +(1016,0,o), +(1098,72,o), +(1098,215,cs), +(1098,358,o), +(1016,430,o), +(856,430,cs), +(624,430,l), +(624,394,l), +(860,394,l), +(990,394,o), +(1056,334,o), +(1056,216,cs), +(1056,98,o), +(990,38,o), +(860,38,cs), +(624,38,l), +(624,0,l) +); +} +); +width = 1119; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 562; +}; +pos = (250,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (703,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(1274,0,ls), +(1450,0,o), +(1540,72,o), +(1540,215,cs), +(1540,358,o), +(1450,430,o), +(1274,430,cs), +(860,430,l), +(860,394,l), +(1274,394,l), +(1422,394,o), +(1497,334,o), +(1497,216,cs), +(1497,98,o), +(1422,38,o), +(1274,38,cs), +(860,38,l), +(860,0,l) +); +} +); +width = 1563; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 216; +}; +pos = (249,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (377,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(700,0,ls), +(858,0,o), +(952,87,o), +(952,234,cs), +(952,379,o), +(858,464,o), +(700,464,cs), +(584,464,l), +(584,364,l), +(700,364,l), +(787,364,o), +(838,316,o), +(838,235,cs), +(838,154,o), +(787,106,o), +(700,106,cs), +(584,106,l), +(584,0,l) +); +} +); +width = 971; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 280; +}; +pos = (289,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (470,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(876,0,ls), +(1046,0,o), +(1146,87,o), +(1146,234,cs), +(1146,380,o), +(1046,466,o), +(876,466,cs), +(688,466,l), +(688,362,l), +(876,362,l), +(974,362,o), +(1032,315,o), +(1032,235,cs), +(1032,155,o), +(974,108,o), +(876,108,cs), +(688,108,l), +(688,0,l) +); +} +); +width = 1167; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 500; +}; +pos = (329,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (730,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(1344,0,ls), +(1538,0,o), +(1636,78,o), +(1636,231,cs), +(1636,384,o), +(1538,462,o), +(1344,462,cs), +(948,462,l), +(948,364,l), +(1344,364,l), +(1461,364,o), +(1520,319,o), +(1520,232,cs), +(1520,145,o), +(1461,100,o), +(1344,100,cs), +(948,100,l), +(948,0,l) +); +} +); +width = 1657; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 138; +}; +pos = (301,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (382,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(724,0,ls), +(882,0,o), +(976,94,o), +(976,252,cs), +(976,404,o), +(882,494,o), +(724,494,cs), +(630,494,l), +(630,332,l), +(694,332,l), +(756,332,o), +(788,305,o), +(788,252,cs), +(788,199,o), +(756,172,o), +(694,172,cs), +(630,172,l), +(630,0,l) +); +} +); +width = 988; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 220; +}; +pos = (334,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (487,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(910,0,ls), +(1097,0,o), +(1192,84,o), +(1192,248,cs), +(1192,411,o), +(1097,494,o), +(910,494,cs), +(746,494,l), +(746,328,l), +(902,328,l), +(970,328,o), +(1004,302,o), +(1004,252,cs), +(1004,202,o), +(970,176,o), +(902,176,cs), +(746,176,l), +(746,0,l) +); +} +); +width = 1207; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 414; +}; +pos = (372,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (708,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(1330,0,ls), +(1537,0,o), +(1642,83,o), +(1642,246,cs), +(1642,409,o), +(1537,492,o), +(1330,492,cs), +(978,492,l), +(978,340,l), +(1330,340,l), +(1410,340,o), +(1450,310,o), +(1450,250,cs), +(1450,190,o), +(1410,160,o), +(1330,160,cs), +(978,160,l), +(978,0,l) +); +} +); +width = 1659; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 48; +}; +pos = (338,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (355,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(726,0,ls), +(908,0,o), +(1000,90,o), +(1000,268,cs), +(1000,446,o), +(908,536,o), +(726,536,cs), +(676,536,l), +(676,310,l), +(688,310,l), +(712,310,o), +(722,297,o), +(722,268,cs), +(722,239,o), +(712,226,o), +(688,226,cs), +(676,226,l), +(676,0,l) +); +} +); +width = 1007; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 94; +}; +pos = (390,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (453,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(902,0,ls), +(1109,0,o), +(1214,92,o), +(1214,274,cs), +(1214,456,o), +(1109,548,o), +(902,548,cs), +(822,548,l), +(822,322,l), +(842,322,l), +(881,322,o), +(898,309,o), +(898,280,cs), +(898,251,o), +(881,238,o), +(842,238,cs), +(822,238,l), +(822,0,l) +); +} +); +width = 1221; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.leg-El-cy"; +}, +{ +piece = { +Width = 196; +}; +pos = (510,0); +ref = "_part.bar-top-UC"; +}, +{ +pos = (675,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(1324,0,ls), +(1607,0,o), +(1730,82,o), +(1730,270,cs), +(1730,458,o), +(1607,540,o), +(1324,540,cs), +(1128,540,l), +(1128,314,l), +(1234,314,l), +(1292,314,o), +(1310,306,o), +(1310,280,cs), +(1310,254,o), +(1292,246,o), +(1234,246,cs), +(1128,246,l), +(1128,0,l) +); +} +); +width = 1737; +} +); +metricLeft = "_part.leg-El-cy"; +metricRight = "_part.Softsign-cy"; +unicode = 1033; +}, +{ +color = 4; +glyphname = "Nje-cy"; +lastChange = "2023-04-30 12:54:20 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (414,0); +ref = "Softsign-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (414,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(712,0,ls), +(866,0,o), +(944,72,o), +(944,215,cs), +(944,358,o), +(866,430,o), +(712,430,cs), +(135,430,l), +(135,394,l), +(525,394,l), +(534,394,l), +(712,394,ls), +(838,394,o), +(902,334,o), +(902,216,cs), +(902,98,o), +(838,38,o), +(712,38,cs), +(549,38,l), +(549,0,l) +); +} +); +width = 963; +}, +{ +background = { +shapes = ( +{ +pos = (500,0); +ref = "Softsign-cy"; +}, +{ +pos = (-18,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (500,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(878,0,ls), +(1038,0,o), +(1120,72,o), +(1120,215,cs), +(1120,358,o), +(1038,430,o), +(878,430,cs), +(146,430,l), +(146,394,l), +(621,394,l), +(631,394,l), +(882,394,ls), +(1012,394,o), +(1078,334,o), +(1078,216,cs), +(1078,98,o), +(1012,38,o), +(882,38,cs), +(646,38,l), +(646,0,l) +); +} +); +width = 1141; +}, +{ +background = { +shapes = ( +{ +pos = (712,0); +ref = "Softsign-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (712,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(1283,0,ls), +(1459,0,o), +(1549,72,o), +(1549,215,cs), +(1549,358,o), +(1459,430,o), +(1283,430,cs), +(157,430,l), +(157,394,l), +(845,394,l), +(855,394,l), +(1283,394,ls), +(1431,394,o), +(1506,334,o), +(1506,216,cs), +(1506,98,o), +(1431,38,o), +(1283,38,cs), +(869,38,l), +(869,0,l) +); +} +); +width = 1572; +}, +{ +background = { +shapes = ( +{ +pos = (392,0); +ref = "Softsign-cy"; +}, +{ +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (392,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(715,0,ls), +(873,0,o), +(967,87,o), +(967,234,cs), +(967,379,o), +(873,464,o), +(715,464,cs), +(207,464,l), +(207,360,l), +(534,360,l), +(547,364,l), +(715,364,ls), +(802,364,o), +(853,316,o), +(853,235,cs), +(853,154,o), +(802,106,o), +(715,106,cs), +(599,106,l), +(599,0,l) +); +} +); +width = 986; +}, +{ +background = { +shapes = ( +{ +pos = (486,0); +ref = "Softsign-cy"; +}, +{ +pos = (-20,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (486,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(892,0,ls), +(1062,0,o), +(1162,87,o), +(1162,234,cs), +(1162,380,o), +(1062,466,o), +(892,466,cs), +(218,466,l), +(218,360,l), +(642,360,l), +(653,362,l), +(892,362,ls), +(990,362,o), +(1048,315,o), +(1048,235,cs), +(1048,155,o), +(990,108,o), +(892,108,cs), +(704,108,l), +(704,0,l) +); +} +); +width = 1183; +}, +{ +background = { +shapes = ( +{ +pos = (722,0); +ref = "Softsign-cy"; +}, +{ +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (722,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(1336,0,ls), +(1530,0,o), +(1628,78,o), +(1628,231,cs), +(1628,384,o), +(1530,462,o), +(1336,462,cs), +(218,462,l), +(218,362,l), +(876,362,l), +(896,364,l), +(1336,364,ls), +(1453,364,o), +(1512,319,o), +(1512,232,cs), +(1512,145,o), +(1453,100,o), +(1336,100,cs), +(940,100,l), +(940,0,l) +); +} +); +width = 1649; +}, +{ +background = { +shapes = ( +{ +pos = (372,0); +ref = "Softsign-cy"; +}, +{ +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (372,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(714,0,ls), +(872,0,o), +(966,94,o), +(966,252,cs), +(966,404,o), +(872,494,o), +(714,494,cs), +(248,494,l), +(248,320,l), +(514,320,l), +(541,332,l), +(684,332,ls), +(746,332,o), +(778,305,o), +(778,252,cs), +(778,199,o), +(746,172,o), +(684,172,cs), +(620,172,l), +(620,0,l) +); +} +); +width = 978; +}, +{ +background = { +shapes = ( +{ +pos = (476,0); +ref = "Softsign-cy"; +}, +{ +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (476,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(899,0,ls), +(1086,0,o), +(1181,84,o), +(1181,248,cs), +(1181,411,o), +(1086,494,o), +(899,494,cs), +(259,494,l), +(259,318,l), +(630,318,l), +(658,328,l), +(891,328,ls), +(959,328,o), +(993,302,o), +(993,252,cs), +(993,202,o), +(959,176,o), +(891,176,cs), +(735,176,l), +(735,0,l) +); +} +); +width = 1196; +}, +{ +background = { +shapes = ( +{ +pos = (702,0); +ref = "Softsign-cy"; +}, +{ +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (702,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(1324,0,ls), +(1531,0,o), +(1636,83,o), +(1636,246,cs), +(1636,409,o), +(1531,492,o), +(1324,492,cs), +(270,492,l), +(270,332,l), +(866,332,l), +(887,340,l), +(1324,340,ls), +(1404,340,o), +(1444,310,o), +(1444,250,cs), +(1444,190,o), +(1404,160,o), +(1324,160,cs), +(972,160,l), +(972,0,l) +); +} +); +width = 1653; +}, +{ +background = { +shapes = ( +{ +pos = (350,0); +ref = "Softsign-cy"; +}, +{ +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (350,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(721,0,ls), +(903,0,o), +(995,90,o), +(995,268,cs), +(995,446,o), +(903,536,o), +(721,536,cs), +(321,536,l), +(321,290,l), +(496,290,l), +(529,310,l), +(683,310,ls), +(707,310,o), +(717,297,o), +(717,268,cs), +(717,239,o), +(707,226,o), +(683,226,cs), +(671,226,l), +(671,0,l) +); +} +); +width = 1002; +}, +{ +background = { +shapes = ( +{ +pos = (429,0); +ref = "Softsign-cy"; +}, +{ +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (429,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(878,0,ls), +(1085,0,o), +(1190,92,o), +(1190,274,cs), +(1190,456,o), +(1085,548,o), +(878,548,cs), +(369,548,l), +(369,282,l), +(611,282,l), +(649,322,l), +(818,322,ls), +(857,322,o), +(874,309,o), +(874,280,cs), +(874,251,o), +(857,238,o), +(818,238,cs), +(798,238,l), +(798,0,l) +); +} +); +width = 1197; +}, +{ +background = { +shapes = ( +{ +pos = (654,0); +ref = "Softsign-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (654,0); +ref = "_part.stem-H"; +}, +{ +closed = 1; +nodes = ( +(1303,0,ls), +(1586,0,o), +(1709,82,o), +(1709,270,cs), +(1709,458,o), +(1586,540,o), +(1303,540,cs), +(453,540,l), +(453,284,l), +(852,284,l), +(887,314,l), +(1213,314,ls), +(1271,314,o), +(1289,306,o), +(1289,280,cs), +(1289,254,o), +(1271,246,o), +(1213,246,cs), +(1107,246,l), +(1107,0,l) +); +} +); +width = 1716; +} +); +metricLeft = "_part.stem-H"; +metricRight = "_part.Softsign-cy"; +unicode = 1034; +}, +{ +color = 4; +glyphname = "Dze-cy"; +lastChange = "2023-04-29 15:49:18 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = S; +} +); +width = 557; +}, +{ +layerId = m007; +shapes = ( +{ +ref = S; +} +); +width = 659; +}, +{ +layerId = m010; +shapes = ( +{ +ref = S; +} +); +width = 891; +}, +{ +layerId = m005; +shapes = ( +{ +ref = S; +} +); +width = 611; +}, +{ +layerId = m01; +shapes = ( +{ +ref = S; +} +); +width = 725; +}, +{ +layerId = m003; +shapes = ( +{ +ref = S; +} +); +width = 975; +}, +{ +layerId = m006; +shapes = ( +{ +ref = S; +} +); +width = 656; +}, +{ +layerId = m002; +shapes = ( +{ +ref = S; +} +); +width = 768; +}, +{ +layerId = m004; +shapes = ( +{ +ref = S; +} +); +width = 1016; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = S; +} +); +width = 703; +}, +{ +layerId = m008; +shapes = ( +{ +ref = S; +} +); +width = 837; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = S; +} +); +width = 1159; +} +); +unicode = 1029; +}, +{ +glyphname = "E-cy"; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-31 08:36:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (626,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 626; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (766,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (1044,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 1044; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (672,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 672; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (818,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (1088,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 1088; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (703,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 703; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (854,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 854; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (1146,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 1146; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (735,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (859,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 859; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (1191,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 1191; +} +); +unicode = 1028; +}, +{ +glyphname = "Ereversed-cy"; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2023-04-17 20:34:41 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (409,800); +} +); +layerId = m01; +shapes = ( +{ +pos = (818,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 380; +}; +pos = (663,12); +ref = "_part.bar-middle-UC"; +scale = (-1,0.9636); +} +); +width = 818; +}, +{ +anchors = ( +{ +name = top; +pos = (427,800); +} +); +layerId = m002; +shapes = ( +{ +pos = (854,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 300; +}; +pos = (636,48); +ref = "_part.bar-middle-UC"; +scale = (-1,0.8889); +} +); +width = 854; +}, +{ +anchors = ( +{ +name = top; +pos = (544,800); +} +); +layerId = m003; +shapes = ( +{ +pos = (1088,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 630; +}; +pos = (933,26); +ref = "_part.bar-middle-UC"; +scale = (-1,0.9273); +} +); +width = 1088; +}, +{ +anchors = ( +{ +name = top; +pos = (573,800); +} +); +layerId = m004; +shapes = ( +{ +pos = (1146,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 510; +}; +pos = (922,74); +ref = "_part.bar-middle-UC"; +scale = (-1,0.8222); +} +); +width = 1146; +}, +{ +anchors = ( +{ +name = top; +pos = (336,800); +} +); +layerId = m005; +shapes = ( +{ +pos = (672,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 300; +}; +pos = (523,12); +ref = "_part.bar-middle-UC"; +scale = (-1,0.9636); +} +); +width = 672; +}, +{ +anchors = ( +{ +name = top; +pos = (352,800); +} +); +layerId = m006; +shapes = ( +{ +pos = (703,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 240; +}; +pos = (489,48); +ref = "_part.bar-middle-UC"; +scale = (-1,0.8889); +} +); +width = 703; +}, +{ +anchors = ( +{ +name = top; +pos = (383,800); +} +); +layerId = m007; +shapes = ( +{ +pos = (766,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 400; +}; +pos = (683,17); +ref = "_part.bar-middle-UC"; +scale = (-1,0.95); +} +); +width = 766; +}, +{ +anchors = ( +{ +name = top; +pos = (430,800); +} +); +layerId = m008; +shapes = ( +{ +pos = (859,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 170; +}; +pos = (539,202); +ref = "_part.bar-middle-UC"; +scale = (-1,0.5); +} +); +width = 859; +}, +{ +anchors = ( +{ +name = top; +pos = (313,800); +} +); +layerId = m009; +shapes = ( +{ +pos = (626,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 340; +}; +pos = (549,17); +ref = "_part.bar-middle-UC"; +scale = (-1,0.95); +} +); +width = 626; +}, +{ +anchors = ( +{ +name = top; +pos = (522,800); +} +); +layerId = m010; +shapes = ( +{ +pos = (1044,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 630; +}; +pos = (956,37); +ref = "_part.bar-middle-UC"; +scale = (-1,0.9); +} +); +width = 1044; +}, +{ +anchors = ( +{ +name = top; +pos = (596,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (1191,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 300; +}; +pos = (777,202); +ref = "_part.bar-middle-UC"; +scale = (-1,0.5); +} +); +width = 1191; +}, +{ +anchors = ( +{ +name = top; +pos = (368,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (735,0); +ref = C; +scale = (-1,1); +}, +{ +piece = { +Width = 130; +}; +pos = (453,202); +ref = "_part.bar-middle-UC"; +scale = (-1,0.5); +} +); +width = 735; +} +); +metricLeft = "=|C"; +metricRight = O; +unicode = 1069; +}, +{ +glyphname = "I-cy"; +kernLeft = SQR_LEFT; +lastChange = "2022-10-31 08:37:33 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +} +); +width = 490; +} +); +unicode = 1030; +}, +{ +glyphname = "Yi-cy"; +kernLeft = SQR_LEFT; +lastChange = "2023-01-16 21:10:19 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +}, +{ +pos = (-6,212); +ref = dieresiscomb; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +}, +{ +pos = (-28,212); +ref = dieresiscomb; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +}, +{ +pos = (-68,212); +ref = dieresiscomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +}, +{ +pos = (-17,200); +ref = dieresiscomb; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +}, +{ +pos = (-37,200); +ref = dieresiscomb; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +}, +{ +pos = (-97,200); +ref = dieresiscomb; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +}, +{ +pos = (-45,180); +ref = dieresiscomb; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +}, +{ +pos = (-71,180); +ref = dieresiscomb; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +}, +{ +pos = (-116,180); +ref = dieresiscomb; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-71,160); +ref = dieresiscomb; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +}, +{ +pos = (-97,160); +ref = dieresiscomb; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-159,160); +ref = dieresiscomb; +} +); +width = 490; +} +); +unicode = 1031; +}, +{ +color = 4; +glyphname = "Je-cy"; +lastChange = "2023-05-01 11:47:37 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = J; +} +); +width = 520; +}, +{ +layerId = m007; +shapes = ( +{ +ref = J; +} +); +width = 607; +}, +{ +layerId = m010; +shapes = ( +{ +ref = J; +} +); +width = 800; +}, +{ +layerId = m005; +shapes = ( +{ +ref = J; +} +); +width = 561; +}, +{ +layerId = m01; +shapes = ( +{ +ref = J; +} +); +width = 655; +}, +{ +layerId = m003; +shapes = ( +{ +ref = J; +} +); +width = 847; +}, +{ +layerId = m006; +shapes = ( +{ +ref = J; +} +); +width = 579; +}, +{ +layerId = m002; +shapes = ( +{ +ref = J; +} +); +width = 686; +}, +{ +layerId = m004; +shapes = ( +{ +ref = J; +} +); +width = 894; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = J; +} +); +width = 674; +}, +{ +layerId = m008; +shapes = ( +{ +ref = J; +} +); +width = 802; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = J; +} +); +width = 1062; +} +); +unicode = 1032; +}, +{ +color = 4; +glyphname = "Tshe-cy"; +lastChange = "2023-05-01 16:45:16 +0000"; +layers = ( +{ +layerId = m009; +metricLeft = "=+87"; +shapes = ( +{ +pos = (87,0); +ref = "_part.stem-H"; +}, +{ +pos = (224,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 668; +}, +{ +layerId = m007; +metricLeft = "=+110"; +shapes = ( +{ +pos = (110,0); +ref = "_part.stem-H"; +}, +{ +pos = (258,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 792; +}, +{ +layerId = m010; +metricLeft = "=+183"; +shapes = ( +{ +pos = (183,0); +ref = "_part.stem-H"; +}, +{ +pos = (342,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 1082; +}, +{ +layerId = m005; +metricLeft = "=+65"; +shapes = ( +{ +pos = (65,0); +ref = "_part.stem-H"; +}, +{ +pos = (274,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 716; +}, +{ +layerId = m01; +metricLeft = "=+100"; +shapes = ( +{ +pos = (100,0); +ref = "_part.stem-H"; +}, +{ +pos = (320,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 832; +}, +{ +layerId = m003; +metricLeft = "=+174"; +shapes = ( +{ +pos = (174,0); +ref = "_part.stem-H"; +}, +{ +pos = (394,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 1132; +}, +{ +layerId = m006; +metricLeft = "=+94"; +shapes = ( +{ +pos = (94,0); +ref = "_part.stem-H"; +}, +{ +pos = (344,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 719; +}, +{ +layerId = m002; +metricLeft = "=+115"; +shapes = ( +{ +pos = (115,0); +ref = "_part.stem-H"; +}, +{ +pos = (376,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 856; +}, +{ +layerId = m004; +metricLeft = "=+184"; +shapes = ( +{ +pos = (184,0); +ref = "_part.stem-H"; +}, +{ +pos = (456,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 1162; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+93"; +shapes = ( +{ +pos = (93,0); +ref = "_part.stem-H"; +}, +{ +pos = (416,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 754; +}, +{ +layerId = m008; +metricLeft = "=+115"; +shapes = ( +{ +pos = (115,0); +ref = "_part.stem-H"; +}, +{ +pos = (486,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 896; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+155"; +shapes = ( +{ +pos = (155,0); +ref = "_part.stem-H"; +}, +{ +pos = (610,0); +ref = "_part.Tshe-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 1228; +} +); +unicode = 1035; +}, +{ +glyphname = "Yu-cy"; +kernLeft = SQR_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-10-31 08:37:42 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 160; +}; +pos = (213,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (380,0); +ref = "_part.Yu-cy"; +} +); +width = 1100; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 110; +}; +pos = (255,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (371,0); +ref = "_part.Yu-cy"; +} +); +width = 1141; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 210; +}; +pos = (213,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (430,0); +ref = "_part.Yu-cy"; +} +); +width = 1418; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 190; +}; +pos = (266,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (462,0); +ref = "_part.Yu-cy"; +} +); +width = 1492; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 120; +}; +pos = (202,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (329,0); +ref = "_part.Yu-cy"; +} +); +width = 935; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 80; +}; +pos = (245,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (330,0); +ref = "_part.Yu-cy"; +} +); +width = 957; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 170; +}; +pos = (141,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (318,0); +ref = "_part.Yu-cy"; +} +); +width = 986; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 60; +}; +pos = (367,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (431,0); +ref = "_part.Yu-cy"; +} +); +width = 1221; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 140; +}; +pos = (130,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (277,0); +ref = "_part.Yu-cy"; +} +); +width = 841; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 220; +}; +pos = (151,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (379,0); +ref = "_part.Yu-cy"; +} +); +width = 1301; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 130; +}; +pos = (451,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (585,0); +ref = "_part.Yu-cy"; +} +); +width = 1629; +}, +{ +background = { +shapes = ( +{ +ref = "Sha-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-H"; +}, +{ +piece = { +Width = 60; +}; +pos = (319,0); +ref = "_part.bar-middle-UC"; +}, +{ +piece = { +Group = 1; +}; +pos = (383,0); +ref = "_part.Yu-cy"; +} +); +width = 1021; +} +); +metricLeft = H; +metricRight = O; +unicode = 1070; +}, +{ +glyphname = "Ya-cy"; +lastChange = "2022-11-19 18:35:02 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (425,0); +ref = "_part.stem-H"; +} +); +width = 751; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (445,0); +ref = "_part.stem-H"; +} +); +width = 779; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (664,0); +ref = "_part.stem-H"; +} +); +width = 990; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (670,0); +ref = "_part.stem-H"; +} +); +width = 1026; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (337,0); +ref = "_part.stem-H"; +} +); +width = 641; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (349,0); +ref = "_part.stem-H"; +} +); +width = 661; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (437,0); +ref = "_part.stem-H"; +} +); +width = 691; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (437,0); +ref = "_part.stem-H"; +} +); +width = 843; +}, +{ +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (361,0); +ref = "_part.stem-H"; +} +); +width = 593; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.Ya-cy"; +}, +{ +pos = (646,0); +ref = "_part.stem-H"; +} +); +width = 922; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.Ya-cy"; +}, +{ +pos = (685,0); +ref = "_part.stem-H"; +} +); +width = 1175; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.Ya-cy"; +}, +{ +pos = (347,0); +ref = "_part.stem-H"; +} +); +width = 705; +} +); +unicode = 1071; +}, +{ +color = 4; +glyphname = "Dje-cy"; +lastChange = "2023-05-01 16:45:16 +0000"; +layers = ( +{ +layerId = m009; +metricLeft = "=+87"; +shapes = ( +{ +pos = (87,0); +ref = "_part.stem-H"; +}, +{ +pos = (224,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 668; +}, +{ +layerId = m007; +metricLeft = "=+110"; +shapes = ( +{ +pos = (110,0); +ref = "_part.stem-H"; +}, +{ +pos = (258,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 792; +}, +{ +layerId = m010; +metricLeft = "=+183"; +shapes = ( +{ +pos = (183,0); +ref = "_part.stem-H"; +}, +{ +pos = (342,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 1082; +}, +{ +layerId = m005; +metricLeft = "=+65"; +shapes = ( +{ +pos = (65,0); +ref = "_part.stem-H"; +}, +{ +pos = (274,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 716; +}, +{ +layerId = m01; +metricLeft = "=+100"; +shapes = ( +{ +pos = (100,0); +ref = "_part.stem-H"; +}, +{ +pos = (320,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 832; +}, +{ +layerId = m003; +metricLeft = "=+174"; +shapes = ( +{ +pos = (174,0); +ref = "_part.stem-H"; +}, +{ +pos = (394,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 1132; +}, +{ +layerId = m006; +metricLeft = "=+94"; +shapes = ( +{ +pos = (94,0); +ref = "_part.stem-H"; +}, +{ +pos = (344,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 719; +}, +{ +layerId = m002; +metricLeft = "=+115"; +shapes = ( +{ +pos = (115,0); +ref = "_part.stem-H"; +}, +{ +pos = (376,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 856; +}, +{ +layerId = m004; +metricLeft = "=+184"; +shapes = ( +{ +pos = (184,0); +ref = "_part.stem-H"; +}, +{ +pos = (456,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 1162; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+93"; +shapes = ( +{ +pos = (93,0); +ref = "_part.stem-H"; +}, +{ +pos = (416,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 754; +}, +{ +layerId = m008; +metricLeft = "=+115"; +shapes = ( +{ +pos = (115,0); +ref = "_part.stem-H"; +}, +{ +pos = (486,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 896; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+155"; +shapes = ( +{ +pos = (155,0); +ref = "_part.stem-H"; +}, +{ +pos = (610,0); +ref = "_part.Dje-cy"; +}, +{ +anchor = bar; +ref = "_part.Tshe-cy-Bar"; +} +); +width = 1228; +} +); +unicode = 1026; +}, +{ +color = 4; +glyphname = "Zhedescender-cy"; +lastChange = "2023-04-24 19:42:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (728,0); +ref = _tail.Descender; +} +); +width = 824; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (868,0); +ref = _tail.Descender; +} +); +width = 986; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (1196,0); +ref = _tail.Descender; +} +); +width = 1336; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (750,0); +ref = _tail.Descender; +} +); +width = 876; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (888,0); +ref = _tail.Descender; +} +); +width = 1016; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (1222,0); +ref = _tail.Descender; +} +); +width = 1350; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (798,0); +ref = _tail.Descender; +} +); +width = 998; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (970,0); +ref = _tail.Descender; +} +); +width = 1172; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (1336,0); +ref = _tail.Descender; +} +); +width = 1540; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (780,0); +ref = _tail.Descender; +} +); +width = 1062; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (946,0); +ref = _tail.Descender; +} +); +width = 1268; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (1336,0); +ref = _tail.Descender; +} +); +width = 1742; +} +); +unicode = 1174; +}, +{ +color = 4; +glyphname = "Zedescender-cy"; +lastChange = "2023-04-26 17:40:19 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (-26,0); +ref = _tail.Descender.centered; +} +); +width = 547; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (21,0); +ref = _tail.Descender.centered; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (136,0); +ref = _tail.Descender.centered; +} +); +width = 872; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (-2,0); +ref = _tail.Descender.centered; +} +); +width = 595; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (52,0); +ref = _tail.Descender.centered; +} +); +width = 704; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (173,0); +ref = _tail.Descender.centered; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (14,0); +ref = _tail.Descender.centered; +} +); +width = 628; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (72,0); +ref = _tail.Descender.centered; +} +); +width = 743; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (192,0); +ref = _tail.Descender.centered; +} +); +width = 984; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (53,0); +ref = _tail.Descender.centered; +} +); +width = 705; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (120,0); +ref = _tail.Descender.centered; +} +); +width = 839; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (284,0); +ref = _tail.Descender.centered; +} +); +width = 1167; +} +); +unicode = 1176; +}, +{ +color = 4; +glyphname = "Kadescender-cy"; +lastChange = "2023-04-24 19:42:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = K; +}, +{ +pos = (520,0); +ref = _tail.Descender; +} +); +width = 616; +}, +{ +layerId = m007; +shapes = ( +{ +ref = K; +}, +{ +pos = (608,0); +ref = _tail.Descender; +} +); +width = 726; +}, +{ +layerId = m010; +shapes = ( +{ +ref = K; +}, +{ +pos = (806,0); +ref = _tail.Descender; +} +); +width = 946; +}, +{ +layerId = m005; +shapes = ( +{ +ref = K; +}, +{ +pos = (528,0); +ref = _tail.Descender; +} +); +width = 654; +}, +{ +layerId = m01; +shapes = ( +{ +ref = K; +}, +{ +pos = (618,0); +ref = _tail.Descender; +} +); +width = 746; +}, +{ +layerId = m003; +shapes = ( +{ +ref = K; +}, +{ +pos = (838,0); +ref = _tail.Descender; +} +); +width = 966; +}, +{ +layerId = m006; +shapes = ( +{ +ref = K; +}, +{ +pos = (488,0); +ref = _tail.Descender; +} +); +width = 688; +}, +{ +layerId = m002; +shapes = ( +{ +ref = K; +}, +{ +pos = (578,0); +ref = _tail.Descender; +} +); +width = 780; +}, +{ +layerId = m004; +shapes = ( +{ +ref = K; +}, +{ +pos = (778,0); +ref = _tail.Descender; +} +); +width = 982; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = K; +}, +{ +pos = (448,0); +ref = _tail.Descender; +} +); +width = 730; +}, +{ +layerId = m008; +shapes = ( +{ +ref = K; +}, +{ +pos = (538,0); +ref = _tail.Descender; +} +); +width = 860; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = K; +}, +{ +pos = (768,0); +ref = _tail.Descender; +} +); +width = 1174; +} +); +unicode = 1178; +}, +{ +color = 4; +glyphname = "Endescender-cy"; +lastChange = "2023-04-24 19:42:08 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = "Tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = H; +}, +{ +pos = (567,0); +ref = _tail.Descender; +} +); +width = 663; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = "Tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = H; +}, +{ +pos = (666,0); +ref = _tail.Descender; +} +); +width = 784; +}, +{ +background = { +shapes = ( +{ +pos = (34,0); +ref = "Tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = H; +}, +{ +pos = (927,0); +ref = _tail.Descender; +} +); +width = 1067; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = "Tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = H; +}, +{ +pos = (591,0); +ref = _tail.Descender; +} +); +width = 717; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = "Tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = H; +}, +{ +pos = (726,0); +ref = _tail.Descender; +} +); +width = 854; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = "Tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = H; +}, +{ +pos = (984,0); +ref = _tail.Descender; +} +); +width = 1112; +}, +{ +background = { +shapes = ( +{ +pos = (6,0); +ref = "Tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = H; +}, +{ +pos = (538,0); +ref = _tail.Descender; +} +); +width = 738; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = "Tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = H; +}, +{ +pos = (679,0); +ref = _tail.Descender; +} +); +width = 881; +}, +{ +background = { +shapes = ( +{ +pos = (16,0); +ref = "Tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = H; +}, +{ +pos = (964,0); +ref = _tail.Descender; +} +); +width = 1168; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = "Tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = H; +}, +{ +pos = (473,0); +ref = _tail.Descender; +} +); +width = 755; +}, +{ +background = { +shapes = ( +{ +pos = (14,0); +ref = "Tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = H; +}, +{ +pos = (595,0); +ref = _tail.Descender; +} +); +width = 917; +}, +{ +background = { +shapes = ( +{ +pos = (20,0); +ref = "Tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = H; +}, +{ +pos = (875,0); +ref = _tail.Descender; +} +); +width = 1281; +} +); +unicode = 1186; +}, +{ +color = 4; +glyphname = "Pemiddlehook-cy"; +lastChange = "2023-04-24 17:46:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (559,0); +ref = _part.Middlehook; +} +); +width = 968; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (656,0); +ref = _part.Middlehook; +} +); +width = 1140; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (883,0); +ref = _part.Middlehook; +} +); +width = 1550; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (609,0); +ref = _part.Middlehook; +} +); +width = 1014; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (716,0); +ref = _part.Middlehook; +} +); +width = 1196; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (954,0); +ref = _part.Middlehook; +} +); +width = 1612; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (632,0); +ref = _part.Middlehook; +} +); +width = 1019; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (749,0); +ref = _part.Middlehook; +} +); +width = 1217; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (988,0); +ref = _part.Middlehook; +} +); +width = 1612; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (681,0); +ref = _part.Middlehook; +} +); +width = 1054; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (811,0); +ref = _part.Middlehook; +} +); +width = 1258; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (1125,0); +ref = _part.Middlehook; +} +); +width = 1750; +} +); +unicode = 1190; +}, +{ +color = 4; +glyphname = "Pedescender-cy"; +lastChange = "2023-04-24 19:42:08 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (559,0); +ref = _tail.Descender; +} +); +width = 655; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (656,0); +ref = _tail.Descender; +} +); +width = 774; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (893,0); +ref = _tail.Descender; +} +); +width = 1033; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (581,0); +ref = _tail.Descender; +} +); +width = 707; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (716,0); +ref = _tail.Descender; +} +); +width = 844; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (972,0); +ref = _tail.Descender; +} +); +width = 1100; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (532,0); +ref = _tail.Descender; +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (669,0); +ref = _tail.Descender; +} +); +width = 871; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (948,0); +ref = _tail.Descender; +} +); +width = 1152; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (461,0); +ref = _tail.Descender; +} +); +width = 743; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (581,0); +ref = _tail.Descender; +} +); +width = 903; +}, +{ +background = { +shapes = ( +{ +ref = "Tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Pe-cy"; +}, +{ +pos = (855,0); +ref = _tail.Descender; +} +); +width = 1261; +} +); +unicode = 1316; +}, +{ +color = 4; +glyphname = "Esdescender-cy"; +lastChange = "2023-04-26 13:50:28 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = C; +}, +{ +pos = (38,0); +ref = _tail.Descender.centered; +} +); +width = 626; +}, +{ +layerId = m007; +shapes = ( +{ +ref = C; +}, +{ +pos = (120,0); +ref = _tail.Descender.centered; +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +ref = C; +}, +{ +pos = (250,0); +ref = _tail.Descender.centered; +} +); +width = 1044; +}, +{ +layerId = m005; +shapes = ( +{ +ref = C; +}, +{ +pos = (60,0); +ref = _tail.Descender.centered; +} +); +width = 672; +}, +{ +layerId = m01; +shapes = ( +{ +ref = C; +}, +{ +pos = (129,0); +ref = _tail.Descender.centered; +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +ref = C; +}, +{ +pos = (276,0); +ref = _tail.Descender.centered; +} +); +width = 1088; +}, +{ +layerId = m006; +shapes = ( +{ +ref = C; +}, +{ +pos = (82,0); +ref = _tail.Descender.centered; +} +); +width = 703; +}, +{ +layerId = m002; +shapes = ( +{ +ref = C; +}, +{ +pos = (156,0); +ref = _tail.Descender.centered; +} +); +width = 854; +}, +{ +layerId = m004; +shapes = ( +{ +ref = C; +}, +{ +pos = (298,0); +ref = _tail.Descender.centered; +} +); +width = 1146; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = C; +}, +{ +pos = (86,0); +ref = _tail.Descender.centered; +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +ref = C; +}, +{ +pos = (146,0); +ref = _tail.Descender.centered; +} +); +width = 859; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = C; +}, +{ +pos = (320,0); +ref = _tail.Descender.centered; +} +); +width = 1191; +} +); +unicode = 1194; +}, +{ +color = 4; +glyphname = "Tedescender-cy"; +lastChange = "2023-04-24 18:58:46 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-297,0); +ref = "Tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (262,0); +ref = _tail.Descender; +} +); +width = 482; +}, +{ +background = { +shapes = ( +{ +pos = (-349,0); +ref = "Tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (307,0); +ref = _tail.Descender; +} +); +width = 572; +}, +{ +background = { +shapes = ( +{ +pos = (-456,0); +ref = "Tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (437,0); +ref = _tail.Descender; +} +); +width = 812; +}, +{ +background = { +shapes = ( +{ +pos = (-285,0); +ref = "Tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (296,0); +ref = _tail.Descender; +} +); +width = 534; +}, +{ +background = { +shapes = ( +{ +pos = (-343,0); +ref = "Tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (373,0); +ref = _tail.Descender; +} +); +width = 632; +}, +{ +background = { +shapes = ( +{ +pos = (-459,0); +ref = "Tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (513,0); +ref = _tail.Descender; +} +); +width = 876; +}, +{ +background = { +shapes = ( +{ +pos = (-241,0); +ref = "Tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (291,0); +ref = _tail.Descender; +} +); +width = 594; +}, +{ +background = { +shapes = ( +{ +pos = (-307,0); +ref = "Tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (362,0); +ref = _tail.Descender; +} +); +width = 696; +}, +{ +background = { +shapes = ( +{ +pos = (-430,0); +ref = "Tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (518,0); +ref = _tail.Descender; +} +); +width = 928; +}, +{ +background = { +shapes = ( +{ +pos = (-206,0); +ref = "Tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (255,0); +ref = _tail.Descender; +} +); +width = 662; +}, +{ +background = { +shapes = ( +{ +pos = (-245,0); +ref = "Tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (336,0); +ref = _tail.Descender; +} +); +width = 796; +}, +{ +background = { +shapes = ( +{ +pos = (-357,0); +ref = "Tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = T; +}, +{ +anchor = tail; +pos = (498,0); +ref = _tail.Descender; +} +); +width = 1116; +} +); +unicode = 1196; +}, +{ +color = 4; +glyphname = "Ustraight-cy"; +lastChange = "2023-04-28 17:30:45 +0000"; +layers = ( +{ +anchors = ( +{ +name = center; +pos = (254,350); +} +); +layerId = m009; +shapes = ( +{ +ref = Y; +} +); +width = 508; +}, +{ +anchors = ( +{ +name = center; +pos = (302,350); +} +); +layerId = m007; +shapes = ( +{ +ref = Y; +} +); +width = 604; +}, +{ +anchors = ( +{ +name = center; +pos = (421,350); +} +); +layerId = m010; +shapes = ( +{ +ref = Y; +} +); +width = 842; +}, +{ +anchors = ( +{ +name = center; +pos = (282,360); +} +); +layerId = m005; +shapes = ( +{ +ref = Y; +} +); +width = 564; +}, +{ +anchors = ( +{ +name = center; +pos = (335,360); +} +); +layerId = m01; +shapes = ( +{ +ref = Y; +} +); +width = 670; +}, +{ +anchors = ( +{ +name = center; +pos = (467,360); +} +); +layerId = m003; +shapes = ( +{ +ref = Y; +} +); +width = 934; +}, +{ +anchors = ( +{ +name = center; +pos = (319,320); +} +); +layerId = m006; +shapes = ( +{ +ref = Y; +} +); +width = 638; +}, +{ +anchors = ( +{ +name = center; +pos = (378,320); +} +); +layerId = m002; +shapes = ( +{ +ref = Y; +} +); +width = 756; +}, +{ +anchors = ( +{ +name = center; +pos = (506,320); +} +); +layerId = m004; +shapes = ( +{ +ref = Y; +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = center; +pos = (359,320); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Y; +} +); +width = 718; +}, +{ +anchors = ( +{ +name = center; +pos = (431,320); +} +); +layerId = m008; +shapes = ( +{ +ref = Y; +} +); +width = 862; +}, +{ +anchors = ( +{ +name = center; +pos = (606,320); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Y; +} +); +width = 1212; +} +); +unicode = 1198; +}, +{ +color = 4; +glyphname = "Ustraightstroke-cy"; +lastChange = "2023-04-28 17:30:45 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (-46,-50); +ref = "_part.Bar-stroke"; +} +); +width = 508; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (2,-50); +ref = "_part.Bar-stroke"; +} +); +width = 604; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (121,-50); +ref = "_part.Bar-stroke"; +} +); +width = 842; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (-18,-40); +ref = "_part.Bar-stroke"; +} +); +width = 564; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (35,-40); +ref = "_part.Bar-stroke"; +} +); +width = 670; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (167,-40); +ref = "_part.Bar-stroke"; +} +); +width = 934; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (19,-80); +ref = "_part.Bar-stroke"; +} +); +width = 638; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (78,-80); +ref = "_part.Bar-stroke"; +} +); +width = 756; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (206,-80); +ref = "_part.Bar-stroke"; +} +); +width = 1012; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (59,-80); +ref = "_part.Bar-stroke"; +} +); +width = 718; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (131,-80); +ref = "_part.Bar-stroke"; +} +); +width = 862; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ustraight-cy"; +}, +{ +pos = (306,-80); +ref = "_part.Bar-stroke"; +} +); +width = 1212; +} +); +unicode = 1200; +}, +{ +color = 4; +glyphname = "Hadescender-cy"; +lastChange = "2023-04-24 19:42:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = X; +}, +{ +pos = (500,0); +ref = _tail.Descender; +} +); +width = 596; +}, +{ +layerId = m007; +shapes = ( +{ +ref = X; +}, +{ +pos = (594,0); +ref = _tail.Descender; +} +); +width = 712; +}, +{ +layerId = m010; +shapes = ( +{ +ref = X; +}, +{ +pos = (818,0); +ref = _tail.Descender; +} +); +width = 958; +}, +{ +layerId = m005; +shapes = ( +{ +ref = X; +}, +{ +pos = (512,0); +ref = _tail.Descender; +} +); +width = 638; +}, +{ +layerId = m01; +shapes = ( +{ +ref = X; +}, +{ +pos = (606,0); +ref = _tail.Descender; +} +); +width = 734; +}, +{ +layerId = m003; +shapes = ( +{ +ref = X; +}, +{ +pos = (890,0); +ref = _tail.Descender; +} +); +width = 1018; +}, +{ +layerId = m006; +shapes = ( +{ +ref = X; +}, +{ +pos = (496,0); +ref = _tail.Descender; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +ref = X; +}, +{ +pos = (606,0); +ref = _tail.Descender; +} +); +width = 808; +}, +{ +layerId = m004; +shapes = ( +{ +ref = X; +}, +{ +pos = (852,0); +ref = _tail.Descender; +} +); +width = 1056; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = X; +}, +{ +pos = (444,0); +ref = _tail.Descender; +} +); +width = 726; +}, +{ +layerId = m008; +shapes = ( +{ +ref = X; +}, +{ +pos = (554,0); +ref = _tail.Descender; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = X; +}, +{ +pos = (840,0); +ref = _tail.Descender; +} +); +width = 1246; +} +); +unicode = 1202; +}, +{ +color = 4; +glyphname = "Chedescender-cy"; +lastChange = "2023-05-01 12:31:54 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-73,0); +ref = "Tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (486,0); +ref = _tail.Descender; +} +); +width = 582; +}, +{ +background = { +shapes = ( +{ +pos = (-80,0); +ref = "Tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (576,0); +ref = _tail.Descender; +} +); +width = 694; +}, +{ +background = { +shapes = ( +{ +pos = (-101,0); +ref = "Tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (792,0); +ref = _tail.Descender; +} +); +width = 932; +}, +{ +background = { +shapes = ( +{ +pos = (-53,0); +ref = "Tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (528,0); +ref = _tail.Descender; +} +); +width = 654; +}, +{ +background = { +shapes = ( +{ +pos = (-90,0); +ref = "Tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (626,0); +ref = _tail.Descender; +} +); +width = 754; +}, +{ +background = { +shapes = ( +{ +pos = (-102,0); +ref = "Tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (870,0); +ref = _tail.Descender; +} +); +width = 998; +}, +{ +background = { +shapes = ( +{ +pos = (-69,0); +ref = "Tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (463,0); +ref = _tail.Descender; +} +); +width = 663; +}, +{ +background = { +shapes = ( +{ +pos = (-81,0); +ref = "Tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (588,0); +ref = _tail.Descender; +} +); +width = 790; +}, +{ +background = { +shapes = ( +{ +pos = (-94,0); +ref = "Tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (854,0); +ref = _tail.Descender; +} +); +width = 1058; +}, +{ +background = { +shapes = ( +{ +pos = (-55,0); +ref = "Tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (406,0); +ref = _tail.Descender; +} +); +width = 688; +}, +{ +background = { +shapes = ( +{ +pos = (-65,0); +ref = "Tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (516,0); +ref = _tail.Descender; +} +); +width = 838; +}, +{ +background = { +shapes = ( +{ +pos = (-87,0); +ref = "Tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (768,0); +ref = _tail.Descender; +} +); +width = 1174; +} +); +unicode = 1206; +}, +{ +color = 4; +glyphname = "Shha-cy"; +lastChange = "2023-04-27 10:05:31 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (581,800); +ref = "Che-cy"; +} +); +width = 581; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (682,800); +ref = "Che-cy"; +} +); +width = 682; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (899,800); +ref = "Che-cy"; +} +); +width = 899; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (651,800); +ref = "Che-cy"; +} +); +width = 651; +}, +{ +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (732,800); +ref = "Che-cy"; +} +); +width = 732; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (958,800); +ref = "Che-cy"; +} +); +width = 958; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (625,800); +ref = "Che-cy"; +} +); +width = 625; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (741,800); +ref = "Che-cy"; +} +); +width = 741; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (978,800); +ref = "Che-cy"; +} +); +width = 978; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (661,800); +ref = "Che-cy"; +} +); +width = 661; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (781,800); +ref = "Che-cy"; +} +); +width = 781; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (1073,800); +ref = "Che-cy"; +} +); +width = 1073; +} +); +unicode = 1210; +}, +{ +color = 4; +glyphname = "Shhadescender-cy"; +lastChange = "2023-05-01 12:32:04 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-28,0); +ref = "Tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (581,800); +ref = "Che-cy"; +}, +{ +pos = (531,0); +ref = _tail.Descender; +} +); +width = 627; +}, +{ +background = { +shapes = ( +{ +pos = (-30,0); +ref = "Tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (682,800); +ref = "Che-cy"; +}, +{ +pos = (626,0); +ref = _tail.Descender; +} +); +width = 744; +}, +{ +background = { +shapes = ( +{ +pos = (-46,0); +ref = "Tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (899,800); +ref = "Che-cy"; +}, +{ +pos = (847,0); +ref = _tail.Descender; +} +); +width = 987; +}, +{ +background = { +shapes = ( +{ +pos = (-8,0); +ref = "Tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (651,800); +ref = "Che-cy"; +}, +{ +pos = (573,0); +ref = _tail.Descender; +} +); +width = 699; +}, +{ +background = { +shapes = ( +{ +pos = (-40,0); +ref = "Tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (732,800); +ref = "Che-cy"; +}, +{ +pos = (676,0); +ref = _tail.Descender; +} +); +width = 804; +}, +{ +background = { +shapes = ( +{ +pos = (-52,0); +ref = "Tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (958,800); +ref = "Che-cy"; +}, +{ +pos = (920,0); +ref = _tail.Descender; +} +); +width = 1048; +}, +{ +background = { +shapes = ( +{ +pos = (-40,0); +ref = "Tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (625,800); +ref = "Che-cy"; +}, +{ +pos = (492,0); +ref = _tail.Descender; +} +); +width = 692; +}, +{ +background = { +shapes = ( +{ +pos = (-46,0); +ref = "Tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (741,800); +ref = "Che-cy"; +}, +{ +pos = (623,0); +ref = _tail.Descender; +} +); +width = 825; +}, +{ +background = { +shapes = ( +{ +pos = (-54,0); +ref = "Tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (978,800); +ref = "Che-cy"; +}, +{ +pos = (894,0); +ref = _tail.Descender; +} +); +width = 1098; +}, +{ +background = { +shapes = ( +{ +pos = (-38,0); +ref = "Tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (661,800); +ref = "Che-cy"; +}, +{ +pos = (423,0); +ref = _tail.Descender; +} +); +width = 705; +}, +{ +background = { +shapes = ( +{ +pos = (-48,0); +ref = "Tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (781,800); +ref = "Che-cy"; +}, +{ +pos = (533,0); +ref = _tail.Descender; +} +); +width = 855; +}, +{ +background = { +shapes = ( +{ +pos = (-70,0); +ref = "Tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (1073,800); +ref = "Che-cy"; +}, +{ +pos = (785,0); +ref = _tail.Descender; +} +); +width = 1191; +} +); +unicode = 1318; +}, +{ +color = 4; +glyphname = "Cheabkhasian-cy"; +lastChange = "2023-04-27 10:05:45 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (427,0); +} +); +layerId = m009; +metricLeft = "=+92"; +shapes = ( +{ +angle = 180; +pos = (761,800); +ref = Schwa; +}, +{ +pos = (-158,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 761; +}, +{ +anchors = ( +{ +name = bottom; +pos = (518,0); +} +); +layerId = m007; +metricLeft = "=+110"; +shapes = ( +{ +angle = 180; +pos = (926,800); +ref = Schwa; +}, +{ +pos = (-134,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 926; +}, +{ +anchors = ( +{ +name = bottom; +pos = (717,0); +} +); +layerId = m010; +metricLeft = "=+164"; +shapes = ( +{ +angle = 180; +pos = (1270,800); +ref = Schwa; +}, +{ +pos = (-74,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 1270; +}, +{ +anchors = ( +{ +name = bottom; +pos = (485,0); +} +); +layerId = m005; +metricLeft = "=+120"; +shapes = ( +{ +angle = 180; +pos = (850,800); +ref = Schwa; +}, +{ +pos = (-130,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 850; +}, +{ +anchors = ( +{ +name = bottom; +pos = (587,0); +} +); +layerId = m01; +metricLeft = "=+144"; +shapes = ( +{ +angle = 180; +pos = (1030,800); +ref = Schwa; +}, +{ +pos = (-100,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 1030; +}, +{ +anchors = ( +{ +name = bottom; +pos = (803,0); +} +); +layerId = m003; +metricLeft = "=+216"; +shapes = ( +{ +angle = 180; +pos = (1390,800); +ref = Schwa; +}, +{ +pos = (-28,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 1390; +}, +{ +anchors = ( +{ +name = bottom; +pos = (517,0); +} +); +layerId = m006; +metricLeft = "=+149"; +shapes = ( +{ +angle = 180; +pos = (885,800); +ref = Schwa; +}, +{ +pos = (-118,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 885; +}, +{ +anchors = ( +{ +name = bottom; +pos = (627,0); +} +); +layerId = m002; +metricLeft = "=+178"; +shapes = ( +{ +angle = 180; +pos = (1075,800); +ref = Schwa; +}, +{ +pos = (-84,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 1075; +}, +{ +anchors = ( +{ +name = bottom; +pos = (837,0); +} +); +layerId = m004; +metricLeft = "=+244"; +shapes = ( +{ +angle = 180; +pos = (1429,800); +ref = Schwa; +}, +{ +pos = (-12,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 1429; +}, +{ +anchors = ( +{ +name = bottom; +pos = (571,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+196"; +shapes = ( +{ +angle = 180; +pos = (945,800); +ref = Schwa; +}, +{ +pos = (-86,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 945; +}, +{ +anchors = ( +{ +name = bottom; +pos = (679,0); +} +); +layerId = m008; +metricLeft = "=+242"; +shapes = ( +{ +angle = 180; +pos = (1115,800); +ref = Schwa; +}, +{ +pos = (-40,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 1115; +}, +{ +anchors = ( +{ +name = bottom; +pos = (951,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+348"; +shapes = ( +{ +angle = 180; +pos = (1553,800); +ref = Schwa; +}, +{ +pos = (66,0); +ref = "_part.Cheabkhasian-cy"; +} +); +width = 1553; +} +); +unicode = 1212; +}, +{ +color = 4; +glyphname = "Chedescenderabkhasian-cy"; +lastChange = "2023-04-27 10:05:45 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (127,0); +ref = _tail.Descender.centered; +} +); +width = 761; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (218,0); +ref = _tail.Descender.centered; +} +); +width = 926; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (417,0); +ref = _tail.Descender.centered; +} +); +width = 1270; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (185,0); +ref = _tail.Descender.centered; +} +); +width = 850; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (287,0); +ref = _tail.Descender.centered; +} +); +width = 1030; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (503,0); +ref = _tail.Descender.centered; +} +); +width = 1390; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (217,0); +ref = _tail.Descender.centered; +} +); +width = 885; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (327,0); +ref = _tail.Descender.centered; +} +); +width = 1075; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (537,0); +ref = _tail.Descender.centered; +} +); +width = 1429; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (271,0); +ref = _tail.Descender.centered; +} +); +width = 945; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (379,0); +ref = _tail.Descender.centered; +} +); +width = 1115; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Cheabkhasian-cy"; +}, +{ +pos = (651,0); +ref = _tail.Descender.centered; +} +); +width = 1553; +} +); +unicode = 1214; +}, +{ +color = 0; +glyphname = "Palochka-cy"; +lastChange = "2023-04-22 20:18:18 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = I; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +ref = I; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +ref = I; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +ref = I; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +ref = I; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +ref = I; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +ref = I; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +ref = I; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +ref = I; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = I; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +ref = I; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = I; +} +); +width = 490; +} +); +unicode = 1216; +}, +{ +color = 4; +glyphname = "Zhebreve-cy"; +lastChange = "2023-04-21 21:11:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (217,212); +ref = "brevecomb-cy"; +} +); +width = 734; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (266,212); +ref = "brevecomb-cy"; +} +); +width = 880; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (384,212); +ref = "brevecomb-cy"; +} +); +width = 1236; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (240,200); +ref = "brevecomb-cy"; +} +); +width = 820; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (284,200); +ref = "brevecomb-cy"; +} +); +width = 972; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (397,200); +ref = "brevecomb-cy"; +} +); +width = 1314; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (263,180); +ref = "brevecomb-cy"; +} +); +width = 922; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (322,180); +ref = "brevecomb-cy"; +} +); +width = 1108; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (450,180); +ref = "brevecomb-cy"; +} +); +width = 1504; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (269,160); +ref = "brevecomb-cy"; +} +); +width = 1012; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (346,160); +ref = "brevecomb-cy"; +} +); +width = 1216; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (490,160); +ref = "brevecomb-cy"; +} +); +width = 1664; +} +); +unicode = 1217; +}, +{ +color = 4; +glyphname = "Kahook-cy"; +lastChange = "2023-04-25 16:49:01 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (137,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(519,800,l), +(469,800,l), +(144,404,l), +(190,404,l) +); +} +); +width = 511; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (148,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(616,800,l), +(559,800,l), +(158,404,l), +(211,404,l) +); +} +); +width = 606; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (159,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(834,800,l), +(767,800,l), +(197,404,l), +(258,404,l) +); +} +); +width = 822; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (209,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(611,800,l), +(482,800,l), +(214,430,l), +(331,430,l) +); +} +); +width = 601; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (220,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(710,800,l), +(562,800,l), +(224,430,l), +(368,430,l) +); +} +); +width = 700; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (220,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(930,800,l), +(750,800,l), +(244,430,l), +(404,430,l) +); +} +); +width = 920; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (250,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(629,800,l), +(443,800,l), +(253,430,l), +(427,430,l) +); +} +); +width = 623; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (261,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(738,800,l), +(526,800,l), +(243,430,l), +(443,430,l) +); +} +); +width = 730; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (272,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(956,800,l), +(702,800,l), +(290,430,l), +(519,430,l) +); +} +); +width = 948; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (323,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(725,800,l), +(423,800,l), +(296,360,l), +(566,360,l) +); +} +); +width = 721; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (371,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(833,800,l), +(491,800,l), +(326,380,l), +(636,380,l) +); +} +); +width = 829; +}, +{ +background = { +shapes = ( +{ +ref = K; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-H"; +}, +{ +pos = (455,0); +ref = _part.Middlehook; +}, +{ +closed = 1; +nodes = ( +(1108,800,l), +(636,800,l), +(376,380,l), +(796,380,l) +); +} +); +width = 1104; +} +); +metricLeft = SQRU; +metricRight = "=TNGU*-2"; +unicode = 1219; +}, +{ +color = 4; +glyphname = "Enhook-cy"; +kernLeft = SQR_LEFT; +lastChange = "2023-04-25 16:49:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (227,0); +ref = _part.Hook; +} +); +width = 662; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (325,0); +ref = _part.Hook; +} +); +width = 772; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (576,0); +ref = _part.Hook; +} +); +width = 1034; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (213,0); +ref = _part.Hook; +} +); +width = 714; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (316,0); +ref = _part.Hook; +} +); +width = 832; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (556,0); +ref = _part.Hook; +} +); +width = 1072; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (166,0); +ref = _part.Hook; +} +); +width = 700; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (281,0); +ref = _part.Hook; +} +); +width = 832; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (520,0); +ref = _part.Hook; +} +); +width = 1088; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (125,0); +ref = _part.Hook; +} +); +width = 728; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (219,0); +ref = _part.Hook; +} +); +width = 860; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "En-cy"; +}, +{ +pos = (465,0); +ref = _part.Hook; +} +); +width = 1180; +} +); +unicode = 1223; +}, +{ +color = 4; +glyphname = "Chekhakassian-cy"; +lastChange = "2023-05-05 19:19:29 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (1003,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (348,0); +ref = _tail.Descender.reversed; +} +); +width = 581; +}, +{ +background = { +shapes = ( +{ +pos = (1190,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (416,0); +ref = _tail.Descender.reversed; +} +); +width = 682; +}, +{ +background = { +shapes = ( +{ +pos = (1623,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (590,0); +ref = _tail.Descender.reversed; +} +); +width = 899; +}, +{ +background = { +shapes = ( +{ +pos = (1051,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (344,0); +ref = _tail.Descender.reversed; +} +); +width = 651; +}, +{ +background = { +shapes = ( +{ +pos = (1228,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (384,0); +ref = _tail.Descender.reversed; +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +pos = (1692,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (592,0); +ref = _tail.Descender.reversed; +} +); +width = 958; +}, +{ +background = { +shapes = ( +{ +pos = (1007,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (275,0); +ref = _tail.Descender.reversed; +} +); +width = 625; +}, +{ +background = { +shapes = ( +{ +pos = (1229,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (358,0); +ref = _tail.Descender.reversed; +} +); +width = 741; +}, +{ +background = { +shapes = ( +{ +pos = (1694,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (542,0); +ref = _tail.Descender.reversed; +} +); +width = 978; +}, +{ +background = { +shapes = ( +{ +pos = (1019,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (276,0); +ref = _tail.Descender.reversed; +} +); +width = 661; +}, +{ +background = { +shapes = ( +{ +pos = (1221,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (318,0); +ref = _tail.Descender.reversed; +} +); +width = 781; +}, +{ +background = { +shapes = ( +{ +pos = (1743,0); +ref = "Tse-cy"; +scale = (-1,1); +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (482,0); +ref = _tail.Descender.reversed; +} +); +width = 1073; +} +); +unicode = 1227; +}, +{ +color = 4; +glyphname = "Abreve-cy"; +lastChange = "2023-04-21 21:11:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (129,212); +ref = "brevecomb-cy"; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (156,212); +ref = "brevecomb-cy"; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (226,212); +ref = "brevecomb-cy"; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (140,200); +ref = "brevecomb-cy"; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (162,200); +ref = "brevecomb-cy"; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (247,200); +ref = "brevecomb-cy"; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (137,180); +ref = "brevecomb-cy"; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (164,180); +ref = "brevecomb-cy"; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (223,180); +ref = "brevecomb-cy"; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (123,160); +ref = "brevecomb-cy"; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (170,160); +ref = "brevecomb-cy"; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (264,160); +ref = "brevecomb-cy"; +} +); +width = 1212; +} +); +unicode = 1232; +}, +{ +color = 4; +glyphname = "Adieresis-cy"; +lastChange = "2023-04-21 21:11:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (157,212); +ref = dieresiscomb; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (175,212); +ref = dieresiscomb; +} +); +width = 660; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (254,212); +ref = dieresiscomb; +} +); +width = 920; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (141,200); +ref = dieresiscomb; +} +); +width = 620; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (164,200); +ref = dieresiscomb; +} +); +width = 728; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (247,200); +ref = dieresiscomb; +} +); +width = 1014; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (134,180); +ref = dieresiscomb; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (158,180); +ref = dieresiscomb; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (231,180); +ref = dieresiscomb; +} +); +width = 1050; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (110,160); +ref = dieresiscomb; +} +); +width = 720; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (132,160); +ref = dieresiscomb; +} +); +width = 864; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "A-cy"; +}, +{ +pos = (202,160); +ref = dieresiscomb; +} +); +width = 1212; +} +); +unicode = 1234; +}, +{ +color = 4; +glyphname = "Aie-cy"; +lastChange = "2023-04-21 21:11:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = AE; +} +); +width = 920; +}, +{ +layerId = m007; +shapes = ( +{ +ref = AE; +} +); +width = 1082; +}, +{ +layerId = m010; +shapes = ( +{ +ref = AE; +} +); +width = 1527; +}, +{ +layerId = m005; +shapes = ( +{ +ref = AE; +} +); +width = 973; +}, +{ +layerId = m01; +shapes = ( +{ +ref = AE; +} +); +width = 1180; +}, +{ +layerId = m003; +shapes = ( +{ +ref = AE; +} +); +width = 1654; +}, +{ +layerId = m006; +shapes = ( +{ +ref = AE; +} +); +width = 1071; +}, +{ +layerId = m002; +shapes = ( +{ +ref = AE; +} +); +width = 1275; +}, +{ +layerId = m004; +shapes = ( +{ +ref = AE; +} +); +width = 1731; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = AE; +} +); +width = 1017; +}, +{ +layerId = m008; +shapes = ( +{ +ref = AE; +} +); +width = 1281; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = AE; +} +); +width = 1821; +} +); +unicode = 1236; +}, +{ +color = 4; +glyphname = "Iebreve-cy"; +lastChange = "2023-04-21 21:11:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (154,212); +ref = "brevecomb-cy"; +} +); +width = 558; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (176,212); +ref = "brevecomb-cy"; +} +); +width = 645; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (246,212); +ref = "brevecomb-cy"; +} +); +width = 886; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (158,200); +ref = "brevecomb-cy"; +} +); +width = 589; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (174,200); +ref = "brevecomb-cy"; +} +); +width = 693; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (238,200); +ref = "brevecomb-cy"; +} +); +width = 925; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (114,180); +ref = "brevecomb-cy"; +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (140,180); +ref = "brevecomb-cy"; +} +); +width = 704; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (206,180); +ref = "brevecomb-cy"; +} +); +width = 951; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (77,160); +ref = "brevecomb-cy"; +} +); +width = 614; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (104,160); +ref = "brevecomb-cy"; +} +); +width = 714; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ie-cy"; +}, +{ +pos = (164,160); +ref = "brevecomb-cy"; +} +); +width = 1004; +} +); +unicode = 1238; +}, +{ +color = 4; +glyphname = "Zhedieresis-cy"; +lastChange = "2023-04-21 21:11:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (245,212); +ref = dieresiscomb; +} +); +width = 734; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (285,212); +ref = dieresiscomb; +} +); +width = 880; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (412,212); +ref = dieresiscomb; +} +); +width = 1236; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (241,200); +ref = dieresiscomb; +} +); +width = 820; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (286,200); +ref = dieresiscomb; +} +); +width = 972; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (397,200); +ref = dieresiscomb; +} +); +width = 1314; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (260,180); +ref = dieresiscomb; +} +); +width = 922; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (316,180); +ref = dieresiscomb; +} +); +width = 1108; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (458,180); +ref = dieresiscomb; +} +); +width = 1504; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (256,160); +ref = dieresiscomb; +} +); +width = 1012; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (308,160); +ref = dieresiscomb; +} +); +width = 1216; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (428,160); +ref = dieresiscomb; +} +); +width = 1664; +} +); +unicode = 1244; +}, +{ +color = 4; +glyphname = "Zedieresis-cy"; +lastChange = "2023-04-21 21:11:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (152,212); +ref = dieresiscomb; +} +); +width = 547; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (166,212); +ref = dieresiscomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (230,212); +ref = dieresiscomb; +} +); +width = 872; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (129,200); +ref = dieresiscomb; +} +); +width = 595; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (152,200); +ref = dieresiscomb; +} +); +width = 704; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (213,200); +ref = dieresiscomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (113,180); +ref = dieresiscomb; +} +); +width = 628; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (134,180); +ref = dieresiscomb; +} +); +width = 743; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (198,180); +ref = dieresiscomb; +} +); +width = 984; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (103,160); +ref = dieresiscomb; +} +); +width = 705; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (120,160); +ref = dieresiscomb; +} +); +width = 839; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (180,160); +ref = dieresiscomb; +} +); +width = 1167; +} +); +unicode = 1246; +}, +{ +color = 0; +glyphname = "Imacron-cy"; +lastChange = "2023-04-22 20:18:18 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (37,212); +ref = macroncomb; +} +); +width = 674; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (92,212); +ref = macroncomb; +} +); +width = 784; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (214,212); +ref = macroncomb; +} +); +width = 1028; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (63,200); +ref = macroncomb; +} +); +width = 726; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (124,200); +ref = macroncomb; +} +); +width = 848; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (247,200); +ref = macroncomb; +} +); +width = 1094; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (59,180); +ref = macroncomb; +} +); +width = 718; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (125,180); +ref = macroncomb; +} +); +width = 850; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (253,180); +ref = macroncomb; +} +); +width = 1106; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (74,160); +ref = macroncomb; +} +); +width = 748; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (140,160); +ref = macroncomb; +} +); +width = 880; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (300,160); +ref = macroncomb; +} +); +width = 1200; +} +); +unicode = 1250; +}, +{ +color = 4; +glyphname = "Idieresis-cy"; +lastChange = "2023-04-21 21:11:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (215,212); +ref = dieresiscomb; +} +); +width = 674; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (237,212); +ref = dieresiscomb; +} +); +width = 784; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (308,212); +ref = dieresiscomb; +} +); +width = 1028; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (194,200); +ref = dieresiscomb; +} +); +width = 726; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (224,200); +ref = dieresiscomb; +} +); +width = 848; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (287,200); +ref = dieresiscomb; +} +); +width = 1094; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (158,180); +ref = dieresiscomb; +} +); +width = 718; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (187,180); +ref = dieresiscomb; +} +); +width = 850; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (259,180); +ref = dieresiscomb; +} +); +width = 1106; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (124,160); +ref = dieresiscomb; +} +); +width = 748; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (140,160); +ref = dieresiscomb; +} +); +width = 880; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (196,160); +ref = dieresiscomb; +} +); +width = 1200; +} +); +unicode = 1252; +}, +{ +color = 4; +glyphname = "Odieresis-cy"; +lastChange = "2023-04-21 21:11:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (212,212); +ref = dieresiscomb; +} +); +width = 668; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (251,212); +ref = dieresiscomb; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (346,212); +ref = dieresiscomb; +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (191,200); +ref = dieresiscomb; +} +); +width = 720; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (236,200); +ref = dieresiscomb; +} +); +width = 872; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (316,200); +ref = dieresiscomb; +} +); +width = 1152; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (168,180); +ref = dieresiscomb; +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (210,180); +ref = dieresiscomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (300,180); +ref = dieresiscomb; +} +); +width = 1188; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (126,160); +ref = dieresiscomb; +} +); +width = 752; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (138,160); +ref = dieresiscomb; +} +); +width = 876; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "O-cy"; +}, +{ +pos = (206,160); +ref = dieresiscomb; +} +); +width = 1220; +} +); +unicode = 1254; +}, +{ +color = 4; +glyphname = "Edieresis-cy"; +lastChange = "2023-04-21 21:11:31 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (191,212); +ref = dieresiscomb; +} +); +width = 626; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (228,212); +ref = dieresiscomb; +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (316,212); +ref = dieresiscomb; +} +); +width = 1044; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (167,200); +ref = dieresiscomb; +} +); +width = 672; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (209,200); +ref = dieresiscomb; +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (284,200); +ref = dieresiscomb; +} +); +width = 1088; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (151,180); +ref = dieresiscomb; +} +); +width = 703; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (189,180); +ref = dieresiscomb; +} +); +width = 854; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (279,180); +ref = dieresiscomb; +} +); +width = 1146; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (118,160); +ref = dieresiscomb; +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (130,160); +ref = dieresiscomb; +} +); +width = 859; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (192,160); +ref = dieresiscomb; +} +); +width = 1191; +} +); +unicode = 1260; +}, +{ +color = 0; +glyphname = "Umacron-cy"; +lastChange = "2023-04-22 20:18:18 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (-10,212); +ref = macroncomb; +} +); +width = 539; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (38,212); +ref = macroncomb; +} +); +width = 635; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (171,212); +ref = macroncomb; +} +); +width = 882; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (17,200); +ref = macroncomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (71,200); +ref = macroncomb; +} +); +width = 701; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (215,200); +ref = macroncomb; +} +); +width = 969; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (46,180); +ref = macroncomb; +} +); +width = 651; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (107,180); +ref = macroncomb; +} +); +width = 774; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (235,180); +ref = macroncomb; +} +); +width = 1010; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (82,160); +ref = macroncomb; +} +); +width = 704; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (154,160); +ref = macroncomb; +} +); +width = 848; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (332,160); +ref = macroncomb; +} +); +width = 1184; +} +); +unicode = 1262; +}, +{ +color = 4; +glyphname = "Udieresis-cy"; +lastChange = "2023-04-21 21:11:31 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (168,212); +ref = dieresiscomb; +} +); +width = 539; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (183,212); +ref = dieresiscomb; +} +); +width = 635; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (265,212); +ref = dieresiscomb; +} +); +width = 882; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (148,200); +ref = dieresiscomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (171,200); +ref = dieresiscomb; +} +); +width = 701; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (255,200); +ref = dieresiscomb; +} +); +width = 969; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (145,180); +ref = dieresiscomb; +} +); +width = 651; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (169,180); +ref = dieresiscomb; +} +); +width = 774; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (241,180); +ref = dieresiscomb; +} +); +width = 1010; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (132,160); +ref = dieresiscomb; +} +); +width = 704; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (154,160); +ref = dieresiscomb; +} +); +width = 848; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (228,160); +ref = dieresiscomb; +} +); +width = 1184; +} +); +unicode = 1264; +}, +{ +color = 4; +glyphname = "Uhungarumlaut-cy"; +lastChange = "2023-04-21 21:11:31 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (-10,212); +ref = hungarumlautcomb; +} +); +width = 539; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (38,212); +ref = hungarumlautcomb; +} +); +width = 635; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (171,212); +ref = hungarumlautcomb; +} +); +width = 882; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (17,200); +ref = hungarumlautcomb; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (71,200); +ref = hungarumlautcomb; +} +); +width = 701; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (215,200); +ref = hungarumlautcomb; +} +); +width = 969; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (46,180); +ref = hungarumlautcomb; +} +); +width = 651; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (107,180); +ref = hungarumlautcomb; +} +); +width = 774; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (235,180); +ref = hungarumlautcomb; +} +); +width = 1010; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (82,160); +ref = hungarumlautcomb; +} +); +width = 704; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (154,160); +ref = hungarumlautcomb; +} +); +width = 848; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (332,160); +ref = hungarumlautcomb; +} +); +width = 1184; +} +); +unicode = 1266; +}, +{ +color = 4; +glyphname = "Chedieresis-cy"; +lastChange = "2023-04-21 21:11:31 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (169,212); +ref = dieresiscomb; +} +); +width = 581; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (186,212); +ref = dieresiscomb; +} +); +width = 682; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (244,212); +ref = dieresiscomb; +} +); +width = 899; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (157,200); +ref = dieresiscomb; +} +); +width = 651; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (166,200); +ref = dieresiscomb; +} +); +width = 732; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (219,200); +ref = dieresiscomb; +} +); +width = 958; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (112,180); +ref = dieresiscomb; +} +); +width = 625; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (133,180); +ref = dieresiscomb; +} +); +width = 741; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (195,180); +ref = dieresiscomb; +} +); +width = 978; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (81,160); +ref = dieresiscomb; +} +); +width = 661; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (91,160); +ref = dieresiscomb; +} +); +width = 781; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (133,160); +ref = dieresiscomb; +} +); +width = 1073; +} +); +unicode = 1268; +}, +{ +color = 4; +glyphname = "Yerudieresis-cy"; +lastChange = "2023-04-21 21:11:31 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (268,212); +ref = dieresiscomb; +} +); +width = 780; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (301,212); +ref = dieresiscomb; +} +); +width = 912; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (406,212); +ref = dieresiscomb; +} +); +width = 1224; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (258,200); +ref = dieresiscomb; +} +); +width = 854; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (306,200); +ref = dieresiscomb; +} +); +width = 1012; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (388,200); +ref = dieresiscomb; +} +); +width = 1296; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (257,180); +ref = dieresiscomb; +} +); +width = 916; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (301,180); +ref = dieresiscomb; +} +); +width = 1078; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (379,180); +ref = dieresiscomb; +} +); +width = 1345; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (246,160); +ref = dieresiscomb; +} +); +width = 992; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (284,160); +ref = dieresiscomb; +} +); +width = 1168; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (375,160); +ref = dieresiscomb; +} +); +width = 1558; +} +); +unicode = 1272; +}, +{ +color = 4; +glyphname = "Hahook-cy"; +kernLeft = X_LEFT; +kernRight = X_RIGHT; +lastChange = "2023-04-25 16:49:01 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = X; +}, +{ +pos = (168,0); +ref = _part.Hook; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(231,386,l), +(26,0,l), +(74,0,l), +(279,387,l), +(59,800,l) +); +}, +{ +closed = 1; +nodes = ( +(255,383,l), +(442,31,ls), +(465,-12,o), +(477,-51,o), +(477,-83,cs), +(477,-140,o), +(440,-175,o), +(380,-175,cs), +(370,-175,l), +(370,-209,l), +(386,-209,ls), +(468,-209,o), +(519,-160,o), +(519,-81,cs), +(519,-43,o), +(506,2,o), +(481,50,cs), +(303,386,l), +(524,800,l), +(478,800,l) +); +} +); +width = 534; +}, +{ +background = { +shapes = ( +{ +ref = X; +}, +{ +pos = (269,0); +ref = _part.Hook; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(274,386,l), +(26,0,l), +(76,0,l), +(324,387,l), +(61,800,l) +); +}, +{ +closed = 1; +nodes = ( +(306,386,l), +(514,60,ls), +(547,8,o), +(565,-39,o), +(565,-77,cs), +(565,-137,o), +(523,-175,o), +(456,-175,cs), +(446,-175,l), +(446,-209,l), +(462,-209,ls), +(551,-209,o), +(607,-159,o), +(607,-80,cs), +(607,-31,o), +(587,25,o), +(550,84,cs), +(356,389,l), +(620,800,l), +(571,800,l) +); +} +); +width = 630; +}, +{ +background = { +shapes = ( +{ +ref = X; +}, +{ +pos = (505,0); +ref = _part.Hook; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(12,800,l), +(384,386,l), +(38,0,l), +(96,0,l), +(442,386,l), +(70,800,l) +); +}, +{ +closed = 1; +nodes = ( +(424,386,l), +(710,73,ls), +(756,23,o), +(780,-27,o), +(780,-72,cs), +(780,-135,o), +(725,-175,o), +(638,-175,cs), +(598,-175,l), +(598,-209,l), +(638,-209,ls), +(752,-209,o), +(823,-157,o), +(823,-73,cs), +(823,-17,o), +(795,43,o), +(742,102,cs), +(481,388,l), +(862,800,l), +(806,800,l) +); +} +); +width = 874; +}, +{ +background = { +shapes = ( +{ +pos = (170,0); +ref = _part.Hook; +}, +{ +ref = X; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(210,380,l), +(24,0,l), +(144,0,l), +(331,383,l), +(134,800,l) +); +}, +{ +closed = 1; +nodes = ( +(269,382,l), +(426,50,ls), +(453,-6,o), +(464,-42,o), +(464,-71,cs), +(464,-120,o), +(441,-146,o), +(396,-146,cs), +(382,-146,l), +(382,-238,l), +(402,-238,ls), +(511,-238,o), +(574,-179,o), +(574,-75,cs), +(574,-23,o), +(561,29,o), +(529,96,cs), +(389,390,l), +(588,800,l), +(470,800,l) +); +} +); +width = 598; +}, +{ +background = { +shapes = ( +{ +pos = (264,0); +ref = _part.Hook; +}, +{ +ref = X; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(251,384,l), +(28,0,l), +(159,0,l), +(381,385,l), +(142,800,l) +); +}, +{ +closed = 1; +nodes = ( +(316,384,l), +(497,65,ls), +(525,15,o), +(540,-27,o), +(540,-57,cs), +(540,-118,o), +(514,-144,o), +(454,-144,cs), +(444,-144,l), +(444,-240,l), +(464,-240,ls), +(588,-240,o), +(652,-175,o), +(652,-51,cs), +(652,1,o), +(633,60,o), +(598,122,cs), +(446,388,l), +(686,800,l), +(558,800,l) +); +} +); +width = 696; +}, +{ +background = { +shapes = ( +{ +pos = (516,0); +ref = _part.Hook; +}, +{ +ref = X; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(364,384,l), +(34,0,l), +(176,0,l), +(511,390,l), +(162,800,l) +); +}, +{ +closed = 1; +nodes = ( +(449,387,l), +(686,105,ls), +(751,27,o), +(785,-31,o), +(785,-64,cs), +(785,-121,o), +(745,-148,o), +(662,-148,cs), +(608,-148,l), +(608,-236,l), +(682,-236,ls), +(825,-236,o), +(899,-178,o), +(899,-68,cs), +(899,-4,o), +(858,81,o), +(777,178,cs), +(596,394,l), +(950,800,l), +(809,800,l) +); +} +); +width = 960; +}, +{ +background = { +shapes = ( +{ +ref = X; +}, +{ +pos = (162,0); +ref = _part.Hook; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(6,800,l), +(183,384,l), +(20,0,l), +(208,0,l), +(372,394,l), +(203,800,l) +); +}, +{ +closed = 1; +nodes = ( +(281,371,l), +(420,28,ls), +(434,-7,o), +(441,-34,o), +(441,-61,cs), +(441,-96,o), +(423,-118,o), +(394,-118,cs), +(384,-118,l), +(384,-266,l), +(414,-266,ls), +(544,-266,o), +(626,-187,o), +(626,-61,cs), +(626,-12,o), +(614,43,o), +(591,99,cs), +(469,390,l), +(646,800,l), +(462,800,l) +); +} +); +width = 652; +}, +{ +background = { +shapes = ( +{ +ref = X; +}, +{ +pos = (264,0); +ref = _part.Hook; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(8,800,l), +(232,386,l), +(22,0,l), +(222,0,l), +(434,390,l), +(213,800,l) +); +}, +{ +closed = 1; +nodes = ( +(341,378,l), +(509,63,ls), +(530,23,o), +(541,-13,o), +(541,-42,cs), +(541,-89,o), +(514,-118,o), +(464,-118,cs), +(444,-118,l), +(444,-266,l), +(480,-266,ls), +(633,-266,o), +(724,-170,o), +(724,-37,cs), +(724,20,o), +(707,84,o), +(672,150,cs), +(542,392,l), +(766,800,l), +(572,800,l) +); +} +); +width = 774; +}, +{ +background = { +shapes = ( +{ +ref = X; +}, +{ +pos = (517,0); +ref = _part.Hook; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(8,800,l), +(348,382,l), +(30,0,l), +(249,0,l), +(572,388,l), +(237,800,l) +); +}, +{ +closed = 1; +nodes = ( +(458,384,l), +(709,71,ls), +(740,33,o), +(755,-4,o), +(755,-35,cs), +(755,-92,o), +(716,-121,o), +(641,-121,cs), +(601,-121,l), +(601,-263,l), +(661,-263,ls), +(832,-263,o), +(940,-175,o), +(940,-34,cs), +(940,34,o), +(912,110,o), +(852,184,cs), +(682,395,l), +(1022,800,l), +(808,800,l) +); +} +); +width = 1030; +}, +{ +background = { +shapes = ( +{ +ref = X; +}, +{ +pos = (118,0); +ref = _part.Hook; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(4,800,l), +(130,386,l), +(12,0,l), +(294,0,l), +(396,392,l), +(307,800,l) +); +}, +{ +closed = 1; +nodes = ( +(302,372,l), +(380,14,ls), +(383,-2,o), +(385,-15,o), +(385,-28,cs), +(385,-43,o), +(380,-52,o), +(372,-52,cs), +(368,-52,l), +(368,-272,l), +(408,-272,ls), +(572,-272,o), +(675,-175,o), +(675,-20,cs), +(675,16,o), +(669,56,o), +(656,98,cs), +(568,386,l), +(694,800,l), +(416,800,l) +); +} +); +width = 698; +}, +{ +background = { +shapes = ( +{ +ref = X; +}, +{ +pos = (220,0); +ref = _part.Hook; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(4,800,l), +(150,386,l), +(12,0,l), +(344,0,l), +(466,392,l), +(361,800,l) +); +}, +{ +closed = 1; +nodes = ( +(372,372,l), +(461,32,ls), +(465,15,o), +(468,0,o), +(468,-13,cs), +(468,-38,o), +(459,-52,o), +(442,-52,cs), +(438,-52,l), +(438,-272,l), +(488,-272,ls), +(681,-272,o), +(802,-167,o), +(802,1,cs), +(802,45,o), +(793,92,o), +(775,143,cs), +(688,386,l), +(834,800,l), +(506,800,l) +); +} +); +width = 838; +}, +{ +background = { +shapes = ( +{ +ref = X; +}, +{ +pos = (482,0); +ref = _part.Hook; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(4,800,l), +(238,376,l), +(12,0,l), +(446,0,l), +(666,390,l), +(462,800,l) +); +}, +{ +closed = 1; +nodes = ( +(510,386,l), +(670,58,ls), +(683,31,o), +(690,8,o), +(690,-10,cs), +(690,-37,o), +(675,-52,o), +(646,-52,cs), +(642,-52,l), +(642,-272,l), +(721,-272,ls), +(963,-272,o), +(1099,-163,o), +(1099,4,cs), +(1099,72,o), +(1076,151,o), +(1028,235,cs), +(936,396,l), +(1170,800,l), +(744,800,l) +); +} +); +width = 1174; +} +); +metricLeft = "=TNGU*2"; +metricRight = "=TNGU*2"; +unicode = 1276; +}, +{ +color = 4; +glyphname = "Elhook-cy"; +lastChange = "2023-04-25 16:49:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (210,0); +ref = _part.Hook; +} +); +width = 645; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (309,0); +ref = _part.Hook; +} +); +width = 756; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (561,0); +ref = _part.Hook; +} +); +width = 1019; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (194,0); +ref = _part.Hook; +} +); +width = 695; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (300,0); +ref = _part.Hook; +} +); +width = 816; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (576,0); +ref = _part.Hook; +} +); +width = 1092; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (170,0); +ref = _part.Hook; +} +); +width = 704; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (286,0); +ref = _part.Hook; +} +); +width = 837; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (524,0); +ref = _part.Hook; +} +); +width = 1092; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (112,0); +ref = _part.Hook; +} +); +width = 715; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (224,0); +ref = _part.Hook; +} +); +width = 865; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +pos = (464,0); +ref = _part.Hook; +} +); +width = 1179; +} +); +unicode = 1298; +}, +{ +color = 4; +glyphname = "Gestroke-cy.loclBSH"; +lastChange = "2023-04-29 13:54:41 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-70,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (135,32); +ref = _part.Gestroke.loclBSH; +} +); +width = 470; +}, +{ +background = { +shapes = ( +{ +pos = (-80,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (146,32); +ref = _part.Gestroke.loclBSH; +} +); +width = 551; +}, +{ +background = { +shapes = ( +{ +pos = (-120,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (157,32); +ref = _part.Gestroke.loclBSH; +} +); +width = 733; +}, +{ +background = { +shapes = ( +{ +pos = (-60,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (207,-8); +ref = _part.Gestroke.loclBSH; +} +); +width = 510; +}, +{ +background = { +shapes = ( +{ +pos = (-80,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (218,-8); +ref = _part.Gestroke.loclBSH; +} +); +width = 601; +}, +{ +background = { +shapes = ( +{ +pos = (-120,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (218,-8); +ref = _part.Gestroke.loclBSH; +} +); +width = 791; +}, +{ +background = { +shapes = ( +{ +pos = (-60,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (248,-38); +ref = _part.Gestroke.loclBSH; +} +); +width = 525; +}, +{ +background = { +shapes = ( +{ +pos = (-70,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (259,-38); +ref = _part.Gestroke.loclBSH; +} +); +width = 617; +}, +{ +background = { +shapes = ( +{ +pos = (-120,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (270,-38); +ref = _part.Gestroke.loclBSH; +} +); +width = 818; +}, +{ +background = { +shapes = ( +{ +pos = (-40,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (321,-78); +ref = _part.Gestroke.loclBSH; +} +); +width = 557; +}, +{ +background = { +shapes = ( +{ +pos = (-60,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (369,-78); +ref = _part.Gestroke.loclBSH; +} +); +width = 661; +}, +{ +background = { +shapes = ( +{ +pos = (-100,0); +ref = "Gestroke-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "Ge-cy"; +}, +{ +pos = (453,-78); +ref = _part.Gestroke.loclBSH; +} +); +width = 907; +} +); +}, +{ +color = 4; +glyphname = "Zedescender-cy.loclBSH"; +lastChange = "2023-04-26 14:02:51 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (-26,0); +ref = cedillacomb; +} +); +width = 547; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (21,0); +ref = cedillacomb; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (136,0); +ref = cedillacomb; +} +); +width = 872; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (-2,0); +ref = cedillacomb; +} +); +width = 595; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (52,0); +ref = cedillacomb; +} +); +width = 704; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (173,0); +ref = cedillacomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (14,0); +ref = cedillacomb; +} +); +width = 628; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (72,0); +ref = cedillacomb; +} +); +width = 743; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (192,0); +ref = cedillacomb; +} +); +width = 984; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (53,0); +ref = cedillacomb; +} +); +width = 705; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (120,0); +ref = cedillacomb; +} +); +width = 839; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (284,0); +ref = cedillacomb; +} +); +width = 1167; +} +); +}, +{ +color = 4; +glyphname = "Esdescender-cy.loclBSH"; +lastChange = "2023-04-28 17:37:13 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 626; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1044; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 672; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1088; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 703; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 854; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1146; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 859; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1191; +} +); +}, +{ +color = 4; +glyphname = "Esdescender-cy.loclCHU"; +lastChange = "2023-04-26 12:49:04 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 626; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1044; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 672; +}, +{ +layerId = m01; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1088; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 703; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 854; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1146; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 859; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1191; +} +); +}, +{ +color = 0; +export = 0; +glyphname = "Yat-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1122; +}, +{ +color = 0; +export = 0; +glyphname = "Fita-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1138; +}, +{ +color = 0; +export = 0; +glyphname = "Izhitsa-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1140; +}, +{ +color = 0; +export = 0; +glyphname = "Kaverticalstroke-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1180; +}, +{ +color = 0; +export = 0; +glyphname = "Kastroke-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1182; +}, +{ +color = 0; +export = 0; +glyphname = "Kabashkir-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1184; +}, +{ +color = 0; +export = 0; +glyphname = "EnGe-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1188; +}, +{ +color = 0; +export = 0; +glyphname = "Haabkhasian-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1192; +}, +{ +color = 0; +export = 0; +glyphname = "Tetse-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1204; +}, +{ +color = 0; +export = 0; +glyphname = "Cheverticalstroke-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1208; +}, +{ +color = 0; +export = 0; +glyphname = "Eltail-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1221; +}, +{ +color = 0; +export = 0; +glyphname = "Entail-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1225; +}, +{ +color = 0; +export = 0; +glyphname = "Emtail-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1229; +}, +{ +color = 0; +export = 0; +glyphname = "Schwa-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1240; +}, +{ +color = 0; +export = 0; +glyphname = "Schwadieresis-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1242; +}, +{ +color = 0; +export = 0; +glyphname = "Dzeabkhasian-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1248; +}, +{ +color = 0; +export = 0; +glyphname = "Obarred-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1256; +}, +{ +color = 0; +export = 0; +glyphname = "Obarreddieresis-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1258; +}, +{ +color = 0; +export = 0; +glyphname = "Reversedze-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1296; +}, +{ +color = 0; +export = 0; +glyphname = "We-cy"; +lastChange = "2026-03-24 21:10:18 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1308; +}, +{ +glyphname = "a-cy"; +kernLeft = a_left; +kernRight = n_right; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = a; +} +); +width = 651; +}, +{ +layerId = m002; +shapes = ( +{ +ref = a; +} +); +width = 685; +}, +{ +layerId = m003; +shapes = ( +{ +ref = a; +} +); +width = 858; +}, +{ +layerId = m004; +shapes = ( +{ +ref = a; +} +); +width = 912; +}, +{ +layerId = m005; +shapes = ( +{ +ref = a; +} +); +width = 558; +}, +{ +layerId = m006; +shapes = ( +{ +ref = a; +} +); +width = 578; +}, +{ +layerId = m007; +shapes = ( +{ +ref = a; +} +); +width = 603; +}, +{ +layerId = m008; +shapes = ( +{ +ref = a; +} +); +width = 727; +}, +{ +layerId = m009; +shapes = ( +{ +ref = a; +} +); +width = 516; +}, +{ +layerId = m010; +shapes = ( +{ +ref = a; +} +); +width = 804; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = a; +} +); +width = 993; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = a; +} +); +width = 619; +} +); +unicode = 1072; +}, +{ +glyphname = "be-cy"; +kernRight = rnd_right; +lastChange = "2022-12-12 12:10:29 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (5,0); +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(542,-16,o), +(662,103,o), +(662,282,cs), +(662,458,o), +(550,576,o), +(382,576,cs), +(295,576,o), +(225,544,o), +(186,486,c), +(172,486,l), +(189,618,o), +(253,683,o), +(373,688,cs), +(478,692,ls), +(594,696,o), +(637,722,o), +(642,850,c), +(532,850,l), +(530,816,o), +(519,804,o), +(478,802,cs), +(373,798,ls), +(159,790,o), +(58,646,o), +(58,350,cs), +(58,116,o), +(167,-16,o), +(361,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(249,88,o), +(178,162,o), +(178,282,cs), +(178,402,o), +(249,476,o), +(365,476,cs), +(481,476,o), +(552,402,o), +(552,282,cs), +(552,162,o), +(481,88,o), +(365,88,cs) +); +} +); +width = 715; +}, +{ +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(558,-20,o), +(685,105,o), +(685,292,cs), +(685,466,o), +(572,582,o), +(403,582,cs), +(330,582,o), +(264,555,o), +(228,512,c), +(209,512,l), +(230,618,o), +(282,665,o), +(382,670,cs), +(481,675,ls), +(620,682,o), +(663,718,o), +(669,866,c), +(501,866,l), +(499,840,o), +(489,831,o), +(461,830,cs), +(382,826,ls), +(151,814,o), +(41,665,o), +(41,360,cs), +(41,117,o), +(159,-20,o), +(368,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(277,140,o), +(223,197,o), +(223,290,cs), +(223,383,o), +(277,440,o), +(367,440,cs), +(456,440,o), +(511,383,o), +(511,290,cs), +(511,197,o), +(456,140,o), +(367,140,cs) +); +} +); +width = 722; +}, +{ +background = { +shapes = ( +{ +pos = (4,0); +ref = o; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(739,-16,o), +(898,97,o), +(898,282,cs), +(898,464,o), +(750,576,o), +(509,576,cs), +(377,576,o), +(272,546,o), +(196,486,c), +(177,486,l), +(199,629,o), +(285,684,o), +(496,690,cs), +(673,695,ls), +(793,698,o), +(853,722,o), +(860,850,c), +(748,850,l), +(745,816,o), +(730,805,o), +(673,803,cs), +(496,798,ls), +(176,789,o), +(58,669,o), +(58,350,cs), +(58,116,o), +(210,-16,o), +(479,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(292,80,o), +(184,153,o), +(184,282,cs), +(184,411,o), +(292,484,o), +(485,484,cs), +(678,484,o), +(786,411,o), +(786,282,cs), +(786,153,o), +(678,80,o), +(485,80,cs) +); +} +); +width = 951; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(766,-20,o), +(910,86,o), +(910,292,cs), +(910,478,o), +(774,582,o), +(531,582,cs), +(413,582,o), +(333,561,o), +(266,512,c), +(241,512,l), +(262,628,o), +(323,666,o), +(503,672,cs), +(656,677,ls), +(823,682,o), +(881,718,o), +(889,866,c), +(683,866,l), +(680,840,o), +(660,831,o), +(629,830,cs), +(503,826,ls), +(169,816,o), +(46,691,o), +(46,360,cs), +(46,102,o), +(187,-20,o), +(486,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(317,132,o), +(239,183,o), +(239,290,cs), +(239,397,o), +(317,448,o), +(482,448,cs), +(648,448,o), +(726,397,o), +(726,290,cs), +(726,183,o), +(648,132,o), +(482,132,cs) +); +} +); +width = 952; +}, +{ +background = { +shapes = ( +{ +pos = (18,0); +ref = o; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(465,-16,o), +(561,97,o), +(561,282,cs), +(561,464,o), +(471,576,o), +(325,576,cs), +(252,576,o), +(194,544,o), +(164,486,c), +(153,486,l), +(167,616,o), +(223,687,o), +(318,692,cs), +(401,696,ls), +(501,701,o), +(539,730,o), +(543,850,c), +(437,850,l), +(435,816,o), +(426,804,o), +(392,802,cs), +(318,798,ls), +(138,788,o), +(53,645,o), +(53,350,cs), +(53,116,o), +(144,-16,o), +(308,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(220,86,o), +(169,157,o), +(169,282,cs), +(169,407,o), +(220,478,o), +(311,478,cs), +(402,478,o), +(453,407,o), +(453,282,cs), +(453,157,o), +(402,86,o), +(311,86,cs) +); +} +); +width = 609; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(482,-20,o), +(578,92,o), +(578,292,cs), +(578,472,o), +(491,582,o), +(350,582,cs), +(293,582,o), +(242,555,o), +(217,512,c), +(201,512,l), +(210,616,o), +(252,666,o), +(332,671,cs), +(396,675,ls), +(513,682,o), +(559,718,o), +(565,866,c), +(402,866,l), +(401,840,o), +(392,832,o), +(369,830,cs), +(312,825,ls), +(123,808,o), +(34,660,o), +(34,360,cs), +(34,109,o), +(128,-20,o), +(311,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,134,o), +(210,187,o), +(210,290,cs), +(210,393,o), +(244,446,o), +(309,446,cs), +(374,446,o), +(408,393,o), +(408,290,cs), +(408,187,o), +(374,134,o), +(309,134,cs) +); +} +); +width = 609; +}, +{ +background = { +shapes = ( +{ +pos = (4,0); +ref = o; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(501,-12,o), +(604,100,o), +(604,282,cs), +(604,464,o), +(504,576,o), +(340,576,cs), +(229,576,o), +(145,523,o), +(111,432,c), +(101,432,l), +(119,617,o), +(200,715,o), +(340,719,cs), +(469,723,ls), +(538,725,o), +(576,751,o), +(576,820,c), +(535,820,l), +(535,781,o), +(506,766,o), +(459,764,cs), +(338,760,ls), +(153,754,o), +(58,608,o), +(58,330,cs), +(58,111,o), +(157,-12,o), +(332,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,24,o), +(109,122,o), +(109,282,cs), +(109,442,o), +(196,540,o), +(338,540,cs), +(478,540,o), +(563,442,o), +(563,282,cs), +(563,122,o), +(476,24,o), +(334,24,cs) +); +} +); +width = 657; +}, +{ +background = { +shapes = ( +{ +pos = (1,0); +ref = o; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(607,-26,o), +(740,88,o), +(740,282,cs), +(740,461,o), +(635,566,o), +(456,566,cs), +(385,566,o), +(325,546,o), +(293,511,c), +(273,511,l), +(283,574,o), +(326,604,o), +(418,609,cs), +(506,614,ls), +(667,624,o), +(719,684,o), +(729,870,c), +(474,870,l), +(474,852,o), +(463,844,o), +(442,842,cs), +(368,836,ls), +(137,817,o), +(20,664,o), +(20,381,cs), +(20,111,o), +(142,-26,o), +(383,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(356,214,o), +(344,236,o), +(344,288,cs), +(344,340,o), +(356,362,o), +(382,362,cs), +(408,362,o), +(420,340,o), +(420,288,cs), +(420,236,o), +(408,214,o), +(382,214,cs) +); +} +); +width = 758; +}, +{ +background = { +shapes = ( +{ +pos = (5,0); +ref = o; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(431,-12,o), +(513,94,o), +(513,282,cs), +(513,470,o), +(433,576,o), +(292,576,cs), +(196,576,o), +(133,529,o), +(103,442,c), +(95,442,l), +(113,622,o), +(180,717,o), +(290,721,cs), +(399,725,ls), +(457,727,o), +(489,751,o), +(489,820,c), +(451,820,l), +(451,781,o), +(430,766,o), +(391,764,cs), +(289,760,ls), +(133,754,o), +(53,608,o), +(53,330,cs), +(53,104,o), +(132,-12,o), +(286,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(169,24,o), +(103,117,o), +(103,282,cs), +(103,447,o), +(170,540,o), +(290,540,cs), +(406,540,o), +(473,447,o), +(473,282,cs), +(473,117,o), +(405,24,o), +(286,24,cs) +); +} +); +width = 561; +}, +{ +background = { +shapes = ( +{ +pos = (6,0); +ref = o; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(689,-12,o), +(825,94,o), +(825,282,cs), +(825,470,o), +(691,576,o), +(456,576,cs), +(295,576,o), +(179,524,o), +(129,432,c), +(115,432,l), +(139,629,o), +(242,715,o), +(457,719,cs), +(651,723,ls), +(743,725,o), +(781,751,o), +(785,820,c), +(743,820,l), +(743,781,o), +(706,766,o), +(637,764,cs), +(455,760,ls), +(182,754,o), +(65,625,o), +(65,330,cs), +(65,104,o), +(195,-12,o), +(451,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,24,o), +(123,117,o), +(123,282,cs), +(123,447,o), +(242,540,o), +(456,540,cs), +(664,540,o), +(783,447,o), +(783,282,cs), +(783,117,o), +(662,24,o), +(450,24,cs) +); +} +); +width = 884; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(851,-26,o), +(1020,79,o), +(1020,282,cs), +(1020,469,o), +(886,566,o), +(626,566,cs), +(516,566,o), +(434,546,o), +(389,511,c), +(361,511,l), +(375,577,o), +(432,603,o), +(573,609,cs), +(695,614,ls), +(919,623,o), +(991,684,o), +(1005,870,c), +(651,870,l), +(651,852,o), +(635,844,o), +(606,842,cs), +(503,836,ls), +(165,816,o), +(20,680,o), +(20,381,cs), +(20,104,o), +(181,-26,o), +(524,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(459,214,o), +(426,239,o), +(426,288,cs), +(426,337,o), +(459,362,o), +(523,362,cs), +(587,362,o), +(620,337,o), +(620,288,cs), +(620,239,o), +(587,214,o), +(523,214,cs) +); +} +); +width = 1038; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(513,-26,o), +(620,86,o), +(620,286,cs), +(620,465,o), +(538,574,o), +(403,574,cs), +(340,574,o), +(294,553,o), +(268,511,c), +(251,511,l), +(260,579,o), +(294,613,o), +(352,619,cs), +(425,626,ls), +(559,639,o), +(603,684,o), +(611,870,c), +(398,870,l), +(398,852,o), +(389,844,o), +(372,842,cs), +(310,836,ls), +(118,817,o), +(20,664,o), +(20,381,cs), +(20,111,o), +(122,-26,o), +(323,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,194,o), +(295,220,o), +(295,292,cs), +(295,364,o), +(302,390,o), +(322,390,cs), +(341,390,o), +(348,364,o), +(348,292,cs), +(348,220,o), +(341,194,o), +(322,194,cs) +); +} +); +width = 638; +} +); +metricLeft = "=RND*1.1"; +metricRight = RND; +unicode = 1073; +}, +{ +glyphname = "ve-cy"; +kernLeft = sqr_left; +kernRight = ve_right; +lastChange = "2022-11-26 18:35:03 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(376,0,ls), +(510,0,o), +(586,60,o), +(586,168,cs), +(586,232,o), +(550,284,o), +(490,304,c), +(490,316,l), +(543,335,o), +(576,379,o), +(576,432,cs), +(576,540,o), +(502,600,o), +(370,600,cs), +(96,600,l), +(96,0,l) +); +}, +{ +closed = 1; +nodes = ( +(206,254,l), +(376,254,ls), +(440,254,o), +(476,227,o), +(476,178,cs), +(476,129,o), +(440,102,o), +(376,102,cs), +(206,102,l) +); +}, +{ +closed = 1; +nodes = ( +(206,498,l), +(370,498,ls), +(434,498,o), +(470,471,o), +(470,424,cs), +(470,377,o), +(434,350,o), +(370,350,cs), +(206,350,l) +); +} +); +width = 639; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(390,0,ls), +(546,0,o), +(634,66,o), +(634,182,cs), +(634,249,o), +(599,298,o), +(536,317,c), +(536,333,l), +(590,354,o), +(620,396,o), +(620,450,cs), +(620,559,o), +(534,620,o), +(380,620,cs), +(66,620,l), +(66,0,l) +); +}, +{ +closed = 1; +nodes = ( +(242,250,l), +(390,250,ls), +(435,250,o), +(458,232,o), +(458,196,cs), +(458,160,o), +(435,142,o), +(390,142,cs), +(242,142,l) +); +}, +{ +closed = 1; +nodes = ( +(242,478,l), +(380,478,ls), +(425,478,o), +(448,460,o), +(448,425,cs), +(448,390,o), +(425,372,o), +(380,372,cs), +(242,372,l) +); +} +); +width = 671; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(538,0,ls), +(701,0,o), +(778,52,o), +(778,164,cs), +(778,237,o), +(741,281,o), +(662,304,c), +(662,316,l), +(731,335,o), +(764,373,o), +(764,436,cs), +(764,548,o), +(688,600,o), +(528,600,cs), +(96,600,l), +(96,0,l) +); +}, +{ +closed = 1; +nodes = ( +(206,256,l), +(536,256,ls), +(624,256,o), +(666,230,o), +(666,176,cs), +(666,122,o), +(624,96,o), +(536,96,cs), +(206,96,l) +); +}, +{ +closed = 1; +nodes = ( +(206,504,l), +(526,504,ls), +(614,504,o), +(656,479,o), +(656,426,cs), +(656,373,o), +(614,348,o), +(526,348,cs), +(206,348,l) +); +} +); +width = 831; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(566,0,ls), +(743,0,o), +(836,62,o), +(836,182,cs), +(836,253,o), +(796,299,o), +(718,317,c), +(718,333,l), +(784,353,o), +(818,393,o), +(818,450,cs), +(818,562,o), +(726,620,o), +(552,620,cs), +(76,620,l), +(76,0,l) +); +}, +{ +closed = 1; +nodes = ( +(256,250,l), +(566,250,ls), +(626,250,o), +(654,232,o), +(654,194,cs), +(654,156,o), +(626,138,o), +(566,138,cs), +(256,138,l) +); +}, +{ +closed = 1; +nodes = ( +(256,482,l), +(552,482,ls), +(612,482,o), +(640,464,o), +(640,427,cs), +(640,390,o), +(612,372,o), +(552,372,cs), +(256,372,l) +); +} +); +width = 878; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(306,0,ls), +(426,0,o), +(500,64,o), +(500,168,cs), +(500,231,o), +(467,282,o), +(412,304,c), +(412,316,l), +(460,336,o), +(490,381,o), +(490,432,cs), +(490,536,o), +(418,600,o), +(300,600,cs), +(86,600,l), +(86,0,l) +); +}, +{ +closed = 1; +nodes = ( +(196,254,l), +(308,254,ls), +(362,254,o), +(392,227,o), +(392,178,cs), +(392,129,o), +(362,102,o), +(308,102,cs), +(196,102,l) +); +}, +{ +closed = 1; +nodes = ( +(196,498,l), +(302,498,ls), +(356,498,o), +(386,471,o), +(386,424,cs), +(386,377,o), +(356,350,o), +(302,350,cs), +(196,350,l) +); +} +); +width = 548; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(314,0,ls), +(450,0,o), +(534,66,o), +(534,182,cs), +(534,249,o), +(499,298,o), +(446,317,c), +(446,333,l), +(490,354,o), +(520,396,o), +(520,450,cs), +(520,559,o), +(438,620,o), +(304,620,cs), +(56,620,l), +(56,0,l) +); +}, +{ +closed = 1; +nodes = ( +(230,250,l), +(314,250,ls), +(339,250,o), +(362,232,o), +(362,196,cs), +(362,160,o), +(339,142,o), +(314,142,cs), +(230,142,l) +); +}, +{ +closed = 1; +nodes = ( +(230,478,l), +(304,478,ls), +(329,478,o), +(352,460,o), +(352,425,cs), +(352,390,o), +(329,372,o), +(304,372,cs), +(230,372,l) +); +} +); +width = 565; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(347,0,ls), +(469,0,o), +(538,57,o), +(538,157,cs), +(538,225,o), +(503,274,o), +(440,294,c), +(440,304,l), +(496,320,o), +(528,366,o), +(528,432,cs), +(528,532,o), +(460,588,o), +(338,588,cs), +(96,588,l), +(96,0,l) +); +}, +{ +closed = 1; +nodes = ( +(136,278,l), +(347,278,ls), +(443,278,o), +(497,234,o), +(497,157,cs), +(497,80,o), +(443,36,o), +(347,36,cs), +(136,36,l) +); +}, +{ +closed = 1; +nodes = ( +(136,552,l), +(338,552,ls), +(434,552,o), +(488,509,o), +(488,432,cs), +(488,355,o), +(434,312,o), +(338,312,cs), +(136,312,l) +); +} +); +width = 591; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(454,0,ls), +(611,0,o), +(692,61,o), +(692,180,cs), +(692,258,o), +(655,309,o), +(582,329,c), +(582,349,l), +(643,371,o), +(674,414,o), +(674,476,cs), +(674,584,o), +(593,640,o), +(436,640,cs), +(32,640,l), +(32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(340,286,l), +(358,286,ls), +(378,286,o), +(386,270,o), +(386,232,cs), +(386,194,o), +(378,178,o), +(358,178,cs), +(340,178,l) +); +}, +{ +closed = 1; +nodes = ( +(340,462,l), +(354,462,ls), +(374,462,o), +(382,447,o), +(382,412,cs), +(382,377,o), +(374,362,o), +(354,362,cs), +(340,362,l) +); +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(282,0,ls), +(391,0,o), +(458,60,o), +(458,157,cs), +(458,222,o), +(422,274,o), +(364,294,c), +(364,304,l), +(417,320,o), +(450,369,o), +(450,432,cs), +(450,529,o), +(383,588,o), +(275,588,cs), +(86,588,l), +(86,0,l) +); +}, +{ +closed = 1; +nodes = ( +(126,279,l), +(282,279,ls), +(366,279,o), +(418,233,o), +(418,157,cs), +(418,81,o), +(366,34,o), +(282,34,cs), +(126,34,l) +); +}, +{ +closed = 1; +nodes = ( +(126,554,l), +(275,554,ls), +(359,554,o), +(411,508,o), +(411,432,cs), +(411,357,o), +(359,311,o), +(275,311,cs), +(126,311,l) +); +} +); +width = 506; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,ls), +(646,0,o), +(722,57,o), +(722,157,cs), +(722,227,o), +(681,276,o), +(608,294,c), +(608,304,l), +(675,320,o), +(712,366,o), +(712,432,cs), +(712,532,o), +(636,588,o), +(502,588,cs), +(106,588,l), +(106,0,l) +); +}, +{ +closed = 1; +nodes = ( +(146,279,l), +(510,279,ls), +(619,279,o), +(680,235,o), +(680,157,cs), +(680,78,o), +(619,34,o), +(510,34,cs), +(146,34,l) +); +}, +{ +closed = 1; +nodes = ( +(146,554,l), +(502,554,ls), +(611,554,o), +(672,510,o), +(672,432,cs), +(672,355,o), +(611,311,o), +(502,311,cs), +(146,311,l) +); +} +); +width = 781; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,0,ls), +(866,0,o), +(954,61,o), +(954,180,cs), +(954,264,o), +(903,317,o), +(804,337,c), +(804,357,l), +(887,379,o), +(930,424,o), +(930,488,cs), +(930,588,o), +(842,640,o), +(672,640,cs), +(32,640,l), +(32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(428,286,l), +(492,286,ls), +(530,286,o), +(550,268,o), +(550,232,cs), +(550,196,o), +(530,178,o), +(492,178,cs), +(428,178,l) +); +}, +{ +closed = 1; +nodes = ( +(428,462,l), +(482,462,ls), +(520,462,o), +(540,445,o), +(540,412,cs), +(540,379,o), +(520,362,o), +(482,362,cs), +(428,362,l) +); +} +); +width = 972; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(354,0,ls), +(511,0,o), +(592,61,o), +(592,180,cs), +(592,258,o), +(555,309,o), +(482,329,c), +(482,349,l), +(543,371,o), +(574,414,o), +(574,476,cs), +(574,584,o), +(493,640,o), +(336,640,cs), +(32,640,l), +(32,0,l) +); +}, +{ +closed = 1; +nodes = ( +(290,286,l), +(306,286,ls), +(326,286,o), +(334,270,o), +(334,232,cs), +(334,194,o), +(326,178,o), +(306,178,cs), +(290,178,l) +); +}, +{ +closed = 1; +nodes = ( +(290,462,l), +(302,462,ls), +(322,462,o), +(330,447,o), +(330,412,cs), +(330,377,o), +(322,362,o), +(302,362,cs), +(290,362,l) +); +} +); +width = 610; +} +); +metricLeft = "=n"; +metricRight = o; +unicode = 1074; +}, +{ +glyphname = "ge-cy"; +kernLeft = sqr_left; +kernRight = ge_cy_right; +lastChange = "2023-04-29 14:03:33 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (196,0); +}, +{ +name = leftcenter; +pos = (96,290); +}, +{ +name = leftcenterinner; +pos = (204,290); +}, +{ +name = top; +pos = (301,600); +}, +{ +name = topright; +pos = (506,600); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 300; +}; +pos = (190,0); +ref = "_part.bar-top"; +} +); +width = 522; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (166,0); +}, +{ +name = leftcenter; +pos = (66,280); +}, +{ +name = leftcenterinner; +pos = (244,280); +}, +{ +name = top; +pos = (306,620); +}, +{ +name = topright; +pos = (546,620); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 300; +}; +pos = (235,0); +ref = "_part.bar-top"; +} +); +width = 557; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (226,0); +}, +{ +name = leftcenter; +pos = (96,290); +}, +{ +name = leftcenterinner; +pos = (204,290); +}, +{ +name = top; +pos = (391,600); +}, +{ +name = topright; +pos = (686,600); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 480; +}; +pos = (190,0); +ref = "_part.bar-top"; +} +); +width = 702; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (204,0); +}, +{ +name = leftcenter; +pos = (76,280); +}, +{ +name = leftcenterinner; +pos = (254,280); +}, +{ +name = top; +pos = (396,620); +}, +{ +name = topright; +pos = (716,620); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 460; +}; +pos = (243,0); +ref = "_part.bar-top"; +} +); +width = 729; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (171,0); +}, +{ +name = leftcenter; +pos = (86,290); +}, +{ +name = leftcenterinner; +pos = (194,290); +}, +{ +name = top; +pos = (261,600); +}, +{ +name = topright; +pos = (436,600); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 240; +}; +pos = (182,0); +ref = "_part.bar-top"; +} +); +width = 450; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (140,0); +}, +{ +name = leftcenter; +pos = (56,280); +}, +{ +name = leftcenterinner; +pos = (234,280); +}, +{ +name = top; +pos = (256,620); +}, +{ +name = topright; +pos = (456,620); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 220; +}; +pos = (227,0); +ref = "_part.bar-top"; +} +); +width = 465; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (194,0); +}, +{ +name = leftcenter; +pos = (96,294); +}, +{ +name = leftcenterinner; +pos = (134,294); +}, +{ +name = top; +pos = (286,588); +}, +{ +name = topright; +pos = (476,588); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 340; +}; +pos = (120,0); +ref = "_part.bar-top"; +} +); +width = 492; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (113,0); +}, +{ +name = leftcenter; +pos = (32,240); +}, +{ +name = leftcenterinner; +pos = (350,240); +}, +{ +name = top; +pos = (323,640); +}, +{ +name = topright; +pos = (614,640); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 260; +}; +pos = (345,0); +ref = "_part.bar-top"; +} +); +width = 619; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (166,0); +}, +{ +name = leftcenter; +pos = (86,294); +}, +{ +name = leftcenterinner; +pos = (124,294); +}, +{ +name = top; +pos = (246,588); +}, +{ +name = topright; +pos = (416,588); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 280; +}; +pos = (112,0); +ref = "_part.bar-top"; +} +); +width = 420; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (215,0); +}, +{ +name = leftcenter; +pos = (106,294); +}, +{ +name = leftcenterinner; +pos = (144,294); +}, +{ +name = top; +pos = (376,588); +}, +{ +name = topright; +pos = (646,588); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 500; +}; +pos = (128,0); +ref = "_part.bar-top"; +} +); +width = 664; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (179,0); +}, +{ +name = leftcenter; +pos = (32,240); +}, +{ +name = leftcenterinner; +pos = (430,240); +}, +{ +name = top; +pos = (443,640); +}, +{ +name = topright; +pos = (854,640); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 420; +}; +pos = (425,0); +ref = "_part.bar-top"; +} +); +width = 859; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (109,0); +}, +{ +name = leftcenter; +pos = (32,250); +}, +{ +name = leftcenterinner; +pos = (302,250); +}, +{ +name = top; +pos = (279,640); +}, +{ +name = topright; +pos = (526,640); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 220; +}; +pos = (297,0); +ref = "_part.bar-top"; +} +); +width = 531; +} +); +unicode = 1075; +}, +{ +color = 4; +glyphname = "gje-cy"; +lastChange = "2023-04-28 14:31:58 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (-54,0); +ref = acutecomb; +} +); +width = 420; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (-14,0); +ref = acutecomb; +} +); +width = 492; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (76,0); +ref = acutecomb; +} +); +width = 664; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (-39,0); +ref = acutecomb; +} +); +width = 450; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (1,0); +ref = acutecomb; +} +); +width = 522; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (91,0); +ref = acutecomb; +} +); +width = 702; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (-44,0); +ref = acutecomb; +} +); +width = 465; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (6,0); +ref = acutecomb; +} +); +width = 557; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (96,0); +ref = acutecomb; +} +); +width = 729; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (-21,0); +ref = acutecomb; +} +); +width = 531; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (23,0); +ref = acutecomb; +} +); +width = 619; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (143,0); +ref = acutecomb; +} +); +width = 859; +} +); +unicode = 1107; +}, +{ +glyphname = "geupturn-cy"; +kernLeft = sqr_left; +kernRight = ge_cy_right; +lastChange = "2023-01-17 12:21:49 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (380,588); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 420; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (440,588); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 492; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (610,588); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 664; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (332,600); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 450; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (402,600); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 522; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (582,600); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 702; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (288,620); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 465; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (378,620); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 557; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (548,620); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 729; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (276,640); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 531; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (314,640); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 619; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +anchor = topright; +pos = (514,640); +ref = _tail.descender; +scale = (1,-1); +} +); +width = 859; +} +); +unicode = 1169; +}, +{ +color = 4; +glyphname = "gedescender-cy"; +lastChange = "2023-04-21 21:11:49 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-340,0); +ref = "tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (166,0); +ref = _tail.descender; +} +); +width = 420; +}, +{ +background = { +shapes = ( +{ +pos = (-410,0); +ref = "tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (194,0); +ref = _tail.descender; +} +); +width = 492; +}, +{ +background = { +shapes = ( +{ +pos = (-586,0); +ref = "tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (215,0); +ref = _tail.descender; +} +); +width = 664; +}, +{ +background = { +shapes = ( +{ +pos = (-310,0); +ref = "tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (171,0); +ref = _tail.descender; +} +); +width = 450; +}, +{ +background = { +shapes = ( +{ +pos = (-388,0); +ref = "tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (196,0); +ref = _tail.descender; +} +); +width = 522; +}, +{ +background = { +shapes = ( +{ +pos = (-584,0); +ref = "tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (226,0); +ref = _tail.descender; +} +); +width = 702; +}, +{ +background = { +shapes = ( +{ +pos = (-306,0); +ref = "tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (140,0); +ref = _tail.descender; +} +); +width = 465; +}, +{ +background = { +shapes = ( +{ +pos = (-396,0); +ref = "tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (166,0); +ref = _tail.descender; +} +); +width = 557; +}, +{ +background = { +shapes = ( +{ +pos = (-592,0); +ref = "tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (204,0); +ref = _tail.descender; +} +); +width = 729; +}, +{ +background = { +shapes = ( +{ +pos = (-296,0); +ref = "tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (109,0); +ref = _tail.descender; +} +); +width = 531; +}, +{ +background = { +shapes = ( +{ +pos = (-348,0); +ref = "tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (113,0); +ref = _tail.descender; +} +); +width = 619; +}, +{ +background = { +shapes = ( +{ +pos = (-540,0); +ref = "tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (179,0); +ref = _tail.descender; +} +); +width = 859; +} +); +metricLeft = "=ge-cy"; +metricRight = "=ge-cy"; +unicode = 1271; +}, +{ +color = 4; +glyphname = "gestroke-cy"; +lastChange = "2023-04-28 17:30:45 +0000"; +layers = ( +{ +layerId = m009; +metricLeft = "=+20"; +shapes = ( +{ +pos = (20,0); +ref = "ge-cy"; +}, +{ +pos = (-129,-106); +ref = "_part.bar-stroke"; +} +); +width = 440; +}, +{ +layerId = m007; +metricLeft = "=+36"; +shapes = ( +{ +pos = (36,0); +ref = "ge-cy"; +}, +{ +pos = (-96,-106); +ref = "_part.bar-stroke"; +} +); +width = 528; +}, +{ +layerId = m010; +metricLeft = "=+60"; +shapes = ( +{ +pos = (60,0); +ref = "ge-cy"; +}, +{ +pos = (-25,-106); +ref = "_part.bar-stroke"; +} +); +width = 724; +}, +{ +layerId = m005; +metricLeft = "=+12"; +shapes = ( +{ +pos = (12,0); +ref = "ge-cy"; +}, +{ +pos = (-112,-110); +ref = "_part.bar-stroke"; +} +); +width = 462; +}, +{ +layerId = m01; +metricLeft = "=+26"; +shapes = ( +{ +pos = (26,0); +ref = "ge-cy"; +}, +{ +pos = (-78,-110); +ref = "_part.bar-stroke"; +} +); +width = 548; +}, +{ +layerId = m003; +metricLeft = "=+66"; +shapes = ( +{ +pos = (66,0); +ref = "ge-cy"; +}, +{ +pos = (-4,-110); +ref = "_part.bar-stroke"; +} +); +width = 768; +}, +{ +layerId = m006; +metricLeft = "=+22"; +shapes = ( +{ +pos = (22,0); +ref = "ge-cy"; +}, +{ +pos = (-100,-120); +ref = "_part.bar-stroke"; +} +); +width = 487; +}, +{ +layerId = m002; +metricLeft = "=+36"; +shapes = ( +{ +pos = (36,0); +ref = "ge-cy"; +}, +{ +pos = (-62,-120); +ref = "_part.bar-stroke"; +} +); +width = 593; +}, +{ +layerId = m004; +metricLeft = "=+80"; +shapes = ( +{ +pos = (80,0); +ref = "ge-cy"; +}, +{ +pos = (16,-120); +ref = "_part.bar-stroke"; +} +); +width = 809; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+28"; +shapes = ( +{ +pos = (28,0); +ref = "ge-cy"; +}, +{ +pos = (-73,-150); +ref = "_part.bar-stroke"; +} +); +width = 559; +}, +{ +layerId = m008; +metricLeft = "=+48"; +shapes = ( +{ +pos = (48,0); +ref = "ge-cy"; +}, +{ +pos = (-30,-160); +ref = "_part.bar-stroke"; +} +); +width = 667; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+88"; +shapes = ( +{ +pos = (88,0); +ref = "ge-cy"; +}, +{ +pos = (76,-160); +ref = "_part.bar-stroke"; +} +); +width = 947; +} +); +unicode = 1171; +}, +{ +color = 4; +glyphname = "gemiddlehook-cy"; +kernRight = middlehook; +lastChange = "2023-04-25 16:49:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (126,0); +ref = _part.middlehook; +} +); +width = 453; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (136,0); +ref = _part.middlehook; +} +); +width = 524; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (146,0); +ref = _part.middlehook; +} +); +width = 682; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (196,0); +ref = _part.middlehook; +} +); +width = 548; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (206,0); +ref = _part.middlehook; +} +); +width = 624; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (206,0); +ref = _part.middlehook; +} +); +width = 782; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (236,0); +ref = _part.middlehook; +} +); +width = 589; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (246,0); +ref = _part.middlehook; +} +); +width = 665; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (256,0); +ref = _part.middlehook; +} +); +width = 817; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (304,0); +ref = _part.middlehook; +} +); +width = 631; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (352,0); +ref = _part.middlehook; +} +); +width = 745; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (432,0); +ref = _part.middlehook; +} +); +width = 983; +} +); +unicode = 1173; +}, +{ +glyphname = "de-cy"; +lastChange = "2023-01-16 21:00:07 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-16,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +pos = (120,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (50,0); +ref = "_part.de-cy"; +}, +{ +pos = (576,0); +ref = _tail.descender; +} +); +width = 696; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (179,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (45,0); +ref = "_part.de-cy"; +}, +{ +pos = (571,0); +ref = _tail.descender; +} +); +width = 750; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (120,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (56,0); +ref = "_part.de-cy"; +}, +{ +pos = (838,0); +ref = _tail.descender; +} +); +width = 958; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (181,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (55,0); +ref = "_part.de-cy"; +}, +{ +pos = (823,0); +ref = _tail.descender; +} +); +width = 1004; +}, +{ +background = { +shapes = ( +{ +pos = (-12,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +pos = (118,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (39,0); +ref = "_part.de-cy"; +}, +{ +pos = (468,0); +ref = _tail.descender; +} +); +width = 586; +}, +{ +background = { +shapes = ( +{ +pos = (13,0); +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +pos = (177,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (39,0); +ref = "_part.de-cy"; +}, +{ +pos = (455,0); +ref = _tail.descender; +} +); +width = 632; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (52,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (46,0); +ref = "_part.de-cy"; +}, +{ +pos = (580,0); +ref = _tail.descender; +} +); +width = 632; +}, +{ +background = { +shapes = ( +{ +pos = (33,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +pos = (305,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (42,0); +ref = "_part.de-cy"; +}, +{ +pos = (479,0); +ref = _tail.descender; +} +); +width = 784; +}, +{ +layerId = m009; +shapes = ( +{ +pos = (50,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (36,0); +ref = "_part.de-cy"; +}, +{ +pos = (478,0); +ref = _tail.descender; +} +); +width = 528; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (54,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (59,0); +ref = "_part.de-cy"; +}, +{ +pos = (816,0); +ref = _tail.descender; +} +); +width = 870; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (345,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (58,0); +ref = "_part.de-cy"; +}, +{ +pos = (759,0); +ref = _tail.descender; +} +); +width = 1104; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (255,0); +ref = _tail.descender; +scale = (-1,1); +}, +{ +pos = (36,0); +ref = "_part.de-cy"; +}, +{ +pos = (415,0); +ref = _tail.descender; +} +); +width = 670; +} +); +metricLeft = "=|tse-cy"; +metricRight = "tse-cy"; +unicode = 1076; +}, +{ +glyphname = "ie-cy"; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = e; +} +); +width = 679; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +} +); +width = 708; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +} +); +width = 913; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +} +); +width = 934; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +} +); +width = 576; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +} +); +width = 595; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +} +); +width = 623; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +} +); +width = 750; +}, +{ +layerId = m009; +shapes = ( +{ +ref = e; +} +); +width = 534; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +} +); +width = 845; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +} +); +width = 1026; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +} +); +width = 630; +} +); +unicode = 1077; +}, +{ +glyphname = "io-cy"; +lastChange = "2023-01-16 20:57:24 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = e; +}, +{ +pos = (148,0); +ref = dieresiscomb; +} +); +width = 679; +}, +{ +layerId = m002; +shapes = ( +{ +ref = e; +}, +{ +pos = (122,0); +ref = dieresiscomb; +} +); +width = 708; +}, +{ +layerId = m003; +shapes = ( +{ +ref = e; +}, +{ +pos = (206,0); +ref = dieresiscomb; +} +); +width = 913; +}, +{ +layerId = m004; +shapes = ( +{ +ref = e; +}, +{ +pos = (182,0); +ref = dieresiscomb; +} +); +width = 934; +}, +{ +layerId = m005; +shapes = ( +{ +ref = e; +}, +{ +pos = (135,0); +ref = dieresiscomb; +} +); +width = 576; +}, +{ +layerId = m006; +shapes = ( +{ +ref = e; +}, +{ +pos = (103,0); +ref = dieresiscomb; +} +); +width = 595; +}, +{ +layerId = m007; +shapes = ( +{ +ref = e; +}, +{ +pos = (165,0); +ref = dieresiscomb; +} +); +width = 623; +}, +{ +layerId = m008; +shapes = ( +{ +ref = e; +}, +{ +pos = (84,0); +ref = dieresiscomb; +} +); +width = 750; +}, +{ +layerId = m009; +shapes = ( +{ +ref = e; +}, +{ +pos = (158,0); +ref = dieresiscomb; +} +); +width = 534; +}, +{ +layerId = m010; +shapes = ( +{ +ref = e; +}, +{ +pos = (232,0); +ref = dieresiscomb; +} +); +width = 845; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = e; +}, +{ +pos = (118,0); +ref = dieresiscomb; +} +); +width = 1026; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = e; +}, +{ +pos = (74,0); +ref = dieresiscomb; +} +); +width = 630; +} +); +unicode = 1105; +}, +{ +glyphname = "zhe-cy"; +kernLeft = x_left; +kernRight = x_right; +lastChange = "2023-04-24 18:21:37 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (738,0); +}, +{ +name = bottomright; +pos = (812,0); +}, +{ +name = top; +pos = (416,600); +} +); +background = { +shapes = ( +{ +pos = (-44,0); +ref = "sha-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (361,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (265,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (471,0); +ref = "_part.zhe-cy"; +} +); +width = 832; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (790,0); +}, +{ +name = bottomright; +pos = (926,0); +}, +{ +name = top; +pos = (473,620); +} +); +background = { +shapes = ( +{ +pos = (-13,0); +ref = "sha-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (383,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (317,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (563,0); +ref = "_part.zhe-cy"; +} +); +width = 946; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1040,0); +}, +{ +name = bottomright; +pos = (1126,0); +}, +{ +name = top; +pos = (573,600); +} +); +background = { +shapes = ( +{ +pos = (-31,0); +ref = "sha-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (518,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (422,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (628,0); +ref = "_part.zhe-cy"; +} +); +width = 1146; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1120,0); +}, +{ +name = bottomright; +pos = (1246,0); +}, +{ +name = top; +pos = (633,620); +} +); +background = { +shapes = ( +{ +pos = (-5,0); +ref = "sha-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (543,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (467,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (723,0); +ref = "_part.zhe-cy"; +} +); +width = 1266; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (610,0); +}, +{ +name = bottomright; +pos = (684,0); +}, +{ +name = top; +pos = (352,600); +} +); +background = { +shapes = ( +{ +pos = (-42,0); +ref = "sha-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (297,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (211,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (407,0); +ref = "_part.zhe-cy"; +} +); +width = 704; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (642,0); +}, +{ +name = bottomright; +pos = (778,0); +}, +{ +name = top; +pos = (399,620); +} +); +background = { +shapes = ( +{ +pos = (-11,0); +ref = "sha-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (309,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (253,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (489,0); +ref = "_part.zhe-cy"; +} +); +width = 798; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (738,0); +}, +{ +name = bottomright; +pos = (734,0); +}, +{ +name = top; +pos = (377,588); +} +); +background = { +shapes = ( +{ +pos = (-48,0); +ref = "sha-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (357,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (261,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (397,0); +ref = "_part.zhe-cy"; +} +); +width = 754; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (800,0); +}, +{ +name = bottomright; +pos = (1056,0); +}, +{ +name = top; +pos = (538,640); +} +); +background = { +shapes = ( +{ +pos = (24,0); +ref = "sha-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (378,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (346,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (698,0); +ref = "_part.zhe-cy"; +} +); +width = 1076; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (612,0); +}, +{ +name = bottomright; +pos = (616,0); +}, +{ +name = top; +pos = (318,588); +} +); +background = { +shapes = ( +{ +pos = (-46,0); +ref = "sha-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (298,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (212,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (338,0); +ref = "_part.zhe-cy"; +} +); +width = 636; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1026,0); +}, +{ +name = bottomright; +pos = (1020,0); +}, +{ +name = top; +pos = (520,588); +} +); +background = { +shapes = ( +{ +pos = (-14,0); +ref = "sha-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (500,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (394,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (540,0); +ref = "_part.zhe-cy"; +} +); +width = 1040; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1200,0); +}, +{ +name = bottomright; +pos = (1496,0); +}, +{ +name = top; +pos = (758,640); +} +); +background = { +shapes = ( +{ +pos = (89,0); +ref = "sha-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (558,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (526,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (958,0); +ref = "_part.zhe-cy"; +} +); +width = 1516; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (680,0); +}, +{ +name = bottomright; +pos = (900,0); +}, +{ +name = top; +pos = (460,640); +} +); +background = { +shapes = ( +{ +pos = (11,0); +ref = "sha-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (324,0); +ref = "_part.zhe-cy"; +scale = (-1,1); +}, +{ +pos = (292,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (596,0); +ref = "_part.zhe-cy"; +} +); +width = 920; +} +); +metricLeft = "=|k"; +metricRight = k; +unicode = 1078; +}, +{ +glyphname = "ze-cy"; +kernRight = ve_right; +lastChange = "2023-04-17 19:00:13 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = top; +pos = (306,600); +} +); +background = { +shapes = ( +{ +pos = (-29,0); +ref = "ve-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(457,-16,o), +(556,57,o), +(556,166,cs), +(556,229,o), +(523,282,o), +(469,304,c), +(469,316,l), +(524,337,o), +(558,382,o), +(558,434,cs), +(558,540,o), +(457,616,o), +(311,616,cs), +(156,616,o), +(56,532,o), +(48,394,c), +(152,394,l), +(165,468,o), +(225,514,o), +(311,514,cs), +(391,514,o), +(448,476,o), +(448,426,cs), +(448,378,o), +(407,348,o), +(340,348,cs), +(240,348,l), +(240,256,l), +(337,256,ls), +(404,256,o), +(445,226,o), +(445,176,cs), +(445,122,o), +(390,86,o), +(308,86,cs), +(230,86,o), +(174,123,o), +(161,184,c), +(56,184,l), +(64,60,o), +(160,-16,o), +(308,-16,cs) +); +} +); +width = 611; +}, +{ +anchors = ( +{ +name = bottom; +pos = (328,0); +}, +{ +name = top; +pos = (328,620); +} +); +background = { +shapes = ( +{ +pos = (-18,0); +ref = "ve-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(504,-20,o), +(615,57,o), +(615,172,cs), +(615,239,o), +(584,288,o), +(523,313,c), +(523,329,l), +(586,350,o), +(619,392,o), +(619,454,cs), +(619,566,o), +(506,640,o), +(337,640,cs), +(145,640,o), +(41,560,o), +(33,404,c), +(205,404,l), +(214,461,o), +(259,490,o), +(337,490,cs), +(403,490,o), +(447,465,o), +(447,427,cs), +(447,391,o), +(419,372,o), +(367,372,cs), +(273,372,l), +(273,250,l), +(359,250,ls), +(413,250,o), +(439,230,o), +(439,190,cs), +(439,154,o), +(398,130,o), +(335,130,cs), +(265,130,o), +(224,155,o), +(215,204,c), +(41,204,l), +(49,56,o), +(149,-20,o), +(335,-20,cs) +); +} +); +width = 656; +}, +{ +anchors = ( +{ +name = bottom; +pos = (406,0); +}, +{ +name = top; +pos = (406,600); +} +); +background = { +shapes = ( +{ +pos = (-45,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(630,-16,o), +(754,50,o), +(754,166,cs), +(754,235,o), +(715,282,o), +(638,304,c), +(638,316,l), +(718,339,o), +(758,379,o), +(758,434,cs), +(758,548,o), +(630,616,o), +(414,616,cs), +(182,616,o), +(56,541,o), +(48,394,c), +(156,394,l), +(173,477,o), +(262,520,o), +(414,520,cs), +(558,520,o), +(646,484,o), +(646,426,cs), +(646,373,o), +(579,346,o), +(450,346,cs), +(305,346,l), +(305,258,l), +(456,258,ls), +(577,258,o), +(640,230,o), +(640,176,cs), +(640,115,o), +(557,80,o), +(414,80,cs), +(272,80,o), +(188,115,o), +(172,184,c), +(62,184,l), +(71,52,o), +(192,-16,o), +(414,-16,cs) +); +} +); +width = 811; +}, +{ +anchors = ( +{ +name = bottom; +pos = (433,0); +}, +{ +name = top; +pos = (433,620); +} +); +background = { +shapes = ( +{ +pos = (-60,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(675,-20,o), +(818,54,o), +(818,174,cs), +(818,241,o), +(780,288,o), +(705,313,c), +(705,329,l), +(784,350,o), +(824,391,o), +(824,452,cs), +(824,568,o), +(676,640,o), +(446,640,cs), +(179,640,o), +(49,564,o), +(38,404,c), +(218,404,l), +(231,468,o), +(304,498,o), +(446,498,cs), +(567,498,o), +(648,467,o), +(648,425,cs), +(648,389,o), +(608,372,o), +(516,372,cs), +(338,372,l), +(338,250,l), +(502,250,ls), +(594,250,o), +(634,232,o), +(634,192,cs), +(634,148,o), +(561,122,o), +(443,122,cs), +(310,122,o), +(241,148,o), +(228,204,c), +(48,204,l), +(59,52,o), +(185,-20,o), +(443,-20,cs) +); +} +); +width = 866; +}, +{ +anchors = ( +{ +name = bottom; +pos = (261,0); +}, +{ +name = top; +pos = (261,600); +} +); +background = { +shapes = ( +{ +pos = (-36,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(390,-16,o), +(474,57,o), +(474,166,cs), +(474,229,o), +(445,282,o), +(399,304,c), +(399,316,l), +(445,337,o), +(474,382,o), +(474,434,cs), +(474,543,o), +(390,616,o), +(265,616,cs), +(133,616,o), +(49,532,o), +(44,394,c), +(146,394,l), +(156,470,o), +(201,516,o), +(265,516,cs), +(327,516,o), +(369,480,o), +(369,426,cs), +(369,378,o), +(334,348,o), +(277,348,cs), +(209,348,l), +(209,256,l), +(281,256,ls), +(334,256,o), +(366,226,o), +(366,176,cs), +(366,121,o), +(326,84,o), +(265,84,cs), +(208,84,o), +(167,122,o), +(157,184,c), +(54,184,l), +(60,60,o), +(140,-16,o), +(265,-16,cs) +); +} +); +width = 522; +}, +{ +anchors = ( +{ +name = bottom; +pos = (277,0); +}, +{ +name = top; +pos = (277,620); +} +); +background = { +shapes = ( +{ +pos = (-16,0); +ref = "ve-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(423,-20,o), +(518,57,o), +(518,172,cs), +(518,240,o), +(492,288,o), +(441,313,c), +(441,329,l), +(494,350,o), +(522,392,o), +(522,454,cs), +(522,566,o), +(426,640,o), +(283,640,cs), +(122,640,o), +(35,560,o), +(28,404,c), +(188,404,l), +(196,463,o), +(229,494,o), +(283,494,cs), +(325,494,o), +(354,469,o), +(354,427,cs), +(354,391,o), +(330,372,o), +(290,372,cs), +(238,372,l), +(238,250,l), +(284,250,ls), +(326,250,o), +(348,230,o), +(348,190,cs), +(348,150,o), +(323,126,o), +(280,126,cs), +(231,126,o), +(202,153,o), +(194,204,c), +(34,204,l), +(41,56,o), +(125,-20,o), +(280,-20,cs) +); +} +); +width = 553; +}, +{ +anchors = ( +{ +name = bottom; +pos = (281,0); +}, +{ +name = top; +pos = (281,588); +} +); +background = { +shapes = ( +{ +pos = (-29,0); +ref = "ve-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(413,-12,o), +(506,59,o), +(506,157,cs), +(506,221,o), +(473,272,o), +(418,292,c), +(418,302,l), +(474,322,o), +(508,371,o), +(508,432,cs), +(508,529,o), +(414,600,o), +(286,600,cs), +(146,600,o), +(56,522,o), +(48,394,c), +(87,394,l), +(95,499,o), +(171,564,o), +(286,564,cs), +(391,564,o), +(468,509,o), +(468,432,cs), +(468,358,o), +(411,312,o), +(318,312,cs), +(205,312,l), +(205,278,l), +(318,278,ls), +(409,278,o), +(465,232,o), +(465,157,cs), +(465,80,o), +(389,24,o), +(286,24,cs), +(175,24,o), +(102,85,o), +(94,184,c), +(54,184,l), +(62,62,o), +(150,-12,o), +(286,-12,cs) +); +} +); +width = 561; +}, +{ +anchors = ( +{ +name = bottom; +pos = (351,0); +}, +{ +name = top; +pos = (351,640); +} +); +background = { +shapes = ( +{ +pos = (-20,0); +ref = o; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(556,-26,o), +(679,51,o), +(679,177,cs), +(679,250,o), +(643,301,o), +(579,319,c), +(579,339,l), +(646,353,o), +(683,396,o), +(683,458,cs), +(683,587,o), +(558,666,o), +(355,666,cs), +(131,666,o), +(23,573,o), +(17,374,c), +(299,374,l), +(301,414,o), +(319,436,o), +(349,436,cs), +(376,436,o), +(391,419,o), +(391,388,cs), +(391,362,o), +(377,348,o), +(351,348,cs), +(326,348,l), +(326,294,l), +(343,294,ls), +(369,294,o), +(383,279,o), +(383,252,cs), +(383,221,o), +(369,204,o), +(345,204,cs), +(322,204,o), +(308,223,o), +(307,258,c), +(25,258,l), +(29,65,o), +(135,-26,o), +(355,-26,cs) +); +} +); +width = 701; +}, +{ +anchors = ( +{ +name = bottom; +pos = (240,0); +}, +{ +name = top; +pos = (240,588); +} +); +background = { +shapes = ( +{ +pos = (-56,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(353,-12,o), +(430,59,o), +(430,157,cs), +(430,219,o), +(400,270,o), +(352,292,c), +(352,302,l), +(401,324,o), +(432,373,o), +(432,432,cs), +(432,529,o), +(354,600,o), +(247,600,cs), +(128,600,o), +(50,522,o), +(44,394,c), +(83,394,l), +(89,499,o), +(152,564,o), +(247,564,cs), +(332,564,o), +(394,509,o), +(394,432,cs), +(394,358,o), +(347,312,o), +(271,312,cs), +(176,312,l), +(176,278,l), +(271,278,ls), +(346,278,o), +(390,232,o), +(390,157,cs), +(390,80,o), +(330,24,o), +(247,24,cs), +(157,24,o), +(96,85,o), +(89,184,c), +(50,184,l), +(56,62,o), +(132,-12,o), +(247,-12,cs) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = bottom; +pos = (376,0); +}, +{ +name = top; +pos = (376,588); +} +); +background = { +shapes = ( +{ +pos = (-76,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(565,-12,o), +(687,56,o), +(687,157,cs), +(687,225,o), +(647,271,o), +(568,292,c), +(568,302,l), +(651,323,o), +(693,367,o), +(693,432,cs), +(693,533,o), +(569,600,o), +(386,600,cs), +(180,600,o), +(65,530,o), +(53,394,c), +(94,394,l), +(106,506,o), +(207,564,o), +(386,564,cs), +(544,564,o), +(652,511,o), +(652,432,cs), +(652,353,o), +(576,312,o), +(429,312,cs), +(271,312,l), +(271,278,l), +(429,278,ls), +(572,278,o), +(645,237,o), +(645,157,cs), +(645,77,o), +(540,24,o), +(386,24,cs), +(213,24,o), +(115,78,o), +(103,184,c), +(61,184,l), +(73,55,o), +(185,-12,o), +(386,-12,cs) +); +} +); +width = 752; +}, +{ +anchors = ( +{ +name = bottom; +pos = (488,0); +}, +{ +name = top; +pos = (488,640); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(797,-26,o), +(951,42,o), +(951,177,cs), +(951,251,o), +(900,302,o), +(810,320,c), +(810,340,l), +(904,353,o), +(957,396,o), +(957,458,cs), +(957,596,o), +(801,666,o), +(494,666,cs), +(153,666,o), +(25,588,o), +(17,374,c), +(393,374,l), +(396,415,o), +(428,436,o), +(486,436,cs), +(538,436,o), +(565,420,o), +(565,388,cs), +(565,363,o), +(540,350,o), +(491,350,cs), +(453,350,l), +(453,292,l), +(481,292,ls), +(530,292,o), +(555,278,o), +(555,252,cs), +(555,220,o), +(530,204,o), +(482,204,cs), +(433,204,o), +(406,222,o), +(404,258,c), +(28,258,l), +(34,50,o), +(159,-26,o), +(494,-26,cs) +); +} +); +width = 975; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = top; +pos = (302,640); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(478,-26,o), +(582,51,o), +(582,177,cs), +(582,250,o), +(551,301,o), +(496,319,c), +(496,339,l), +(553,353,o), +(585,396,o), +(585,458,cs), +(585,587,o), +(480,666,o), +(308,666,cs), +(121,666,o), +(22,567,o), +(17,374,c), +(253,374,l), +(254,420,o), +(270,446,o), +(298,446,cs), +(322,446,o), +(336,427,o), +(336,392,cs), +(336,364,o), +(324,348,o), +(302,348,cs), +(281,348,l), +(281,294,l), +(295,294,ls), +(317,294,o), +(329,277,o), +(329,248,cs), +(329,213,o), +(317,194,o), +(295,194,cs), +(274,194,o), +(261,217,o), +(260,258,c), +(24,258,l), +(27,71,o), +(124,-26,o), +(308,-26,cs) +); +} +); +width = 603; +} +); +metricLeft = "=a*1.18"; +metricRight = "=o"; +unicode = 1079; +}, +{ +glyphname = "ii-cy"; +kernLeft = sqr_left; +kernRight = sqr_right; +lastChange = "2022-11-18 17:45:24 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (360,600); +} +); +background = { +shapes = ( +{ +pos = (11,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (206,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (720,600); +ref = "_part.stem-ii-cy"; +} +); +width = 720; +}, +{ +anchors = ( +{ +name = top; +pos = (372,620); +} +); +background = { +shapes = ( +{ +pos = (13,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (242,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (744,620); +ref = "_part.stem-ii-cy"; +} +); +width = 744; +}, +{ +anchors = ( +{ +name = top; +pos = (464,600); +} +); +background = { +shapes = ( +{ +pos = (9,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (206,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (928,600); +ref = "_part.stem-ii-cy"; +} +); +width = 928; +}, +{ +anchors = ( +{ +name = top; +pos = (485,620); +} +); +background = { +shapes = ( +{ +pos = (17,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (256,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (970,620); +ref = "_part.stem-ii-cy"; +} +); +width = 970; +}, +{ +anchors = ( +{ +name = top; +pos = (309,600); +} +); +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (196,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (618,600); +ref = "_part.stem-ii-cy"; +} +); +width = 618; +}, +{ +anchors = ( +{ +name = top; +pos = (314,620); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (236,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (628,620); +ref = "_part.stem-ii-cy"; +} +); +width = 628; +}, +{ +anchors = ( +{ +name = top; +pos = (333,588); +} +); +background = { +shapes = ( +{ +pos = (9,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (136,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (666,588); +ref = "_part.stem-ii-cy"; +} +); +width = 666; +}, +{ +anchors = ( +{ +name = top; +pos = (380,640); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (314,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (760,640); +ref = "_part.stem-ii-cy"; +} +); +width = 760; +}, +{ +anchors = ( +{ +name = top; +pos = (286,588); +} +); +background = { +shapes = ( +{ +pos = (8,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (126,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (572,588); +ref = "_part.stem-ii-cy"; +} +); +width = 572; +}, +{ +anchors = ( +{ +name = top; +pos = (430,588); +} +); +background = { +shapes = ( +{ +pos = (14,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.stem-ii-cy"; +}, +{ +pos = (146,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +piece = { +Group = 1; +}; +pos = (874,588); +ref = "_part.stem-ii-cy"; +} +); +width = 874; +}, +{ +anchors = ( +{ +name = top; +pos = (522,640); +} +); +background = { +shapes = ( +{ +pos = (14,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-ii-cy"; +}, +{ +pos = (432,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +pos = (1044,640); +ref = "_part.stem-ii-cy"; +} +); +width = 1044; +}, +{ +anchors = ( +{ +name = top; +pos = (327,640); +} +); +background = { +shapes = ( +{ +pos = (9,0); +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-ii-cy"; +}, +{ +pos = (254,0); +ref = "_part.stroke-ii-cy"; +}, +{ +angle = 180; +pos = (654,640); +ref = "_part.stem-ii-cy"; +} +); +width = 654; +} +); +unicode = 1080; +}, +{ +glyphname = "iishort-cy"; +kernLeft = left_ascender; +lastChange = "2022-11-19 20:01:24 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (158,0); +ref = "brevecomb-cy"; +} +); +width = 720; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (140,0); +ref = "brevecomb-cy"; +} +); +width = 744; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (204,0); +ref = "brevecomb-cy"; +} +); +width = 928; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (183,0); +ref = "brevecomb-cy"; +} +); +width = 970; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (139,0); +ref = "brevecomb-cy"; +} +); +width = 618; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (116,0); +ref = "brevecomb-cy"; +} +); +width = 628; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (159,0); +ref = "brevecomb-cy"; +} +); +width = 666; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (118,0); +ref = "brevecomb-cy"; +} +); +width = 760; +}, +{ +layerId = m009; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (136,0); +ref = "brevecomb-cy"; +} +); +width = 572; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (196,0); +ref = "brevecomb-cy"; +} +); +width = 874; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (180,0); +ref = "brevecomb-cy"; +} +); +width = 1044; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (90,0); +ref = "brevecomb-cy"; +} +); +width = 654; +} +); +unicode = 1081; +}, +{ +glyphname = "ka-cy"; +kernLeft = sqr_left; +kernRight = k_right; +lastChange = "2023-04-28 14:20:32 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (524,0); +}, +{ +name = top; +pos = (324,600); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (206,0); +ref = _part.k; +} +); +width = 628; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (524,0); +}, +{ +name = top; +pos = (358,620); +} +); +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (246,0); +ref = _part.k; +} +); +width = 696; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (720,0); +}, +{ +name = top; +pos = (427,600); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (206,0); +ref = _part.k; +} +); +width = 834; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (748,0); +}, +{ +name = top; +pos = (470,620); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (256,0); +ref = _part.k; +} +); +width = 921; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (436,0); +}, +{ +name = top; +pos = (276,600); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (196,0); +ref = _part.k; +} +); +width = 532; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (426,0); +}, +{ +name = top; +pos = (302,620); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (236,0); +ref = _part.k; +} +); +width = 584; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (540,0); +}, +{ +name = top; +pos = (285,588); +} +); +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (136,0); +ref = _part.k; +} +); +width = 550; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (450,0); +}, +{ +name = top; +pos = (378,640); +} +); +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (352,0); +ref = _part.k; +} +); +width = 737; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (453,0); +}, +{ +name = top; +pos = (243,588); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (126,0); +ref = _part.k; +} +); +width = 466; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (728,0); +}, +{ +name = top; +pos = (381,588); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (146,0); +ref = _part.k; +} +); +width = 742; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (690,0); +}, +{ +name = top; +pos = (518,640); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (432,0); +ref = _part.k; +} +); +width = 1017; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (390,0); +}, +{ +name = top; +pos = (324,640); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (304,0); +ref = _part.k; +} +); +width = 629; +} +); +metricLeft = k; +metricRight = k; +unicode = 1082; +}, +{ +color = 4; +glyphname = "kje-cy"; +lastChange = "2023-04-28 14:31:58 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (-57,0); +ref = acutecomb; +} +); +width = 466; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (-15,0); +ref = acutecomb; +} +); +width = 550; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (81,0); +ref = acutecomb; +} +); +width = 742; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (-24,0); +ref = acutecomb; +} +); +width = 532; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (24,0); +ref = acutecomb; +} +); +width = 628; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (127,0); +ref = acutecomb; +} +); +width = 834; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (2,0); +ref = acutecomb; +} +); +width = 584; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (58,0); +ref = acutecomb; +} +); +width = 696; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (170,0); +ref = acutecomb; +} +); +width = 921; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (24,0); +ref = acutecomb; +} +); +width = 629; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (78,0); +ref = acutecomb; +} +); +width = 737; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (218,0); +ref = acutecomb; +} +); +width = 1017; +} +); +unicode = 1116; +}, +{ +glyphname = "el-cy"; +kernRight = sqr_right; +lastChange = "2023-04-30 13:33:30 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (596,0); +} +); +background = { +shapes = ( +{ +pos = (-6,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 230; +}; +pos = (240,0); +ref = "_part.bar-top"; +}, +{ +pos = (390,0); +ref = "_part.stem-n"; +} +); +width = 692; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (662,0); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 180; +}; +pos = (291,0); +ref = "_part.bar-top"; +}, +{ +pos = (416,0); +ref = "_part.stem-n"; +} +); +width = 728; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (817,0); +} +); +background = { +shapes = ( +{ +pos = (16,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 386; +}; +pos = (305,0); +ref = "_part.bar-top"; +}, +{ +pos = (611,0); +ref = "_part.stem-n"; +} +); +width = 913; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (881,0); +} +); +background = { +shapes = ( +{ +pos = (21,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 362; +}; +pos = (326,0); +ref = "_part.bar-top"; +}, +{ +pos = (625,0); +ref = "_part.stem-n"; +} +); +width = 957; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (505,0); +} +); +background = { +shapes = ( +{ +pos = (-8,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 184; +}; +pos = (197,0); +ref = "_part.bar-top"; +}, +{ +pos = (309,0); +ref = "_part.stem-n"; +} +); +width = 591; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (559,0); +} +); +background = { +shapes = ( +{ +pos = (8,0); +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 110; +}; +pos = (260,0); +ref = "_part.bar-top"; +}, +{ +pos = (323,0); +ref = "_part.stem-n"; +} +); +width = 615; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (550,0); +} +); +background = { +shapes = ( +{ +pos = (-2,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 304; +}; +pos = (190,0); +ref = "_part.bar-top"; +}, +{ +pos = (414,0); +ref = "_part.stem-n"; +} +); +width = 646; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (727,0); +} +); +background = { +shapes = ( +{ +pos = (23,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 50; +}; +pos = (350,0); +ref = "_part.bar-top"; +}, +{ +pos = (375,0); +ref = "_part.stem-n"; +} +); +width = 759; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (465,0); +} +); +background = { +shapes = ( +{ +pos = (-5,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 252; +}; +pos = (159,0); +ref = "_part.bar-top"; +}, +{ +pos = (339,0); +ref = "_part.stem-n"; +} +); +width = 551; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (745,0); +} +); +background = { +shapes = ( +{ +pos = (5,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 455; +}; +pos = (232,0); +ref = "_part.bar-top"; +}, +{ +pos = (599,0); +ref = "_part.stem-n"; +} +); +width = 851; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1011,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 146; +}; +pos = (458,0); +ref = "_part.bar-top"; +}, +{ +pos = (579,0); +ref = "_part.stem-n"; +} +); +width = 1043; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (621,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 44; +}; +pos = (298,0); +ref = "_part.bar-top"; +}, +{ +pos = (317,0); +ref = "_part.stem-n"; +} +); +width = 653; +} +); +unicode = 1083; +}, +{ +glyphname = "em-cy"; +kernLeft = sqr_left; +kernRight = sqr_right; +lastChange = "2022-11-13 10:52:57 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (-25,0); +ref = "sha-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (206,0); +ref = "_part.em-cy"; +}, +{ +pos = (872,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (245,0); +ref = "_part.em-cy"; +}, +{ +pos = (918,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 918; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (216,0); +ref = "_part.em-cy"; +}, +{ +pos = (1138,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 1138; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (266,0); +ref = "_part.em-cy"; +}, +{ +pos = (1204,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 1204; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (192,0); +ref = "_part.em-cy"; +}, +{ +pos = (744,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 744; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (232,0); +ref = "_part.em-cy"; +}, +{ +pos = (772,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 772; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (136,0); +ref = "_part.em-cy"; +}, +{ +pos = (802,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 802; +}, +{ +background = { +shapes = ( +{ +pos = (-31,0); +ref = "sha-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (326,0); +ref = "_part.em-cy"; +}, +{ +pos = (970,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 970; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (126,0); +ref = "_part.em-cy"; +}, +{ +pos = (688,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 688; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (146,0); +ref = "_part.em-cy"; +}, +{ +pos = (1064,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 1064; +}, +{ +background = { +shapes = ( +{ +pos = (-37,0); +ref = "sha-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (394,0); +ref = "_part.em-cy"; +}, +{ +pos = (1264,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 1264; +}, +{ +background = { +shapes = ( +{ +pos = (-31,0); +ref = "sha-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-em-cy"; +}, +{ +pos = (284,0); +ref = "_part.em-cy"; +}, +{ +pos = (836,0); +ref = "_part.stem-em-cy"; +scale = (-1,1); +} +); +width = 836; +} +); +unicode = 1084; +}, +{ +glyphname = "en-cy"; +kernLeft = sqr_left; +kernRight = sqr_right; +lastChange = "2023-04-30 08:29:17 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (592,0); +}, +{ +name = bottomright; +pos = (602,0); +} +); +background = { +shapes = ( +{ +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 286; +}; +pos = (206,0); +ref = "_part.bar-middle"; +}, +{ +pos = (396,0); +ref = "_part.stem-n"; +} +); +width = 698; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (572,0); +}, +{ +name = bottomright; +pos = (652,0); +} +); +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 226; +}; +pos = (246,0); +ref = "_part.bar-middle"; +}, +{ +pos = (406,0); +ref = "_part.stem-n"; +} +); +width = 718; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (820,0); +}, +{ +name = bottomright; +pos = (800,0); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 484; +}; +pos = (206,0); +ref = "_part.bar-middle"; +}, +{ +pos = (594,0); +ref = "_part.stem-n"; +} +); +width = 896; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (808,0); +}, +{ +name = bottomright; +pos = (860,0); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 424; +}; +pos = (256,0); +ref = "_part.bar-middle"; +}, +{ +pos = (604,0); +ref = "_part.stem-n"; +} +); +width = 936; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (488,0); +}, +{ +name = bottomright; +pos = (513,0); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 207; +}; +pos = (196,0); +ref = "_part.bar-middle"; +}, +{ +pos = (317,0); +ref = "_part.stem-n"; +} +); +width = 599; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (454,0); +}, +{ +name = bottomright; +pos = (550,0); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 134; +}; +pos = (236,0); +ref = "_part.bar-middle"; +}, +{ +pos = (314,0); +ref = "_part.stem-n"; +} +); +width = 606; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (610,0); +}, +{ +name = bottomright; +pos = (552,0); +} +); +background = { +shapes = ( +{ +ref = n; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 376; +}; +pos = (136,0); +ref = "_part.bar-middle"; +}, +{ +pos = (416,0); +ref = "_part.stem-n"; +} +); +width = 648; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (465,0); +}, +{ +name = bottomright; +pos = (704,0); +} +); +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 32; +}; +pos = (352,0); +ref = "_part.bar-middle"; +}, +{ +pos = (352,0); +ref = "_part.stem-n"; +} +); +width = 736; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (510,0); +}, +{ +name = bottomright; +pos = (470,0); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 304; +}; +pos = (126,0); +ref = "_part.bar-middle"; +}, +{ +pos = (344,0); +ref = "_part.stem-n"; +} +); +width = 556; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (809,0); +}, +{ +name = bottomright; +pos = (740,0); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 554; +}; +pos = (146,0); +ref = "_part.bar-middle"; +}, +{ +pos = (594,0); +ref = "_part.stem-n"; +} +); +width = 846; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (731,0); +}, +{ +name = bottomright; +pos = (984,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 152; +}; +pos = (432,0); +ref = "_part.bar-middle"; +}, +{ +pos = (552,0); +ref = "_part.stem-n"; +} +); +width = 1016; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (409,0); +}, +{ +name = bottomright; +pos = (604,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 28; +}; +pos = (304,0); +ref = "_part.bar-middle"; +}, +{ +pos = (300,0); +ref = "_part.stem-n"; +} +); +width = 636; +} +); +unicode = 1085; +}, +{ +glyphname = "o-cy"; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2023-01-16 21:01:41 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = o; +} +); +width = 710; +}, +{ +layerId = m002; +shapes = ( +{ +ref = o; +} +); +width = 718; +}, +{ +layerId = m003; +shapes = ( +{ +ref = o; +} +); +width = 946; +}, +{ +layerId = m004; +shapes = ( +{ +ref = o; +} +); +width = 948; +}, +{ +layerId = m005; +shapes = ( +{ +ref = o; +} +); +width = 604; +}, +{ +layerId = m006; +shapes = ( +{ +ref = o; +} +); +width = 606; +}, +{ +layerId = m007; +shapes = ( +{ +ref = o; +} +); +width = 652; +}, +{ +layerId = m008; +shapes = ( +{ +ref = o; +} +); +width = 756; +}, +{ +layerId = m009; +shapes = ( +{ +ref = o; +} +); +width = 556; +}, +{ +layerId = m010; +shapes = ( +{ +ref = o; +} +); +width = 878; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = o; +} +); +width = 1036; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = o; +} +); +width = 636; +} +); +unicode = 1086; +}, +{ +glyphname = "pe-cy"; +kernLeft = sqr_left; +kernRight = sqr_right; +lastChange = "2023-04-29 15:42:27 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (106,600); +}, +{ +name = "#exit"; +pos = (584,0); +}, +{ +name = top; +pos = (345,600); +} +); +background = { +shapes = ( +{ +pos = (-4,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 278; +}; +pos = (190,0); +ref = "_part.bar-top"; +}, +{ +pos = (388,0); +ref = "_part.stem-n"; +} +); +width = 690; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (146,620); +}, +{ +name = "#exit"; +pos = (562,0); +}, +{ +name = top; +pos = (354,620); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 216; +}; +pos = (235,0); +ref = "_part.bar-top"; +}, +{ +pos = (396,0); +ref = "_part.stem-n"; +} +); +width = 708; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,600); +}, +{ +name = "#exit"; +pos = (810,0); +}, +{ +name = top; +pos = (443,600); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 474; +}; +pos = (190,0); +ref = "_part.bar-top"; +}, +{ +pos = (584,0); +ref = "_part.stem-n"; +} +); +width = 886; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (128,620); +}, +{ +name = "#exit"; +pos = (796,0); +}, +{ +name = top; +pos = (462,620); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 412; +}; +pos = (243,0); +ref = "_part.bar-top"; +}, +{ +pos = (592,0); +ref = "_part.stem-n"; +} +); +width = 924; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (111,600); +}, +{ +name = "#exit"; +pos = (481,0); +}, +{ +name = top; +pos = (296,600); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 200; +}; +pos = (182,0); +ref = "_part.bar-top"; +}, +{ +pos = (310,0); +ref = "_part.stem-n"; +} +); +width = 592; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (152,620); +}, +{ +name = "#exit"; +pos = (446,0); +}, +{ +name = top; +pos = (299,620); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 126; +}; +pos = (227,0); +ref = "_part.bar-top"; +}, +{ +pos = (306,0); +ref = "_part.stem-n"; +} +); +width = 598; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (38,588); +}, +{ +name = "#exit"; +pos = (604,0); +}, +{ +name = top; +pos = (321,588); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 370; +}; +pos = (120,0); +ref = "_part.bar-top"; +}, +{ +pos = (410,0); +ref = "_part.stem-n"; +} +); +width = 642; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (271,640); +}, +{ +name = "#exit"; +pos = (461,0); +}, +{ +name = top; +pos = (366,640); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 28; +}; +pos = (345,0); +ref = "_part.bar-top"; +}, +{ +pos = (348,0); +ref = "_part.stem-n"; +} +); +width = 732; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (46,588); +}, +{ +name = "#exit"; +pos = (506,0); +}, +{ +name = top; +pos = (276,588); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 300; +}; +pos = (112,0); +ref = "_part.bar-top"; +}, +{ +pos = (340,0); +ref = "_part.stem-n"; +} +); +width = 552; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (37,588); +}, +{ +name = "#exit"; +pos = (801,0); +}, +{ +name = top; +pos = (419,588); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 546; +}; +pos = (128,0); +ref = "_part.bar-top"; +}, +{ +pos = (586,0); +ref = "_part.stem-n"; +} +); +width = 838; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (285,640); +}, +{ +name = "#exit"; +pos = (719,0); +}, +{ +name = top; +pos = (502,640); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 140; +}; +pos = (425,0); +ref = "_part.bar-top"; +}, +{ +pos = (540,0); +ref = "_part.stem-n"; +} +); +width = 1004; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (227,640); +}, +{ +name = "#exit"; +pos = (405,0); +}, +{ +name = top; +pos = (316,640); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 24; +}; +pos = (297,0); +ref = "_part.bar-top"; +}, +{ +pos = (296,0); +ref = "_part.stem-n"; +} +); +width = 632; +} +); +unicode = 1087; +}, +{ +glyphname = "er-cy"; +kernLeft = sqr_left; +kernRight = rnd_right; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = p; +} +); +width = 737; +}, +{ +layerId = m002; +shapes = ( +{ +ref = p; +} +); +width = 739; +}, +{ +layerId = m003; +shapes = ( +{ +ref = p; +} +); +width = 971; +}, +{ +layerId = m004; +shapes = ( +{ +ref = p; +} +); +width = 966; +}, +{ +layerId = m005; +shapes = ( +{ +ref = p; +} +); +width = 634; +}, +{ +layerId = m006; +shapes = ( +{ +ref = p; +} +); +width = 631; +}, +{ +layerId = m007; +shapes = ( +{ +ref = p; +} +); +width = 683; +}, +{ +layerId = m008; +shapes = ( +{ +ref = p; +} +); +width = 762; +}, +{ +layerId = m009; +shapes = ( +{ +ref = p; +} +); +width = 584; +}, +{ +layerId = m010; +shapes = ( +{ +ref = p; +} +); +width = 905; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = p; +} +); +width = 1038; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = p; +} +); +width = 642; +} +); +unicode = 1088; +}, +{ +glyphname = "es-cy"; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-10-15 09:30:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = c; +} +); +width = 676; +}, +{ +layerId = m002; +shapes = ( +{ +ref = c; +} +); +width = 688; +}, +{ +layerId = m003; +shapes = ( +{ +ref = c; +} +); +width = 902; +}, +{ +layerId = m004; +shapes = ( +{ +ref = c; +} +); +width = 916; +}, +{ +layerId = m005; +shapes = ( +{ +ref = c; +} +); +width = 572; +}, +{ +layerId = m006; +shapes = ( +{ +ref = c; +} +); +width = 582; +}, +{ +layerId = m007; +shapes = ( +{ +ref = c; +} +); +width = 616; +}, +{ +layerId = m008; +shapes = ( +{ +ref = c; +} +); +width = 739; +}, +{ +layerId = m009; +shapes = ( +{ +ref = c; +} +); +width = 522; +}, +{ +layerId = m010; +shapes = ( +{ +ref = c; +} +); +width = 836; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = c; +} +); +width = 1015; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = c; +} +); +width = 621; +} +); +unicode = 1089; +}, +{ +glyphname = "te-cy"; +kernLeft = te_cy_left; +kernRight = te_cy_right; +lastChange = "2023-04-24 18:35:57 +0000"; +layers = ( +{ +anchors = ( +{ +name = tail; +pos = (316,0); +} +); +background = { +shapes = ( +{ +pos = (-78,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +"Bar Width" = 200; +}; +ref = "_part.bar-top"; +}, +{ +pos = (120,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 200; +}; +pos = (310,0); +ref = "_part.bar-top"; +} +); +width = 542; +}, +{ +anchors = ( +{ +name = tail; +pos = (316,0); +} +); +background = { +shapes = ( +{ +pos = (-58,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +"Bar Width" = 205; +}; +ref = "_part.bar-top"; +}, +{ +pos = (150,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 205; +}; +pos = (385,0); +ref = "_part.bar-top"; +} +); +width = 612; +}, +{ +anchors = ( +{ +name = tail; +pos = (448,0); +} +); +layerId = m003; +shapes = ( +{ +piece = { +"Bar Width" = 302; +}; +ref = "_part.bar-top"; +}, +{ +pos = (222,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 302; +}; +pos = (412,0); +ref = "_part.bar-top"; +} +); +width = 746; +}, +{ +anchors = ( +{ +name = tail; +pos = (446,0); +} +); +background = { +shapes = ( +{ +pos = (-94,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +"Bar Width" = 305; +}; +ref = "_part.bar-top"; +}, +{ +pos = (242,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 305; +}; +pos = (485,0); +ref = "_part.bar-top"; +} +); +width = 816; +}, +{ +anchors = ( +{ +name = tail; +pos = (259,0); +} +); +layerId = m005; +shapes = ( +{ +piece = { +"Bar Width" = 160; +}; +ref = "_part.bar-top"; +}, +{ +pos = (88,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 160; +}; +pos = (270,0); +ref = "_part.bar-top"; +} +); +width = 458; +}, +{ +anchors = ( +{ +name = tail; +pos = (252,0); +} +); +layerId = m006; +shapes = ( +{ +piece = { +"Bar Width" = 159; +}; +ref = "_part.bar-top"; +}, +{ +pos = (112,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 159; +}; +pos = (339,0); +ref = "_part.bar-top"; +} +); +width = 516; +}, +{ +anchors = ( +{ +name = tail; +pos = (324,0); +} +); +background = { +shapes = ( +{ +pos = (-78,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +"Bar Width" = 210; +}; +ref = "_part.bar-top"; +}, +{ +pos = (130,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 210; +}; +pos = (250,0); +ref = "_part.bar-top"; +} +); +width = 492; +}, +{ +anchors = ( +{ +name = tail; +pos = (262,0); +} +); +background = { +shapes = ( +{ +pos = (-27,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +"Bar Width" = 174; +}; +ref = "_part.bar-top"; +}, +{ +pos = (149,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 174; +}; +pos = (494,0); +ref = "_part.bar-top"; +} +); +width = 682; +}, +{ +anchors = ( +{ +name = tail; +pos = (268,0); +} +); +layerId = m009; +shapes = ( +{ +piece = { +"Bar Width" = 174; +}; +ref = "_part.bar-top"; +}, +{ +pos = (102,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 174; +}; +pos = (214,0); +ref = "_part.bar-top"; +} +); +width = 416; +}, +{ +anchors = ( +{ +name = tail; +pos = (427,0); +} +); +layerId = m010; +shapes = ( +{ +piece = { +"Bar Width" = 300; +}; +ref = "_part.bar-top"; +}, +{ +pos = (212,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 300; +}; +pos = (340,0); +ref = "_part.bar-top"; +} +); +width = 676; +}, +{ +anchors = ( +{ +name = tail; +pos = (428,0); +} +); +background = { +shapes = ( +{ +pos = (-27,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +"Bar Width" = 274; +}; +ref = "_part.bar-top"; +}, +{ +pos = (249,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 274; +}; +pos = (674,0); +ref = "_part.bar-top"; +} +); +width = 962; +}, +{ +anchors = ( +{ +name = tail; +pos = (232,0); +} +); +background = { +shapes = ( +{ +pos = (-27,0); +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +"Bar Width" = 148; +}; +ref = "_part.bar-top"; +}, +{ +pos = (123,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 148; +}; +pos = (420,0); +ref = "_part.bar-top"; +} +); +width = 582; +} +); +unicode = 1090; +}, +{ +glyphname = "u-cy"; +kernLeft = y_left; +kernRight = y_right; +lastChange = "2023-01-16 20:41:04 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = y; +} +); +width = 598; +}, +{ +layerId = m002; +shapes = ( +{ +ref = y; +} +); +width = 668; +}, +{ +layerId = m003; +shapes = ( +{ +ref = y; +} +); +width = 820; +}, +{ +layerId = m004; +shapes = ( +{ +ref = y; +} +); +width = 890; +}, +{ +layerId = m005; +shapes = ( +{ +ref = y; +} +); +width = 506; +}, +{ +layerId = m006; +shapes = ( +{ +ref = y; +} +); +width = 562; +}, +{ +layerId = m007; +shapes = ( +{ +ref = y; +} +); +width = 540; +}, +{ +layerId = m008; +shapes = ( +{ +ref = y; +} +); +width = 710; +}, +{ +layerId = m009; +shapes = ( +{ +ref = y; +} +); +width = 456; +}, +{ +layerId = m010; +shapes = ( +{ +ref = y; +} +); +width = 744; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = y; +} +); +width = 1010; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = y; +} +); +width = 590; +} +); +unicode = 1091; +}, +{ +glyphname = "ushort-cy"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (84,0); +ref = "brevecomb-cy"; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (102,0); +ref = "brevecomb-cy"; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (150,0); +ref = "brevecomb-cy"; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (88,0); +ref = "brevecomb-cy"; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (100,0); +ref = "brevecomb-cy"; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (160,0); +ref = "brevecomb-cy"; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (94,0); +ref = "brevecomb-cy"; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (112,0); +ref = "brevecomb-cy"; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (150,0); +ref = "brevecomb-cy"; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (69,0); +ref = "brevecomb-cy"; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (108,0); +ref = "brevecomb-cy"; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (188,0); +ref = "brevecomb-cy"; +} +); +width = 1010; +} +); +unicode = 1118; +}, +{ +glyphname = "ef-cy"; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-11-20 19:37:59 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-47,0); +ref = "sha-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (263,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (828,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 828; +}, +{ +background = { +shapes = ( +{ +pos = (-32,0); +ref = "sha-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (298,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (908,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 908; +}, +{ +background = { +shapes = ( +{ +pos = (-49,0); +ref = "sha-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (404,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1110,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1110; +}, +{ +background = { +shapes = ( +{ +pos = (-37,0); +ref = "sha-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (435,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1202,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1202; +}, +{ +background = { +shapes = ( +{ +pos = (-42,0); +ref = "sha-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (211,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (704,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 704; +}, +{ +background = { +shapes = ( +{ +pos = (-47,0); +ref = "sha-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (237,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (766,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 766; +}, +{ +background = { +shapes = ( +{ +pos = (-47,0); +ref = "sha-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (262,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (756,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 756; +}, +{ +background = { +shapes = ( +{ +pos = (34,0); +ref = "sha-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (346,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1076,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1076; +}, +{ +background = { +shapes = ( +{ +pos = (-41,0); +ref = "sha-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (217,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (646,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 646; +}, +{ +background = { +shapes = ( +{ +pos = (-51,0); +ref = "sha-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (387,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1026,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1026; +}, +{ +background = { +shapes = ( +{ +pos = (29,0); +ref = "sha-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (466,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1396,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1396; +}, +{ +background = { +shapes = ( +{ +pos = (27,0); +ref = "sha-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (298,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (932,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 932; +} +); +unicode = 1092; +}, +{ +glyphname = "ha-cy"; +kernLeft = x_left; +kernRight = x_right; +lastChange = "2023-01-16 20:45:14 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = x; +} +); +width = 596; +}, +{ +layerId = m002; +shapes = ( +{ +ref = x; +} +); +width = 668; +}, +{ +layerId = m003; +shapes = ( +{ +ref = x; +} +); +width = 826; +}, +{ +layerId = m004; +shapes = ( +{ +ref = x; +} +); +width = 904; +}, +{ +layerId = m005; +shapes = ( +{ +ref = x; +} +); +width = 502; +}, +{ +layerId = m006; +shapes = ( +{ +ref = x; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = x; +} +); +width = 540; +}, +{ +layerId = m008; +shapes = ( +{ +ref = x; +} +); +width = 710; +}, +{ +layerId = m009; +shapes = ( +{ +ref = x; +} +); +width = 454; +}, +{ +layerId = m010; +shapes = ( +{ +ref = x; +} +); +width = 752; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = x; +} +); +width = 1002; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = x; +} +); +width = 602; +} +); +unicode = 1093; +}, +{ +glyphname = "tse-cy"; +kernLeft = sqr_left; +kernRight = tse_right; +lastChange = "2022-11-05 18:45:40 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = "de-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (690,600); +ref = "pe-cy"; +}, +{ +pos = (584,0); +ref = _tail.descender; +} +); +width = 704; +}, +{ +background = { +shapes = ( +{ +pos = (-9,0); +ref = "de-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (708,620); +ref = "pe-cy"; +}, +{ +pos = (562,0); +ref = _tail.descender; +} +); +width = 741; +}, +{ +background = { +shapes = ( +{ +pos = (-28,0); +ref = "de-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (886,600); +ref = "pe-cy"; +}, +{ +pos = (810,0); +ref = _tail.descender; +} +); +width = 930; +}, +{ +background = { +shapes = ( +{ +pos = (-27,0); +ref = "de-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (924,620); +ref = "pe-cy"; +}, +{ +pos = (796,0); +ref = _tail.descender; +} +); +width = 977; +}, +{ +background = { +shapes = ( +{ +pos = (13,0); +ref = "de-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (592,600); +ref = "pe-cy"; +}, +{ +pos = (481,0); +ref = _tail.descender; +} +); +width = 599; +}, +{ +background = { +shapes = ( +{ +pos = (-9,0); +ref = "de-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (598,620); +ref = "pe-cy"; +}, +{ +pos = (446,0); +ref = _tail.descender; +} +); +width = 623; +}, +{ +background = { +shapes = ( +{ +pos = (24,0); +ref = "de-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (642,588); +ref = "pe-cy"; +}, +{ +pos = (604,0); +ref = _tail.descender; +} +); +width = 656; +}, +{ +background = { +shapes = ( +{ +pos = (-18,0); +ref = "de-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (732,640); +ref = "pe-cy"; +}, +{ +pos = (461,0); +ref = _tail.descender; +} +); +width = 766; +}, +{ +background = { +shapes = ( +{ +pos = (28,0); +ref = "de-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (552,588); +ref = "pe-cy"; +}, +{ +pos = (506,0); +ref = _tail.descender; +} +); +width = 556; +}, +{ +background = { +shapes = ( +{ +pos = (-15,0); +ref = "de-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (838,588); +ref = "pe-cy"; +}, +{ +pos = (801,0); +ref = _tail.descender; +} +); +width = 855; +}, +{ +background = { +shapes = ( +{ +pos = (-40,0); +ref = "de-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (1004,640); +ref = "pe-cy"; +}, +{ +pos = (719,0); +ref = _tail.descender; +} +); +width = 1064; +}, +{ +background = { +shapes = ( +{ +pos = (-10,0); +ref = "de-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (632,640); +ref = "pe-cy"; +}, +{ +pos = (405,0); +ref = _tail.descender; +} +); +width = 660; +} +); +unicode = 1094; +}, +{ +glyphname = "che-cy"; +kernRight = sqr_right; +lastChange = "2023-04-24 20:12:53 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (529,0); +}, +{ +name = bottomright; +pos = (615,0); +}, +{ +name = tail; +pos = (429,0); +}, +{ +name = top; +pos = (308,600); +} +); +background = { +shapes = ( +{ +pos = (-31,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (333,0); +ref = "_part.stem-n"; +} +); +width = 635; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (519,0); +}, +{ +name = bottomright; +pos = (645,0); +}, +{ +name = tail; +pos = (419,0); +}, +{ +name = top; +pos = (327,620); +} +); +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (353,0); +ref = "_part.stem-n"; +} +); +width = 665; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (751,0); +}, +{ +name = bottomright; +pos = (807,0); +}, +{ +name = tail; +pos = (621,0); +}, +{ +name = top; +pos = (402,600); +} +); +background = { +shapes = ( +{ +pos = (-34,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (525,0); +ref = "_part.stem-n"; +} +); +width = 827; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (744,0); +}, +{ +name = bottomright; +pos = (852,0); +}, +{ +name = tail; +pos = (616,0); +}, +{ +name = top; +pos = (430,620); +} +); +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (540,0); +ref = "_part.stem-n"; +} +); +width = 872; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (433,0); +}, +{ +name = bottomright; +pos = (524,0); +}, +{ +name = tail; +pos = (348,0); +}, +{ +name = top; +pos = (262,600); +} +); +background = { +shapes = ( +{ +pos = (-28,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (262,0); +ref = "_part.stem-n"; +} +); +width = 544; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (409,0); +}, +{ +name = bottomright; +pos = (541,0); +}, +{ +name = tail; +pos = (325,0); +}, +{ +name = top; +pos = (275,620); +} +); +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (269,0); +ref = "_part.stem-n"; +} +); +width = 561; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (549,0); +}, +{ +name = bottomright; +pos = (567,0); +}, +{ +name = tail; +pos = (451,0); +}, +{ +name = top; +pos = (286,588); +} +); +background = { +shapes = ( +{ +pos = (-31,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (355,0); +ref = "_part.stem-n"; +} +); +width = 587; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (427,0); +}, +{ +name = bottomright; +pos = (678,0); +}, +{ +name = tail; +pos = (346,0); +}, +{ +name = top; +pos = (347,640); +} +); +background = { +shapes = ( +{ +pos = (-19,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (314,0); +ref = "_part.stem-n"; +} +); +width = 698; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (458,0); +}, +{ +name = bottomright; +pos = (484,0); +}, +{ +name = tail; +pos = (378,0); +}, +{ +name = top; +pos = (242,588); +} +); +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (292,0); +ref = "_part.stem-n"; +} +); +width = 504; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (738,0); +}, +{ +name = bottomright; +pos = (755,0); +}, +{ +name = tail; +pos = (629,0); +}, +{ +name = top; +pos = (378,588); +} +); +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (523,0); +ref = "_part.stem-n"; +} +); +width = 775; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (683,0); +}, +{ +name = bottomright; +pos = (948,0); +}, +{ +name = tail; +pos = (536,0); +}, +{ +name = top; +pos = (484,640); +} +); +background = { +shapes = ( +{ +pos = (-24,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (504,0); +ref = "_part.stem-n"; +} +); +width = 968; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (377,0); +}, +{ +name = bottomright; +pos = (584,0); +}, +{ +name = tail; +pos = (300,0); +}, +{ +name = top; +pos = (300,640); +} +); +background = { +shapes = ( +{ +pos = (-16,0); +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.che-cy"; +}, +{ +pos = (268,0); +ref = "_part.stem-n"; +} +); +width = 604; +} +); +metricLeft = o; +metricRight = "=|n"; +unicode = 1095; +}, +{ +glyphname = "sha-cy"; +kernLeft = sqr_left; +kernRight = sqr_right; +lastChange = "2022-11-12 06:20:29 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (830,0); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (-60,0); +ref = m; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (190,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (310,0); +ref = "_part.stem-n"; +}, +{ +pos = (500,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (620,0); +ref = "_part.stem-n"; +} +); +width = 922; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (826,0); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (-40,0); +ref = m; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 150; +}; +pos = (235,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (330,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 150; +}; +pos = (565,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (660,0); +ref = "_part.stem-n"; +} +); +width = 972; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1132,0); +} +); +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 343; +}; +pos = (190,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (453,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 343; +}; +pos = (643,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (906,0); +ref = "_part.stem-n"; +} +); +width = 1208; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1148,0); +} +); +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 292; +}; +pos = (243,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (472,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 292; +}; +pos = (715,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (944,0); +ref = "_part.stem-n"; +} +); +width = 1276; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (677,0); +} +); +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 143; +}; +pos = (182,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (253,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 143; +}; +pos = (435,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (506,0); +ref = "_part.stem-n"; +} +); +width = 788; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (668,0); +} +); +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 84; +}; +pos = (227,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (264,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 84; +}; +pos = (491,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (528,0); +ref = "_part.stem-n"; +} +); +width = 820; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (812,0); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (-63,0); +ref = m; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 269; +}; +pos = (120,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (309,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 269; +}; +pos = (429,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (618,0); +ref = "_part.stem-n"; +} +); +width = 850; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (759,0); +} +); +background = { +shapes = ( +{ +pos = (-11,0); +ref = m; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +scale = (0.9375,1); +}, +{ +piece = { +"Bar Width" = 34; +}; +pos = (323,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (334,0); +ref = "_part.stem-n"; +scale = (0.9375,1); +}, +{ +piece = { +"Bar Width" = 34; +}; +pos = (657,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (668,0); +ref = "_part.stem-n"; +scale = (0.9375,1); +} +); +width = 1028; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (682,0); +} +); +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 218; +}; +pos = (112,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (258,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 218; +}; +pos = (370,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (516,0); +ref = "_part.stem-n"; +} +); +width = 728; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1091,0); +} +); +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 398; +}; +pos = (128,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (438,0); +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 398; +}; +pos = (566,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (876,0); +ref = "_part.stem-n"; +} +); +width = 1128; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1056,0); +} +); +background = { +shapes = ( +{ +pos = (-31,0); +ref = m; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +scale = (0.9,1); +}, +{ +piece = { +"Bar Width" = 100; +}; +pos = (382,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (460,0); +ref = "_part.stem-n"; +scale = (0.9,1); +}, +{ +piece = { +"Bar Width" = 100; +}; +pos = (842,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (920,0); +ref = "_part.stem-n"; +scale = (0.9,1); +} +); +width = 1338; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (672,0); +} +); +background = { +shapes = ( +{ +pos = (-7,0); +ref = m; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +scale = (0.9558,1); +}, +{ +piece = { +"Bar Width" = 28; +}; +pos = (284,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (288,0); +ref = "_part.stem-n"; +scale = (0.9558,1); +}, +{ +piece = { +"Bar Width" = 28; +}; +pos = (572,0); +ref = "_part.bar-bottom"; +}, +{ +pos = (576,0); +ref = "_part.stem-n"; +scale = (0.9558,1); +} +); +width = 897; +} +); +unicode = 1096; +}, +{ +glyphname = "shcha-cy"; +kernLeft = sqr_left; +kernRight = tse_right; +lastChange = "2022-11-12 06:20:29 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (240,0); +ref = "de-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (830,0); +ref = _tail.descender; +} +); +width = 950; +}, +{ +background = { +shapes = ( +{ +pos = (255,0); +ref = "de-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (826,0); +ref = _tail.descender; +} +); +width = 1005; +}, +{ +background = { +shapes = ( +{ +pos = (294,0); +ref = "de-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (1132,0); +ref = _tail.descender; +} +); +width = 1252; +}, +{ +background = { +shapes = ( +{ +pos = (325,0); +ref = "de-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (1148,0); +ref = _tail.descender; +} +); +width = 1329; +}, +{ +background = { +shapes = ( +{ +pos = (209,0); +ref = "de-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (677,0); +ref = _tail.descender; +} +); +width = 795; +}, +{ +background = { +shapes = ( +{ +pos = (213,0); +ref = "de-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (668,0); +ref = _tail.descender; +} +); +width = 845; +}, +{ +background = { +shapes = ( +{ +pos = (232,0); +ref = "de-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (812,0); +ref = _tail.descender; +} +); +width = 864; +}, +{ +background = { +shapes = ( +{ +pos = (280,0); +ref = "de-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (759,0); +ref = _tail.descender; +} +); +width = 1064; +}, +{ +background = { +shapes = ( +{ +pos = (204,0); +ref = "de-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (682,0); +ref = _tail.descender; +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +pos = (275,0); +ref = "de-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (1091,0); +ref = _tail.descender; +} +); +width = 1145; +}, +{ +background = { +shapes = ( +{ +pos = (297,0); +ref = "de-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (1056,0); +ref = _tail.descender; +} +); +width = 1401; +}, +{ +background = { +shapes = ( +{ +pos = (257,0); +ref = "de-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +pos = (672,0); +ref = _tail.descender; +} +); +width = 927; +} +); +unicode = 1097; +}, +{ +color = 4; +glyphname = "dzhe-cy"; +lastChange = "2023-04-29 15:44:24 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (552,588); +ref = "pe-cy"; +}, +{ +pos = (-24,0); +ref = _tail.descender.centered; +} +); +width = 552; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (642,588); +ref = "pe-cy"; +}, +{ +pos = (21,0); +ref = _tail.descender.centered; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (838,588); +ref = "pe-cy"; +}, +{ +pos = (119,0); +ref = _tail.descender.centered; +} +); +width = 838; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (592,600); +ref = "pe-cy"; +}, +{ +pos = (-4,0); +ref = _tail.descender.centered; +} +); +width = 592; +}, +{ +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (690,600); +ref = "pe-cy"; +}, +{ +pos = (45,0); +ref = _tail.descender.centered; +} +); +width = 690; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (886,600); +ref = "pe-cy"; +}, +{ +pos = (143,0); +ref = _tail.descender.centered; +} +); +width = 886; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (598,620); +ref = "pe-cy"; +}, +{ +pos = (-1,0); +ref = _tail.descender.centered; +} +); +width = 598; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (708,620); +ref = "pe-cy"; +}, +{ +pos = (54,0); +ref = _tail.descender.centered; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (924,620); +ref = "pe-cy"; +}, +{ +pos = (162,0); +ref = _tail.descender.centered; +} +); +width = 924; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (632,640); +ref = "pe-cy"; +}, +{ +pos = (16,0); +ref = _tail.descender.centered; +} +); +width = 632; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (732,640); +ref = "pe-cy"; +}, +{ +pos = (66,0); +ref = _tail.descender.centered; +} +); +width = 732; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (1004,640); +ref = "pe-cy"; +}, +{ +pos = (202,0); +ref = _tail.descender.centered; +} +); +width = 1004; +} +); +unicode = 1119; +}, +{ +glyphname = "softsign-cy"; +kernLeft = sqr_left; +kernRight = softsign_right; +lastChange = "2022-11-13 20:34:31 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 365; +}; +pos = (206,0); +ref = "_smart.softsign-cy"; +} +); +width = 598; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 346; +}; +pos = (246,0); +ref = "_smart.softsign-cy"; +} +); +width = 611; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 550; +}; +pos = (206,0); +ref = "_smart.softsign-cy"; +} +); +width = 783; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 524; +}; +pos = (256,0); +ref = "_smart.softsign-cy"; +} +); +width = 801; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 290; +}; +pos = (196,0); +ref = "_smart.softsign-cy"; +} +); +width = 510; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 262; +}; +pos = (236,0); +ref = "_smart.softsign-cy"; +} +); +width = 514; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 387; +}; +pos = (136,0); +ref = "_smart.softsign-cy"; +} +); +width = 550; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 340; +}; +pos = (352,0); +ref = "_smart.softsign-cy"; +} +); +width = 709; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 320; +}; +pos = (126,0); +ref = "_smart.softsign-cy"; +} +); +width = 470; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 556; +}; +pos = (146,0); +ref = "_smart.softsign-cy"; +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 444; +}; +pos = (432,0); +ref = "_smart.softsign-cy"; +} +); +width = 969; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 344; +}; +pos = (304,0); +ref = "_smart.softsign-cy"; +} +); +width = 613; +} +); +metricLeft = n; +metricRight = o; +unicode = 1100; +}, +{ +glyphname = "yeru-cy"; +kernLeft = sqr_left; +kernRight = sqr_right; +lastChange = "2023-04-17 20:35:31 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (426,600); +} +); +background = { +shapes = ( +{ +ref = "em-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 340; +}; +pos = (206,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (550,0); +ref = "_part.stem-n"; +} +); +width = 852; +}, +{ +anchors = ( +{ +name = top; +pos = (448,620); +} +); +background = { +shapes = ( +{ +ref = "em-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 344; +}; +pos = (246,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (584,0); +ref = "_part.stem-n"; +} +); +width = 896; +}, +{ +anchors = ( +{ +name = top; +pos = (555,600); +} +); +background = { +shapes = ( +{ +ref = "em-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 560; +}; +pos = (206,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (808,0); +ref = "_part.stem-n"; +} +); +width = 1110; +}, +{ +anchors = ( +{ +name = top; +pos = (587,620); +} +); +background = { +shapes = ( +{ +ref = "em-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 562; +}; +pos = (256,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (842,0); +ref = "_part.stem-n"; +} +); +width = 1174; +}, +{ +anchors = ( +{ +name = top; +pos = (364,600); +} +); +background = { +shapes = ( +{ +ref = "em-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 262; +}; +pos = (196,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (446,0); +ref = "_part.stem-n"; +} +); +width = 728; +}, +{ +anchors = ( +{ +name = top; +pos = (378,620); +} +); +background = { +shapes = ( +{ +ref = "em-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 244; +}; +pos = (236,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (464,0); +ref = "_part.stem-n"; +} +); +width = 756; +}, +{ +anchors = ( +{ +name = top; +pos = (381,588); +} +); +background = { +shapes = ( +{ +ref = "em-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 360; +}; +pos = (136,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (530,0); +ref = "_part.stem-n"; +} +); +width = 762; +}, +{ +anchors = ( +{ +name = top; +pos = (538,640); +} +); +background = { +shapes = ( +{ +pos = (17,0); +ref = "em-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 340; +}; +pos = (352,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (692,0); +ref = "_part.stem-n"; +} +); +width = 1076; +}, +{ +anchors = ( +{ +name = top; +pos = (326,588); +} +); +background = { +shapes = ( +{ +ref = "em-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 292; +}; +pos = (126,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (440,0); +ref = "_part.stem-n"; +} +); +width = 652; +}, +{ +anchors = ( +{ +name = top; +pos = (503,588); +} +); +background = { +shapes = ( +{ +ref = "em-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 544; +}; +pos = (146,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (754,0); +ref = "_part.stem-n"; +} +); +width = 1006; +}, +{ +anchors = ( +{ +name = top; +pos = (696,640); +} +); +background = { +shapes = ( +{ +pos = (14,0); +ref = "em-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 396; +}; +pos = (432,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (928,0); +ref = "_part.stem-n"; +} +); +width = 1392; +}, +{ +anchors = ( +{ +name = top; +pos = (462,640); +} +); +background = { +shapes = ( +{ +pos = (14,0); +ref = "em-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bowl Width" = 340; +}; +pos = (304,0); +ref = "_smart.softsign-cy"; +}, +{ +pos = (587,0); +ref = "_part.stem-n"; +} +); +width = 923; +} +); +unicode = 1099; +}, +{ +glyphname = "hardsign-cy"; +kernRight = softsign_right; +lastChange = "2023-01-16 20:45:49 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +piece = { +"Bar Width" = 164; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (84,0); +ref = "softsign-cy"; +} +); +width = 682; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +"Bar Width" = 160; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (105,0); +ref = "softsign-cy"; +} +); +width = 716; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +"Bar Width" = 228; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (148,0); +ref = "softsign-cy"; +} +); +width = 931; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +"Bar Width" = 214; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (151,0); +ref = "softsign-cy"; +} +); +width = 952; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +"Bar Width" = 138; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (66,0); +ref = "softsign-cy"; +} +); +width = 576; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +"Bar Width" = 134; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (87,0); +ref = "softsign-cy"; +} +); +width = 601; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +"Bar Width" = 148; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (68,0); +ref = "softsign-cy"; +} +); +width = 618; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +"Bar Width" = 160; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (135,0); +ref = "softsign-cy"; +} +); +width = 844; +}, +{ +layerId = m009; +shapes = ( +{ +piece = { +"Bar Width" = 124; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (52,0); +ref = "softsign-cy"; +} +); +width = 522; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +"Bar Width" = 206; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (118,0); +ref = "softsign-cy"; +} +); +width = 850; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +"Bar Width" = 224; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (199,0); +ref = "softsign-cy"; +} +); +width = 1168; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +"Bar Width" = 130; +}; +ref = "_part.bar-top"; +}, +{ +piece = { +Group = 1; +}; +pos = (105,0); +ref = "softsign-cy"; +} +); +width = 718; +} +); +unicode = 1098; +}, +{ +color = 4; +glyphname = "lje-cy"; +lastChange = "2023-04-30 15:06:45 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 230; +}; +pos = (159,0); +ref = "_part.bar-top"; +}, +{ +pos = (317,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(564,0,l), +(696,0,o), +(763,54,o), +(763,160,cs), +(763,266,o), +(696,320,o), +(564,320,cs), +(441,320,l), +(441,286,l), +(568,286,l), +(671,286,o), +(723,244,o), +(723,160,cs), +(723,76,o), +(671,34,o), +(568,34,c), +(441,34,l), +(441,0,l) +); +} +); +width = 787; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 278; +}; +pos = (190,0); +ref = "_part.bar-top"; +}, +{ +pos = (388,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(710,0,l), +(843,0,o), +(911,54,o), +(911,160,cs), +(911,266,o), +(843,320,o), +(710,320,cs), +(522,320,l), +(522,284,l), +(714,284,l), +(817,284,o), +(870,242,o), +(870,160,cs), +(870,78,o), +(817,36,o), +(714,36,c), +(522,36,l), +(522,0,l) +); +} +); +width = 938; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 415; +}; +pos = (232,0); +ref = "_part.bar-top"; +}, +{ +pos = (559,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(1054,0,l), +(1198,0,o), +(1261,48,o), +(1261,160,cs), +(1261,272,o), +(1198,320,o), +(1054,320,cs), +(703,320,l), +(703,286,l), +(1058,286,l), +(1170,286,o), +(1219,248,o), +(1219,160,cs), +(1219,72,o), +(1170,34,o), +(1058,34,c), +(703,34,l), +(703,0,l) +); +} +); +width = 1291; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 168; +}; +pos = (197,0); +ref = "_part.bar-top"; +}, +{ +pos = (293,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(561,0,l), +(706,0,o), +(779,61,o), +(779,181,cs), +(779,301,o), +(706,362,o), +(561,362,cs), +(487,362,l), +(487,262,l), +(561,262,l), +(638,262,o), +(671,238,o), +(671,182,cs), +(671,126,o), +(638,102,o), +(561,102,c), +(487,102,l), +(487,0,l) +); +} +); +width = 803; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 210; +}; +pos = (240,0); +ref = "_part.bar-top"; +}, +{ +pos = (370,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(720,0,l), +(866,0,o), +(941,61,o), +(941,181,cs), +(941,301,o), +(866,362,o), +(720,362,cs), +(574,362,l), +(574,260,l), +(720,260,l), +(797,260,o), +(831,236,o), +(831,182,cs), +(831,128,o), +(797,104,o), +(720,104,c), +(574,104,l), +(574,0,l) +); +} +); +width = 968; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 352; +}; +pos = (305,0); +ref = "_part.bar-top"; +}, +{ +pos = (577,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(1107,0,l), +(1257,0,o), +(1333,61,o), +(1333,181,cs), +(1333,301,o), +(1257,362,o), +(1107,362,cs), +(781,362,l), +(781,268,l), +(1107,268,l), +(1186,268,o), +(1221,242,o), +(1221,182,cs), +(1221,122,o), +(1186,96,o), +(1107,96,c), +(781,96,l), +(781,0,l) +); +} +); +width = 1360; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 100; +}; +pos = (260,0); +ref = "_part.bar-top"; +}, +{ +pos = (313,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(583,0,l), +(734,0,o), +(811,67,o), +(811,198,cs), +(811,329,o), +(734,396,o), +(583,396,cs), +(547,396,l), +(547,250,l), +(579,250,l), +(622,250,o), +(641,235,o), +(641,202,cs), +(641,169,o), +(622,154,o), +(579,154,c), +(547,154,l), +(547,0,l) +); +} +); +width = 827; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 164; +}; +pos = (291,0); +ref = "_part.bar-top"; +}, +{ +pos = (400,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(750,0,l), +(910,0,o), +(992,67,o), +(992,198,cs), +(992,329,o), +(910,396,o), +(750,396,cs), +(644,396,l), +(644,244,l), +(746,244,l), +(799,244,o), +(818,233,o), +(818,202,cs), +(818,171,o), +(799,160,o), +(746,160,c), +(644,160,l), +(644,0,l) +); +} +); +width = 1011; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 332; +}; +pos = (326,0); +ref = "_part.bar-top"; +}, +{ +pos = (595,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(1129,0,l), +(1292,0,o), +(1375,67,o), +(1375,198,cs), +(1375,329,o), +(1292,396,o), +(1129,396,cs), +(849,396,l), +(849,252,l), +(1110,252,l), +(1169,252,o), +(1191,239,o), +(1191,202,cs), +(1191,165,o), +(1169,152,o), +(1110,152,c), +(849,152,l), +(849,0,l) +); +} +); +width = 1396; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 40; +}; +pos = (298,0); +ref = "_part.bar-top"; +}, +{ +pos = (313,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(679,0,l), +(837,0,o), +(917,73,o), +(917,218,cs), +(917,363,o), +(837,436,o), +(679,436,cs), +(615,436,l), +(615,256,l), +(631,256,l), +(657,256,o), +(667,247,o), +(667,224,cs), +(667,201,o), +(657,192,o), +(631,192,c), +(615,192,l), +(615,0,l) +); +} +); +width = 926; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 46; +}; +pos = (350,0); +ref = "_part.bar-top"; +}, +{ +pos = (371,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(813,0,l), +(984,0,o), +(1071,76,o), +(1071,224,cs), +(1071,372,o), +(984,448,o), +(813,448,cs), +(721,448,l), +(721,268,l), +(741,268,l), +(770,268,o), +(781,259,o), +(781,234,cs), +(781,209,o), +(770,200,o), +(741,200,c), +(721,200,l), +(721,0,l) +); +} +); +width = 1080; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.leg-el-cy"; +}, +{ +piece = { +"Bar Width" = 134; +}; +pos = (458,0); +ref = "_part.bar-top"; +}, +{ +pos = (567,0); +ref = "_part.stem-n"; +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(1421,0,o), +(1527,68,o), +(1527,224,cs), +(1527,380,o), +(1421,448,o), +(1178,448,cs), +(997,448,l), +(997,268,l), +(1086,268,l), +(1131,268,o), +(1147,259,o), +(1147,234,cs), +(1147,209,o), +(1131,200,o), +(1086,200,c), +(997,200,l), +(997,0,l) +); +} +); +width = 1536; +} +); +metricLeft = "_part.leg-el-cy"; +metricRight = "_smart.softsign-cy"; +unicode = 1113; +}, +{ +color = 4; +glyphname = "nje-cy"; +lastChange = "2023-04-30 12:54:11 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-14,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(577,0,l), +(709,0,o), +(776,54,o), +(776,160,cs), +(776,266,o), +(709,320,o), +(577,320,cs), +(124,320,l), +(124,286,l), +(427,286,l), +(445,286,l), +(581,286,l), +(684,286,o), +(736,244,o), +(736,160,cs), +(736,76,o), +(684,34,o), +(581,34,c), +(454,34,l), +(454,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (330,0); +ref = "_part.stem-n"; +} +); +width = 800; +}, +{ +background = { +shapes = ( +{ +pos = (-18,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(720,0,l), +(853,0,o), +(921,54,o), +(921,160,cs), +(921,266,o), +(853,320,o), +(720,320,cs), +(134,320,l), +(134,284,l), +(508,284,l), +(522,284,l), +(724,284,l), +(827,284,o), +(880,242,o), +(880,160,cs), +(880,78,o), +(827,36,o), +(724,36,c), +(532,36,l), +(532,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (398,0); +ref = "_part.stem-n"; +} +); +width = 948; +}, +{ +background = { +shapes = ( +{ +pos = (-24,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(1065,0,l), +(1209,0,o), +(1272,48,o), +(1272,160,cs), +(1272,272,o), +(1209,320,o), +(1065,320,cs), +(144,320,l), +(144,286,l), +(690,286,l), +(704,286,l), +(1069,286,l), +(1181,286,o), +(1230,248,o), +(1230,160,cs), +(1230,72,o), +(1181,34,o), +(1069,34,c), +(714,34,l), +(714,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (570,0); +ref = "_part.stem-n"; +} +); +width = 1302; +}, +{ +background = { +shapes = ( +{ +pos = (-17,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(568,0,l), +(713,0,o), +(786,61,o), +(786,181,cs), +(786,301,o), +(713,362,o), +(568,362,cs), +(194,362,l), +(194,260,l), +(427,260,l), +(457,262,l), +(568,262,l), +(645,262,o), +(678,238,o), +(678,182,cs), +(678,126,o), +(645,102,o), +(568,102,c), +(494,102,l), +(494,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (300,0); +ref = "_part.stem-n"; +} +); +width = 810; +}, +{ +background = { +shapes = ( +{ +pos = (-20,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(726,0,l), +(872,0,o), +(947,61,o), +(947,181,cs), +(947,301,o), +(872,362,o), +(726,362,cs), +(204,362,l), +(204,258,l), +(515,258,l), +(543,260,l), +(726,260,l), +(803,260,o), +(837,236,o), +(837,182,cs), +(837,128,o), +(803,104,o), +(726,104,c), +(580,104,l), +(580,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (376,0); +ref = "_part.stem-n"; +} +); +width = 974; +}, +{ +background = { +shapes = ( +{ +pos = (-26,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(1098,0,l), +(1248,0,o), +(1324,61,o), +(1324,181,cs), +(1324,301,o), +(1248,362,o), +(1098,362,cs), +(204,362,l), +(204,266,l), +(712,266,l), +(736,268,l), +(1098,268,l), +(1177,268,o), +(1212,242,o), +(1212,182,cs), +(1212,122,o), +(1177,96,o), +(1098,96,c), +(772,96,l), +(772,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (568,0); +ref = "_part.stem-n"; +} +); +width = 1351; +}, +{ +background = { +shapes = ( +{ +pos = (-20,0); +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(564,0,l), +(715,0,o), +(792,67,o), +(792,198,cs), +(792,329,o), +(715,396,o), +(564,396,cs), +(234,396,l), +(234,242,l), +(433,242,l), +(461,250,l), +(560,250,l), +(603,250,o), +(622,235,o), +(622,202,cs), +(622,169,o), +(603,154,o), +(560,154,c), +(528,154,l), +(528,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (294,0); +ref = "_part.stem-n"; +} +); +width = 808; +}, +{ +background = { +shapes = ( +{ +pos = (-24,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(732,0,l), +(892,0,o), +(974,67,o), +(974,198,cs), +(974,329,o), +(892,396,o), +(732,396,cs), +(244,396,l), +(244,236,l), +(531,236,l), +(557,244,l), +(728,244,l), +(781,244,o), +(800,233,o), +(800,202,cs), +(800,171,o), +(781,160,o), +(728,160,c), +(626,160,l), +(626,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (382,0); +ref = "_part.stem-n"; +} +); +width = 993; +}, +{ +background = { +shapes = ( +{ +pos = (-30,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(1108,0,l), +(1271,0,o), +(1354,67,o), +(1354,198,cs), +(1354,329,o), +(1271,396,o), +(1108,396,cs), +(254,396,l), +(254,244,l), +(732,244,l), +(754,252,l), +(1089,252,l), +(1148,252,o), +(1170,239,o), +(1170,202,cs), +(1170,165,o), +(1148,152,o), +(1089,152,c), +(828,152,l), +(828,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (574,0); +ref = "_part.stem-n"; +} +); +width = 1375; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(658,0,l), +(816,0,o), +(896,73,o), +(896,218,cs), +(896,363,o), +(816,436,o), +(658,436,cs), +(302,436,l), +(302,216,l), +(455,216,l), +(484,256,l), +(610,256,l), +(636,256,o), +(646,247,o), +(646,224,cs), +(646,201,o), +(636,192,o), +(610,192,c), +(594,192,l), +(594,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (300,0); +ref = "_part.stem-n"; +} +); +width = 905; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(782,0,l), +(953,0,o), +(1040,76,o), +(1040,224,cs), +(1040,372,o), +(953,448,o), +(782,448,cs), +(350,448,l), +(350,218,l), +(525,218,l), +(561,268,l), +(710,268,l), +(739,268,o), +(750,259,o), +(750,234,cs), +(750,209,o), +(739,200,o), +(710,200,c), +(690,200,l), +(690,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (352,0); +ref = "_part.stem-n"; +} +); +width = 1049; +}, +{ +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(1143,0,l), +(1386,0,o), +(1492,68,o), +(1492,224,cs), +(1492,380,o), +(1386,448,o), +(1143,448,cs), +(430,448,l), +(430,218,l), +(776,218,l), +(806,268,l), +(1051,268,l), +(1096,268,o), +(1112,259,o), +(1112,234,cs), +(1112,209,o), +(1096,200,o), +(1051,200,c), +(962,200,l), +(962,0,l) +); +}, +{ +ref = "_part.stem-n"; +}, +{ +pos = (542,0); +ref = "_part.stem-n"; +} +); +width = 1501; +} +); +unicode = 1114; +}, +{ +color = 4; +glyphname = "dze-cy"; +lastChange = "2023-04-29 15:49:18 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = s; +} +); +width = 500; +}, +{ +layerId = m007; +shapes = ( +{ +ref = s; +} +); +width = 586; +}, +{ +layerId = m010; +shapes = ( +{ +ref = s; +} +); +width = 787; +}, +{ +layerId = m005; +shapes = ( +{ +ref = s; +} +); +width = 549; +}, +{ +layerId = m01; +shapes = ( +{ +ref = s; +} +); +width = 648; +}, +{ +layerId = m003; +shapes = ( +{ +ref = s; +} +); +width = 850; +}, +{ +layerId = m006; +shapes = ( +{ +ref = s; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = s; +} +); +width = 670; +}, +{ +layerId = m004; +shapes = ( +{ +ref = s; +} +); +width = 898; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = s; +} +); +width = 595; +}, +{ +layerId = m008; +shapes = ( +{ +ref = s; +} +); +width = 713; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = s; +} +); +width = 976; +} +); +unicode = 1109; +}, +{ +glyphname = "e-cy"; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2023-01-17 12:22:53 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (528,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 528; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (623,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (843,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 843; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (578,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 578; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (683,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 683; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (909,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 909; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (586,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 586; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (693,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 693; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (921,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 921; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (623,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 623; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (741,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (1017,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 1017; +} +); +unicode = 1108; +}, +{ +glyphname = "ereversed-cy"; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2023-04-17 20:35:15 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (342,600); +} +); +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (683,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(238,343,l), +(238,251,l), +(528,251,l), +(528,343,l) +); +} +); +width = 683; +}, +{ +anchors = ( +{ +name = top; +pos = (347,620); +} +); +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (693,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(269,368,l), +(269,246,l), +(499,246,l), +(499,368,l) +); +} +); +width = 693; +}, +{ +anchors = ( +{ +name = top; +pos = (455,600); +} +); +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (909,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(303,341,l), +(303,253,l), +(753,253,l), +(753,341,l) +); +} +); +width = 909; +}, +{ +anchors = ( +{ +name = top; +pos = (461,620); +} +); +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (921,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(323,368,l), +(323,246,l), +(713,246,l), +(713,368,l) +); +} +); +width = 921; +}, +{ +anchors = ( +{ +name = top; +pos = (289,600); +} +); +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (578,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(212,343,l), +(212,251,l), +(442,251,l), +(442,343,l) +); +} +); +width = 578; +}, +{ +anchors = ( +{ +name = top; +pos = (293,620); +} +); +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (586,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(232,368,l), +(232,246,l), +(402,246,l), +(402,368,l) +); +} +); +width = 586; +}, +{ +anchors = ( +{ +name = top; +pos = (312,588); +} +); +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (623,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(238,309,l), +(238,275,l), +(538,275,l), +(538,309,l) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = top; +pos = (371,640); +} +); +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (741,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(339,345,l), +(339,291,l), +(469,291,l), +(469,345,l) +); +} +); +width = 741; +}, +{ +anchors = ( +{ +name = top; +pos = (264,588); +} +); +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (528,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(193,309,l), +(193,275,l), +(453,275,l), +(453,309,l) +); +} +); +width = 528; +}, +{ +anchors = ( +{ +name = top; +pos = (422,588); +} +); +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +pos = (843,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(285,309,l), +(285,275,l), +(755,275,l), +(755,309,l) +); +} +); +width = 843; +}, +{ +anchors = ( +{ +name = top; +pos = (509,640); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (1017,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(444,347,l), +(444,289,l), +(644,289,l), +(644,347,l) +); +} +); +width = 1017; +}, +{ +anchors = ( +{ +name = top; +pos = (312,640); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (623,0); +ref = c; +scale = (-1,1); +}, +{ +closed = 1; +nodes = ( +(294,345,l), +(294,291,l), +(411,291,l), +(411,345,l) +); +} +); +width = 623; +} +); +metricLeft = "=|c*1.2"; +metricRight = "=|c"; +unicode = 1101; +}, +{ +glyphname = "i-cy"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = i; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = i; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = i; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = i; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = i; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = i; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = i; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = i; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = i; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = i; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = i; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = i; +} +); +width = 464; +} +); +unicode = 1110; +}, +{ +glyphname = "yi-cy"; +kernLeft = i_diacritic_left; +kernRight = i_diacritic_right; +lastChange = "2023-01-17 18:26:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (1,0); +ref = dieresiscomb.narrow; +} +); +width = 212; +}, +{ +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-21,0); +ref = dieresiscomb.narrow; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-54,0); +ref = dieresiscomb.narrow; +} +); +width = 252; +}, +{ +layerId = m005; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-6,0); +ref = dieresiscomb.narrow; +} +); +width = 282; +}, +{ +layerId = m01; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-23,0); +ref = dieresiscomb.narrow; +} +); +width = 302; +}, +{ +layerId = m003; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-80,0); +ref = dieresiscomb.narrow; +} +); +width = 302; +}, +{ +layerId = m006; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-33,0); +ref = dieresiscomb.narrow; +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-50,0); +ref = dieresiscomb.narrow; +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-93,0); +ref = dieresiscomb.narrow; +} +); +width = 332; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-36,0); +ref = dieresiscomb.narrow; +} +); +width = 336; +}, +{ +layerId = m008; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-58,0); +ref = dieresiscomb.narrow; +} +); +width = 384; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-110,0); +ref = dieresiscomb.narrow; +} +); +width = 464; +} +); +unicode = 1111; +}, +{ +color = 4; +glyphname = "je-cy"; +lastChange = "2023-05-01 11:47:37 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = j; +} +); +width = 255; +}, +{ +layerId = m007; +shapes = ( +{ +ref = j; +} +); +width = 271; +}, +{ +layerId = m010; +shapes = ( +{ +ref = j; +} +); +width = 337; +}, +{ +layerId = m005; +shapes = ( +{ +ref = j; +} +); +width = 288; +}, +{ +layerId = m01; +shapes = ( +{ +ref = j; +} +); +width = 328; +}, +{ +layerId = m003; +shapes = ( +{ +ref = j; +} +); +width = 388; +}, +{ +layerId = m006; +shapes = ( +{ +ref = j; +} +); +width = 335; +}, +{ +layerId = m002; +shapes = ( +{ +ref = j; +} +); +width = 365; +}, +{ +layerId = m004; +shapes = ( +{ +ref = j; +} +); +width = 431; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = j; +} +); +width = 366; +}, +{ +layerId = m008; +shapes = ( +{ +ref = j; +} +); +width = 414; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = j; +} +); +width = 494; +} +); +unicode = 1112; +}, +{ +color = 4; +glyphname = "tshe-cy"; +lastChange = "2023-05-01 17:12:19 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (474,0); +} +); +layerId = m009; +shapes = ( +{ +ref = hbar; +} +); +width = 551; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (556,0); +} +); +layerId = m007; +shapes = ( +{ +ref = hbar; +} +); +width = 642; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (746,0); +} +); +layerId = m010; +shapes = ( +{ +ref = hbar; +} +); +width = 841; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (516,0); +} +); +layerId = m005; +shapes = ( +{ +ref = hbar; +} +); +width = 593; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (606,0); +} +); +layerId = m01; +shapes = ( +{ +ref = hbar; +} +); +width = 692; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (806,0); +} +); +layerId = m003; +shapes = ( +{ +ref = hbar; +} +); +width = 892; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (564,0); +} +); +layerId = m006; +shapes = ( +{ +ref = hbar; +} +); +width = 614; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (666,0); +} +); +layerId = m002; +shapes = ( +{ +ref = hbar; +} +); +width = 725; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (876,0); +} +); +layerId = m004; +shapes = ( +{ +ref = hbar; +} +); +width = 944; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (622,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = hbar; +} +); +width = 651; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (722,0); +} +); +layerId = m008; +shapes = ( +{ +ref = hbar; +} +); +width = 751; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1002,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = hbar; +} +); +width = 1031; +} +); +unicode = 1115; +}, +{ +glyphname = "yu-cy"; +kernLeft = sqr_left; +kernRight = rnd_right; +lastChange = "2023-04-29 12:55:13 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = "sha-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 140; +}; +pos = (206,0); +ref = "_part.bar-middle"; +}, +{ +pos = (346,0); +ref = "_part.yu-cy"; +} +); +width = 935; +}, +{ +background = { +shapes = ( +{ +ref = "sha-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 138; +}; +pos = (246,0); +ref = "_part.bar-middle"; +}, +{ +pos = (384,0); +ref = "_part.yu-cy"; +} +); +width = 1011; +}, +{ +background = { +shapes = ( +{ +ref = "sha-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 210; +}; +pos = (206,0); +ref = "_part.bar-middle"; +}, +{ +pos = (416,0); +ref = "_part.yu-cy"; +} +); +width = 1223; +}, +{ +background = { +shapes = ( +{ +pos = (40,0); +ref = "sha-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 228; +}; +pos = (256,0); +ref = "_part.bar-middle"; +}, +{ +pos = (484,0); +ref = "_part.yu-cy"; +} +); +width = 1336; +}, +{ +background = { +shapes = ( +{ +ref = "sha-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 122; +}; +pos = (196,0); +ref = "_part.bar-middle"; +}, +{ +pos = (318,0); +ref = "_part.yu-cy"; +} +); +width = 796; +}, +{ +background = { +shapes = ( +{ +ref = "sha-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 118; +}; +pos = (236,0); +ref = "_part.bar-middle"; +}, +{ +pos = (354,0); +ref = "_part.yu-cy"; +} +); +width = 853; +}, +{ +background = { +shapes = ( +{ +ref = "sha-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 187; +}; +pos = (136,0); +ref = "_part.bar-middle"; +}, +{ +pos = (323,0); +ref = "_part.yu-cy"; +} +); +width = 859; +}, +{ +background = { +shapes = ( +{ +pos = (2,0); +ref = "sha-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 58; +}; +pos = (352,0); +ref = "_part.bar-middle"; +}, +{ +pos = (410,0); +ref = "_part.yu-cy"; +} +); +width = 1098; +}, +{ +background = { +shapes = ( +{ +ref = "sha-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 172; +}; +pos = (126,0); +ref = "_part.bar-middle"; +}, +{ +pos = (298,0); +ref = "_part.yu-cy"; +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +ref = "sha-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 270; +}; +pos = (146,0); +ref = "_part.bar-middle"; +}, +{ +pos = (416,0); +ref = "_part.yu-cy"; +} +); +width = 1151; +}, +{ +background = { +shapes = ( +{ +pos = (2,0); +ref = "sha-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 92; +}; +pos = (432,0); +ref = "_part.bar-middle"; +}, +{ +pos = (524,0); +ref = "_part.yu-cy"; +} +); +width = 1410; +}, +{ +background = { +shapes = ( +{ +pos = (2,0); +ref = "sha-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +piece = { +"Bar Width" = 66; +}; +pos = (304,0); +ref = "_part.bar-middle"; +}, +{ +pos = (370,0); +ref = "_part.yu-cy"; +} +); +width = 944; +} +); +metricRight = o; +unicode = 1102; +}, +{ +glyphname = "ya-cy"; +kernRight = sqr_right; +lastChange = "2023-01-16 21:12:00 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-63,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (333,0); +ref = "_part.stem-n"; +} +); +width = 635; +}, +{ +background = { +shapes = ( +{ +pos = (-33,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (373,0); +ref = "_part.stem-n"; +} +); +width = 685; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (545,0); +ref = "_part.stem-n"; +} +); +width = 847; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (562,0); +ref = "_part.stem-n"; +} +); +width = 894; +}, +{ +background = { +shapes = ( +{ +pos = (-46,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (262,0); +ref = "_part.stem-n"; +} +); +width = 544; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (287,0); +ref = "_part.stem-n"; +} +); +width = 579; +}, +{ +background = { +shapes = ( +{ +pos = (-61,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (355,0); +ref = "_part.stem-n"; +} +); +width = 587; +}, +{ +background = { +shapes = ( +{ +pos = (-20,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (345,0); +ref = "_part.stem-n"; +scale = (0.9625,1); +} +); +width = 715; +}, +{ +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (292,0); +ref = "_part.stem-n"; +} +); +width = 504; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (543,0); +ref = "_part.stem-n"; +} +); +width = 795; +}, +{ +background = { +shapes = ( +{ +pos = (-26,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (526,0); +ref = "_part.stem-n"; +} +); +width = 990; +}, +{ +background = { +shapes = ( +{ +pos = (-6,0); +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.ya-cy"; +}, +{ +pos = (294,0); +ref = "_part.stem-n"; +} +); +width = 630; +} +); +metricLeft = RND; +metricRight = SQR; +unicode = 1103; +}, +{ +color = 4; +glyphname = "dje-cy"; +lastChange = "2023-05-01 17:12:19 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (134,0); +ref = _part.hook; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (216,0); +ref = _part.hook; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (406,0); +ref = _part.hook; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (106,0); +ref = _part.hook; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (196,0); +ref = _part.hook; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (396,0); +ref = _part.hook; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (84,0); +ref = _part.hook; +} +); +width = 614; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (186,0); +ref = _part.hook; +} +); +width = 725; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (396,0); +ref = _part.hook; +} +); +width = 944; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (50,0); +ref = _part.hook; +} +); +width = 651; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (102,0); +ref = _part.hook; +} +); +width = 751; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "tshe-cy"; +}, +{ +pos = (302,0); +ref = _part.hook; +} +); +width = 1031; +} +); +unicode = 1106; +}, +{ +color = 4; +glyphname = "zhedescender-cy"; +lastChange = "2023-04-24 18:58:46 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (612,0); +ref = _tail.descender; +} +); +width = 662; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (738,0); +ref = _tail.descender; +} +); +width = 790; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (1026,0); +ref = _tail.descender; +} +); +width = 1080; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (610,0); +ref = _tail.descender; +} +); +width = 728; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (738,0); +ref = _tail.descender; +} +); +width = 858; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (1040,0); +ref = _tail.descender; +} +); +width = 1160; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (642,0); +ref = _tail.descender; +} +); +width = 819; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (790,0); +ref = _tail.descender; +} +); +width = 969; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (1120,0); +ref = _tail.descender; +} +); +width = 1301; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (680,0); +ref = _tail.descender; +} +); +width = 935; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (800,0); +ref = _tail.descender; +} +); +width = 1105; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (1200,0); +ref = _tail.descender; +} +); +width = 1545; +} +); +unicode = 1175; +}, +{ +color = 4; +glyphname = "zedescender-cy"; +lastChange = "2023-04-26 17:40:19 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (-60,0); +ref = _tail.descender.centered; +} +); +width = 480; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (-19,0); +ref = _tail.descender.centered; +} +); +width = 561; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (76,0); +ref = _tail.descender.centered; +} +); +width = 752; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (-39,0); +ref = _tail.descender.centered; +} +); +width = 522; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (6,0); +ref = _tail.descender.centered; +} +); +width = 611; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (106,0); +ref = _tail.descender.centered; +} +); +width = 811; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (-23,0); +ref = _tail.descender.centered; +} +); +width = 553; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (28,0); +ref = _tail.descender.centered; +} +); +width = 656; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (133,0); +ref = _tail.descender.centered; +} +); +width = 866; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (2,0); +ref = _tail.descender.centered; +} +); +width = 603; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (51,0); +ref = _tail.descender.centered; +} +); +width = 701; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (188,0); +ref = _tail.descender.centered; +} +); +width = 975; +} +); +unicode = 1177; +}, +{ +color = 4; +glyphname = "kadescender-cy"; +lastChange = "2023-04-24 18:58:46 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (453,0); +ref = _tail.descender; +} +); +width = 503; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (540,0); +ref = _tail.descender; +} +); +width = 592; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (728,0); +ref = _tail.descender; +} +); +width = 782; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (436,0); +ref = _tail.descender; +} +); +width = 554; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (524,0); +ref = _tail.descender; +} +); +width = 644; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (720,0); +ref = _tail.descender; +} +); +width = 840; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (426,0); +ref = _tail.descender; +} +); +width = 603; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (524,0); +ref = _tail.descender; +} +); +width = 703; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (748,0); +ref = _tail.descender; +} +); +width = 929; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (390,0); +ref = _tail.descender; +} +); +width = 645; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (450,0); +ref = _tail.descender; +} +); +width = 755; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (690,0); +ref = _tail.descender; +} +); +width = 1035; +} +); +unicode = 1179; +}, +{ +color = 4; +glyphname = "endescender-cy"; +lastChange = "2023-04-24 18:58:46 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (4,0); +ref = "tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (510,0); +ref = _tail.descender; +} +); +width = 560; +}, +{ +background = { +shapes = ( +{ +pos = (6,0); +ref = "tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (610,0); +ref = _tail.descender; +} +); +width = 662; +}, +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = "tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (809,0); +ref = _tail.descender; +} +); +width = 863; +}, +{ +background = { +shapes = ( +{ +pos = (7,0); +ref = "tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (488,0); +ref = _tail.descender; +} +); +width = 606; +}, +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = "tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (592,0); +ref = _tail.descender; +} +); +width = 712; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = "tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (820,0); +ref = _tail.descender; +} +); +width = 940; +}, +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = "tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (454,0); +ref = _tail.descender; +} +); +width = 631; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = "tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (572,0); +ref = _tail.descender; +} +); +width = 751; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = "tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (808,0); +ref = _tail.descender; +} +); +width = 989; +}, +{ +background = { +shapes = ( +{ +pos = (4,0); +ref = "tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (409,0); +ref = _tail.descender; +} +); +width = 664; +}, +{ +background = { +shapes = ( +{ +pos = (4,0); +ref = "tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (465,0); +ref = _tail.descender; +} +); +width = 770; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = "tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (731,0); +ref = _tail.descender; +} +); +width = 1076; +} +); +unicode = 1187; +}, +{ +color = 4; +glyphname = "pedescender-cy"; +lastChange = "2023-04-24 18:58:46 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (506,0); +ref = _tail.descender; +} +); +width = 556; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (604,0); +ref = _tail.descender; +} +); +width = 656; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (801,0); +ref = _tail.descender; +} +); +width = 855; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (481,0); +ref = _tail.descender; +} +); +width = 599; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (584,0); +ref = _tail.descender; +} +); +width = 704; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (810,0); +ref = _tail.descender; +} +); +width = 930; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (446,0); +ref = _tail.descender; +} +); +width = 623; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (562,0); +ref = _tail.descender; +} +); +width = 741; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (796,0); +ref = _tail.descender; +} +); +width = 977; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (405,0); +ref = _tail.descender; +} +); +width = 660; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (461,0); +ref = _tail.descender; +} +); +width = 766; +}, +{ +background = { +shapes = ( +{ +ref = "tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (719,0); +ref = _tail.descender; +} +); +width = 1064; +} +); +unicode = 1317; +}, +{ +color = 4; +glyphname = "pemiddlehook-cy"; +lastChange = "2023-04-25 16:49:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (466,0); +ref = _part.middlehook; +} +); +width = 793; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (546,0); +ref = _part.middlehook; +} +); +width = 934; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (732,0); +ref = _part.middlehook; +} +); +width = 1268; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (506,0); +ref = _part.middlehook; +} +); +width = 858; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (594,0); +ref = _part.middlehook; +} +); +width = 1012; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (790,0); +ref = _part.middlehook; +} +); +width = 1366; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (542,0); +ref = _part.middlehook; +} +); +width = 895; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (642,0); +ref = _part.middlehook; +} +); +width = 1061; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (848,0); +ref = _part.middlehook; +} +); +width = 1409; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (600,0); +ref = _part.middlehook; +} +); +width = 927; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (700,0); +ref = _part.middlehook; +} +); +width = 1093; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +pos = (972,0); +ref = _part.middlehook; +} +); +width = 1523; +} +); +unicode = 1191; +}, +{ +color = 4; +glyphname = "esdescender-cy"; +lastChange = "2023-04-26 17:40:19 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = c; +}, +{ +pos = (-18,0); +ref = _tail.descender.centered; +} +); +width = 522; +}, +{ +layerId = m007; +shapes = ( +{ +ref = c; +}, +{ +pos = (30,0); +ref = _tail.descender.centered; +} +); +width = 616; +}, +{ +layerId = m010; +shapes = ( +{ +ref = c; +}, +{ +pos = (146,0); +ref = _tail.descender.centered; +} +); +width = 836; +}, +{ +layerId = m005; +shapes = ( +{ +ref = c; +}, +{ +ref = _tail.descender.centered; +} +); +width = 572; +}, +{ +layerId = m01; +shapes = ( +{ +ref = c; +}, +{ +pos = (56,0); +ref = _tail.descender.centered; +} +); +width = 676; +}, +{ +layerId = m003; +shapes = ( +{ +ref = c; +}, +{ +pos = (170,0); +ref = _tail.descender.centered; +} +); +width = 902; +}, +{ +layerId = m006; +shapes = ( +{ +ref = c; +}, +{ +pos = (6,0); +ref = _tail.descender.centered; +} +); +width = 582; +}, +{ +layerId = m002; +shapes = ( +{ +ref = c; +}, +{ +pos = (60,0); +ref = _tail.descender.centered; +} +); +width = 688; +}, +{ +layerId = m004; +shapes = ( +{ +ref = c; +}, +{ +pos = (178,0); +ref = _tail.descender.centered; +} +); +width = 916; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (24,0); +ref = _tail.descender.centered; +} +); +width = 621; +}, +{ +layerId = m008; +shapes = ( +{ +ref = c; +}, +{ +pos = (88,0); +ref = _tail.descender.centered; +} +); +width = 739; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (216,0); +ref = _tail.descender.centered; +} +); +width = 1015; +} +); +unicode = 1195; +}, +{ +color = 4; +glyphname = "tedescender-cy"; +lastChange = "2023-04-24 18:58:46 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-238,0); +ref = "tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (268,0); +ref = _tail.descender; +} +); +width = 416; +}, +{ +background = { +shapes = ( +{ +pos = (-280,0); +ref = "tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (324,0); +ref = _tail.descender; +} +); +width = 492; +}, +{ +background = { +shapes = ( +{ +pos = (-374,0); +ref = "tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (427,0); +ref = _tail.descender; +} +); +width = 676; +}, +{ +background = { +shapes = ( +{ +pos = (-222,0); +ref = "tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (259,0); +ref = _tail.descender; +} +); +width = 458; +}, +{ +background = { +shapes = ( +{ +pos = (-268,0); +ref = "tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (316,0); +ref = _tail.descender; +} +); +width = 542; +}, +{ +background = { +shapes = ( +{ +pos = (-362,0); +ref = "tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (448,0); +ref = _tail.descender; +} +); +width = 746; +}, +{ +background = { +shapes = ( +{ +pos = (-194,0); +ref = "tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (252,0); +ref = _tail.descender; +} +); +width = 516; +}, +{ +background = { +shapes = ( +{ +pos = (-246,0); +ref = "tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (316,0); +ref = _tail.descender; +} +); +width = 612; +}, +{ +background = { +shapes = ( +{ +pos = (-350,0); +ref = "tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (446,0); +ref = _tail.descender; +} +); +width = 816; +}, +{ +background = { +shapes = ( +{ +pos = (-173,0); +ref = "tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (232,0); +ref = _tail.descender; +} +); +width = 582; +}, +{ +background = { +shapes = ( +{ +pos = (-199,0); +ref = "tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (262,0); +ref = _tail.descender; +} +); +width = 682; +}, +{ +background = { +shapes = ( +{ +pos = (-291,0); +ref = "tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +anchor = tail; +pos = (428,0); +ref = _tail.descender; +} +); +width = 962; +} +); +unicode = 1197; +}, +{ +color = 4; +glyphname = "ustraight-cy"; +lastChange = "2023-04-28 17:30:45 +0000"; +layers = ( +{ +anchors = ( +{ +name = center; +pos = (228,17); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(248,-200,l), +(248,0,l), +(442,588,l), +(401,588,l), +(223,46,l), +(235,46,l), +(57,588,l), +(14,588,l), +(208,0,l), +(208,-200,l) +); +} +); +width = 456; +}, +{ +anchors = ( +{ +name = center; +pos = (270,18); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(290,-200,l), +(290,0,l), +(524,588,l), +(481,588,l), +(264,36,l), +(278,36,l), +(60,588,l), +(16,588,l), +(250,0,l), +(250,-200,l) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = center; +pos = (372,17); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(393,-200,l), +(393,0,l), +(726,588,l), +(681,588,l), +(366,26,l), +(384,26,l), +(65,588,l), +(18,588,l), +(353,0,l), +(353,-200,l) +); +} +); +width = 744; +}, +{ +anchors = ( +{ +name = center; +pos = (253,48); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(308,-200,l), +(308,0,l), +(492,600,l), +(384,600,l), +(244,132,l), +(268,132,l), +(127,600,l), +(14,600,l), +(198,0,l), +(198,-200,l) +); +} +); +width = 506; +}, +{ +anchors = ( +{ +name = center; +pos = (299,48); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(354,-200,l), +(354,0,l), +(582,600,l), +(471,600,l), +(285,106,l), +(319,106,l), +(135,600,l), +(16,600,l), +(244,0,l), +(244,-200,l) +); +} +); +width = 598; +}, +{ +anchors = ( +{ +name = center; +pos = (410,46); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(465,-200,l), +(465,0,l), +(804,600,l), +(688,600,l), +(390,66,l), +(438,66,l), +(140,600,l), +(16,600,l), +(355,0,l), +(355,-200,l) +); +} +); +width = 820; +}, +{ +anchors = ( +{ +name = center; +pos = (281,70); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(371,-200,l), +(371,0,l), +(553,620,l), +(391,620,l), +(267,160,l), +(309,160,l), +(185,620,l), +(9,620,l), +(191,0,l), +(191,-200,l) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = center; +pos = (334,70); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(424,-200,l), +(424,0,l), +(657,620,l), +(487,620,l), +(312,132,l), +(366,132,l), +(192,620,l), +(11,620,l), +(244,0,l), +(244,-200,l) +); +} +); +width = 668; +}, +{ +anchors = ( +{ +name = center; +pos = (445,68); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(535,-200,l), +(535,0,l), +(877,620,l), +(698,620,l), +(414,90,l), +(490,90,l), +(205,620,l), +(13,620,l), +(355,0,l), +(355,-200,l) +); +} +); +width = 890; +}, +{ +anchors = ( +{ +name = center; +pos = (295,100); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(431,-200,l), +(431,0,l), +(585,640,l), +(345,640,l), +(295,195,l), +(323,195,l), +(273,640,l), +(5,640,l), +(159,0,l), +(159,-200,l) +); +} +); +width = 590; +}, +{ +anchors = ( +{ +name = center; +pos = (355,100); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(515,-200,l), +(515,0,l), +(705,640,l), +(417,640,l), +(346,204,l), +(392,204,l), +(321,640,l), +(5,640,l), +(195,0,l), +(195,-200,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = center; +pos = (505,100); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(705,-200,l), +(705,0,l), +(1005,640,l), +(639,640,l), +(468,146,l), +(586,146,l), +(414,640,l), +(5,640,l), +(305,0,l), +(305,-200,l) +); +} +); +width = 1010; +} +); +metricLeft = TNG; +metricRight = TNG; +unicode = 1199; +}, +{ +color = 4; +glyphname = "ustraightstroke-cy"; +lastChange = "2023-04-28 17:30:45 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (-72,-383); +ref = "_part.bar-stroke"; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (-30,-382); +ref = "_part.bar-stroke"; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (72,-383); +ref = "_part.bar-stroke"; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (-47,-352); +ref = "_part.bar-stroke"; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (-1,-352); +ref = "_part.bar-stroke"; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (110,-354); +ref = "_part.bar-stroke"; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (-19,-330); +ref = "_part.bar-stroke"; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (34,-330); +ref = "_part.bar-stroke"; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (145,-332); +ref = "_part.bar-stroke"; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (-5,-300); +ref = "_part.bar-stroke"; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (55,-300); +ref = "_part.bar-stroke"; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ustraight-cy"; +}, +{ +pos = (205,-300); +ref = "_part.bar-stroke"; +} +); +width = 1010; +} +); +unicode = 1201; +}, +{ +color = 4; +glyphname = "hadescender-cy"; +lastChange = "2023-04-24 18:58:46 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = x; +}, +{ +pos = (434,0); +ref = _tail.descender; +} +); +width = 484; +}, +{ +layerId = m007; +shapes = ( +{ +ref = x; +}, +{ +pos = (524,0); +ref = _tail.descender; +} +); +width = 576; +}, +{ +layerId = m010; +shapes = ( +{ +ref = x; +}, +{ +pos = (742,0); +ref = _tail.descender; +} +); +width = 796; +}, +{ +layerId = m005; +shapes = ( +{ +ref = x; +}, +{ +pos = (410,0); +ref = _tail.descender; +} +); +width = 528; +}, +{ +layerId = m01; +shapes = ( +{ +ref = x; +}, +{ +pos = (500,0); +ref = _tail.descender; +} +); +width = 620; +}, +{ +layerId = m003; +shapes = ( +{ +ref = x; +}, +{ +pos = (740,0); +ref = _tail.descender; +} +); +width = 860; +}, +{ +layerId = m006; +shapes = ( +{ +ref = x; +}, +{ +pos = (400,0); +ref = _tail.descender; +} +); +width = 577; +}, +{ +layerId = m002; +shapes = ( +{ +ref = x; +}, +{ +pos = (504,0); +ref = _tail.descender; +} +); +width = 683; +}, +{ +layerId = m004; +shapes = ( +{ +ref = x; +}, +{ +pos = (760,0); +ref = _tail.descender; +} +); +width = 941; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = x; +}, +{ +pos = (370,0); +ref = _tail.descender; +} +); +width = 625; +}, +{ +layerId = m008; +shapes = ( +{ +ref = x; +}, +{ +pos = (434,0); +ref = _tail.descender; +} +); +width = 739; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = x; +}, +{ +pos = (700,0); +ref = _tail.descender; +} +); +width = 1045; +} +); +unicode = 1203; +}, +{ +color = 4; +glyphname = "chedescender-cy"; +lastChange = "2023-04-24 18:58:46 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-48,0); +ref = "tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (458,0); +ref = _tail.descender; +} +); +width = 508; +}, +{ +background = { +shapes = ( +{ +pos = (-55,0); +ref = "tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (549,0); +ref = _tail.descender; +} +); +width = 601; +}, +{ +background = { +shapes = ( +{ +pos = (-63,0); +ref = "tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (738,0); +ref = _tail.descender; +} +); +width = 792; +}, +{ +background = { +shapes = ( +{ +pos = (-48,0); +ref = "tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (433,0); +ref = _tail.descender; +} +); +width = 551; +}, +{ +background = { +shapes = ( +{ +pos = (-55,0); +ref = "tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (529,0); +ref = _tail.descender; +} +); +width = 649; +}, +{ +background = { +shapes = ( +{ +pos = (-59,0); +ref = "tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (751,0); +ref = _tail.descender; +} +); +width = 871; +}, +{ +background = { +shapes = ( +{ +pos = (-37,0); +ref = "tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (409,0); +ref = _tail.descender; +} +); +width = 586; +}, +{ +background = { +shapes = ( +{ +pos = (-43,0); +ref = "tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (519,0); +ref = _tail.descender; +} +); +width = 698; +}, +{ +background = { +shapes = ( +{ +pos = (-52,0); +ref = "tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (744,0); +ref = _tail.descender; +} +); +width = 925; +}, +{ +background = { +shapes = ( +{ +pos = (-28,0); +ref = "tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (377,0); +ref = _tail.descender; +} +); +width = 632; +}, +{ +background = { +shapes = ( +{ +pos = (-34,0); +ref = "tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (427,0); +ref = _tail.descender; +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +pos = (-36,0); +ref = "tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (683,0); +ref = _tail.descender; +} +); +width = 1028; +} +); +unicode = 1207; +}, +{ +color = 4; +glyphname = "shhadescender-cy"; +lastChange = "2023-04-27 10:05:31 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = "tse-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = h; +}, +{ +pos = (514,0); +ref = _tail.descender; +} +); +width = 564; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = "tse-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = h; +}, +{ +pos = (614,0); +ref = _tail.descender; +} +); +width = 666; +}, +{ +background = { +shapes = ( +{ +pos = (14,0); +ref = "tse-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = h; +}, +{ +pos = (815,0); +ref = _tail.descender; +} +); +width = 869; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = "tse-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = h; +}, +{ +pos = (491,0); +ref = _tail.descender; +} +); +width = 609; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = "tse-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = h; +}, +{ +pos = (596,0); +ref = _tail.descender; +} +); +width = 716; +}, +{ +background = { +shapes = ( +{ +pos = (16,0); +ref = "tse-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = h; +}, +{ +pos = (826,0); +ref = _tail.descender; +} +); +width = 946; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = "tse-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = h; +}, +{ +pos = (458,0); +ref = _tail.descender; +} +); +width = 635; +}, +{ +background = { +shapes = ( +{ +pos = (14,0); +ref = "tse-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = h; +}, +{ +pos = (576,0); +ref = _tail.descender; +} +); +width = 755; +}, +{ +background = { +shapes = ( +{ +pos = (18,0); +ref = "tse-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = h; +}, +{ +pos = (814,0); +ref = _tail.descender; +} +); +width = 995; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = "tse-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = h; +}, +{ +pos = (417,0); +ref = _tail.descender; +} +); +width = 672; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = "tse-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = h; +}, +{ +pos = (473,0); +ref = _tail.descender; +} +); +width = 778; +}, +{ +background = { +shapes = ( +{ +pos = (20,0); +ref = "tse-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = h; +}, +{ +pos = (739,0); +ref = _tail.descender; +} +); +width = 1084; +} +); +unicode = 1319; +}, +{ +color = 4; +glyphname = "shha-cy"; +lastChange = "2023-04-27 10:05:31 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = h; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = h; +} +); +width = 642; +}, +{ +layerId = m010; +shapes = ( +{ +ref = h; +} +); +width = 841; +}, +{ +layerId = m005; +shapes = ( +{ +ref = h; +} +); +width = 593; +}, +{ +layerId = m01; +shapes = ( +{ +ref = h; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = h; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +ref = h; +} +); +width = 604; +}, +{ +layerId = m002; +shapes = ( +{ +ref = h; +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +ref = h; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = h; +} +); +width = 641; +}, +{ +layerId = m008; +shapes = ( +{ +ref = h; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = h; +} +); +width = 1021; +} +); +unicode = 1211; +}, +{ +color = 4; +glyphname = "cheabkhasian-cy"; +lastChange = "2023-04-27 17:21:23 +0000"; +layers = ( +{ +layerId = m009; +metricLeft = "=+88"; +shapes = ( +{ +pos = (88,0); +ref = e; +}, +{ +pos = (-164,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 622; +}, +{ +layerId = m007; +metricLeft = "=+107"; +shapes = ( +{ +pos = (107,0); +ref = e; +}, +{ +pos = (-140,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 730; +}, +{ +layerId = m010; +metricLeft = "=+161"; +shapes = ( +{ +pos = (161,0); +ref = e; +}, +{ +pos = (-80,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 1006; +}, +{ +layerId = m005; +metricLeft = "=+110"; +shapes = ( +{ +pos = (110,0); +ref = e; +}, +{ +pos = (-142,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 686; +}, +{ +layerId = m01; +metricLeft = "=+135"; +shapes = ( +{ +pos = (135,0); +ref = e; +}, +{ +pos = (-112,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 814; +}, +{ +layerId = m003; +metricLeft = "=+207"; +shapes = ( +{ +pos = (207,0); +ref = e; +}, +{ +pos = (-40,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 1120; +}, +{ +layerId = m006; +metricLeft = "=+127"; +shapes = ( +{ +pos = (127,0); +ref = e; +}, +{ +pos = (-142,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 722; +}, +{ +layerId = m002; +metricLeft = "=+151"; +shapes = ( +{ +pos = (151,0); +ref = e; +}, +{ +pos = (-112,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 859; +}, +{ +layerId = m004; +metricLeft = "=+210"; +shapes = ( +{ +pos = (210,0); +ref = e; +}, +{ +pos = (-48,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 1144; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=+172"; +shapes = ( +{ +pos = (172,0); +ref = e; +}, +{ +pos = (-110,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 802; +}, +{ +layerId = m008; +metricLeft = "=+216"; +shapes = ( +{ +pos = (216,0); +ref = e; +}, +{ +pos = (-66,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 966; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=+316"; +shapes = ( +{ +pos = (316,0); +ref = e; +}, +{ +pos = (34,0); +ref = "_part.cheabkhasian-cy"; +} +); +width = 1342; +} +); +unicode = 1213; +}, +{ +color = 4; +glyphname = "chedescenderabkhasian-cy"; +lastChange = "2023-04-27 17:21:23 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (68,0); +ref = _tail.descender.centered; +} +); +width = 622; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (127,0); +ref = _tail.descender.centered; +} +); +width = 730; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (299,0); +ref = _tail.descender.centered; +} +); +width = 1006; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (114,0); +ref = _tail.descender.centered; +} +); +width = 686; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (183,0); +ref = _tail.descender.centered; +} +); +width = 814; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (373,0); +ref = _tail.descender.centered; +} +); +width = 1120; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (131,0); +ref = _tail.descender.centered; +} +); +width = 722; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (211,0); +ref = _tail.descender.centered; +} +); +width = 859; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (386,0); +ref = _tail.descender.centered; +} +); +width = 1144; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (196,0); +ref = _tail.descender.centered; +} +); +width = 802; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (300,0); +ref = _tail.descender.centered; +} +); +width = 966; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "cheabkhasian-cy"; +}, +{ +pos = (538,0); +ref = _tail.descender.centered; +} +); +width = 1342; +} +); +unicode = 1215; +}, +{ +color = 4; +glyphname = "zhebreve-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (168,0); +ref = "brevecomb-cy"; +} +); +width = 636; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (203,0); +ref = "brevecomb-cy"; +} +); +width = 754; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (286,0); +ref = "brevecomb-cy"; +} +); +width = 1040; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (182,0); +ref = "brevecomb-cy"; +} +); +width = 704; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (214,0); +ref = "brevecomb-cy"; +} +); +width = 832; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (313,0); +ref = "brevecomb-cy"; +} +); +width = 1146; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (201,0); +ref = "brevecomb-cy"; +} +); +width = 798; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (241,0); +ref = "brevecomb-cy"; +} +); +width = 946; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (331,0); +ref = "brevecomb-cy"; +} +); +width = 1266; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (223,0); +ref = "brevecomb-cy"; +} +); +width = 920; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (276,0); +ref = "brevecomb-cy"; +} +); +width = 1076; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (416,0); +ref = "brevecomb-cy"; +} +); +width = 1516; +} +); +unicode = 1218; +}, +{ +color = 4; +glyphname = "kahook-cy"; +lastChange = "2023-04-25 16:49:01 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (126,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(444,588,l), +(396,588,l), +(122,268,l), +(166,268,l) +); +} +); +width = 451; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (136,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(521,588,l), +(463,588,l), +(139,268,l), +(193,268,l) +); +} +); +width = 529; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (146,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(681,588,l), +(617,588,l), +(159,268,l), +(219,268,l) +); +} +); +width = 690; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (196,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(550,600,l), +(420,600,l), +(189,290,l), +(313,290,l) +); +} +); +width = 557; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (206,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(620,600,l), +(480,600,l), +(199,290,l), +(333,290,l) +); +} +); +width = 628; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (206,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(790,600,l), +(630,600,l), +(199,290,l), +(347,290,l) +); +} +); +width = 798; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (236,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(590,620,l), +(400,620,l), +(219,290,l), +(399,290,l) +); +} +); +width = 595; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (246,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(660,620,l), +(456,620,l), +(229,290,l), +(423,290,l) +); +} +); +width = 666; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (256,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(860,620,l), +(616,620,l), +(229,290,l), +(463,290,l) +); +} +); +width = 867; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (304,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(635,640,l), +(365,640,l), +(267,250,l), +(527,250,l) +); +} +); +width = 638; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (352,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(729,640,l), +(415,640,l), +(317,250,l), +(621,250,l) +); +} +); +width = 743; +}, +{ +background = { +shapes = ( +{ +ref = "ka-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "_part.stem-n"; +}, +{ +pos = (432,0); +ref = _part.middlehook; +}, +{ +closed = 1; +nodes = ( +(1009,640,l), +(585,640,l), +(337,250,l), +(731,250,l) +); +} +); +width = 1012; +} +); +metricRight = "=TNG/2"; +unicode = 1220; +}, +{ +color = 4; +glyphname = "enhook-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (130,0); +ref = _part.hook; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (212,0); +ref = _part.hook; +} +); +width = 648; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (400,0); +ref = _part.hook; +} +); +width = 846; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (103,0); +ref = _part.hook; +} +); +width = 599; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (192,0); +ref = _part.hook; +} +); +width = 698; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (390,0); +ref = _part.hook; +} +); +width = 896; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (70,0); +ref = _part.hook; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (172,0); +ref = _part.hook; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (380,0); +ref = _part.hook; +} +); +width = 936; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (32,0); +ref = _part.hook; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (84,0); +ref = _part.hook; +} +); +width = 736; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +pos = (284,0); +ref = _part.hook; +} +); +width = 1016; +} +); +unicode = 1224; +}, +{ +color = 4; +glyphname = "chekhakassian-cy"; +lastChange = "2023-05-05 19:19:29 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (844,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (288,0); +ref = _tail.descender.reversed; +} +); +width = 504; +}, +{ +background = { +shapes = ( +{ +pos = (997,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (341,0); +ref = _tail.descender.reversed; +} +); +width = 587; +}, +{ +background = { +shapes = ( +{ +pos = (1361,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (506,0); +ref = _tail.descender.reversed; +} +); +width = 775; +}, +{ +background = { +shapes = ( +{ +pos = (854,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (255,0); +ref = _tail.descender.reversed; +} +); +width = 544; +}, +{ +background = { +shapes = ( +{ +pos = (1023,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (319,0); +ref = _tail.descender.reversed; +} +); +width = 635; +}, +{ +background = { +shapes = ( +{ +pos = (1411,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (481,0); +ref = _tail.descender.reversed; +} +); +width = 827; +}, +{ +background = { +shapes = ( +{ +pos = (867,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (244,0); +ref = _tail.descender.reversed; +} +); +width = 561; +}, +{ +background = { +shapes = ( +{ +pos = (1061,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (320,0); +ref = _tail.descender.reversed; +} +); +width = 665; +}, +{ +background = { +shapes = ( +{ +pos = (1464,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (487,0); +ref = _tail.descender.reversed; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +pos = (900,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (240,0); +ref = _tail.descender.reversed; +} +); +width = 604; +}, +{ +background = { +shapes = ( +{ +pos = (1046,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (280,0); +ref = _tail.descender.reversed; +} +); +width = 698; +}, +{ +background = { +shapes = ( +{ +pos = (1508,0); +ref = "tse-cy"; +scale = (-1,1); +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (444,0); +ref = _tail.descender.reversed; +} +); +width = 968; +} +); +unicode = 1228; +}, +{ +color = 4; +glyphname = "abreve-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (108,0); +ref = "brevecomb-cy"; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (134,0); +ref = "brevecomb-cy"; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (168,0); +ref = "brevecomb-cy"; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (108,0); +ref = "brevecomb-cy"; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (124,0); +ref = "brevecomb-cy"; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (172,0); +ref = "brevecomb-cy"; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (96,0); +ref = "brevecomb-cy"; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (116,0); +ref = "brevecomb-cy"; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (162,0); +ref = "brevecomb-cy"; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (89,0); +ref = "brevecomb-cy"; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (114,0); +ref = "brevecomb-cy"; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (178,0); +ref = "brevecomb-cy"; +} +); +width = 993; +} +); +unicode = 1233; +}, +{ +color = 4; +glyphname = "adieresis-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (136,0); +ref = dieresiscomb; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (153,0); +ref = dieresiscomb; +} +); +width = 603; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (196,0); +ref = dieresiscomb; +} +); +width = 804; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (109,0); +ref = dieresiscomb; +} +); +width = 558; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (126,0); +ref = dieresiscomb; +} +); +width = 651; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (172,0); +ref = dieresiscomb; +} +); +width = 858; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (93,0); +ref = dieresiscomb; +} +); +width = 578; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (110,0); +ref = dieresiscomb; +} +); +width = 685; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (170,0); +ref = dieresiscomb; +} +); +width = 912; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (76,0); +ref = dieresiscomb; +} +); +width = 619; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (76,0); +ref = dieresiscomb; +} +); +width = 727; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "a-cy"; +}, +{ +pos = (116,0); +ref = dieresiscomb; +} +); +width = 993; +} +); +unicode = 1235; +}, +{ +color = 4; +glyphname = "aie-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = ae; +} +); +width = 886; +}, +{ +layerId = m007; +shapes = ( +{ +ref = ae; +} +); +width = 1048; +}, +{ +layerId = m010; +shapes = ( +{ +ref = ae; +} +); +width = 1456; +}, +{ +layerId = m005; +shapes = ( +{ +ref = ae; +} +); +width = 902; +}, +{ +layerId = m01; +shapes = ( +{ +ref = ae; +} +); +width = 1083; +}, +{ +layerId = m003; +shapes = ( +{ +ref = ae; +} +); +width = 1524; +}, +{ +layerId = m006; +shapes = ( +{ +ref = ae; +} +); +width = 918; +}, +{ +layerId = m002; +shapes = ( +{ +ref = ae; +} +); +width = 1123; +}, +{ +layerId = m004; +shapes = ( +{ +ref = ae; +} +); +width = 1562; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = ae; +} +); +width = 946; +}, +{ +layerId = m008; +shapes = ( +{ +ref = ae; +} +); +width = 1126; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = ae; +} +); +width = 1586; +} +); +unicode = 1237; +}, +{ +color = 4; +glyphname = "iebreve-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (130,0); +ref = "brevecomb-cy"; +} +); +width = 534; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (146,0); +ref = "brevecomb-cy"; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (204,0); +ref = "brevecomb-cy"; +} +); +width = 845; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (134,0); +ref = "brevecomb-cy"; +} +); +width = 576; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (146,0); +ref = "brevecomb-cy"; +} +); +width = 679; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (206,0); +ref = "brevecomb-cy"; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (106,0); +ref = "brevecomb-cy"; +} +); +width = 595; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (128,0); +ref = "brevecomb-cy"; +} +); +width = 708; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (174,0); +ref = "brevecomb-cy"; +} +); +width = 934; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (87,0); +ref = "brevecomb-cy"; +} +); +width = 630; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (122,0); +ref = "brevecomb-cy"; +} +); +width = 750; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ie-cy"; +}, +{ +pos = (180,0); +ref = "brevecomb-cy"; +} +); +width = 1026; +} +); +unicode = 1239; +}, +{ +color = 4; +glyphname = "zhedieresis-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (196,0); +ref = dieresiscomb; +} +); +width = 636; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (222,0); +ref = dieresiscomb; +} +); +width = 754; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (314,0); +ref = dieresiscomb; +} +); +width = 1040; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (183,0); +ref = dieresiscomb; +} +); +width = 704; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (216,0); +ref = dieresiscomb; +} +); +width = 832; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (313,0); +ref = dieresiscomb; +} +); +width = 1146; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (198,0); +ref = dieresiscomb; +} +); +width = 798; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (235,0); +ref = dieresiscomb; +} +); +width = 946; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (339,0); +ref = dieresiscomb; +} +); +width = 1266; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (210,0); +ref = dieresiscomb; +} +); +width = 920; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (238,0); +ref = dieresiscomb; +} +); +width = 1076; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (354,0); +ref = dieresiscomb; +} +); +width = 1516; +} +); +unicode = 1245; +}, +{ +color = 4; +glyphname = "zedieresis-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (118,0); +ref = dieresiscomb; +} +); +width = 480; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (126,0); +ref = dieresiscomb; +} +); +width = 561; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (170,0); +ref = dieresiscomb; +} +); +width = 752; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (92,0); +ref = dieresiscomb; +} +); +width = 522; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (106,0); +ref = dieresiscomb; +} +); +width = 611; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (146,0); +ref = dieresiscomb; +} +); +width = 811; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (76,0); +ref = dieresiscomb; +} +); +width = 553; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (90,0); +ref = dieresiscomb; +} +); +width = 656; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (139,0); +ref = dieresiscomb; +} +); +width = 866; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (52,0); +ref = dieresiscomb; +} +); +width = 603; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (51,0); +ref = dieresiscomb; +} +); +width = 701; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (84,0); +ref = dieresiscomb; +} +); +width = 975; +} +); +unicode = 1247; +}, +{ +color = 0; +glyphname = "imacron-cy"; +lastChange = "2023-04-22 20:18:18 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (-14,0); +ref = macroncomb; +} +); +width = 572; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (33,0); +ref = macroncomb; +} +); +width = 666; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (130,0); +ref = macroncomb; +} +); +width = 874; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (9,0); +ref = macroncomb; +} +); +width = 618; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (60,0); +ref = macroncomb; +} +); +width = 720; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (164,0); +ref = macroncomb; +} +); +width = 928; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (14,0); +ref = macroncomb; +} +); +width = 628; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (72,0); +ref = macroncomb; +} +); +width = 744; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (185,0); +ref = macroncomb; +} +); +width = 970; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (27,0); +ref = macroncomb; +} +); +width = 654; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (80,0); +ref = macroncomb; +} +); +width = 760; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (222,0); +ref = macroncomb; +} +); +width = 1044; +} +); +unicode = 1251; +}, +{ +color = 4; +glyphname = "idieresis-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (164,0); +ref = dieresiscomb; +} +); +width = 572; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (178,0); +ref = dieresiscomb; +} +); +width = 666; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (224,0); +ref = dieresiscomb; +} +); +width = 874; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (140,0); +ref = dieresiscomb; +} +); +width = 618; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (160,0); +ref = dieresiscomb; +} +); +width = 720; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (204,0); +ref = dieresiscomb; +} +); +width = 928; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (113,0); +ref = dieresiscomb; +} +); +width = 628; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (134,0); +ref = dieresiscomb; +} +); +width = 744; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (191,0); +ref = dieresiscomb; +} +); +width = 970; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (77,0); +ref = dieresiscomb; +} +); +width = 654; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (80,0); +ref = dieresiscomb; +} +); +width = 760; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (118,0); +ref = dieresiscomb; +} +); +width = 1044; +} +); +unicode = 1253; +}, +{ +color = 4; +glyphname = "odieresis-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (156,0); +ref = dieresiscomb; +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (171,0); +ref = dieresiscomb; +} +); +width = 652; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (233,0); +ref = dieresiscomb; +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (133,0); +ref = dieresiscomb; +} +); +width = 604; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (155,0); +ref = dieresiscomb; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (213,0); +ref = dieresiscomb; +} +); +width = 946; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (102,0); +ref = dieresiscomb; +} +); +width = 606; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (121,0); +ref = dieresiscomb; +} +); +width = 718; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (180,0); +ref = dieresiscomb; +} +); +width = 948; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (68,0); +ref = dieresiscomb; +} +); +width = 636; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (78,0); +ref = dieresiscomb; +} +); +width = 756; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "o-cy"; +}, +{ +pos = (114,0); +ref = dieresiscomb; +} +); +width = 1036; +} +); +unicode = 1255; +}, +{ +color = 4; +glyphname = "edieresis-cy"; +lastChange = "2023-04-21 21:12:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (142,0); +ref = dieresiscomb; +} +); +width = 528; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (157,0); +ref = dieresiscomb; +} +); +width = 623; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (216,0); +ref = dieresiscomb; +} +); +width = 843; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (120,0); +ref = dieresiscomb; +} +); +width = 578; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (142,0); +ref = dieresiscomb; +} +); +width = 683; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (195,0); +ref = dieresiscomb; +} +); +width = 909; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (92,0); +ref = dieresiscomb; +} +); +width = 586; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (109,0); +ref = dieresiscomb; +} +); +width = 693; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (167,0); +ref = dieresiscomb; +} +); +width = 921; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (62,0); +ref = dieresiscomb; +} +); +width = 623; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (71,0); +ref = dieresiscomb; +} +); +width = 741; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (105,0); +ref = dieresiscomb; +} +); +width = 1017; +} +); +unicode = 1261; +}, +{ +color = 0; +glyphname = "umacron-cy"; +lastChange = "2023-04-22 20:18:18 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (-66,0); +ref = macroncomb; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (-24,0); +ref = macroncomb; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (84,0); +ref = macroncomb; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (-42,0); +ref = macroncomb; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (2,0); +ref = macroncomb; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (120,0); +ref = macroncomb; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (-8,0); +ref = macroncomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (44,0); +ref = macroncomb; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (152,0); +ref = macroncomb; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (6,0); +ref = macroncomb; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (70,0); +ref = macroncomb; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (230,0); +ref = macroncomb; +} +); +width = 1010; +} +); +unicode = 1263; +}, +{ +color = 4; +glyphname = "udieresis-cy"; +lastChange = "2023-04-21 21:12:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (112,0); +ref = dieresiscomb; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (121,0); +ref = dieresiscomb; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (178,0); +ref = dieresiscomb; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (89,0); +ref = dieresiscomb; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (102,0); +ref = dieresiscomb; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (160,0); +ref = dieresiscomb; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (91,0); +ref = dieresiscomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (106,0); +ref = dieresiscomb; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (158,0); +ref = dieresiscomb; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (56,0); +ref = dieresiscomb; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (70,0); +ref = dieresiscomb; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (126,0); +ref = dieresiscomb; +} +); +width = 1010; +} +); +unicode = 1265; +}, +{ +color = 4; +glyphname = "uhungarumlaut-cy"; +lastChange = "2023-04-21 21:12:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (-66,0); +ref = hungarumlautcomb; +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (-24,0); +ref = hungarumlautcomb; +} +); +width = 540; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (84,0); +ref = hungarumlautcomb; +} +); +width = 744; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (-42,0); +ref = hungarumlautcomb; +} +); +width = 506; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (2,0); +ref = hungarumlautcomb; +} +); +width = 598; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (120,0); +ref = hungarumlautcomb; +} +); +width = 820; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (-8,0); +ref = hungarumlautcomb; +} +); +width = 562; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (44,0); +ref = hungarumlautcomb; +} +); +width = 668; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (152,0); +ref = hungarumlautcomb; +} +); +width = 890; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (6,0); +ref = hungarumlautcomb; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (70,0); +ref = hungarumlautcomb; +} +); +width = 710; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "u-cy"; +}, +{ +pos = (230,0); +ref = hungarumlautcomb; +} +); +width = 1010; +} +); +unicode = 1267; +}, +{ +color = 4; +glyphname = "chedieresis-cy"; +lastChange = "2023-04-21 21:12:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (120,0); +ref = dieresiscomb; +} +); +width = 504; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (131,0); +ref = dieresiscomb; +} +); +width = 587; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (172,0); +ref = dieresiscomb; +} +); +width = 775; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (93,0); +ref = dieresiscomb; +} +); +width = 544; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (108,0); +ref = dieresiscomb; +} +); +width = 635; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (142,0); +ref = dieresiscomb; +} +); +width = 827; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (74,0); +ref = dieresiscomb; +} +); +width = 561; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (89,0); +ref = dieresiscomb; +} +); +width = 665; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (136,0); +ref = dieresiscomb; +} +); +width = 872; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (50,0); +ref = dieresiscomb; +} +); +width = 604; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (47,0); +ref = dieresiscomb; +} +); +width = 698; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (80,0); +ref = dieresiscomb; +} +); +width = 968; +} +); +unicode = 1269; +}, +{ +color = 4; +glyphname = "yerudieresis-cy"; +lastChange = "2023-04-21 21:12:08 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (204,0); +ref = dieresiscomb; +} +); +width = 652; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (226,0); +ref = dieresiscomb; +} +); +width = 762; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (297,0); +ref = dieresiscomb; +} +); +width = 1006; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (195,0); +ref = dieresiscomb; +} +); +width = 728; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (226,0); +ref = dieresiscomb; +} +); +width = 852; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (295,0); +ref = dieresiscomb; +} +); +width = 1110; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (177,0); +ref = dieresiscomb; +} +); +width = 756; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (210,0); +ref = dieresiscomb; +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (293,0); +ref = dieresiscomb; +} +); +width = 1174; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (212,0); +ref = dieresiscomb; +} +); +width = 923; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (238,0); +ref = dieresiscomb; +} +); +width = 1076; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (292,0); +ref = dieresiscomb; +} +); +width = 1392; +} +); +unicode = 1273; +}, +{ +color = 4; +glyphname = "hahook-cy"; +lastChange = "2023-04-21 21:12:08 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (88,0); +ref = _part.hook; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(194,288,l), +(26,0,l), +(73,0,l), +(242,288,l), +(62,588,l), +(14,588,l) +); +}, +{ +closed = 1; +nodes = ( +(393,588,l), +(212,289,l), +(368,21,ls), +(386,-10,o), +(395,-40,o), +(395,-65,cs), +(395,-116,o), +(361,-152,o), +(300,-152,cs), +(292,-152,l), +(292,-186,l), +(302,-186,ls), +(387,-186,o), +(436,-135,o), +(436,-65,cs), +(436,-33,o), +(425,4,o), +(404,41,cs), +(260,291,l), +(440,588,l) +); +} +); +width = 454; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (172,0); +ref = _part.hook; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(233,290,l), +(28,0,l), +(78,0,l), +(283,290,l), +(67,588,l), +(16,588,l) +); +}, +{ +closed = 1; +nodes = ( +(475,588,l), +(257,289,l), +(438,33,ls), +(460,2,o), +(471,-30,o), +(471,-58,cs), +(471,-111,o), +(433,-152,o), +(370,-152,cs), +(362,-152,l), +(362,-186,l), +(378,-186,ls), +(462,-186,o), +(512,-129,o), +(512,-57,cs), +(512,-21,o), +(499,19,o), +(472,57,cs), +(307,291,l), +(524,588,l) +); +} +); +width = 540; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (378,0); +ref = _part.hook; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(332,290,l), +(34,0,l), +(93,0,l), +(390,291,l), +(77,588,l), +(18,588,l) +); +}, +{ +closed = 1; +nodes = ( +(676,588,l), +(361,290,l), +(603,54,ls), +(646,12,o), +(667,-29,o), +(667,-62,cs), +(667,-116,o), +(615,-153,o), +(520,-153,cs), +(502,-153,l), +(502,-185,l), +(534,-185,ls), +(645,-185,o), +(707,-133,o), +(707,-63,cs), +(707,-19,o), +(683,33,o), +(632,83,cs), +(420,291,l), +(734,588,l) +); +} +); +width = 752; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (76,0); +ref = _part.hook; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(166,288,l), +(16,0,l), +(131,0,l), +(284,293,l), +(134,600,l), +(14,600,l) +); +}, +{ +closed = 1; +nodes = ( +(376,600,l), +(219,285,l), +(351,24,ls), +(370,-13,o), +(379,-44,o), +(379,-67,cs), +(379,-103,o), +(356,-122,o), +(312,-122,cs), +(302,-122,l), +(302,-216,l), +(322,-216,ls), +(429,-216,o), +(489,-158,o), +(489,-69,cs), +(489,-28,o), +(476,20,o), +(450,71,cs), +(336,296,l), +(488,600,l) +); +} +); +width = 503; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (160,0); +ref = _part.hook; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(204,288,l), +(26,0,l), +(148,0,l), +(330,293,l), +(146,600,l), +(16,600,l) +); +}, +{ +closed = 1; +nodes = ( +(460,600,l), +(268,288,l), +(422,29,ls), +(442,-5,o), +(452,-34,o), +(452,-56,cs), +(452,-99,o), +(424,-122,o), +(370,-122,cs), +(350,-122,l), +(350,-216,l), +(390,-216,ls), +(497,-216,o), +(564,-155,o), +(564,-59,cs), +(564,-14,o), +(548,36,o), +(518,87,cs), +(393,296,l), +(580,600,l) +); +} +); +width = 596; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (384,0); +ref = _part.hook; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(304,289,l), +(32,0,l), +(172,0,l), +(448,293,l), +(164,600,l), +(16,600,l) +); +}, +{ +closed = 1; +nodes = ( +(672,600,l), +(378,294,l), +(592,58,ls), +(636,10,o), +(657,-30,o), +(657,-61,cs), +(657,-101,o), +(619,-124,o), +(544,-124,cs), +(514,-124,l), +(514,-216,l), +(554,-216,ls), +(696,-216,o), +(773,-155,o), +(773,-66,cs), +(773,-9,o), +(741,59,o), +(675,131,cs), +(522,299,l), +(810,600,l) +); +} +); +width = 826; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (59,0); +ref = _part.hook; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(145,290,l), +(17,0,l), +(194,0,l), +(320,299,l), +(191,620,l), +(9,620,l) +); +}, +{ +closed = 1; +nodes = ( +(374,620,l), +(236,296,l), +(345,20,ls), +(354,-2,o), +(358,-20,o), +(358,-36,cs), +(358,-62,o), +(345,-78,o), +(319,-78,cs), +(303,-78,l), +(303,-226,l), +(335,-226,ls), +(460,-226,o), +(533,-153,o), +(533,-43,cs), +(533,-5,o), +(524,38,o), +(505,84,cs), +(411,314,l), +(547,620,l) +); +} +); +width = 556; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (165,0); +ref = _part.hook; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(183,300,l), +(23,0,l), +(209,0,l), +(372,307,l), +(204,620,l), +(11,620,l) +); +}, +{ +closed = 1; +nodes = ( +(475,620,l), +(296,285,l), +(428,37,ls), +(442,11,o), +(448,-11,o), +(448,-29,cs), +(448,-60,o), +(428,-78,o), +(389,-78,cs), +(365,-78,l), +(365,-226,l), +(401,-226,ls), +(547,-226,o), +(629,-154,o), +(629,-44,cs), +(629,4,o), +(614,59,o), +(582,118,cs), +(485,300,l), +(657,620,l) +); +} +); +width = 668; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (385,0); +ref = _part.hook; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(287,298,l), +(39,0,l), +(247,0,l), +(501,305,l), +(234,620,l), +(13,620,l) +); +}, +{ +closed = 1; +nodes = ( +(686,620,l), +(403,287,l), +(595,55,ls), +(625,19,o), +(639,-12,o), +(639,-35,cs), +(639,-64,o), +(614,-81,o), +(565,-81,cs), +(525,-81,l), +(525,-223,l), +(585,-223,ls), +(738,-223,o), +(822,-152,o), +(822,-48,cs), +(822,13,o), +(792,87,o), +(729,163,cs), +(617,298,l), +(891,620,l) +); +} +); +width = 904; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (22,0); +ref = _part.hook; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(84,306,l), +(9,0,l), +(276,0,l), +(323,328,l), +(279,640,l), +(5,640,l) +); +}, +{ +closed = 1; +nodes = ( +(336,640,l), +(279,281,l), +(316,6,ls), +(317,-2,o), +(317,-6,o), +(317,-10,cs), +(317,-25,o), +(313,-32,o), +(304,-32,cs), +(302,-32,l), +(302,-242,l), +(352,-242,ls), +(497,-242,o), +(588,-150,o), +(588,-18,cs), +(588,7,o), +(585,33,o), +(578,60,cs), +(518,306,l), +(597,640,l) +); +} +); +width = 602; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (73,0); +ref = _part.hook; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(102,306,l), +(17,0,l), +(320,0,l), +(383,328,l), +(315,640,l), +(5,640,l) +); +}, +{ +closed = 1; +nodes = ( +(408,640,l), +(327,271,l), +(375,25,ls), +(377,16,o), +(378,8,o), +(378,1,cs), +(378,-20,o), +(370,-32,o), +(357,-32,cs), +(343,-32,l), +(343,-242,l), +(383,-242,ls), +(573,-242,o), +(680,-152,o), +(680,-2,cs), +(680,31,o), +(675,66,o), +(664,105,cs), +(608,306,l), +(705,640,l) +); +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = x; +}, +{ +pos = (283,0); +ref = _part.hook; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,306,l), +(19,0,l), +(412,0,l), +(576,319,l), +(414,640,l), +(5,640,l) +); +}, +{ +closed = 1; +nodes = ( +(615,640,l), +(429,272,l), +(546,41,ls), +(554,25,o), +(559,10,o), +(559,-1,cs), +(559,-21,o), +(546,-32,o), +(522,-32,cs), +(493,-32,l), +(493,-242,l), +(629,-242,ls), +(831,-242,o), +(947,-151,o), +(947,-13,cs), +(947,39,o), +(931,96,o), +(898,158,cs), +(818,306,l), +(997,640,l) +); +} +); +width = 1002; +} +); +metricLeft = TNG; +metricRight = TNG; +unicode = 1277; +}, +{ +color = 4; +glyphname = "elhook-cy"; +lastChange = "2023-04-21 21:12:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (125,0); +ref = _part.hook; +} +); +width = 551; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (210,0); +ref = _part.hook; +} +); +width = 646; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (405,0); +ref = _part.hook; +} +); +width = 851; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (95,0); +ref = _part.hook; +} +); +width = 591; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (186,0); +ref = _part.hook; +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (407,0); +ref = _part.hook; +} +); +width = 913; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (79,0); +ref = _part.hook; +} +); +width = 615; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (182,0); +ref = _part.hook; +} +); +width = 728; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (401,0); +ref = _part.hook; +} +); +width = 957; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (49,0); +ref = _part.hook; +} +); +width = 653; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (107,0); +ref = _part.hook; +} +); +width = 759; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "el-cy"; +}, +{ +pos = (311,0); +ref = _part.hook; +} +); +width = 1043; +} +); +unicode = 1299; +}, +{ +color = 4; +glyphname = "gestroke-cy.loclBSH"; +lastChange = "2023-04-29 14:05:46 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-20,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (124,-106); +ref = _part.gestroke.loclBSH; +} +); +width = 420; +}, +{ +background = { +shapes = ( +{ +pos = (-36,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (134,-106); +ref = _part.gestroke.loclBSH; +} +); +width = 492; +}, +{ +background = { +shapes = ( +{ +pos = (-60,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (144,-106); +ref = _part.gestroke.loclBSH; +} +); +width = 664; +}, +{ +background = { +shapes = ( +{ +pos = (-12,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (194,-110); +ref = _part.gestroke.loclBSH; +} +); +width = 450; +}, +{ +background = { +shapes = ( +{ +pos = (-26,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (204,-110); +ref = _part.gestroke.loclBSH; +} +); +width = 522; +}, +{ +background = { +shapes = ( +{ +pos = (-66,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (204,-110); +ref = _part.gestroke.loclBSH; +} +); +width = 702; +}, +{ +background = { +shapes = ( +{ +pos = (-22,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (234,-120); +ref = _part.gestroke.loclBSH; +} +); +width = 465; +}, +{ +background = { +shapes = ( +{ +pos = (-36,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (244,-120); +ref = _part.gestroke.loclBSH; +} +); +width = 557; +}, +{ +background = { +shapes = ( +{ +pos = (-80,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (254,-120); +ref = _part.gestroke.loclBSH; +} +); +width = 729; +}, +{ +background = { +shapes = ( +{ +pos = (-28,0); +ref = "gestroke-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (302,-150); +ref = _part.gestroke.loclBSH; +} +); +width = 531; +}, +{ +background = { +shapes = ( +{ +pos = (-48,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (350,-160); +ref = _part.gestroke.loclBSH; +} +); +width = 619; +}, +{ +background = { +shapes = ( +{ +pos = (-88,0); +ref = "gestroke-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (430,-160); +ref = _part.gestroke.loclBSH; +} +); +width = 859; +} +); +}, +{ +color = 4; +glyphname = "zedescender-cy.loclBSH"; +lastChange = "2023-04-26 14:02:59 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (-60,0); +ref = cedillacomb; +} +); +width = 480; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (-19,0); +ref = cedillacomb; +} +); +width = 561; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (76,0); +ref = cedillacomb; +} +); +width = 752; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (-39,0); +ref = cedillacomb; +} +); +width = 522; +}, +{ +layerId = m01; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (6,0); +ref = cedillacomb; +} +); +width = 611; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (106,0); +ref = cedillacomb; +} +); +width = 811; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (-23,0); +ref = cedillacomb; +} +); +width = 553; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (28,0); +ref = cedillacomb; +} +); +width = 656; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (133,0); +ref = cedillacomb; +} +); +width = 866; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (2,0); +ref = cedillacomb; +} +); +width = 603; +}, +{ +layerId = m008; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (51,0); +ref = cedillacomb; +} +); +width = 701; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (188,0); +ref = cedillacomb; +} +); +width = 975; +} +); +}, +{ +color = 4; +glyphname = "esdescender-cy.loclBSH"; +lastChange = "2023-04-28 17:37:20 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = ccedilla; +} +); +width = 522; +}, +{ +layerId = m007; +shapes = ( +{ +ref = ccedilla; +} +); +width = 616; +}, +{ +layerId = m010; +shapes = ( +{ +ref = ccedilla; +} +); +width = 836; +}, +{ +layerId = m005; +shapes = ( +{ +ref = ccedilla; +} +); +width = 572; +}, +{ +layerId = m01; +shapes = ( +{ +ref = ccedilla; +} +); +width = 676; +}, +{ +layerId = m003; +shapes = ( +{ +ref = ccedilla; +} +); +width = 902; +}, +{ +layerId = m006; +shapes = ( +{ +ref = ccedilla; +} +); +width = 582; +}, +{ +layerId = m002; +shapes = ( +{ +ref = ccedilla; +} +); +width = 688; +}, +{ +layerId = m004; +shapes = ( +{ +ref = ccedilla; +} +); +width = 916; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = ccedilla; +} +); +width = 621; +}, +{ +layerId = m008; +shapes = ( +{ +ref = ccedilla; +} +); +width = 739; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = ccedilla; +} +); +width = 1015; +} +); +}, +{ +color = 4; +glyphname = "esdescender-cy.loclCHU"; +lastChange = "2023-04-26 12:49:29 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = ccedilla; +} +); +width = 522; +}, +{ +layerId = m007; +shapes = ( +{ +ref = ccedilla; +} +); +width = 616; +}, +{ +layerId = m010; +shapes = ( +{ +ref = ccedilla; +} +); +width = 836; +}, +{ +layerId = m005; +shapes = ( +{ +ref = ccedilla; +} +); +width = 572; +}, +{ +layerId = m01; +shapes = ( +{ +ref = ccedilla; +} +); +width = 676; +}, +{ +layerId = m003; +shapes = ( +{ +ref = ccedilla; +} +); +width = 902; +}, +{ +layerId = m006; +shapes = ( +{ +ref = ccedilla; +} +); +width = 582; +}, +{ +layerId = m002; +shapes = ( +{ +ref = ccedilla; +} +); +width = 688; +}, +{ +layerId = m004; +shapes = ( +{ +ref = ccedilla; +} +); +width = 916; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = ccedilla; +} +); +width = 621; +}, +{ +layerId = m008; +shapes = ( +{ +ref = ccedilla; +} +); +width = 739; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = ccedilla; +} +); +width = 1015; +} +); +}, +{ +color = 0; +export = 0; +glyphname = "yat-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1123; +}, +{ +color = 0; +export = 0; +glyphname = "fita-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1139; +}, +{ +color = 0; +export = 0; +glyphname = "izhitsa-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1141; +}, +{ +color = 0; +export = 0; +glyphname = "kaverticalstroke-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1181; +}, +{ +color = 0; +export = 0; +glyphname = "kastroke-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1183; +}, +{ +color = 0; +export = 0; +glyphname = "kabashkir-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1185; +}, +{ +color = 0; +export = 0; +glyphname = "enge-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1189; +}, +{ +color = 0; +export = 0; +glyphname = "haabkhasian-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1193; +}, +{ +color = 0; +export = 0; +glyphname = "tetse-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1205; +}, +{ +color = 0; +export = 0; +glyphname = "cheverticalstroke-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1209; +}, +{ +color = 0; +export = 0; +glyphname = "palochka-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1231; +}, +{ +color = 0; +export = 0; +glyphname = "eltail-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1222; +}, +{ +color = 0; +export = 0; +glyphname = "entail-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1226; +}, +{ +color = 0; +export = 0; +glyphname = "emtail-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1230; +}, +{ +color = 0; +export = 0; +glyphname = "schwa-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1241; +}, +{ +color = 0; +export = 0; +glyphname = "schwadieresis-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1243; +}, +{ +color = 0; +export = 0; +glyphname = "dzeabkhasian-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1249; +}, +{ +color = 0; +export = 0; +glyphname = "obarred-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1257; +}, +{ +color = 0; +export = 0; +glyphname = "obarreddieresis-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1259; +}, +{ +color = 0; +export = 0; +glyphname = "reversedze-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1297; +}, +{ +color = 0; +export = 0; +glyphname = "we-cy"; +lastChange = "2026-03-24 21:10:55 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 1309; +}, +{ +glyphname = "ef_ef-cy.liga"; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-11-20 21:40:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (217,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (343,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (727,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1156,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1156; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (262,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (398,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (870,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1364,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1364; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (387,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (533,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (1253,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1892,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1892; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (211,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (407,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (711,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1204,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1204; +}, +{ +layerId = m01; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (263,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (469,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (875,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1440,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1440; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (404,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (610,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (1296,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (2002,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 2002; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (237,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (473,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (771,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1300,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1300; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (298,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (544,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (958,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1568,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1568; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (435,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (691,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (1369,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (2136,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 2136; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (346,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (698,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (1076,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1806,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1806; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (466,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (898,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (1426,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (2356,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 2356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.bowl-ef-cy"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (298,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (602,0); +ref = "_part.ef-ef-cy-liga"; +}, +{ +piece = { +"Stem Whole Height" = 1000; +}; +pos = (932,0); +ref = "_part.stem-n"; +}, +{ +piece = { +Group = 1; +}; +pos = (1566,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +} +); +width = 1566; +} +); +metricLeft = "ef-cy"; +metricRight = "ef-cy"; +}, +{ +glyphname = zero; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2023-01-21 21:08:05 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-50,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(564,-16,o), +(676,134,o), +(676,400,cs), +(676,666,o), +(564,816,o), +(366,816,cs), +(168,816,o), +(56,666,o), +(56,400,cs), +(56,134,o), +(168,-16,o), +(366,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,92,o), +(170,197,o), +(170,400,cs), +(170,603,o), +(237,708,o), +(366,708,cs), +(495,708,o), +(562,603,o), +(562,400,cs), +(562,197,o), +(495,92,o), +(366,92,cs) +); +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +pos = (-35,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(596,-20,o), +(718,131,o), +(718,400,cs), +(718,669,o), +(596,820,o), +(378,820,cs), +(160,820,o), +(38,669,o), +(38,400,cs), +(38,131,o), +(160,-20,o), +(378,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(278,152,o), +(226,236,o), +(226,400,cs), +(226,564,o), +(278,648,o), +(378,648,cs), +(478,648,o), +(530,564,o), +(530,400,cs), +(530,236,o), +(478,152,o), +(378,152,cs) +); +} +); +width = 756; +}, +{ +background = { +shapes = ( +{ +pos = (-50,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(753,-16,o), +(916,142,o), +(916,400,cs), +(916,658,o), +(753,816,o), +(486,816,cs), +(219,816,o), +(56,658,o), +(56,400,cs), +(56,142,o), +(219,-16,o), +(486,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(285,84,o), +(172,198,o), +(172,400,cs), +(172,602,o), +(285,716,o), +(486,716,cs), +(687,716,o), +(800,602,o), +(800,400,cs), +(800,198,o), +(687,84,o), +(486,84,cs) +); +} +); +width = 972; +}, +{ +background = { +shapes = ( +{ +pos = (-40,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(789,-20,o), +(964,140,o), +(964,400,cs), +(964,660,o), +(789,820,o), +(504,820,cs), +(219,820,o), +(44,660,o), +(44,400,cs), +(44,140,o), +(219,-20,o), +(504,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(332,140,o), +(236,234,o), +(236,400,cs), +(236,566,o), +(332,660,o), +(504,660,cs), +(676,660,o), +(772,566,o), +(772,400,cs), +(772,234,o), +(676,140,o), +(504,140,cs) +); +} +); +width = 1008; +}, +{ +background = { +shapes = ( +{ +pos = (-34,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(485,-16,o), +(574,125,o), +(574,400,cs), +(574,675,o), +(485,816,o), +(312,816,cs), +(139,816,o), +(50,675,o), +(50,400,cs), +(50,125,o), +(139,-16,o), +(312,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(211,90,o), +(164,189,o), +(164,400,cs), +(164,611,o), +(211,710,o), +(312,710,cs), +(413,710,o), +(460,611,o), +(460,400,cs), +(460,189,o), +(413,90,o), +(312,90,cs) +); +} +); +width = 624; +}, +{ +background = { +shapes = ( +{ +pos = (-29,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(511,-20,o), +(609,123,o), +(609,400,cs), +(609,677,o), +(511,820,o), +(321,820,cs), +(131,820,o), +(33,677,o), +(33,400,cs), +(33,123,o), +(131,-20,o), +(321,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(253,148,o), +(221,229,o), +(221,400,cs), +(221,571,o), +(253,652,o), +(321,652,cs), +(389,652,o), +(421,571,o), +(421,400,cs), +(421,229,o), +(389,148,o), +(321,148,cs) +); +} +); +width = 642; +}, +{ +background = { +shapes = ( +{ +pos = (-50,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(521,-12,o), +(616,128,o), +(616,400,cs), +(616,672,o), +(521,812,o), +(336,812,cs), +(151,812,o), +(56,672,o), +(56,400,cs), +(56,128,o), +(151,-12,o), +(336,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(179,26,o), +(98,153,o), +(98,400,cs), +(98,647,o), +(179,774,o), +(336,774,cs), +(493,774,o), +(574,647,o), +(574,400,cs), +(574,153,o), +(493,26,o), +(336,26,cs) +); +} +); +width = 672; +}, +{ +background = { +shapes = ( +{ +pos = (-17,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(666,-26,o), +(808,127,o), +(808,400,cs), +(808,673,o), +(666,826,o), +(413,826,cs), +(160,826,o), +(18,673,o), +(18,400,cs), +(18,127,o), +(160,-26,o), +(413,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,238,o), +(344,287,o), +(344,400,cs), +(344,513,o), +(365,562,o), +(413,562,cs), +(461,562,o), +(482,513,o), +(482,400,cs), +(482,287,o), +(461,238,o), +(413,238,cs) +); +} +); +width = 826; +}, +{ +background = { +shapes = ( +{ +pos = (-45,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(446,-12,o), +(522,120,o), +(522,400,cs), +(522,680,o), +(446,812,o), +(286,812,cs), +(126,812,o), +(50,680,o), +(50,400,cs), +(50,120,o), +(126,-12,o), +(286,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(154,26,o), +(92,146,o), +(92,400,cs), +(92,654,o), +(154,774,o), +(286,774,cs), +(418,774,o), +(480,654,o), +(480,400,cs), +(480,146,o), +(418,26,o), +(286,26,cs) +); +} +); +width = 572; +}, +{ +background = { +shapes = ( +{ +pos = (-55,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(718,-12,o), +(862,136,o), +(862,400,cs), +(862,664,o), +(718,812,o), +(462,812,cs), +(206,812,o), +(62,664,o), +(62,400,cs), +(62,136,o), +(206,-12,o), +(462,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,26,o), +(105,161,o), +(105,400,cs), +(105,639,o), +(234,774,o), +(462,774,cs), +(690,774,o), +(819,639,o), +(819,400,cs), +(819,161,o), +(690,26,o), +(462,26,cs) +); +} +); +width = 924; +}, +{ +background = { +shapes = ( +{ +pos = (-17,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(939,-26,o), +(1128,119,o), +(1128,400,cs), +(1128,681,o), +(939,826,o), +(573,826,cs), +(207,826,o), +(18,681,o), +(18,400,cs), +(18,119,o), +(207,-26,o), +(573,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(479,238,o), +(438,287,o), +(438,400,cs), +(438,513,o), +(479,562,o), +(573,562,cs), +(667,562,o), +(708,513,o), +(708,400,cs), +(708,287,o), +(667,238,o), +(573,238,cs) +); +} +); +width = 1146; +}, +{ +background = { +shapes = ( +{ +pos = (-17,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(564,-26,o), +(676,119,o), +(676,400,cs), +(676,681,o), +(564,826,o), +(347,826,cs), +(130,826,o), +(18,681,o), +(18,400,cs), +(18,119,o), +(130,-26,o), +(347,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,234,o), +(306,267,o), +(306,400,cs), +(306,533,o), +(314,566,o), +(347,566,cs), +(380,566,o), +(388,533,o), +(388,400,cs), +(388,267,o), +(380,234,o), +(347,234,cs) +); +} +); +width = 694; +} +); +metricLeft = RNDU; +metricRight = RNDU; +unicode = 48; +}, +{ +glyphname = one; +lastChange = "2023-01-21 21:07:04 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-339,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(229,800,l), +(27,675,l), +(27,553,l), +(346,756,l), +(287,756,l), +(287,0,l), +(401,0,l), +(401,800,l) +); +} +); +width = 507; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(208,800,l), +(18,684,l), +(18,482,l), +(336,687,l), +(278,687,l), +(278,0,l), +(466,0,l), +(466,800,l) +); +} +); +width = 539; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(355,800,l), +(27,658,l), +(27,546,l), +(498,755,l), +(433,755,l), +(433,0,l), +(547,0,l), +(547,800,l) +); +} +); +width = 653; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(333,800,l), +(21,666,l), +(21,487,l), +(510,701,l), +(433,701,l), +(433,0,l), +(621,0,l), +(621,800,l) +); +} +); +width = 705; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(195,800,l), +(24,688,l), +(24,566,l), +(290,743,l), +(225,743,l), +(225,0,l), +(339,0,l), +(339,800,l) +); +} +); +width = 434; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(174,800,l), +(16,703,l), +(16,490,l), +(260,661,l), +(206,661,l), +(206,0,l), +(394,0,l), +(394,800,l) +); +} +); +width = 456; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(291,800,l), +(27,630,l), +(27,584,l), +(357,797,l), +(323,797,l), +(323,0,l), +(365,0,l), +(365,800,l) +); +} +); +width = 471; +}, +{ +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(229,800,l), +(9,668,l), +(9,290,l), +(427,587,l), +(269,587,l), +(269,0,l), +(605,0,l), +(605,800,l) +); +} +); +width = 640; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(250,800,l), +(24,655,l), +(24,609,l), +(298,787,l), +(266,787,l), +(266,0,l), +(308,0,l), +(308,800,l) +); +} +); +width = 403; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(427,800,l), +(29,633,l), +(29,591,l), +(490,786,l), +(457,786,l), +(457,0,l), +(499,0,l), +(499,800,l) +); +} +); +width = 616; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,800,l), +(9,659,l), +(9,258,l), +(699,587,l), +(429,587,l), +(429,0,l), +(849,0,l), +(849,800,l) +); +} +); +width = 884; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(197,800,l), +(9,686,l), +(9,355,l), +(319,587,l), +(217,587,l), +(217,0,l), +(505,0,l), +(505,800,l) +); +} +); +width = 540; +} +); +metricLeft = "=SQRU/4"; +metricRight = SQRU; +unicode = 49; +}, +{ +glyphname = two; +lastChange = "2023-01-21 20:42:31 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-38,0); +ref = zero; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(71,0,l), +(599,0,l), +(599,108,l), +(102,108,l), +(108,85,l), +(440,287,ls), +(559,359,o), +(615,444,o), +(615,554,cs), +(615,714,o), +(504,816,o), +(337,816,cs), +(187,816,o), +(59,720,o), +(47,556,c), +(160,556,l), +(182,653,o), +(242,708,o), +(337,708,cs), +(436,708,o), +(501,647,o), +(501,554,cs), +(501,480,o), +(470,430,o), +(386,378,cs), +(71,182,l) +); +} +); +width = 650; +}, +{ +background = { +shapes = ( +{ +pos = (-51,0); +ref = zero; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(54,0,l), +(644,0,l), +(644,180,l), +(172,180,l), +(175,163,l), +(438,265,ls), +(587,323,o), +(664,418,o), +(664,544,cs), +(664,710,o), +(539,820,o), +(352,820,cs), +(172,820,o), +(44,706,o), +(32,536,c), +(212,536,l), +(232,605,o), +(285,648,o), +(352,648,cs), +(426,648,o), +(476,606,o), +(476,544,cs), +(476,485,o), +(441,441,o), +(374,414,cs), +(54,286,l) +); +} +); +width = 688; +}, +{ +background = { +shapes = ( +{ +pos = (-50,0); +ref = zero; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(81,0,l), +(822,0,l), +(822,100,l), +(118,100,l), +(121,85,l), +(585,272,ls), +(761,343,o), +(838,425,o), +(838,540,cs), +(838,713,o), +(698,816,o), +(460,816,cs), +(210,816,o), +(65,715,o), +(47,536,c), +(157,536,l), +(191,655,o), +(289,716,o), +(460,716,cs), +(625,716,o), +(722,651,o), +(722,542,cs), +(722,470,o), +(671,418,o), +(551,368,cs), +(81,174,l) +); +} +); +width = 873; +}, +{ +background = { +shapes = ( +{ +pos = (-61,0); +ref = zero; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(59,0,l), +(863,0,l), +(863,164,l), +(177,164,l), +(178,154,l), +(592,260,ls), +(790,311,o), +(883,401,o), +(883,540,cs), +(883,719,o), +(733,820,o), +(466,820,cs), +(194,820,o), +(49,718,o), +(37,516,c), +(223,516,l), +(249,611,o), +(332,660,o), +(466,660,cs), +(614,660,o), +(691,619,o), +(691,540,cs), +(691,477,o), +(648,438,o), +(548,411,cs), +(59,278,l) +); +} +); +width = 911; +}, +{ +background = { +shapes = ( +{ +pos = (-17,0); +ref = zero; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(516,0,l), +(516,106,l), +(118,106,l), +(131,79,l), +(376,312,ls), +(485,415,o), +(530,500,o), +(530,584,cs), +(530,723,o), +(436,816,o), +(294,816,cs), +(144,816,o), +(48,717,o), +(42,556,c), +(148,556,l), +(169,655,o), +(220,710,o), +(294,710,cs), +(370,710,o), +(416,662,o), +(416,584,cs), +(416,526,o), +(383,468,o), +(305,390,cs), +(56,144,l) +); +} +); +width = 561; +}, +{ +background = { +shapes = ( +{ +pos = (-39,0); +ref = zero; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(44,0,l), +(542,0,l), +(542,176,l), +(188,176,l), +(198,154,l), +(400,303,ls), +(509,383,o), +(560,466,o), +(560,564,cs), +(560,726,o), +(464,820,o), +(297,820,cs), +(133,820,o), +(36,716,o), +(28,536,c), +(204,536,l), +(222,613,o), +(252,652,o), +(297,652,cs), +(346,652,o), +(372,622,o), +(372,564,cs), +(372,512,o), +(351,474,o), +(302,436,cs), +(44,236,l) +); +} +); +width = 581; +}, +{ +background = { +shapes = ( +{ +pos = (-32,0); +ref = zero; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(63,0,l), +(543,0,l), +(543,38,l), +(70,38,l), +(70,21,l), +(382,290,ls), +(506,397,o), +(559,485,o), +(559,582,cs), +(559,725,o), +(468,812,o), +(319,812,cs), +(164,812,o), +(66,720,o), +(47,556,c), +(88,556,l), +(105,696,o), +(188,774,o), +(319,774,cs), +(442,774,o), +(517,701,o), +(517,582,cs), +(517,496,o), +(468,417,o), +(353,317,cs), +(63,66,l) +); +} +); +width = 594; +}, +{ +background = { +shapes = ( +{ +pos = (-30,0); +ref = zero; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(735,0,l), +(735,272,l), +(216,272,l), +(216,263,l), +(529,325,ls), +(687,356,o), +(755,426,o), +(755,558,cs), +(755,719,o), +(615,826,o), +(406,826,cs), +(156,826,o), +(24,707,o), +(15,476,c), +(327,476,l), +(331,533,o), +(350,562,o), +(382,562,cs), +(413,562,o), +(429,543,o), +(429,505,cs), +(429,459,o), +(402,433,o), +(338,417,cs), +(39,342,l) +); +} +); +width = 766; +}, +{ +background = { +shapes = ( +{ +pos = (-27,0); +ref = zero; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(460,0,l), +(460,38,l), +(59,38,l), +(59,6,l), +(374,371,ls), +(442,449,o), +(474,520,o), +(474,592,cs), +(474,728,o), +(398,812,o), +(274,812,cs), +(143,812,o), +(59,720,o), +(42,556,c), +(82,556,l), +(98,696,o), +(167,774,o), +(274,774,cs), +(372,774,o), +(432,705,o), +(432,592,cs), +(432,529,o), +(403,468,o), +(343,397,cs), +(56,61,l) +); +} +); +width = 505; +}, +{ +background = { +shapes = ( +{ +pos = (-26,0); +ref = zero; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(68,0,l), +(750,0,l), +(750,38,l), +(72,38,l), +(72,31,l), +(527,272,ls), +(694,361,o), +(766,445,o), +(766,552,cs), +(766,713,o), +(636,812,o), +(423,812,cs), +(207,812,o), +(74,713,o), +(52,536,c), +(93,536,l), +(114,688,o), +(232,774,o), +(423,774,cs), +(609,774,o), +(723,690,o), +(723,552,cs), +(723,462,o), +(659,388,o), +(509,308,cs), +(68,72,l) +); +} +); +width = 805; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(1039,0,l), +(1039,272,l), +(208,272,l), +(208,255,l), +(724,315,ls), +(958,342,o), +(1059,412,o), +(1059,558,cs), +(1059,724,o), +(868,826,o), +(556,826,cs), +(197,826,o), +(24,714,o), +(15,476,c), +(405,476,l), +(409,533,o), +(453,562,o), +(534,562,cs), +(601,562,o), +(639,538,o), +(639,495,cs), +(639,462,o), +(607,439,o), +(534,429,cs), +(39,362,l) +); +} +); +width = 1070; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(31,0,l), +(611,0,l), +(611,260,l), +(256,260,l), +(256,243,l), +(425,304,ls), +(569,356,o), +(631,436,o), +(631,568,cs), +(631,728,o), +(521,826,o), +(342,826,cs), +(141,826,o), +(23,700,o), +(15,476,c), +(281,476,l), +(285,539,o), +(299,566,o), +(326,566,cs), +(352,566,o), +(363,548,o), +(363,506,cs), +(363,467,o), +(340,439,o), +(286,412,cs), +(31,282,l) +); +} +); +width = 642; +} +); +metricLeft = "=S/1.2"; +metricRight = "=S"; +unicode = 50; +}, +{ +glyphname = three; +lastChange = "2022-10-31 07:42:51 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (144,0); +ref = _part.B; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(615,313,o), +(563,387,o), +(485,404,c), +(485,420,l), +(565,435,o), +(619,503,o), +(619,591,cs), +(619,729,o), +(502,816,o), +(343,816,cs), +(173,816,o), +(45,718,o), +(35,556,c), +(147,556,l), +(167,653,o), +(231,708,o), +(341,708,cs), +(436,708,o), +(505,654,o), +(505,585,cs), +(505,512,o), +(440,462,o), +(343,462,cs), +(259,462,l), +(259,354,l), +(343,354,ls), +(437,354,o), +(499,301,o), +(499,224,cs), +(499,150,o), +(428,92,o), +(335,92,cs), +(234,92,o), +(172,143,o), +(153,234,c), +(41,234,l), +(49,78,o), +(167,-16,o), +(337,-16,cs), +(497,-16,o), +(615,75,o), +(615,218,cs) +); +} +); +width = 663; +}, +{ +background = { +shapes = ( +{ +pos = (-1,0); +ref = two; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(660,308,o), +(615,382,o), +(547,408,c), +(547,424,l), +(617,448,o), +(664,511,o), +(664,582,cs), +(664,723,o), +(542,820,o), +(364,820,cs), +(166,820,o), +(37,712,o), +(24,536,c), +(196,536,l), +(216,612,o), +(271,652,o), +(358,652,cs), +(432,652,o), +(478,617,o), +(478,566,cs), +(478,518,o), +(440,486,o), +(376,486,cs), +(266,486,l), +(266,324,l), +(376,324,ls), +(435,324,o), +(470,289,o), +(470,238,cs), +(470,185,o), +(425,148,o), +(352,148,cs), +(268,148,o), +(216,185,o), +(200,254,c), +(28,254,l), +(38,84,o), +(162,-20,o), +(354,-20,cs), +(536,-20,o), +(660,78,o), +(660,222,cs) +); +} +); +width = 694; +}, +{ +background = { +shapes = ( +{ +pos = (144,0); +ref = _part.B; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(843,309,o), +(792,379,o), +(715,402,c), +(715,418,l), +(795,437,o), +(849,501,o), +(849,576,cs), +(849,725,o), +(703,816,o), +(464,816,cs), +(203,816,o), +(49,715,o), +(35,536,c), +(141,536,l), +(175,655,o), +(281,716,o), +(460,716,cs), +(625,716,o), +(736,655,o), +(736,566,cs), +(736,500,o), +(663,455,o), +(552,455,cs), +(307,455,l), +(307,357,l), +(552,357,ls), +(657,357,o), +(726,309,o), +(726,238,cs), +(726,146,o), +(619,84,o), +(460,84,cs), +(284,84,o), +(181,142,o), +(151,254,c), +(45,254,l), +(57,81,o), +(208,-16,o), +(464,-16,cs), +(692,-16,o), +(843,81,o), +(843,228,cs) +); +} +); +width = 893; +}, +{ +background = { +shapes = ( +{ +pos = (3,0); +ref = two; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(886,317,o), +(834,389,o), +(749,414,c), +(749,430,l), +(838,454,o), +(892,512,o), +(892,582,cs), +(892,730,o), +(735,820,o), +(470,820,cs), +(196,820,o), +(36,711,o), +(28,516,c), +(208,516,l), +(228,611,o), +(318,662,o), +(470,662,cs), +(618,662,o), +(701,624,o), +(701,564,cs), +(701,510,o), +(652,486,o), +(538,486,cs), +(348,486,l), +(348,334,l), +(538,334,ls), +(645,334,o), +(692,306,o), +(692,242,cs), +(692,178,o), +(612,138,o), +(470,138,cs), +(316,138,o), +(232,186,o), +(214,274,c), +(34,274,l), +(46,79,o), +(193,-20,o), +(470,-20,cs), +(724,-20,o), +(886,78,o), +(886,224,cs) +); +} +); +width = 927; +}, +{ +background = { +shapes = ( +{ +pos = (-11,0); +ref = two; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(525,304,o), +(484,375,o), +(415,402,c), +(415,418,l), +(485,440,o), +(527,506,o), +(527,597,cs), +(527,728,o), +(434,816,o), +(295,816,cs), +(138,816,o), +(43,722,o), +(31,556,c), +(137,556,l), +(157,658,o), +(209,710,o), +(293,710,cs), +(366,710,o), +(415,659,o), +(415,585,cs), +(415,511,o), +(366,460,o), +(293,460,cs), +(213,460,l), +(213,354,l), +(293,354,ls), +(363,354,o), +(411,301,o), +(411,223,cs), +(411,144,o), +(359,90,o), +(283,90,cs), +(206,90,o), +(159,139,o), +(141,234,c), +(35,234,l), +(43,74,o), +(133,-16,o), +(285,-16,cs), +(429,-16,o), +(525,75,o), +(525,211,cs) +); +} +); +width = 567; +}, +{ +background = { +shapes = ( +{ +ref = two; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(557,313,o), +(515,386,o), +(447,410,c), +(447,426,l), +(518,450,o), +(561,511,o), +(561,586,cs), +(561,725,o), +(457,820,o), +(304,820,cs), +(129,820,o), +(27,718,o), +(21,536,c), +(195,536,l), +(207,613,o), +(238,652,o), +(296,652,cs), +(348,652,o), +(377,620,o), +(377,566,cs), +(377,521,o), +(345,490,o), +(296,490,cs), +(235,490,l), +(235,324,l), +(296,324,ls), +(341,324,o), +(369,291,o), +(369,242,cs), +(369,183,o), +(342,148,o), +(292,148,cs), +(234,148,o), +(205,184,o), +(197,254,c), +(23,254,l), +(25,79,o), +(125,-20,o), +(300,-20,cs), +(453,-20,o), +(557,77,o), +(557,218,cs) +); +} +); +width = 587; +}, +{ +background = { +shapes = ( +{ +pos = (-68,0); +ref = B; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(561,307,o), +(504,385,o), +(418,403,c), +(418,413,l), +(509,429,o), +(565,500,o), +(565,600,cs), +(565,731,o), +(470,812,o), +(315,812,cs), +(156,812,o), +(55,720,o), +(35,556,c), +(76,556,l), +(93,696,o), +(179,774,o), +(315,774,cs), +(444,774,o), +(523,708,o), +(523,600,cs), +(523,492,o), +(447,426,o), +(323,426,cs), +(207,426,l), +(207,388,l), +(323,388,ls), +(441,388,o), +(519,316,o), +(519,208,cs), +(519,99,o), +(437,26,o), +(313,26,cs), +(176,26,o), +(92,101,o), +(80,234,c), +(39,234,l), +(53,77,o), +(152,-12,o), +(313,-12,cs), +(462,-12,o), +(561,76,o), +(561,208,cs) +); +} +); +width = 609; +}, +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = two; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(767,311,o), +(718,380,o), +(637,404,c), +(637,424,l), +(720,444,o), +(771,505,o), +(771,584,cs), +(771,724,o), +(624,826,o), +(422,826,cs), +(159,826,o), +(19,707,o), +(11,476,c), +(319,476,l), +(325,531,o), +(351,562,o), +(396,562,cs), +(437,562,o), +(462,540,o), +(462,504,cs), +(462,472,o), +(438,452,o), +(398,452,cs), +(346,452,l), +(346,360,l), +(396,360,ls), +(432,360,o), +(454,338,o), +(454,302,cs), +(454,262,o), +(431,238,o), +(394,238,cs), +(353,238,o), +(330,265,o), +(325,314,c), +(17,314,l), +(25,90,o), +(163,-26,o), +(422,-26,cs), +(622,-26,o), +(767,78,o), +(767,222,cs) +); +} +); +width = 786; +}, +{ +background = { +shapes = ( +{ +pos = (-46,0); +ref = B; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(473,303,o), +(430,377,o), +(359,403,c), +(359,413,l), +(432,441,o), +(477,512,o), +(477,600,cs), +(477,731,o), +(397,812,o), +(267,812,cs), +(132,812,o), +(47,720,o), +(31,556,c), +(72,556,l), +(87,696,o), +(157,774,o), +(267,774,cs), +(371,774,o), +(435,708,o), +(435,600,cs), +(435,492,o), +(372,426,o), +(269,426,cs), +(191,426,l), +(191,388,l), +(269,388,ls), +(369,388,o), +(431,320,o), +(431,208,cs), +(431,95,o), +(367,26,o), +(262,26,cs), +(150,26,o), +(83,101,o), +(76,234,c), +(35,234,l), +(43,77,o), +(125,-12,o), +(262,-12,cs), +(393,-12,o), +(473,72,o), +(473,208,cs) +); +} +); +width = 517; +}, +{ +background = { +shapes = ( +{ +pos = (-94,0); +ref = B; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(771,314,o), +(715,378,o), +(616,403,c), +(616,413,l), +(718,436,o), +(775,497,o), +(775,582,cs), +(775,725,o), +(642,812,o), +(424,812,cs), +(200,812,o), +(61,713,o), +(39,536,c), +(80,536,l), +(101,688,o), +(225,774,o), +(424,774,cs), +(615,774,o), +(732,701,o), +(732,582,cs), +(732,482,o), +(638,426,o), +(470,426,cs), +(279,426,l), +(279,388,l), +(470,388,ls), +(635,388,o), +(728,329,o), +(728,224,cs), +(728,101,o), +(612,26,o), +(424,26,cs), +(223,26,o), +(101,108,o), +(84,254,c), +(43,254,l), +(62,84,o), +(197,-12,o), +(424,-12,cs), +(639,-12,o), +(771,78,o), +(771,224,cs) +); +} +); +width = 824; +}, +{ +background = { +shapes = ( +{ +pos = (451,0); +ref = _part.B; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(1077,340,o), +(1004,408,o), +(886,420,c), +(886,440,l), +(1007,455,o), +(1081,510,o), +(1081,584,cs), +(1081,734,o), +(884,826,o), +(562,826,cs), +(196,826,o), +(19,714,o), +(11,476,c), +(403,476,l), +(407,534,o), +(450,562,o), +(538,562,cs), +(622,562,o), +(661,543,o), +(661,504,cs), +(661,470,o), +(622,454,o), +(538,454,cs), +(446,454,l), +(446,358,l), +(538,358,ls), +(619,358,o), +(657,340,o), +(657,302,cs), +(657,258,o), +(619,238,o), +(538,238,cs), +(451,238,o), +(409,262,o), +(407,314,c), +(17,314,l), +(25,90,o), +(210,-26,o), +(562,-26,cs), +(881,-26,o), +(1077,75,o), +(1077,240,cs) +); +} +); +width = 1096; +}, +{ +background = { +shapes = ( +{ +pos = (320,0); +ref = _part.B; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(647,308,o), +(604,377,o), +(535,404,c), +(535,424,l), +(607,446,o), +(651,507,o), +(651,584,cs), +(651,729,o), +(531,826,o), +(352,826,cs), +(142,826,o), +(19,700,o), +(11,476,c), +(277,476,l), +(281,539,o), +(299,566,o), +(336,566,cs), +(367,566,o), +(383,546,o), +(383,508,cs), +(383,471,o), +(368,452,o), +(338,452,cs), +(306,452,l), +(306,360,l), +(336,360,ls), +(364,360,o), +(379,339,o), +(379,298,cs), +(379,256,o), +(364,234,o), +(334,234,cs), +(300,234,o), +(285,258,o), +(283,314,c), +(18,314,l), +(24,96,o), +(144,-26,o), +(352,-26,cs), +(529,-26,o), +(647,73,o), +(647,222,cs) +); +} +); +width = 666; +} +); +metricLeft = "=|S"; +metricRight = B; +unicode = 51; +}, +{ +glyphname = four; +lastChange = "2023-01-21 21:10:49 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(374,800,l), +(66,387,l), +(66,232,l), +(466,232,l), +(466,0,l), +(580,0,l), +(580,232,l), +(706,232,l), +(706,340,l), +(580,340,l), +(580,800,l) +); +}, +{ +closed = 1; +nodes = ( +(498,792,l), +(466,792,l), +(466,340,l), +(113,340,l), +(133,307,l) +); +} +); +width = 732; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(295,800,l), +(46,440,l), +(46,190,l), +(436,190,l), +(436,0,l), +(624,0,l), +(624,190,l), +(756,190,l), +(756,370,l), +(624,370,l), +(624,800,l) +); +}, +{ +closed = 1; +nodes = ( +(466,748,l), +(436,748,l), +(436,370,l), +(155,370,l), +(177,338,l) +); +} +); +width = 774; +}, +{ +background = { +shapes = ( +{ +pos = (-126,0); +ref = zero; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(589,800,l), +(66,407,l), +(66,236,l), +(694,236,l), +(694,0,l), +(808,0,l), +(808,236,l), +(974,236,l), +(974,336,l), +(808,336,l), +(808,800,l) +); +}, +{ +closed = 1; +nodes = ( +(743,792,l), +(694,792,l), +(694,336,l), +(93,336,l), +(104,313,l) +); +} +); +width = 1000; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(485,800,l), +(52,475,l), +(52,200,l), +(648,200,l), +(648,0,l), +(836,0,l), +(836,200,l), +(988,200,l), +(988,364,l), +(836,364,l), +(836,800,l) +); +}, +{ +closed = 1; +nodes = ( +(705,765,l), +(648,765,l), +(648,364,l), +(137,364,l), +(147,347,l) +); +} +); +width = 1009; +}, +{ +background = { +shapes = ( +{ +pos = (-84,0); +ref = zero; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(302,800,l), +(59,368,l), +(59,232,l), +(377,232,l), +(377,0,l), +(491,0,l), +(491,232,l), +(597,232,l), +(597,338,l), +(491,338,l), +(491,800,l) +); +}, +{ +closed = 1; +nodes = ( +(409,782,l), +(377,782,l), +(377,338,l), +(113,338,l), +(137,302,l) +); +} +); +width = 621; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(255,800,l), +(39,412,l), +(39,192,l), +(354,192,l), +(354,0,l), +(542,0,l), +(542,192,l), +(654,192,l), +(654,368,l), +(542,368,l), +(542,800,l) +); +}, +{ +closed = 1; +nodes = ( +(381,681,l), +(354,681,l), +(354,368,l), +(159,368,l), +(184,330,l) +); +} +); +width = 670; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(451,800,l), +(66,324,l), +(66,272,l), +(482,272,l), +(482,0,l), +(524,0,l), +(524,272,l), +(656,272,l), +(656,310,l), +(524,310,l), +(524,800,l) +); +}, +{ +closed = 1; +nodes = ( +(492,791,l), +(482,791,l), +(482,310,l), +(82,310,l), +(82,285,l) +); +} +); +width = 682; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(247,800,l), +(22,476,l), +(22,138,l), +(390,138,l), +(390,0,l), +(726,0,l), +(726,138,l), +(842,138,l), +(842,406,l), +(726,406,l), +(726,800,l) +); +}, +{ +closed = 1; +nodes = ( +(490,693,l), +(390,693,l), +(390,406,l), +(240,406,l), +(257,361,l) +); +} +); +width = 851; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(381,800,l), +(59,322,l), +(59,272,l), +(409,272,l), +(409,0,l), +(451,0,l), +(451,272,l), +(553,272,l), +(553,310,l), +(451,310,l), +(451,800,l) +); +}, +{ +closed = 1; +nodes = ( +(420,790,l), +(409,790,l), +(409,310,l), +(83,310,l), +(83,291,l) +); +} +); +width = 577; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(656,800,l), +(73,330,l), +(73,262,l), +(695,262,l), +(695,0,l), +(737,0,l), +(737,262,l), +(899,262,l), +(899,300,l), +(737,300,l), +(737,800,l) +); +}, +{ +closed = 1; +nodes = ( +(708,793,l), +(695,793,l), +(695,300,l), +(79,300,l), +(79,287,l) +); +} +); +width = 928; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(458,800,l), +(22,470,l), +(22,138,l), +(604,138,l), +(604,0,l), +(1024,0,l), +(1024,138,l), +(1180,138,l), +(1180,406,l), +(1024,406,l), +(1024,800,l) +); +}, +{ +closed = 1; +nodes = ( +(702,668,l), +(604,693,l), +(604,406,l), +(240,406,l), +(258,334,l) +); +} +); +width = 1189; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(222,800,l), +(22,426,l), +(22,152,l), +(324,152,l), +(324,0,l), +(604,0,l), +(604,152,l), +(704,152,l), +(704,392,l), +(604,392,l), +(604,800,l) +); +}, +{ +closed = 1; +nodes = ( +(370,593,l), +(324,593,l), +(324,392,l), +(240,392,l), +(248,372,l) +); +} +); +width = 713; +} +); +metricLeft = "=SQRU/1.6"; +metricRight = "=SQRU/4"; +unicode = 52; +}, +{ +glyphname = five; +lastChange = "2022-03-27 16:33:59 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (25,0); +ref = three; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(86,346,l), +(190,346,l), +(219,401,o), +(277,432,o), +(354,432,cs), +(464,432,o), +(530,368,o), +(530,264,cs), +(530,161,o), +(458,92,o), +(348,92,cs), +(259,92,o), +(195,137,o), +(169,214,c), +(56,214,l), +(72,77,o), +(190,-16,o), +(350,-16,cs), +(522,-16,o), +(644,101,o), +(644,262,cs), +(644,424,o), +(538,536,o), +(382,536,cs), +(311,536,o), +(257,517,o), +(220,480,c), +(200,480,l), +(200,735,l), +(155,692,l), +(628,692,l), +(628,800,l), +(86,800,l) +); +} +); +width = 688; +}, +{ +background = { +shapes = ( +{ +pos = (20,0); +ref = three; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(66,326,l), +(244,326,l), +(263,371,o), +(307,396,o), +(366,396,cs), +(448,396,o), +(498,351,o), +(498,278,cs), +(498,200,o), +(446,152,o), +(362,152,cs), +(294,152,o), +(242,185,o), +(218,244,c), +(38,244,l), +(50,80,o), +(174,-20,o), +(366,-20,cs), +(556,-20,o), +(686,101,o), +(686,278,cs), +(686,436,o), +(574,550,o), +(420,550,cs), +(359,550,o), +(304,531,o), +(274,500,c), +(254,500,l), +(254,665,l), +(209,628,l), +(666,628,l), +(666,800,l), +(66,800,l) +); +} +); +width = 716; +}, +{ +background = { +shapes = ( +{ +pos = (15,0); +ref = three; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(90,336,l), +(194,336,l), +(234,406,o), +(331,442,o), +(478,442,cs), +(660,442,o), +(763,379,o), +(763,266,cs), +(763,153,o), +(655,84,o), +(478,84,cs), +(297,84,o), +(192,135,o), +(164,234,c), +(56,234,l), +(68,74,o), +(220,-16,o), +(478,-16,cs), +(727,-16,o), +(879,87,o), +(879,266,cs), +(879,442,o), +(739,538,o), +(498,538,cs), +(372,538,o), +(279,512,o), +(224,462,c), +(204,462,l), +(204,735,l), +(159,700,l), +(863,700,l), +(863,800,l), +(90,800,l) +); +} +); +width = 923; +}, +{ +background = { +shapes = ( +{ +pos = (27,0); +ref = three; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(80,316,l), +(258,316,l), +(288,373,o), +(373,402,o), +(508,402,cs), +(665,402,o), +(746,360,o), +(746,278,cs), +(746,187,o), +(662,138,o), +(498,138,cs), +(347,138,o), +(256,182,o), +(230,264,c), +(44,264,l), +(65,76,o), +(218,-20,o), +(498,-20,cs), +(774,-20,o), +(938,90,o), +(938,278,cs), +(938,452,o), +(805,550,o), +(568,550,cs), +(439,550,o), +(344,532,o), +(288,496,c), +(268,496,l), +(268,665,l), +(223,636,l), +(918,636,l), +(918,800,l), +(80,800,l) +); +} +); +width = 973; +}, +{ +background = { +shapes = ( +{ +pos = (15,0); +ref = three; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(74,346,l), +(178,346,l), +(200,403,o), +(241,432,o), +(298,432,cs), +(377,432,o), +(426,368,o), +(426,264,cs), +(426,156,o), +(376,90,o), +(294,90,cs), +(222,90,o), +(176,132,o), +(156,214,c), +(50,214,l), +(58,67,o), +(147,-16,o), +(296,-16,cs), +(442,-16,o), +(540,96,o), +(540,264,cs), +(540,424,o), +(454,536,o), +(322,536,cs), +(269,536,o), +(230,517,o), +(208,480,c), +(188,480,l), +(188,735,l), +(143,694,l), +(526,694,l), +(526,800,l), +(74,800,l) +); +} +); +width = 580; +}, +{ +background = { +shapes = ( +{ +pos = (21,0); +ref = three; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(53,327,l), +(231,327,l), +(243,370,o), +(271,396,o), +(306,396,cs), +(358,396,o), +(389,352,o), +(389,278,cs), +(389,196,o), +(357,148,o), +(304,148,cs), +(256,148,o), +(220,184,o), +(206,244,c), +(33,244,l), +(39,75,o), +(138,-20,o), +(308,-20,cs), +(475,-20,o), +(577,93,o), +(577,278,cs), +(577,441,o), +(494,546,o), +(370,546,cs), +(322,546,o), +(280,525,o), +(261,496,c), +(241,496,l), +(241,665,l), +(196,628,l), +(559,628,l), +(559,800,l), +(53,800,l) +); +} +); +width = 603; +}, +{ +background = { +shapes = ( +{ +pos = (16,0); +ref = three; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(84,336,l), +(116,336,l), +(148,417,o), +(229,467,o), +(328,467,cs), +(459,467,o), +(546,380,o), +(546,250,cs), +(546,116,o), +(456,26,o), +(320,26,cs), +(196,26,o), +(111,97,o), +(97,214,c), +(56,214,l), +(72,74,o), +(172,-12,o), +(320,-12,cs), +(481,-12,o), +(588,93,o), +(588,250,cs), +(588,402,o), +(485,504,o), +(330,504,cs), +(245,504,o), +(172,471,o), +(136,416,c), +(126,416,l), +(126,785,l), +(101,762,l), +(572,762,l), +(572,800,l), +(84,800,l) +); +} +); +width = 632; +}, +{ +background = { +shapes = ( +{ +ref = three; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(34,334,l), +(338,334,l), +(347,359,o), +(366,372,o), +(392,372,cs), +(423,372,o), +(442,347,o), +(442,306,cs), +(442,264,o), +(420,238,o), +(384,238,cs), +(352,238,o), +(332,257,o), +(326,294,c), +(18,294,l), +(28,89,o), +(162,-26,o), +(390,-26,cs), +(618,-26,o), +(758,83,o), +(758,262,cs), +(758,417,o), +(671,512,o), +(530,512,cs), +(470,512,o), +(420,495,o), +(390,464,c), +(370,464,l), +(370,609,l), +(325,540,l), +(738,540,l), +(738,800,l), +(34,800,l) +); +} +); +width = 773; +}, +{ +background = { +shapes = ( +{ +pos = (15,0); +ref = three; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(76,336,l), +(108,336,l), +(134,420,o), +(198,467,o), +(284,467,cs), +(391,467,o), +(456,385,o), +(456,250,cs), +(456,111,o), +(387,26,o), +(274,26,cs), +(168,26,o), +(102,94,o), +(91,214,c), +(50,214,l), +(62,69,o), +(143,-12,o), +(274,-12,cs), +(413,-12,o), +(498,88,o), +(498,250,cs), +(498,407,o), +(417,504,o), +(286,504,cs), +(219,504,o), +(162,476,o), +(128,426,c), +(118,426,l), +(118,785,l), +(93,762,l), +(484,762,l), +(484,800,l), +(76,800,l) +); +} +); +width = 538; +}, +{ +background = { +shapes = ( +{ +pos = (20,0); +ref = three; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(94,326,l), +(126,326,l), +(182,420,o), +(290,468,o), +(443,468,cs), +(647,468,o), +(761,390,o), +(761,250,cs), +(761,111,o), +(638,26,o), +(437,26,cs), +(240,26,o), +(126,97,o), +(103,234,c), +(62,234,l), +(87,72,o), +(215,-12,o), +(437,-12,cs), +(665,-12,o), +(804,88,o), +(804,250,cs), +(804,413,o), +(675,504,o), +(445,504,cs), +(306,504,o), +(204,468,o), +(146,398,c), +(136,398,l), +(136,785,l), +(111,762,l), +(788,762,l), +(788,800,l), +(94,800,l) +); +} +); +width = 853; +}, +{ +background = { +shapes = ( +{ +pos = (-1,0); +ref = three; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(34,334,l), +(424,334,l), +(434,360,o), +(475,372,o), +(554,372,cs), +(638,372,o), +(678,351,o), +(678,306,cs), +(678,260,o), +(635,238,o), +(544,238,cs), +(458,238,o), +(415,256,o), +(408,294,c), +(18,294,l), +(24,83,o), +(211,-26,o), +(568,-26,cs), +(897,-26,o), +(1098,83,o), +(1098,262,cs), +(1098,422,o), +(968,512,o), +(738,512,cs), +(628,512,o), +(545,496,o), +(494,464,c), +(454,464,l), +(454,609,l), +(409,540,l), +(1078,540,l), +(1078,800,l), +(34,800,l) +); +} +); +width = 1113; +}, +{ +background = { +shapes = ( +{ +pos = (-1,0); +ref = three; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(34,334,l), +(292,334,l), +(299,359,o), +(313,372,o), +(334,372,cs), +(363,372,o), +(380,348,o), +(380,306,cs), +(380,260,o), +(363,234,o), +(332,234,cs), +(304,234,o), +(287,254,o), +(283,294,c), +(18,294,l), +(24,89,o), +(143,-26,o), +(348,-26,cs), +(540,-26,o), +(658,87,o), +(658,272,cs), +(658,421,o), +(579,512,o), +(450,512,cs), +(398,512,o), +(361,498,o), +(342,472,c), +(322,472,l), +(322,609,l), +(277,560,l), +(638,560,l), +(638,800,l), +(34,800,l) +); +} +); +width = 673; +} +); +metricLeft = "=S"; +metricRight = B; +unicode = 53; +}, +{ +glyphname = six; +kernLeft = RND_LEFT; +lastChange = "2022-03-27 16:39:09 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (710,0); +ref = three; +scale = (-1,1); +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(538,-16,o), +(662,98,o), +(662,256,cs), +(662,411,o), +(545,524,o), +(384,524,cs), +(298,524,o), +(218,486,o), +(183,430,c), +(167,430,l), +(167,440,l), +(177,622,o), +(246,708,o), +(384,708,cs), +(476,708,o), +(536,660,o), +(562,576,c), +(670,576,l), +(654,725,o), +(542,816,o), +(384,816,cs), +(174,816,o), +(56,666,o), +(56,400,cs), +(56,258,o), +(81,154,o), +(136,85,cs), +(187,21,o), +(267,-16,o), +(366,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(188,354,o), +(260,420,o), +(368,420,cs), +(476,420,o), +(548,354,o), +(548,256,cs), +(548,158,o), +(476,92,o), +(368,92,cs), +(260,92,o), +(188,158,o), +(188,256,cs) +); +} +); +width = 705; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(247,321,o), +(299,360,o), +(385,360,cs), +(471,360,o), +(523,321,o), +(523,258,cs), +(523,192,o), +(471,152,o), +(385,152,cs), +(299,152,o), +(247,192,o), +(247,258,cs) +); +}, +{ +closed = 1; +nodes = ( +(581,-20,o), +(711,91,o), +(711,258,cs), +(711,410,o), +(581,512,o), +(385,512,cs), +(189,512,o), +(59,408,o), +(59,252,cs), +(59,89,o), +(189,-20,o), +(385,-20,cs) +); +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(581,-20,o), +(711,91,o), +(711,258,cs), +(711,414,o), +(599,514,o), +(430,514,cs), +(347,514,o), +(275,487,o), +(242,450,c), +(222,450,l), +(222,470,l), +(230,584,o), +(293,652,o), +(396,652,cs), +(476,652,o), +(525,615,o), +(551,556,c), +(721,556,l), +(700,720,o), +(576,820,o), +(396,820,cs), +(171,820,o), +(38,668,o), +(38,410,cs), +(38,261,o), +(71,147,o), +(140,74,cs), +(198,13,o), +(283,-20,o), +(385,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,320,o), +(303,364,o), +(385,364,cs), +(467,364,o), +(523,320,o), +(523,256,cs), +(523,192,o), +(467,148,o), +(385,148,cs), +(303,148,o), +(247,192,o), +(247,256,cs) +); +} +); +width = 745; +}, +{ +background = { +shapes = ( +{ +ref = zero; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(738,-16,o), +(891,89,o), +(891,260,cs), +(891,422,o), +(746,522,o), +(509,522,cs), +(346,522,o), +(226,474,o), +(178,390,c), +(162,390,l), +(162,410,l), +(162,612,o), +(275,716,o), +(495,716,cs), +(652,716,o), +(755,662,o), +(801,556,c), +(909,556,l), +(883,722,o), +(734,816,o), +(495,816,cs), +(214,816,o), +(56,666,o), +(56,400,cs), +(56,233,o), +(115,113,o), +(229,44,cs), +(296,3,o), +(386,-16,o), +(489,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(203,363,o), +(312,426,o), +(489,426,cs), +(666,426,o), +(775,363,o), +(775,260,cs), +(775,151,o), +(666,84,o), +(489,84,cs), +(312,84,o), +(203,151,o), +(203,260,cs) +); +} +); +width = 944; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(267,333,o), +(349,372,o), +(508,372,cs), +(667,372,o), +(749,333,o), +(749,256,cs), +(749,179,o), +(667,140,o), +(508,140,cs), +(349,140,o), +(267,179,o), +(267,256,cs) +); +}, +{ +closed = 1; +nodes = ( +(785,-20,o), +(941,79,o), +(941,256,cs), +(941,420,o), +(785,512,o), +(508,512,cs), +(231,512,o), +(75,418,o), +(75,250,cs), +(75,77,o), +(231,-20,o), +(508,-20,cs) +); +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(785,-20,o), +(941,79,o), +(941,256,cs), +(941,422,o), +(796,516,o), +(538,516,cs), +(397,516,o), +(299,487,o), +(248,430,c), +(228,430,l), +(228,440,l), +(234,592,o), +(330,660,o), +(510,660,cs), +(666,660,o), +(755,618,o), +(771,536,c), +(957,536,l), +(935,723,o), +(783,820,o), +(510,820,cs), +(212,820,o), +(44,669,o), +(44,400,cs), +(44,247,o), +(89,133,o), +(184,63,cs), +(261,7,o), +(372,-20,o), +(508,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(267,333,o), +(349,372,o), +(508,372,cs), +(667,372,o), +(749,333,o), +(749,256,cs), +(749,179,o), +(667,140,o), +(508,140,cs), +(349,140,o), +(267,179,o), +(267,256,cs) +); +} +); +width = 985; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(230,90,o), +(178,152,o), +(178,254,cs), +(178,356,o), +(230,418,o), +(314,418,cs), +(398,418,o), +(450,356,o), +(450,254,cs), +(450,152,o), +(398,90,o), +(314,90,cs) +); +}, +{ +closed = 1; +nodes = ( +(464,-16,o), +(564,92,o), +(564,254,cs), +(564,416,o), +(464,524,o), +(314,524,cs), +(164,524,o), +(64,416,o), +(64,254,cs), +(64,92,o), +(164,-16,o), +(314,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,603,o), +(216,710,o), +(324,710,cs), +(398,710,o), +(445,662,o), +(456,576,c), +(566,576,l), +(554,725,o), +(462,816,o), +(324,816,cs), +(149,816,o), +(50,666,o), +(50,400,c), +(157,400,l) +); +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(463,-16,o), +(564,92,o), +(564,254,cs), +(564,409,o), +(467,522,o), +(332,522,cs), +(262,522,o), +(203,491,o), +(176,440,c), +(160,440,l), +(160,450,l), +(168,622,o), +(224,710,o), +(324,710,cs), +(394,710,o), +(441,662,o), +(462,576,c), +(566,576,l), +(554,725,o), +(462,816,o), +(324,816,cs), +(149,816,o), +(50,666,o), +(50,400,cs), +(50,249,o), +(74,137,o), +(129,68,cs), +(173,12,o), +(238,-16,o), +(314,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(178,356,o), +(230,418,o), +(314,418,cs), +(398,418,o), +(450,356,o), +(450,254,cs), +(450,152,o), +(398,90,o), +(314,90,cs), +(230,90,o), +(178,152,o), +(178,254,cs) +); +} +); +width = 597; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(232,316,o), +(268,356,o), +(328,356,cs), +(388,356,o), +(424,316,o), +(424,252,cs), +(424,188,o), +(388,148,o), +(328,148,cs), +(268,148,o), +(232,188,o), +(232,252,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,-20,o), +(612,89,o), +(612,252,cs), +(612,408,o), +(498,512,o), +(328,512,cs), +(158,512,o), +(44,408,o), +(44,252,cs), +(44,89,o), +(158,-20,o), +(328,-20,cs) +); +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(499,-20,o), +(612,90,o), +(612,252,cs), +(612,404,o), +(512,504,o), +(374,504,cs), +(313,504,o), +(264,482,o), +(237,452,c), +(217,452,l), +(217,472,l), +(223,588,o), +(270,656,o), +(342,656,cs), +(394,656,o), +(428,621,o), +(446,556,c), +(616,556,l), +(602,720,o), +(498,820,o), +(342,820,cs), +(144,820,o), +(33,669,o), +(33,400,cs), +(33,254,o), +(57,147,o), +(110,77,cs), +(160,12,o), +(237,-20,o), +(330,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(232,316,o), +(271,360,o), +(328,360,cs), +(385,360,o), +(424,316,o), +(424,252,cs), +(424,188,o), +(385,144,o), +(328,144,cs), +(271,144,o), +(232,188,o), +(232,252,cs) +); +} +); +width = 637; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(205,26,o), +(118,115,o), +(118,248,cs), +(118,381,o), +(205,470,o), +(335,470,cs), +(465,470,o), +(552,381,o), +(552,248,cs), +(552,115,o), +(465,26,o), +(335,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(490,-12,o), +(594,92,o), +(594,248,cs), +(594,404,o), +(490,508,o), +(335,508,cs), +(180,508,o), +(76,404,o), +(76,248,cs), +(76,92,o), +(180,-12,o), +(335,-12,cs) +); +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(490,-12,o), +(594,92,o), +(594,248,cs), +(594,404,o), +(490,508,o), +(335,508,cs), +(229,508,o), +(133,442,o), +(107,350,c), +(97,350,l), +(97,400,l), +(97,639,o), +(186,774,o), +(345,774,cs), +(463,774,o), +(539,703,o), +(557,576,c), +(598,576,l), +(579,727,o), +(488,812,o), +(345,812,cs), +(160,812,o), +(56,664,o), +(56,400,cs), +(56,244,o), +(81,134,o), +(143,66,cs), +(188,16,o), +(257,-12,o), +(335,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(118,377,o), +(209,470,o), +(335,470,cs), +(465,470,o), +(552,381,o), +(552,248,cs), +(552,115,o), +(465,26,o), +(335,26,cs), +(205,26,o), +(118,115,o), +(118,248,cs) +); +} +); +width = 633; +}, +{ +background = { +shapes = ( +{ +ref = zero; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(641,-26,o), +(791,81,o), +(791,242,cs), +(791,388,o), +(691,478,o), +(529,478,cs), +(441,478,o), +(388,455,o), +(352,410,c), +(332,410,l), +(332,420,l), +(332,511,o), +(364,562,o), +(421,562,cs), +(462,562,o), +(489,543,o), +(499,506,c), +(807,506,l), +(789,711,o), +(648,826,o), +(416,826,cs), +(169,826,o), +(18,664,o), +(18,400,cs), +(18,254,o), +(59,142,o), +(136,70,cs), +(203,7,o), +(297,-26,o), +(416,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(351,335,o), +(375,358,o), +(413,358,cs), +(451,358,o), +(475,335,o), +(475,298,cs), +(475,261,o), +(451,238,o), +(413,238,cs), +(375,238,o), +(351,261,o), +(351,298,cs) +); +} +); +width = 818; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(177,26,o), +(110,110,o), +(110,248,cs), +(110,386,o), +(177,470,o), +(287,470,cs), +(397,470,o), +(464,386,o), +(464,248,cs), +(464,110,o), +(397,26,o), +(287,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(423,-12,o), +(506,87,o), +(506,248,cs), +(506,409,o), +(423,507,o), +(287,507,cs), +(151,507,o), +(68,409,o), +(68,248,cs), +(68,87,o), +(151,-12,o), +(287,-12,cs) +); +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(422,-12,o), +(506,87,o), +(506,248,cs), +(506,409,o), +(424,507,o), +(291,507,cs), +(201,507,o), +(125,452,o), +(101,370,c), +(91,370,l), +(91,400,l), +(91,647,o), +(161,774,o), +(298,774,cs), +(395,774,o), +(456,703,o), +(467,576,c), +(508,576,l), +(496,727,o), +(420,812,o), +(298,812,cs), +(134,812,o), +(50,672,o), +(50,400,cs), +(50,252,o), +(69,144,o), +(115,76,cs), +(154,18,o), +(214,-12,o), +(285,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,381,o), +(182,470,o), +(291,470,cs), +(398,470,o), +(464,386,o), +(464,248,cs), +(464,110,o), +(396,26,o), +(285,26,cs), +(177,26,o), +(110,110,o), +(110,248,cs) +); +} +); +width = 539; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(253,26,o), +(129,111,o), +(129,249,cs), +(129,387,o), +(253,472,o), +(454,472,cs), +(655,472,o), +(779,387,o), +(779,249,cs), +(779,111,o), +(655,26,o), +(454,26,cs) +); +}, +{ +closed = 1; +nodes = ( +(682,-12,o), +(822,87,o), +(822,249,cs), +(822,410,o), +(682,508,o), +(454,508,cs), +(226,508,o), +(86,409,o), +(86,248,cs), +(86,87,o), +(226,-12,o), +(454,-12,cs) +); +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(682,-12,o), +(822,87,o), +(822,249,cs), +(822,410,o), +(682,508,o), +(454,508,cs), +(269,508,o), +(140,438,o), +(114,324,c), +(104,324,l), +(104,400,l), +(104,639,o), +(232,774,o), +(459,774,cs), +(650,774,o), +(767,696,o), +(785,556,c), +(826,556,l), +(808,720,o), +(676,812,o), +(459,812,cs), +(205,812,o), +(62,664,o), +(62,400,cs), +(62,259,o), +(86,155,o), +(152,87,cs), +(217,20,o), +(322,-12,o), +(454,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(129,387,o), +(253,472,o), +(454,472,cs), +(655,472,o), +(779,387,o), +(779,249,cs), +(779,111,o), +(655,26,o), +(454,26,cs), +(253,26,o), +(129,111,o), +(129,249,cs) +); +} +); +width = 865; +}, +{ +background = { +shapes = ( +{ +ref = zero; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(918,-26,o), +(1111,70,o), +(1111,242,cs), +(1111,398,o), +(968,478,o), +(689,478,cs), +(586,478,o), +(508,458,o), +(462,420,c), +(442,420,l), +(442,430,l), +(442,517,o), +(496,562,o), +(600,562,cs), +(670,562,o), +(713,543,o), +(727,506,c), +(1127,506,l), +(1103,717,o), +(916,826,o), +(576,826,cs), +(219,826,o), +(18,673,o), +(18,400,cs), +(18,257,o), +(63,150,o), +(160,78,cs), +(253,9,o), +(395,-26,o), +(576,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(455,338,o), +(495,358,o), +(573,358,cs), +(651,358,o), +(691,338,o), +(691,298,cs), +(691,258,o), +(651,238,o), +(573,238,cs), +(495,238,o), +(455,258,o), +(455,298,cs) +); +} +); +width = 1138; +}, +{ +background = { +shapes = ( +{ +ref = zero; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(547,-26,o), +(669,81,o), +(669,242,cs), +(669,388,o), +(590,478,o), +(460,478,cs), +(404,478,o), +(352,460,o), +(322,430,c), +(302,430,l), +(302,440,l), +(302,519,o), +(322,566,o), +(366,566,cs), +(396,566,o), +(414,546,o), +(420,506,c), +(685,506,l), +(675,711,o), +(560,826,o), +(365,826,cs), +(136,826,o), +(18,681,o), +(18,400,cs), +(18,251,o), +(51,141,o), +(116,70,cs), +(174,6,o), +(257,-26,o), +(365,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,337,o), +(323,358,o), +(351,358,cs), +(379,358,o), +(394,337,o), +(394,296,cs), +(394,255,o), +(379,234,o), +(351,234,cs), +(323,234,o), +(308,255,o), +(308,296,cs) +); +} +); +width = 696; +} +); +metricLeft = RNDU; +metricRight = "=S"; +unicode = 54; +}, +{ +glyphname = seven; +lastChange = "2023-01-21 21:10:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (658,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(571,800,l), +(53,800,l), +(53,692,l), +(535,692,l), +(511,730,l), +(131,0,l), +(255,0,l), +(571,612,l) +); +} +); +width = 630; +}, +{ +background = { +shapes = ( +{ +pos = (692,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(607,800,l), +(37,800,l), +(37,620,l), +(511,620,l), +(487,660,l), +(137,0,l), +(341,0,l), +(607,514,l) +); +} +); +width = 648; +}, +{ +background = { +shapes = ( +{ +pos = (881,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(773,800,l), +(53,800,l), +(53,700,l), +(758,700,l), +(741,725,l), +(175,0,l), +(315,0,l), +(773,594,l) +); +} +); +width = 832; +}, +{ +background = { +shapes = ( +{ +pos = (902,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(806,800,l), +(42,800,l), +(42,636,l), +(745,636,l), +(728,674,l), +(206,0,l), +(434,0,l), +(806,490,l) +); +} +); +width = 853; +}, +{ +background = { +shapes = ( +{ +pos = (555,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(488,800,l), +(48,800,l), +(48,694,l), +(430,694,l), +(404,732,l), +(124,0,l), +(242,0,l), +(488,650,l) +); +} +); +width = 541; +}, +{ +background = { +shapes = ( +{ +pos = (588,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(519,800,l), +(31,800,l), +(31,632,l), +(394,632,l), +(370,662,l), +(121,0,l), +(314,0,l), +(519,564,l) +); +} +); +width = 553; +}, +{ +background = { +shapes = ( +{ +pos = (602,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(523,800,l), +(53,800,l), +(53,762,l), +(514,762,l), +(514,797,l), +(135,0,l), +(181,0,l), +(523,724,l) +); +} +); +width = 582; +}, +{ +background = { +shapes = ( +{ +pos = (752,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(707,800,l), +(17,800,l), +(17,528,l), +(484,528,l), +(430,598,l), +(109,0,l), +(468,0,l), +(707,460,l) +); +} +); +width = 726; +}, +{ +background = { +shapes = ( +{ +pos = (519,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(442,800,l), +(48,800,l), +(48,762,l), +(424,762,l), +(424,795,l), +(131,0,l), +(175,0,l), +(442,734,l) +); +} +); +width = 495; +}, +{ +background = { +shapes = ( +{ +pos = (800,800); +ref = two; +scale = (-1,-1); +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(721,800,l), +(59,800,l), +(59,762,l), +(718,762,l), +(718,793,l), +(187,0,l), +(237,0,l), +(721,727,l) +); +} +); +width = 786; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(991,800,l), +(17,800,l), +(17,520,l), +(654,520,l), +(616,598,l), +(138,0,l), +(660,0,l), +(991,430,l) +); +} +); +width = 1010; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(588,800,l), +(18,800,l), +(18,540,l), +(365,540,l), +(319,598,l), +(90,0,l), +(398,0,l), +(588,520,l) +); +} +); +width = 607; +} +); +metricLeft = "=SQRU/2"; +metricRight = "=SQRU/1.8"; +unicode = 55; +}, +{ +glyphname = eight; +lastChange = "2022-03-27 16:39:13 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = three; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(224,458,o), +(156,506,o), +(156,583,cs), +(156,660,o), +(224,708,o), +(336,708,cs), +(448,708,o), +(516,660,o), +(516,583,cs), +(516,506,o), +(448,458,o), +(336,458,cs) +); +}, +{ +closed = 1; +nodes = ( +(44,505,o), +(99,436,o), +(182,416,c), +(182,400,l), +(100,378,o), +(46,305,o), +(46,217,cs), +(46,77,o), +(162,-16,o), +(336,-16,cs), +(510,-16,o), +(626,77,o), +(626,217,cs), +(626,305,o), +(572,378,o), +(490,400,c), +(490,416,l), +(573,436,o), +(628,505,o), +(628,589,cs), +(628,725,o), +(511,816,o), +(336,816,cs), +(161,816,o), +(44,725,o), +(44,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(159,304,o), +(226,354,o), +(336,354,cs), +(446,354,o), +(513,304,o), +(513,223,cs), +(513,142,o), +(446,92,o), +(336,92,cs), +(226,92,o), +(159,142,o), +(159,223,cs) +); +} +); +width = 672; +}, +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = three; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(263,478,o), +(211,509,o), +(211,563,cs), +(211,617,o), +(263,648,o), +(356,648,cs), +(449,648,o), +(501,617,o), +(501,563,cs), +(501,509,o), +(449,478,o), +(356,478,cs) +); +}, +{ +closed = 1; +nodes = ( +(30,510,o), +(77,444,o), +(147,418,c), +(147,402,l), +(78,372,o), +(32,300,o), +(32,221,cs), +(32,76,o), +(162,-20,o), +(356,-20,cs), +(550,-20,o), +(680,76,o), +(680,221,cs), +(680,300,o), +(634,372,o), +(565,402,c), +(565,418,l), +(635,444,o), +(682,510,o), +(682,583,cs), +(682,725,o), +(552,820,o), +(356,820,cs), +(160,820,o), +(30,725,o), +(30,583,cs) +); +}, +{ +closed = 1; +nodes = ( +(216,298,o), +(266,330,o), +(356,330,cs), +(446,330,o), +(496,298,o), +(496,241,cs), +(496,184,o), +(446,152,o), +(356,152,cs), +(266,152,o), +(216,184,o), +(216,241,cs) +); +} +); +width = 712; +}, +{ +background = { +shapes = ( +{ +pos = (-1,0); +ref = three; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(263,452,o), +(158,499,o), +(158,583,cs), +(158,668,o), +(263,716,o), +(450,716,cs), +(637,716,o), +(742,668,o), +(742,583,cs), +(742,499,o), +(637,452,o), +(450,452,cs) +); +}, +{ +closed = 1; +nodes = ( +(44,505,o), +(104,440,o), +(202,416,c), +(202,400,l), +(107,372,o), +(48,302,o), +(48,217,cs), +(48,73,o), +(201,-16,o), +(450,-16,cs), +(699,-16,o), +(852,73,o), +(852,217,cs), +(852,302,o), +(793,372,o), +(698,400,c), +(698,416,l), +(796,440,o), +(856,505,o), +(856,589,cs), +(856,730,o), +(702,816,o), +(450,816,cs), +(198,816,o), +(44,730,o), +(44,589,cs) +); +}, +{ +closed = 1; +nodes = ( +(163,311,o), +(266,360,o), +(450,360,cs), +(634,360,o), +(737,311,o), +(737,223,cs), +(737,134,o), +(634,84,o), +(450,84,cs), +(266,84,o), +(163,134,o), +(163,223,cs) +); +} +); +width = 900; +}, +{ +background = { +shapes = ( +{ +pos = (2,0); +ref = three; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(306,478,o), +(222,509,o), +(222,569,cs), +(222,629,o), +(306,660,o), +(469,660,cs), +(632,660,o), +(716,629,o), +(716,569,cs), +(716,509,o), +(632,478,o), +(469,478,cs) +); +}, +{ +closed = 1; +nodes = ( +(35,510,o), +(89,448,o), +(178,423,c), +(178,407,l), +(91,381,o), +(37,311,o), +(37,223,cs), +(37,72,o), +(201,-20,o), +(469,-20,cs), +(737,-20,o), +(901,72,o), +(901,223,cs), +(901,311,o), +(847,381,o), +(760,407,c), +(760,423,l), +(849,448,o), +(903,510,o), +(903,587,cs), +(903,731,o), +(738,820,o), +(469,820,cs), +(200,820,o), +(35,731,o), +(35,587,cs) +); +}, +{ +closed = 1; +nodes = ( +(227,308,o), +(309,342,o), +(469,342,cs), +(629,342,o), +(711,308,o), +(711,241,cs), +(711,174,o), +(629,140,o), +(469,140,cs), +(309,140,o), +(227,174,o), +(227,241,cs) +); +} +); +width = 938; +}, +{ +background = { +shapes = ( +{ +pos = (13,0); +ref = three; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(207,458,o), +(156,506,o), +(156,584,cs), +(156,662,o), +(207,710,o), +(290,710,cs), +(373,710,o), +(424,662,o), +(424,584,cs), +(424,506,o), +(373,458,o), +(290,458,cs) +); +}, +{ +closed = 1; +nodes = ( +(44,509,o), +(93,438,o), +(166,418,c), +(166,402,l), +(90,382,o), +(40,307,o), +(40,213,cs), +(40,76,o), +(140,-16,o), +(290,-16,cs), +(440,-16,o), +(540,76,o), +(540,213,cs), +(540,307,o), +(490,382,o), +(414,402,c), +(414,418,l), +(487,438,o), +(536,509,o), +(536,595,cs), +(536,728,o), +(438,816,o), +(290,816,cs), +(142,816,o), +(44,728,o), +(44,595,cs) +); +}, +{ +closed = 1; +nodes = ( +(152,307,o), +(204,358,o), +(290,358,cs), +(376,358,o), +(428,307,o), +(428,224,cs), +(428,141,o), +(376,90,o), +(290,90,cs), +(204,90,o), +(152,141,o), +(152,224,cs) +); +} +); +width = 580; +}, +{ +background = { +shapes = ( +{ +pos = (5,0); +ref = three; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(242,478,o), +(210,509,o), +(210,565,cs), +(210,621,o), +(242,652,o), +(300,652,cs), +(358,652,o), +(390,621,o), +(390,565,cs), +(390,509,o), +(358,478,o), +(300,478,cs) +); +}, +{ +closed = 1; +nodes = ( +(30,505,o), +(73,442,o), +(144,420,c), +(144,404,l), +(71,381,o), +(26,308,o), +(26,213,cs), +(26,73,o), +(136,-20,o), +(300,-20,cs), +(464,-20,o), +(574,73,o), +(574,213,cs), +(574,308,o), +(529,381,o), +(456,404,c), +(456,420,l), +(527,442,o), +(570,505,o), +(570,586,cs), +(570,726,o), +(462,820,o), +(300,820,cs), +(138,820,o), +(30,726,o), +(30,586,cs) +); +}, +{ +closed = 1; +nodes = ( +(210,304,o), +(242,338,o), +(300,338,cs), +(358,338,o), +(390,304,o), +(390,243,cs), +(390,182,o), +(358,148,o), +(300,148,cs), +(242,148,o), +(210,182,o), +(210,243,cs) +); +} +); +width = 600; +}, +{ +background = { +shapes = ( +{ +pos = (7,0); +ref = three; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(176,424,o), +(86,494,o), +(86,599,cs), +(86,704,o), +(176,774,o), +(310,774,cs), +(444,774,o), +(534,704,o), +(534,599,cs), +(534,494,o), +(444,424,o), +(310,424,cs) +); +}, +{ +closed = 1; +nodes = ( +(44,509,o), +(105,434,o), +(196,412,c), +(196,402,l), +(106,378,o), +(46,300,o), +(46,207,cs), +(46,76,o), +(152,-12,o), +(310,-12,cs), +(468,-12,o), +(574,76,o), +(574,207,cs), +(574,300,o), +(514,378,o), +(424,402,c), +(424,412,l), +(515,434,o), +(576,509,o), +(576,599,cs), +(576,727,o), +(470,812,o), +(310,812,cs), +(150,812,o), +(44,727,o), +(44,599,cs) +); +}, +{ +closed = 1; +nodes = ( +(88,316,o), +(177,388,o), +(310,388,cs), +(443,388,o), +(532,316,o), +(532,207,cs), +(532,98,o), +(443,26,o), +(310,26,cs), +(177,26,o), +(88,98,o), +(88,207,cs) +); +} +); +width = 620; +}, +{ +background = { +shapes = ( +{ +pos = (2,0); +ref = three; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(349,454,o), +(324,473,o), +(324,508,cs), +(324,543,o), +(349,562,o), +(393,562,cs), +(437,562,o), +(462,543,o), +(462,508,cs), +(462,473,o), +(437,454,o), +(393,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(15,504,o), +(64,443,o), +(145,424,c), +(145,404,l), +(64,380,o), +(15,311,o), +(15,222,cs), +(15,68,o), +(159,-26,o), +(393,-26,cs), +(627,-26,o), +(771,68,o), +(771,222,cs), +(771,311,o), +(722,380,o), +(641,404,c), +(641,424,l), +(722,443,o), +(771,504,o), +(771,584,cs), +(771,734,o), +(627,826,o), +(393,826,cs), +(159,826,o), +(15,734,o), +(15,584,cs) +); +}, +{ +closed = 1; +nodes = ( +(328,336,o), +(351,358,o), +(393,358,cs), +(435,358,o), +(458,336,o), +(458,298,cs), +(458,260,o), +(435,238,o), +(393,238,cs), +(351,238,o), +(328,260,o), +(328,298,cs) +); +} +); +width = 786; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = three; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(155,426,o), +(86,492,o), +(86,600,cs), +(86,708,o), +(155,774,o), +(268,774,cs), +(381,774,o), +(450,708,o), +(450,600,cs), +(450,492,o), +(381,426,o), +(268,426,cs) +); +}, +{ +closed = 1; +nodes = ( +(44,515,o), +(90,444,o), +(166,414,c), +(166,404,l), +(88,377,o), +(40,302,o), +(40,208,cs), +(40,72,o), +(127,-12,o), +(268,-12,cs), +(409,-12,o), +(496,72,o), +(496,208,cs), +(496,302,o), +(448,377,o), +(370,404,c), +(370,414,l), +(446,444,o), +(492,515,o), +(492,600,cs), +(492,731,o), +(407,812,o), +(268,812,cs), +(129,812,o), +(44,731,o), +(44,600,cs) +); +}, +{ +closed = 1; +nodes = ( +(82,321,o), +(153,390,o), +(268,390,cs), +(383,390,o), +(454,321,o), +(454,208,cs), +(454,95,o), +(383,26,o), +(268,26,cs), +(153,26,o), +(82,95,o), +(82,208,cs) +); +} +); +width = 536; +}, +{ +background = { +shapes = ( +{ +pos = (5,0); +ref = three; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(209,424,o), +(92,486,o), +(92,597,cs), +(92,707,o), +(216,774,o), +(417,774,cs), +(618,774,o), +(742,707,o), +(742,597,cs), +(742,486,o), +(625,424,o), +(417,424,cs) +); +}, +{ +closed = 1; +nodes = ( +(49,504,o), +(116,437,o), +(235,412,c), +(235,402,l), +(119,376,o), +(53,306,o), +(53,209,cs), +(53,72,o), +(191,-12,o), +(417,-12,cs), +(643,-12,o), +(781,72,o), +(781,209,cs), +(781,306,o), +(715,376,o), +(599,402,c), +(599,412,l), +(718,437,o), +(785,504,o), +(785,597,cs), +(785,730,o), +(645,812,o), +(417,812,cs), +(189,812,o), +(49,730,o), +(49,597,cs) +); +}, +{ +closed = 1; +nodes = ( +(96,324,o), +(212,388,o), +(417,388,cs), +(622,388,o), +(738,324,o), +(738,209,cs), +(738,96,o), +(616,26,o), +(417,26,cs), +(218,26,o), +(96,96,o), +(96,209,cs) +); +} +); +width = 834; +}, +{ +background = { +shapes = ( +{ +ref = three; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(471,454,o), +(435,471,o), +(435,508,cs), +(435,545,o), +(471,562,o), +(546,562,cs), +(621,562,o), +(657,545,o), +(657,508,cs), +(657,471,o), +(621,454,o), +(546,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(15,504,o), +(80,449,o), +(196,434,c), +(196,414,l), +(80,393,o), +(15,329,o), +(15,236,cs), +(15,68,o), +(206,-26,o), +(546,-26,cs), +(886,-26,o), +(1077,68,o), +(1077,236,cs), +(1077,329,o), +(1012,393,o), +(896,414,c), +(896,434,l), +(1012,449,o), +(1077,504,o), +(1077,588,cs), +(1077,740,o), +(886,826,o), +(546,826,cs), +(206,826,o), +(15,740,o), +(15,588,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,339,o), +(471,358,o), +(546,358,cs), +(621,358,o), +(657,339,o), +(657,298,cs), +(657,257,o), +(621,238,o), +(546,238,cs), +(471,238,o), +(435,257,o), +(435,298,cs) +); +} +); +width = 1092; +}, +{ +background = { +shapes = ( +{ +pos = (6,0); +ref = three; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(299,454,o), +(283,472,o), +(283,508,cs), +(283,546,o), +(299,566,o), +(331,566,cs), +(363,566,o), +(379,546,o), +(379,508,cs), +(379,472,o), +(363,454,o), +(331,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(15,504,o), +(65,443,o), +(147,424,c), +(147,404,l), +(65,380,o), +(15,311,o), +(15,222,cs), +(15,68,o), +(135,-26,o), +(331,-26,cs), +(527,-26,o), +(647,68,o), +(647,222,cs), +(647,311,o), +(597,380,o), +(515,404,c), +(515,424,l), +(597,443,o), +(647,504,o), +(647,584,cs), +(647,734,o), +(527,826,o), +(331,826,cs), +(135,826,o), +(15,734,o), +(15,584,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,338,o), +(299,358,o), +(331,358,cs), +(363,358,o), +(379,338,o), +(379,298,cs), +(379,256,o), +(363,234,o), +(331,234,cs), +(299,234,o), +(283,256,o), +(283,298,cs) +); +} +); +width = 662; +} +); +metricLeft = "=|B"; +metricRight = B; +unicode = 56; +}, +{ +glyphname = nine; +kernRight = RND_RIGHT; +lastChange = "2022-03-27 16:39:15 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (705,800); +ref = six; +} +); +width = 705; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (745,800); +ref = six; +} +); +width = 745; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (944,800); +ref = six; +} +); +width = 944; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (985,800); +ref = six; +} +); +width = 985; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (597,800); +ref = six; +} +); +width = 597; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (637,800); +ref = six; +} +); +width = 637; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (633,800); +ref = six; +} +); +width = 633; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (818,800); +ref = six; +} +); +width = 818; +}, +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (539,800); +ref = six; +} +); +width = 539; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (865,800); +ref = six; +} +); +width = 865; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (1138,800); +ref = six; +} +); +width = 1138; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (696,800); +ref = six; +} +); +width = 696; +} +); +unicode = 57; +}, +{ +glyphname = zero.dnom; +lastChange = "2022-07-16 20:46:34 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 370; +}, +{ +guides = ( +{ +pos = (48,-115); +} +); +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 432; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 570; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 400; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 466; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 606; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 392; +}, +{ +guides = ( +{ +pos = (26,-119); +} +); +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 472; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 612; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 416; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 496; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = zerosuperior; +} +); +width = 682; +} +); +}, +{ +glyphname = one.dnom; +lastChange = "2022-07-17 07:39:01 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 301; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 348; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 443; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 319; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 370; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 460; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 369; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 476; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 330; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 388; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = onesuperior; +} +); +width = 526; +} +); +}, +{ +glyphname = two.dnom; +lastChange = "2022-07-17 07:39:55 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 337; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 392; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 518; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 363; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 424; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 554; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 365; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 431; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 566; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 390; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 462; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = twosuperior; +} +); +width = 636; +} +); +}, +{ +glyphname = three.dnom; +lastChange = "2022-07-17 07:40:34 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 344; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 401; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 532; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 372; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 437; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 567; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 379; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 450; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 587; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 391; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 463; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = threesuperior; +} +); +width = 639; +} +); +}, +{ +glyphname = four.dnom; +lastChange = "2022-07-17 08:15:03 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 359; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 420; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 559; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 389; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 456; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 391; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 465; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 610; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = foursuperior; +} +); +width = 669; +} +); +}, +{ +glyphname = five.dnom; +lastChange = "2022-07-17 07:42:20 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 341; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 398; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 528; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 369; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 432; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 564; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 377; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 447; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 586; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 470; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = fivesuperior; +} +); +width = 646; +} +); +}, +{ +glyphname = six.dnom; +lastChange = "2022-07-17 07:42:39 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 358; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 417; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 554; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 388; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 452; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 591; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 395; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 468; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 613; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = sixsuperior; +} +); +width = 669; +} +); +}, +{ +glyphname = seven.dnom; +lastChange = "2022-07-17 07:42:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 307; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 358; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 475; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 331; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 388; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 506; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 329; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 391; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 512; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 363; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 429; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = sevensuperior; +} +); +width = 591; +} +); +}, +{ +glyphname = eight.dnom; +lastChange = "2022-07-17 07:43:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 354; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 414; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 546; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 384; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 446; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 580; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 388; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 462; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 602; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 470; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = eightsuperior; +} +); +width = 646; +} +); +}, +{ +glyphname = nine.dnom; +lastChange = "2022-07-17 07:43:41 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 358; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 417; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 554; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 388; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 452; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 591; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 395; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 468; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 613; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-480); +ref = ninesuperior; +} +); +width = 669; +} +); +}, +{ +glyphname = zero.numr; +lastChange = "2022-07-16 20:46:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 370; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 432; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 570; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 400; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 466; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 606; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 392; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 472; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 612; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 416; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 496; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = zerosuperior; +} +); +width = 682; +} +); +}, +{ +glyphname = one.numr; +lastChange = "2022-07-17 07:45:40 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 301; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 348; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 443; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 319; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 370; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 460; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 369; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 476; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 330; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 388; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = onesuperior; +} +); +width = 526; +} +); +}, +{ +glyphname = two.numr; +lastChange = "2022-07-17 09:48:06 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 337; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 392; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 518; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 363; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 424; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 554; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 365; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 431; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 566; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 390; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 462; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = twosuperior; +} +); +width = 636; +} +); +}, +{ +glyphname = three.numr; +lastChange = "2022-07-17 08:14:11 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 344; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 401; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 532; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 372; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 437; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 567; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 379; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 450; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 587; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 391; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 463; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = threesuperior; +} +); +width = 639; +} +); +}, +{ +glyphname = four.numr; +lastChange = "2022-07-20 13:40:10 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 359; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 420; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 559; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 389; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 456; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 391; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 465; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 610; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = foursuperior; +} +); +width = 669; +} +); +}, +{ +glyphname = five.numr; +lastChange = "2022-07-17 14:52:21 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 341; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 398; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 528; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 369; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 432; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 564; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 377; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 447; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 586; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 470; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = fivesuperior; +} +); +width = 646; +} +); +}, +{ +glyphname = six.numr; +lastChange = "2022-07-20 13:40:10 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 358; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 417; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 554; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 388; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 452; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 591; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 395; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 468; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 613; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = sixsuperior; +} +); +width = 669; +} +); +}, +{ +glyphname = seven.numr; +lastChange = "2022-07-17 08:14:53 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 307; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 358; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 475; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 331; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 388; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 506; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 329; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 391; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 512; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 363; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 429; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = sevensuperior; +} +); +width = 591; +} +); +}, +{ +glyphname = eight.numr; +lastChange = "2022-07-20 13:40:10 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 354; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 414; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 546; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 384; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 446; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 580; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 388; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 462; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 602; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 470; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = eightsuperior; +} +); +width = 646; +} +); +}, +{ +glyphname = nine.numr; +lastChange = "2022-07-20 13:40:10 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 358; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 417; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 554; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 388; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 452; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 591; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 395; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 468; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 613; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = ninesuperior; +} +); +width = 669; +} +); +}, +{ +glyphname = fraction; +lastChange = "2022-07-17 07:57:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(247,800,l), +(-225,0,l), +(-193,0,l), +(279,800,l) +); +} +); +width = 54; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(292,800,l), +(-267,0,l), +(-232,0,l), +(327,800,l) +); +} +); +width = 60; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(417,800,l), +(-388,0,l), +(-349,0,l), +(456,800,l) +); +} +); +width = 68; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(222,800,l), +(-250,0,l), +(-168,0,l), +(304,800,l) +); +} +); +width = 54; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(263,800,l), +(-296,0,l), +(-203,0,l), +(356,800,l) +); +} +); +width = 60; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(385,800,l), +(-420,0,l), +(-317,0,l), +(488,800,l) +); +} +); +width = 68; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(212,800,l), +(-260,0,l), +(-138,0,l), +(334,800,l) +); +} +); +width = 74; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(243,800,l), +(-316,0,l), +(-183,0,l), +(376,800,l) +); +} +); +width = 60; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(369,800,l), +(-436,0,l), +(-281,0,l), +(524,800,l) +); +} +); +width = 88; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,800,l), +(-278,0,l), +(-120,0,l), +(352,800,l) +); +} +); +width = 74; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(253,800,l), +(-306,0,l), +(-133,0,l), +(426,800,l) +); +} +); +width = 120; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(365,800,l), +(-440,0,l), +(-157,0,l), +(648,800,l) +); +} +); +width = 208; +} +); +unicode = 8260; +}, +{ +glyphname = onefraction; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +} +); +width = 355; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +} +); +width = 408; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +} +); +width = 511; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +} +); +width = 373; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +} +); +width = 430; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +} +); +width = 528; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +} +); +width = 386; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +} +); +width = 429; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +} +); +width = 564; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +} +); +width = 404; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +} +); +width = 508; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +} +); +width = 734; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 8543; +}, +{ +glyphname = onehalf; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +}, +{ +pos = (355,0); +ref = two.dnom; +} +); +width = 692; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (408,0); +ref = two.dnom; +} +); +width = 800; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +}, +{ +pos = (511,0); +ref = two.dnom; +} +); +width = 1029; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (373,0); +ref = two.dnom; +} +); +width = 736; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (430,0); +ref = two.dnom; +} +); +width = 854; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +}, +{ +pos = (528,0); +ref = two.dnom; +} +); +width = 1082; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +}, +{ +pos = (386,0); +ref = two.dnom; +} +); +width = 751; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (429,0); +ref = two.dnom; +} +); +width = 860; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +}, +{ +pos = (564,0); +ref = two.dnom; +} +); +width = 1130; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +}, +{ +pos = (404,0); +ref = two.dnom; +} +); +width = 794; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +}, +{ +pos = (508,0); +ref = two.dnom; +} +); +width = 970; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +}, +{ +pos = (734,0); +ref = two.dnom; +} +); +width = 1370; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 189; +}, +{ +glyphname = zerothird; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (424,0); +ref = three.dnom; +} +); +width = 768; +}, +{ +layerId = m007; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (432,0); +ref = fraction; +}, +{ +pos = (492,0); +ref = three.dnom; +} +); +width = 893; +}, +{ +layerId = m010; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (570,0); +ref = fraction; +}, +{ +pos = (638,0); +ref = three.dnom; +} +); +width = 1170; +}, +{ +layerId = m005; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (400,0); +ref = fraction; +}, +{ +pos = (454,0); +ref = three.dnom; +} +); +width = 826; +}, +{ +layerId = m01; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (466,0); +ref = fraction; +}, +{ +pos = (526,0); +ref = three.dnom; +} +); +width = 963; +}, +{ +layerId = m003; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (606,0); +ref = fraction; +}, +{ +pos = (674,0); +ref = three.dnom; +} +); +width = 1241; +}, +{ +layerId = m006; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (392,0); +ref = fraction; +}, +{ +pos = (466,0); +ref = three.dnom; +} +); +width = 845; +}, +{ +layerId = m002; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (472,0); +ref = fraction; +}, +{ +pos = (532,0); +ref = three.dnom; +} +); +width = 982; +}, +{ +layerId = m004; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (612,0); +ref = fraction; +}, +{ +pos = (700,0); +ref = three.dnom; +} +); +width = 1287; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (416,0); +ref = fraction; +}, +{ +pos = (490,0); +ref = three.dnom; +} +); +width = 881; +}, +{ +layerId = m008; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (496,0); +ref = fraction; +}, +{ +pos = (616,0); +ref = three.dnom; +} +); +width = 1079; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = zero.numr; +}, +{ +pos = (682,0); +ref = fraction; +}, +{ +pos = (890,0); +ref = three.dnom; +} +); +width = 1529; +} +); +metricLeft = zero.numr; +metricRight = zero.numr; +unicode = 8585; +}, +{ +glyphname = onethird; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +}, +{ +pos = (355,0); +ref = three.dnom; +} +); +width = 699; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (408,0); +ref = three.dnom; +} +); +width = 809; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +}, +{ +pos = (511,0); +ref = three.dnom; +} +); +width = 1043; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (373,0); +ref = three.dnom; +} +); +width = 745; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (430,0); +ref = three.dnom; +} +); +width = 867; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +}, +{ +pos = (528,0); +ref = three.dnom; +} +); +width = 1095; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +}, +{ +pos = (386,0); +ref = three.dnom; +} +); +width = 765; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (429,0); +ref = three.dnom; +} +); +width = 879; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +}, +{ +pos = (564,0); +ref = three.dnom; +} +); +width = 1151; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +}, +{ +pos = (404,0); +ref = three.dnom; +} +); +width = 795; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +}, +{ +pos = (508,0); +ref = three.dnom; +} +); +width = 971; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +}, +{ +pos = (734,0); +ref = three.dnom; +} +); +width = 1373; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 8531; +}, +{ +glyphname = twothirds; +lastChange = "2022-07-17 09:48:06 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (337,0); +ref = fraction; +}, +{ +pos = (391,0); +ref = three.dnom; +} +); +width = 735; +}, +{ +layerId = m007; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (392,0); +ref = fraction; +}, +{ +pos = (452,0); +ref = three.dnom; +} +); +width = 853; +}, +{ +layerId = m010; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (518,0); +ref = fraction; +}, +{ +pos = (586,0); +ref = three.dnom; +} +); +width = 1118; +}, +{ +layerId = m005; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (363,0); +ref = fraction; +}, +{ +pos = (417,0); +ref = three.dnom; +} +); +width = 789; +}, +{ +layerId = m01; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (424,0); +ref = fraction; +}, +{ +pos = (484,0); +ref = three.dnom; +} +); +width = 921; +}, +{ +layerId = m003; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (554,0); +ref = fraction; +}, +{ +pos = (622,0); +ref = three.dnom; +} +); +width = 1189; +}, +{ +layerId = m006; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (365,0); +ref = fraction; +}, +{ +pos = (439,0); +ref = three.dnom; +} +); +width = 818; +}, +{ +layerId = m002; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (431,0); +ref = fraction; +}, +{ +pos = (491,0); +ref = three.dnom; +} +); +width = 941; +}, +{ +layerId = m004; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (566,0); +ref = fraction; +}, +{ +pos = (654,0); +ref = three.dnom; +} +); +width = 1241; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (390,0); +ref = fraction; +}, +{ +pos = (464,0); +ref = three.dnom; +} +); +width = 855; +}, +{ +layerId = m008; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (462,0); +ref = fraction; +}, +{ +pos = (582,0); +ref = three.dnom; +} +); +width = 1045; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (636,0); +ref = fraction; +}, +{ +pos = (844,0); +ref = three.dnom; +} +); +width = 1483; +} +); +metricLeft = two.numr; +metricRight = two.numr; +unicode = 8532; +}, +{ +glyphname = onequarter; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +}, +{ +pos = (315,0); +ref = four.dnom; +} +); +width = 674; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (368,0); +ref = four.dnom; +} +); +width = 788; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +}, +{ +pos = (471,0); +ref = four.dnom; +} +); +width = 1030; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (333,0); +ref = four.dnom; +} +); +width = 722; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (390,0); +ref = four.dnom; +} +); +width = 846; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +}, +{ +pos = (458,0); +ref = four.dnom; +} +); +width = 1058; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +}, +{ +pos = (366,0); +ref = four.dnom; +} +); +width = 757; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (409,0); +ref = four.dnom; +} +); +width = 874; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +}, +{ +pos = (524,0); +ref = four.dnom; +} +); +width = 1134; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +}, +{ +pos = (374,0); +ref = four.dnom; +} +); +width = 783; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +}, +{ +pos = (468,0); +ref = four.dnom; +} +); +width = 953; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +}, +{ +pos = (684,0); +ref = four.dnom; +} +); +width = 1353; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 188; +}, +{ +glyphname = threequarters; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (344,0); +ref = fraction; +}, +{ +pos = (358,0); +ref = four.dnom; +} +); +width = 717; +}, +{ +layerId = m007; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (401,0); +ref = fraction; +}, +{ +pos = (421,0); +ref = four.dnom; +} +); +width = 841; +}, +{ +layerId = m010; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (532,0); +ref = fraction; +}, +{ +pos = (560,0); +ref = four.dnom; +} +); +width = 1119; +}, +{ +layerId = m005; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (372,0); +ref = fraction; +}, +{ +pos = (386,0); +ref = four.dnom; +} +); +width = 775; +}, +{ +layerId = m01; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (437,0); +ref = fraction; +}, +{ +pos = (457,0); +ref = four.dnom; +} +); +width = 913; +}, +{ +layerId = m003; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (567,0); +ref = fraction; +}, +{ +pos = (565,0); +ref = four.dnom; +} +); +width = 1165; +}, +{ +layerId = m006; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (379,0); +ref = fraction; +}, +{ +pos = (433,0); +ref = four.dnom; +} +); +width = 824; +}, +{ +layerId = m002; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (450,0); +ref = fraction; +}, +{ +pos = (490,0); +ref = four.dnom; +} +); +width = 955; +}, +{ +layerId = m004; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (587,0); +ref = fraction; +}, +{ +pos = (635,0); +ref = four.dnom; +} +); +width = 1245; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (391,0); +ref = fraction; +}, +{ +pos = (435,0); +ref = four.dnom; +} +); +width = 844; +}, +{ +layerId = m008; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (463,0); +ref = fraction; +}, +{ +pos = (543,0); +ref = four.dnom; +} +); +width = 1028; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (639,0); +ref = fraction; +}, +{ +pos = (797,0); +ref = four.dnom; +} +); +width = 1466; +} +); +metricLeft = three.numr; +metricRight = three.numr; +unicode = 190; +}, +{ +glyphname = onefifth; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +}, +{ +pos = (355,0); +ref = five.dnom; +} +); +width = 696; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (408,0); +ref = five.dnom; +} +); +width = 806; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +}, +{ +pos = (511,0); +ref = five.dnom; +} +); +width = 1039; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (373,0); +ref = five.dnom; +} +); +width = 742; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (430,0); +ref = five.dnom; +} +); +width = 862; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +}, +{ +pos = (528,0); +ref = five.dnom; +} +); +width = 1092; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +}, +{ +pos = (386,0); +ref = five.dnom; +} +); +width = 763; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (429,0); +ref = five.dnom; +} +); +width = 876; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +}, +{ +pos = (564,0); +ref = five.dnom; +} +); +width = 1150; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +}, +{ +pos = (404,0); +ref = five.dnom; +} +); +width = 800; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +}, +{ +pos = (508,0); +ref = five.dnom; +} +); +width = 978; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +}, +{ +pos = (734,0); +ref = five.dnom; +} +); +width = 1380; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 8533; +}, +{ +glyphname = twofifths; +lastChange = "2022-07-17 09:48:06 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (337,0); +ref = fraction; +}, +{ +pos = (391,0); +ref = five.dnom; +} +); +width = 732; +}, +{ +layerId = m007; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (392,0); +ref = fraction; +}, +{ +pos = (452,0); +ref = five.dnom; +} +); +width = 850; +}, +{ +layerId = m010; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (518,0); +ref = fraction; +}, +{ +pos = (586,0); +ref = five.dnom; +} +); +width = 1114; +}, +{ +layerId = m005; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (363,0); +ref = fraction; +}, +{ +pos = (417,0); +ref = five.dnom; +} +); +width = 786; +}, +{ +layerId = m01; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (424,0); +ref = fraction; +}, +{ +pos = (484,0); +ref = five.dnom; +} +); +width = 916; +}, +{ +layerId = m003; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (554,0); +ref = fraction; +}, +{ +pos = (622,0); +ref = five.dnom; +} +); +width = 1186; +}, +{ +layerId = m006; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (365,0); +ref = fraction; +}, +{ +pos = (439,0); +ref = five.dnom; +} +); +width = 816; +}, +{ +layerId = m002; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (431,0); +ref = fraction; +}, +{ +pos = (491,0); +ref = five.dnom; +} +); +width = 938; +}, +{ +layerId = m004; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (566,0); +ref = fraction; +}, +{ +pos = (654,0); +ref = five.dnom; +} +); +width = 1240; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (390,0); +ref = fraction; +}, +{ +pos = (464,0); +ref = five.dnom; +} +); +width = 860; +}, +{ +layerId = m008; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (462,0); +ref = fraction; +}, +{ +pos = (582,0); +ref = five.dnom; +} +); +width = 1052; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = two.numr; +}, +{ +pos = (636,0); +ref = fraction; +}, +{ +pos = (844,0); +ref = five.dnom; +} +); +width = 1490; +} +); +metricLeft = two.numr; +metricRight = two.numr; +unicode = 8534; +}, +{ +glyphname = threefifths; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (344,0); +ref = fraction; +}, +{ +pos = (398,0); +ref = five.dnom; +} +); +width = 739; +}, +{ +layerId = m007; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (401,0); +ref = fraction; +}, +{ +pos = (461,0); +ref = five.dnom; +} +); +width = 859; +}, +{ +layerId = m010; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (532,0); +ref = fraction; +}, +{ +pos = (600,0); +ref = five.dnom; +} +); +width = 1128; +}, +{ +layerId = m005; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (372,0); +ref = fraction; +}, +{ +pos = (426,0); +ref = five.dnom; +} +); +width = 795; +}, +{ +layerId = m01; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (437,0); +ref = fraction; +}, +{ +pos = (497,0); +ref = five.dnom; +} +); +width = 929; +}, +{ +layerId = m003; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (567,0); +ref = fraction; +}, +{ +pos = (635,0); +ref = five.dnom; +} +); +width = 1199; +}, +{ +layerId = m006; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (379,0); +ref = fraction; +}, +{ +pos = (453,0); +ref = five.dnom; +} +); +width = 830; +}, +{ +layerId = m002; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (450,0); +ref = fraction; +}, +{ +pos = (510,0); +ref = five.dnom; +} +); +width = 957; +}, +{ +layerId = m004; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (587,0); +ref = fraction; +}, +{ +pos = (675,0); +ref = five.dnom; +} +); +width = 1261; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (391,0); +ref = fraction; +}, +{ +pos = (465,0); +ref = five.dnom; +} +); +width = 861; +}, +{ +layerId = m008; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (463,0); +ref = fraction; +}, +{ +pos = (583,0); +ref = five.dnom; +} +); +width = 1053; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (639,0); +ref = fraction; +}, +{ +pos = (847,0); +ref = five.dnom; +} +); +width = 1493; +} +); +metricLeft = three.numr; +metricRight = three.numr; +unicode = 8535; +}, +{ +glyphname = fourfifths; +lastChange = "2022-07-20 13:40:10 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (359,0); +ref = fraction; +}, +{ +pos = (413,0); +ref = five.dnom; +} +); +width = 754; +}, +{ +layerId = m007; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (420,0); +ref = fraction; +}, +{ +pos = (480,0); +ref = five.dnom; +} +); +width = 878; +}, +{ +layerId = m010; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (559,0); +ref = fraction; +}, +{ +pos = (627,0); +ref = five.dnom; +} +); +width = 1155; +}, +{ +layerId = m005; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (389,0); +ref = fraction; +}, +{ +pos = (443,0); +ref = five.dnom; +} +); +width = 812; +}, +{ +layerId = m01; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (456,0); +ref = fraction; +}, +{ +pos = (516,0); +ref = five.dnom; +} +); +width = 948; +}, +{ +layerId = m003; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (600,0); +ref = fraction; +}, +{ +pos = (668,0); +ref = five.dnom; +} +); +width = 1232; +}, +{ +layerId = m006; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (391,0); +ref = fraction; +}, +{ +pos = (465,0); +ref = five.dnom; +} +); +width = 842; +}, +{ +layerId = m002; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (465,0); +ref = fraction; +}, +{ +pos = (525,0); +ref = five.dnom; +} +); +width = 972; +}, +{ +layerId = m004; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (610,0); +ref = fraction; +}, +{ +pos = (698,0); +ref = five.dnom; +} +); +width = 1284; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (409,0); +ref = fraction; +}, +{ +pos = (483,0); +ref = five.dnom; +} +); +width = 879; +}, +{ +layerId = m008; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (485,0); +ref = fraction; +}, +{ +pos = (605,0); +ref = five.dnom; +} +); +width = 1075; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = four.numr; +}, +{ +pos = (669,0); +ref = fraction; +}, +{ +pos = (877,0); +ref = five.dnom; +} +); +width = 1523; +} +); +metricLeft = four.numr; +metricRight = four.numr; +unicode = 8536; +}, +{ +glyphname = onesixth; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +}, +{ +pos = (355,0); +ref = six.dnom; +} +); +width = 713; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (408,0); +ref = six.dnom; +} +); +width = 825; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +}, +{ +pos = (511,0); +ref = six.dnom; +} +); +width = 1065; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (373,0); +ref = six.dnom; +} +); +width = 761; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (430,0); +ref = six.dnom; +} +); +width = 882; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +}, +{ +pos = (528,0); +ref = six.dnom; +} +); +width = 1119; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +}, +{ +pos = (386,0); +ref = six.dnom; +} +); +width = 781; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (429,0); +ref = six.dnom; +} +); +width = 897; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +}, +{ +pos = (564,0); +ref = six.dnom; +} +); +width = 1177; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +}, +{ +pos = (404,0); +ref = six.dnom; +} +); +width = 813; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +}, +{ +pos = (508,0); +ref = six.dnom; +} +); +width = 993; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +}, +{ +pos = (734,0); +ref = six.dnom; +} +); +width = 1403; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 8537; +}, +{ +glyphname = fivesixths; +lastChange = "2022-07-17 14:52:21 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (341,0); +ref = fraction; +}, +{ +pos = (395,0); +ref = six.dnom; +} +); +width = 753; +}, +{ +layerId = m007; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (398,0); +ref = fraction; +}, +{ +pos = (458,0); +ref = six.dnom; +} +); +width = 875; +}, +{ +layerId = m010; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (528,0); +ref = fraction; +}, +{ +pos = (596,0); +ref = six.dnom; +} +); +width = 1150; +}, +{ +layerId = m005; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (423,0); +ref = six.dnom; +} +); +width = 811; +}, +{ +layerId = m01; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (432,0); +ref = fraction; +}, +{ +pos = (492,0); +ref = six.dnom; +} +); +width = 944; +}, +{ +layerId = m003; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (564,0); +ref = fraction; +}, +{ +pos = (632,0); +ref = six.dnom; +} +); +width = 1223; +}, +{ +layerId = m006; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (377,0); +ref = fraction; +}, +{ +pos = (451,0); +ref = six.dnom; +} +); +width = 846; +}, +{ +layerId = m002; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (447,0); +ref = fraction; +}, +{ +pos = (507,0); +ref = six.dnom; +} +); +width = 975; +}, +{ +layerId = m004; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (586,0); +ref = fraction; +}, +{ +pos = (674,0); +ref = six.dnom; +} +); +width = 1287; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (396,0); +ref = fraction; +}, +{ +pos = (470,0); +ref = six.dnom; +} +); +width = 879; +}, +{ +layerId = m008; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (470,0); +ref = fraction; +}, +{ +pos = (590,0); +ref = six.dnom; +} +); +width = 1075; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (646,0); +ref = fraction; +}, +{ +pos = (854,0); +ref = six.dnom; +} +); +width = 1523; +} +); +metricLeft = five.numr; +metricRight = five.numr; +unicode = 8538; +}, +{ +glyphname = oneseventh; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +}, +{ +pos = (355,0); +ref = seven.dnom; +} +); +width = 662; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (408,0); +ref = seven.dnom; +} +); +width = 766; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +}, +{ +pos = (511,0); +ref = seven.dnom; +} +); +width = 986; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (373,0); +ref = seven.dnom; +} +); +width = 704; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (430,0); +ref = seven.dnom; +} +); +width = 818; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +}, +{ +pos = (528,0); +ref = seven.dnom; +} +); +width = 1034; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +}, +{ +pos = (386,0); +ref = seven.dnom; +} +); +width = 715; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (429,0); +ref = seven.dnom; +} +); +width = 820; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +}, +{ +pos = (564,0); +ref = seven.dnom; +} +); +width = 1076; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +}, +{ +pos = (404,0); +ref = seven.dnom; +} +); +width = 767; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +}, +{ +pos = (508,0); +ref = seven.dnom; +} +); +width = 937; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +}, +{ +pos = (734,0); +ref = seven.dnom; +} +); +width = 1325; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 8528; +}, +{ +glyphname = oneeighth; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +}, +{ +pos = (355,0); +ref = eight.dnom; +} +); +width = 709; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (408,0); +ref = eight.dnom; +} +); +width = 822; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +}, +{ +pos = (511,0); +ref = eight.dnom; +} +); +width = 1057; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (373,0); +ref = eight.dnom; +} +); +width = 757; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (430,0); +ref = eight.dnom; +} +); +width = 876; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +}, +{ +pos = (528,0); +ref = eight.dnom; +} +); +width = 1108; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +}, +{ +pos = (386,0); +ref = eight.dnom; +} +); +width = 774; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (429,0); +ref = eight.dnom; +} +); +width = 891; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +}, +{ +pos = (564,0); +ref = eight.dnom; +} +); +width = 1166; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +}, +{ +pos = (404,0); +ref = eight.dnom; +} +); +width = 800; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +}, +{ +pos = (508,0); +ref = eight.dnom; +} +); +width = 978; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +}, +{ +pos = (734,0); +ref = eight.dnom; +} +); +width = 1380; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 8539; +}, +{ +glyphname = threeeighths; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (344,0); +ref = fraction; +}, +{ +pos = (398,0); +ref = eight.dnom; +} +); +width = 752; +}, +{ +layerId = m007; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (401,0); +ref = fraction; +}, +{ +pos = (461,0); +ref = eight.dnom; +} +); +width = 875; +}, +{ +layerId = m010; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (532,0); +ref = fraction; +}, +{ +pos = (600,0); +ref = eight.dnom; +} +); +width = 1146; +}, +{ +layerId = m005; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (372,0); +ref = fraction; +}, +{ +pos = (426,0); +ref = eight.dnom; +} +); +width = 810; +}, +{ +layerId = m01; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (437,0); +ref = fraction; +}, +{ +pos = (497,0); +ref = eight.dnom; +} +); +width = 943; +}, +{ +layerId = m003; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (567,0); +ref = fraction; +}, +{ +pos = (635,0); +ref = eight.dnom; +} +); +width = 1215; +}, +{ +layerId = m006; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (379,0); +ref = fraction; +}, +{ +pos = (453,0); +ref = eight.dnom; +} +); +width = 841; +}, +{ +layerId = m002; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (450,0); +ref = fraction; +}, +{ +pos = (510,0); +ref = eight.dnom; +} +); +width = 972; +}, +{ +layerId = m004; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (587,0); +ref = fraction; +}, +{ +pos = (675,0); +ref = eight.dnom; +} +); +width = 1277; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (391,0); +ref = fraction; +}, +{ +pos = (465,0); +ref = eight.dnom; +} +); +width = 861; +}, +{ +layerId = m008; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (463,0); +ref = fraction; +}, +{ +pos = (583,0); +ref = eight.dnom; +} +); +width = 1053; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = three.numr; +}, +{ +pos = (639,0); +ref = fraction; +}, +{ +pos = (847,0); +ref = eight.dnom; +} +); +width = 1493; +} +); +metricLeft = three.numr; +metricRight = three.numr; +unicode = 8540; +}, +{ +glyphname = fiveeighths; +lastChange = "2022-07-17 14:52:21 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (341,0); +ref = fraction; +}, +{ +pos = (395,0); +ref = eight.dnom; +} +); +width = 749; +}, +{ +layerId = m007; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (398,0); +ref = fraction; +}, +{ +pos = (458,0); +ref = eight.dnom; +} +); +width = 872; +}, +{ +layerId = m010; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (528,0); +ref = fraction; +}, +{ +pos = (596,0); +ref = eight.dnom; +} +); +width = 1142; +}, +{ +layerId = m005; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (423,0); +ref = eight.dnom; +} +); +width = 807; +}, +{ +layerId = m01; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (432,0); +ref = fraction; +}, +{ +pos = (492,0); +ref = eight.dnom; +} +); +width = 938; +}, +{ +layerId = m003; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (564,0); +ref = fraction; +}, +{ +pos = (632,0); +ref = eight.dnom; +} +); +width = 1212; +}, +{ +layerId = m006; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (377,0); +ref = fraction; +}, +{ +pos = (451,0); +ref = eight.dnom; +} +); +width = 839; +}, +{ +layerId = m002; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (447,0); +ref = fraction; +}, +{ +pos = (507,0); +ref = eight.dnom; +} +); +width = 969; +}, +{ +layerId = m004; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (586,0); +ref = fraction; +}, +{ +pos = (674,0); +ref = eight.dnom; +} +); +width = 1276; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (396,0); +ref = fraction; +}, +{ +pos = (470,0); +ref = eight.dnom; +} +); +width = 866; +}, +{ +layerId = m008; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (470,0); +ref = fraction; +}, +{ +pos = (590,0); +ref = eight.dnom; +} +); +width = 1060; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = five.numr; +}, +{ +pos = (646,0); +ref = fraction; +}, +{ +pos = (854,0); +ref = eight.dnom; +} +); +width = 1500; +} +); +metricLeft = five.numr; +metricRight = five.numr; +unicode = 8541; +}, +{ +glyphname = seveneighths; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (267,0); +ref = fraction; +}, +{ +pos = (321,0); +ref = eight.dnom; +} +); +width = 675; +}, +{ +layerId = m007; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (318,0); +ref = fraction; +}, +{ +pos = (378,0); +ref = eight.dnom; +} +); +width = 792; +}, +{ +layerId = m010; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (415,0); +ref = fraction; +}, +{ +pos = (483,0); +ref = eight.dnom; +} +); +width = 1029; +}, +{ +layerId = m005; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (291,0); +ref = fraction; +}, +{ +pos = (345,0); +ref = eight.dnom; +} +); +width = 729; +}, +{ +layerId = m01; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (408,0); +ref = eight.dnom; +} +); +width = 854; +}, +{ +layerId = m003; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (446,0); +ref = fraction; +}, +{ +pos = (514,0); +ref = eight.dnom; +} +); +width = 1094; +}, +{ +layerId = m006; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (393,0); +ref = eight.dnom; +} +); +width = 781; +}, +{ +layerId = m002; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (381,0); +ref = fraction; +}, +{ +pos = (441,0); +ref = eight.dnom; +} +); +width = 903; +}, +{ +layerId = m004; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (502,0); +ref = fraction; +}, +{ +pos = (590,0); +ref = eight.dnom; +} +); +width = 1192; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (343,0); +ref = fraction; +}, +{ +pos = (417,0); +ref = eight.dnom; +} +); +width = 813; +}, +{ +layerId = m008; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (409,0); +ref = fraction; +}, +{ +pos = (529,0); +ref = eight.dnom; +} +); +width = 999; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = seven.numr; +}, +{ +pos = (571,0); +ref = fraction; +}, +{ +pos = (779,0); +ref = eight.dnom; +} +); +width = 1425; +} +); +metricLeft = seven.numr; +metricRight = seven.numr; +unicode = 8542; +}, +{ +glyphname = oneninth; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +}, +{ +pos = (355,0); +ref = nine.dnom; +} +); +width = 713; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (408,0); +ref = nine.dnom; +} +); +width = 825; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +}, +{ +pos = (511,0); +ref = nine.dnom; +} +); +width = 1065; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (373,0); +ref = nine.dnom; +} +); +width = 761; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (430,0); +ref = nine.dnom; +} +); +width = 882; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +}, +{ +pos = (528,0); +ref = nine.dnom; +} +); +width = 1119; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +}, +{ +pos = (386,0); +ref = nine.dnom; +} +); +width = 781; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (429,0); +ref = nine.dnom; +} +); +width = 897; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +}, +{ +pos = (564,0); +ref = nine.dnom; +} +); +width = 1177; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +}, +{ +pos = (404,0); +ref = nine.dnom; +} +); +width = 813; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +}, +{ +pos = (508,0); +ref = nine.dnom; +} +); +width = 993; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +}, +{ +pos = (734,0); +ref = nine.dnom; +} +); +width = 1403; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 8529; +}, +{ +glyphname = onetenth; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (301,0); +ref = fraction; +}, +{ +pos = (355,0); +ref = one.dnom; +}, +{ +pos = (656,0); +ref = zero.dnom; +} +); +width = 1026; +}, +{ +layerId = m007; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (348,0); +ref = fraction; +}, +{ +pos = (408,0); +ref = one.dnom; +}, +{ +pos = (756,0); +ref = zero.dnom; +} +); +width = 1188; +}, +{ +layerId = m010; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (443,0); +ref = fraction; +}, +{ +pos = (511,0); +ref = one.dnom; +}, +{ +pos = (954,0); +ref = zero.dnom; +} +); +width = 1524; +}, +{ +layerId = m005; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (319,0); +ref = fraction; +}, +{ +pos = (373,0); +ref = one.dnom; +}, +{ +pos = (692,0); +ref = zero.dnom; +} +); +width = 1092; +}, +{ +layerId = m01; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (370,0); +ref = fraction; +}, +{ +pos = (430,0); +ref = one.dnom; +}, +{ +pos = (800,0); +ref = zero.dnom; +} +); +width = 1266; +}, +{ +layerId = m003; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (460,0); +ref = fraction; +}, +{ +pos = (528,0); +ref = one.dnom; +}, +{ +pos = (988,0); +ref = zero.dnom; +} +); +width = 1594; +}, +{ +layerId = m006; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (312,0); +ref = fraction; +}, +{ +pos = (386,0); +ref = one.dnom; +}, +{ +pos = (698,0); +ref = zero.dnom; +} +); +width = 1090; +}, +{ +layerId = m002; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (369,0); +ref = fraction; +}, +{ +pos = (429,0); +ref = one.dnom; +}, +{ +pos = (798,0); +ref = zero.dnom; +} +); +width = 1270; +}, +{ +layerId = m004; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (476,0); +ref = fraction; +}, +{ +pos = (564,0); +ref = one.dnom; +}, +{ +pos = (1040,0); +ref = zero.dnom; +} +); +width = 1652; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (330,0); +ref = fraction; +}, +{ +pos = (404,0); +ref = one.dnom; +}, +{ +pos = (734,0); +ref = zero.dnom; +} +); +width = 1150; +}, +{ +layerId = m008; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (388,0); +ref = fraction; +}, +{ +pos = (508,0); +ref = one.dnom; +}, +{ +pos = (896,0); +ref = zero.dnom; +} +); +width = 1392; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = one.numr; +}, +{ +pos = (526,0); +ref = fraction; +}, +{ +pos = (734,0); +ref = one.dnom; +}, +{ +pos = (1260,0); +ref = zero.dnom; +} +); +width = 1942; +} +); +metricLeft = one.numr; +metricRight = one.numr; +unicode = 8530; +}, +{ +glyphname = zeroinferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 370; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 432; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 570; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 400; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 466; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 606; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 392; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 472; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 612; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 416; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 496; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = zero.dnom; +} +); +width = 682; +} +); +metricLeft = zero.dnom; +metricRight = zero.dnom; +unicode = 8320; +}, +{ +glyphname = oneinferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 301; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 348; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 443; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 319; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 370; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 460; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 369; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 476; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 330; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 388; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = one.dnom; +} +); +width = 526; +} +); +metricLeft = one.dnom; +metricRight = one.dnom; +unicode = 8321; +}, +{ +glyphname = twoinferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 337; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 392; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 518; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 363; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 424; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 554; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 365; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 431; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 566; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 390; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 462; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = two.dnom; +} +); +width = 636; +} +); +metricLeft = two.dnom; +metricRight = two.dnom; +unicode = 8322; +}, +{ +glyphname = threeinferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 344; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 401; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 532; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 372; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 437; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 567; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 379; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 450; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 587; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 391; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 463; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = three.dnom; +} +); +width = 639; +} +); +metricLeft = three.dnom; +metricRight = three.dnom; +unicode = 8323; +}, +{ +glyphname = fourinferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 359; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 420; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 559; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 389; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 456; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 391; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 465; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 610; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = four.dnom; +} +); +width = 669; +} +); +metricLeft = four.dnom; +metricRight = four.dnom; +unicode = 8324; +}, +{ +glyphname = fiveinferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 341; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 398; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 528; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 369; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 432; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 564; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 377; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 447; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 586; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 470; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = five.dnom; +} +); +width = 646; +} +); +metricLeft = five.dnom; +metricRight = five.dnom; +unicode = 8325; +}, +{ +glyphname = sixinferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 358; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 417; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 554; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 388; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 452; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 591; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 395; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 468; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 613; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = six.dnom; +} +); +width = 669; +} +); +metricLeft = six.dnom; +metricRight = six.dnom; +unicode = 8326; +}, +{ +glyphname = seveninferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 307; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 358; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 475; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 331; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 388; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 506; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 329; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 391; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 512; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 363; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 429; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = seven.dnom; +} +); +width = 591; +} +); +metricLeft = seven.dnom; +metricRight = seven.dnom; +unicode = 8327; +}, +{ +glyphname = eightinferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 354; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 414; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 546; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 384; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 446; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 580; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 388; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 462; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 602; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 470; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = eight.dnom; +} +); +width = 646; +} +); +metricLeft = eight.dnom; +metricRight = eight.dnom; +unicode = 8328; +}, +{ +glyphname = nineinferior; +lastChange = "2022-07-17 09:47:57 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 358; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 417; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 554; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 388; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 452; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 591; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 395; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 468; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 613; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-108); +ref = nine.dnom; +} +); +width = 669; +} +); +metricLeft = nine.dnom; +metricRight = nine.dnom; +unicode = 8329; +}, +{ +glyphname = zerosuperior; +lastChange = "2022-07-17 09:25:10 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(278,473,o), +(322,544,o), +(322,694,cs), +(322,844,o), +(278,915,o), +(185,915,cs), +(92,915,o), +(48,844,o), +(48,694,cs), +(48,544,o), +(92,473,o), +(185,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(114,501,o), +(80,563,o), +(80,694,cs), +(80,825,o), +(114,887,o), +(185,887,cs), +(256,887,o), +(290,825,o), +(290,694,cs), +(290,563,o), +(256,501,o), +(185,501,cs) +); +} +); +width = 370; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(324,473,o), +(379,548,o), +(379,694,cs), +(379,840,o), +(324,915,o), +(216,915,cs), +(108,915,o), +(53,840,o), +(53,694,cs), +(53,548,o), +(108,473,o), +(216,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(130,501,o), +(85,567,o), +(85,694,cs), +(85,821,o), +(130,887,o), +(216,887,cs), +(302,887,o), +(347,821,o), +(347,694,cs), +(347,567,o), +(302,501,o), +(216,501,cs) +); +} +); +width = 432; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(430,473,o), +(511,553,o), +(511,694,cs), +(511,835,o), +(430,915,o), +(285,915,cs), +(140,915,o), +(59,835,o), +(59,694,cs), +(59,553,o), +(140,473,o), +(285,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(161,501,o), +(91,570,o), +(91,694,cs), +(91,818,o), +(161,887,o), +(285,887,cs), +(409,887,o), +(479,818,o), +(479,694,cs), +(479,570,o), +(409,501,o), +(285,501,cs) +); +} +); +width = 570; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(297,471,o), +(352,551,o), +(352,694,cs), +(352,837,o), +(297,917,o), +(200,917,cs), +(103,917,o), +(48,837,o), +(48,694,cs), +(48,551,o), +(103,471,o), +(200,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,545,o), +(134,596,o), +(134,694,cs), +(134,792,o), +(156,843,o), +(200,843,cs), +(244,843,o), +(266,792,o), +(266,694,cs), +(266,596,o), +(244,545,o), +(200,545,cs) +); +} +); +width = 400; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(348,471,o), +(413,551,o), +(413,694,cs), +(413,837,o), +(348,917,o), +(233,917,cs), +(118,917,o), +(53,837,o), +(53,694,cs), +(53,551,o), +(118,471,o), +(233,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(171,549,o), +(139,598,o), +(139,694,cs), +(139,790,o), +(171,839,o), +(233,839,cs), +(295,839,o), +(327,790,o), +(327,694,cs), +(327,598,o), +(295,549,o), +(233,549,cs) +); +} +); +width = 466; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(458,471,o), +(553,556,o), +(553,694,cs), +(553,832,o), +(458,917,o), +(303,917,cs), +(148,917,o), +(53,832,o), +(53,694,cs), +(53,556,o), +(148,471,o), +(303,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(199,545,o), +(141,599,o), +(141,694,cs), +(141,789,o), +(199,843,o), +(303,843,cs), +(407,843,o), +(465,789,o), +(465,694,cs), +(465,599,o), +(407,545,o), +(303,545,cs) +); +} +); +width = 606; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(302,469,o), +(361,550,o), +(361,694,cs), +(361,838,o), +(302,919,o), +(196,919,cs), +(90,919,o), +(31,838,o), +(31,694,cs), +(31,550,o), +(90,469,o), +(196,469,cs) +); +}, +{ +closed = 1; +nodes = ( +(178,597,o), +(173,616,o), +(173,694,cs), +(173,772,o), +(178,791,o), +(196,791,cs), +(214,791,o), +(219,772,o), +(219,694,cs), +(219,616,o), +(214,597,o), +(196,597,cs) +); +} +); +width = 392; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(359,469,o), +(435,555,o), +(435,694,cs), +(435,833,o), +(359,919,o), +(236,919,cs), +(113,919,o), +(37,833,o), +(37,694,cs), +(37,555,o), +(113,469,o), +(236,469,cs) +); +}, +{ +closed = 1; +nodes = ( +(198,597,o), +(179,630,o), +(179,694,cs), +(179,758,o), +(198,791,o), +(236,791,cs), +(274,791,o), +(293,758,o), +(293,694,cs), +(293,630,o), +(274,597,o), +(236,597,cs) +); +} +); +width = 472; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(470,469,o), +(570,555,o), +(570,694,cs), +(570,833,o), +(470,919,o), +(306,919,cs), +(142,919,o), +(42,833,o), +(42,694,cs), +(42,555,o), +(142,469,o), +(306,469,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,597,o), +(190,630,o), +(190,694,cs), +(190,758,o), +(229,791,o), +(306,791,cs), +(383,791,o), +(422,758,o), +(422,694,cs), +(422,630,o), +(383,597,o), +(306,597,cs) +); +} +); +width = 612; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(330,467,o), +(398,549,o), +(398,694,cs), +(398,839,o), +(330,921,o), +(208,921,cs), +(86,921,o), +(18,839,o), +(18,694,cs), +(18,549,o), +(86,467,o), +(208,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,607,o), +(190,627,o), +(190,694,cs), +(190,761,o), +(194,781,o), +(208,781,cs), +(222,781,o), +(226,761,o), +(226,694,cs), +(226,627,o), +(222,607,o), +(208,607,cs) +); +} +); +width = 416; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(391,467,o), +(478,553,o), +(478,694,cs), +(478,835,o), +(391,921,o), +(248,921,cs), +(105,921,o), +(18,835,o), +(18,694,cs), +(18,553,o), +(105,467,o), +(248,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(227,627,o), +(218,647,o), +(218,694,cs), +(218,741,o), +(227,761,o), +(248,761,cs), +(269,761,o), +(278,741,o), +(278,694,cs), +(278,647,o), +(269,627,o), +(248,627,cs) +); +} +); +width = 496; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(541,467,o), +(664,553,o), +(664,694,cs), +(664,835,o), +(541,921,o), +(341,921,cs), +(141,921,o), +(18,835,o), +(18,694,cs), +(18,553,o), +(141,467,o), +(341,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,647,o), +(300,663,o), +(300,694,cs), +(300,725,o), +(314,741,o), +(341,741,cs), +(368,741,o), +(382,725,o), +(382,694,cs), +(382,663,o), +(368,647,o), +(341,647,cs) +); +} +); +width = 682; +} +); +metricLeft = RND; +metricRight = RND; +unicode = 8304; +}, +{ +glyphname = onesuperior; +lastChange = "2022-06-04 19:19:29 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(174,908,l), +(43,822,l), +(43,786,l), +(198,890,l), +(183,902,l), +(183,480,l), +(215,480,l), +(215,908,l) +); +} +); +width = 301; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(211,908,l), +(48,807,l), +(48,772,l), +(235,888,l), +(220,902,l), +(220,480,l), +(252,480,l), +(252,908,l) +); +} +); +width = 348; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(296,908,l), +(53,805,l), +(53,772,l), +(320,886,l), +(305,900,l), +(305,480,l), +(337,480,l), +(337,908,l) +); +} +); +width = 443; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(116,908,l), +(43,861,l), +(43,769,l), +(179,862,l), +(147,884,l), +(147,480,l), +(233,480,l), +(233,908,l) +); +} +); +width = 319; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(157,908,l), +(48,841,l), +(48,748,l), +(220,856,l), +(188,884,l), +(188,480,l), +(274,480,l), +(274,908,l) +); +} +); +width = 370; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(247,908,l), +(48,821,l), +(48,736,l), +(310,853,l), +(276,884,l), +(276,480,l), +(364,480,l), +(364,908,l) +); +} +); +width = 460; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(113,908,l), +(28,854,l), +(28,691,l), +(205,823,l), +(114,884,l), +(114,480,l), +(256,480,l), +(256,908,l) +); +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(134,908,l), +(33,846,l), +(33,693,l), +(243,833,l), +(161,884,l), +(161,480,l), +(303,480,l), +(303,908,l) +); +} +); +width = 369; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(173,908,l), +(38,850,l), +(38,705,l), +(320,835,l), +(252,884,l), +(252,480,l), +(400,480,l), +(400,908,l) +); +} +); +width = 476; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(102,908,l), +(16,850,l), +(16,653,l), +(232,818,l), +(126,884,l), +(126,480,l), +(298,480,l), +(298,908,l) +); +} +); +width = 330; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(126,908,l), +(16,840,l), +(16,623,l), +(276,798,l), +(156,884,l), +(156,480,l), +(356,480,l), +(356,908,l) +); +} +); +width = 388; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,908,l), +(16,840,l), +(16,612,l), +(382,787,l), +(212,884,l), +(212,480,l), +(494,480,l), +(494,908,l) +); +} +); +width = 526; +} +); +metricLeft = "=SQR/2"; +metricRight = SQR; +unicode = 185; +}, +{ +glyphname = twosuperior; +lastChange = "2022-06-04 13:07:23 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(59,480,l), +(289,480,l), +(289,508,l), +(65,508,l), +(76,495,l), +(220,642,ls), +(276,699,o), +(300,743,o), +(300,788,cs), +(300,867,o), +(255,915,o), +(181,915,cs), +(109,915,o), +(58,863,o), +(48,778,c), +(79,778,l), +(91,848,o), +(128,887,o), +(181,887,cs), +(235,887,o), +(268,849,o), +(268,788,cs), +(268,750,o), +(248,713,o), +(200,664,cs), +(59,520,l) +); +} +); +width = 337; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(66,480,l), +(338,480,l), +(338,508,l), +(73,508,l), +(83,495,l), +(256,626,ls), +(322,676,o), +(351,721,o), +(351,778,cs), +(351,860,o), +(295,915,o), +(210,915,cs), +(125,915,o), +(65,863,o), +(53,778,c), +(84,778,l), +(98,846,o), +(146,887,o), +(210,887,cs), +(275,887,o), +(319,843,o), +(319,778,cs), +(319,730,o), +(294,691,o), +(236,648,cs), +(66,520,l) +); +} +); +width = 392; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(77,480,l), +(455,480,l), +(455,508,l), +(87,508,l), +(95,501,l), +(336,607,ls), +(432,649,o), +(473,697,o), +(473,768,cs), +(473,856,o), +(395,915,o), +(277,915,cs), +(156,915,o), +(78,862,o), +(59,768,c), +(90,768,l), +(112,844,o), +(180,887,o), +(277,887,cs), +(375,887,o), +(441,839,o), +(441,768,cs), +(441,710,o), +(406,670,o), +(324,634,cs), +(77,526,l) +); +} +); +width = 518; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(63,480,l), +(318,480,l), +(318,558,l), +(77,558,l), +(86,530,l), +(242,637,ls), +(303,679,o), +(326,726,o), +(326,778,cs), +(326,864,o), +(274,917,o), +(190,917,cs), +(107,917,o), +(53,864,o), +(48,778,c), +(134,778,l), +(141,817,o), +(161,839,o), +(190,839,cs), +(222,839,o), +(240,817,o), +(240,778,cs), +(240,747,o), +(226,724,o), +(195,702,cs), +(63,608,l) +); +} +); +width = 363; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(71,480,l), +(374,480,l), +(374,558,l), +(87,558,l), +(91,533,l), +(276,620,ls), +(347,654,o), +(383,704,o), +(383,767,cs), +(383,860,o), +(321,917,o), +(221,917,cs), +(126,917,o), +(59,861,o), +(53,778,c), +(139,778,l), +(148,817,o), +(178,839,o), +(221,839,cs), +(268,839,o), +(297,812,o), +(297,767,cs), +(297,736,o), +(278,708,o), +(247,693,cs), +(71,608,l) +); +} +); +width = 424; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(78,480,l), +(500,480,l), +(500,558,l), +(100,558,l), +(106,543,l), +(348,612,ls), +(463,645,o), +(513,691,o), +(513,766,cs), +(513,860,o), +(427,917,o), +(287,917,cs), +(150,917,o), +(61,860,o), +(53,768,c), +(139,768,l), +(150,816,o), +(203,843,o), +(287,843,cs), +(377,843,o), +(427,815,o), +(427,766,cs), +(427,729,o), +(396,704,o), +(323,683,cs), +(78,612,l) +); +} +); +width = 554; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(48,480,l), +(333,480,l), +(333,600,l), +(106,600,l), +(106,562,l), +(210,610,ls), +(301,652,o), +(341,697,o), +(341,772,cs), +(341,864,o), +(284,919,o), +(188,919,cs), +(93,919,o), +(35,855,o), +(31,748,c), +(168,748,l), +(171,779,o), +(175,791,o), +(185,791,cs), +(194,791,o), +(199,782,o), +(199,758,cs), +(199,740,o), +(185,721,o), +(162,708,cs), +(48,646,l) +); +} +); +width = 365; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(57,480,l), +(393,480,l), +(393,604,l), +(126,604,l), +(126,584,l), +(248,614,ls), +(353,640,o), +(403,682,o), +(403,764,cs), +(403,857,o), +(331,919,o), +(226,919,cs), +(120,919,o), +(45,851,o), +(37,748,c), +(180,748,l), +(186,776,o), +(202,791,o), +(226,791,cs), +(245,791,o), +(260,776,o), +(260,756,cs), +(260,730,o), +(246,715,o), +(216,706,cs), +(57,656,l) +); +} +); +width = 431; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(68,480,l), +(522,480,l), +(522,600,l), +(162,600,l), +(162,588,l), +(367,620,ls), +(483,638,o), +(534,682,o), +(534,766,cs), +(534,857,o), +(438,919,o), +(298,919,cs), +(138,919,o), +(52,861,o), +(42,748,c), +(190,748,l), +(198,779,o), +(234,795,o), +(296,795,cs), +(353,795,o), +(386,781,o), +(386,758,cs), +(386,733,o), +(365,722,o), +(296,709,cs), +(68,666,l) +); +} +); +width = 566; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,480,l), +(366,480,l), +(366,620,l), +(105,620,l), +(105,586,l), +(268,638,ls), +(337,660,o), +(376,707,o), +(376,768,cs), +(376,863,o), +(310,921,o), +(203,921,cs), +(86,921,o), +(23,859,o), +(18,738,c), +(176,738,l), +(179,769,o), +(184,781,o), +(195,781,cs), +(205,781,o), +(209,771,o), +(209,748,cs), +(209,726,o), +(196,711,o), +(170,702,cs), +(37,656,l) +); +} +); +width = 390; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(41,480,l), +(436,480,l), +(436,640,l), +(123,640,l), +(123,626,l), +(318,658,ls), +(404,672,o), +(448,709,o), +(448,768,cs), +(448,863,o), +(369,921,o), +(240,921,cs), +(99,921,o), +(24,855,o), +(18,728,c), +(208,728,l), +(210,750,o), +(217,761,o), +(230,761,cs), +(241,761,o), +(248,752,o), +(248,738,cs), +(248,721,o), +(237,710,o), +(215,706,cs), +(41,676,l) +); +} +); +width = 462; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(50,480,l), +(604,480,l), +(604,640,l), +(165,640,l), +(165,626,l), +(439,658,ls), +(567,673,o), +(622,706,o), +(622,768,cs), +(622,863,o), +(511,921,o), +(330,921,cs), +(132,921,o), +(26,855,o), +(18,728,c), +(286,728,l), +(289,750,o), +(298,761,o), +(316,761,cs), +(331,761,o), +(340,752,o), +(340,738,cs), +(340,721,o), +(326,710,o), +(295,706,cs), +(50,676,l) +); +} +); +width = 636; +} +); +metricLeft = RND; +metricRight = "=RND/1.3"; +unicode = 178; +}, +{ +glyphname = threesuperior; +lastChange = "2022-06-04 19:20:02 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(302,642,o), +(281,680,o), +(248,697,c), +(248,705,l), +(283,718,o), +(304,752,o), +(304,797,cs), +(304,868,o), +(256,915,o), +(184,915,cs), +(107,915,o), +(58,866,o), +(48,778,c), +(79,778,l), +(91,848,o), +(129,887,o), +(184,887,cs), +(237,887,o), +(272,850,o), +(272,795,cs), +(272,744,o), +(239,713,o), +(184,713,cs), +(143,713,l), +(143,685,l), +(184,685,ls), +(237,685,o), +(270,652,o), +(270,599,cs), +(270,540,o), +(234,501,o), +(180,501,cs), +(128,501,o), +(93,539,o), +(82,606,c), +(51,606,l), +(61,521,o), +(107,473,o), +(180,473,cs), +(253,473,o), +(302,523,o), +(302,597,cs) +); +} +); +width = 344; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(355,642,o), +(332,678,o), +(291,696,c), +(291,704,l), +(333,717,o), +(357,751,o), +(357,797,cs), +(357,865,o), +(297,915,o), +(214,915,cs), +(123,915,o), +(65,866,o), +(53,778,c), +(84,778,l), +(99,848,o), +(146,887,o), +(214,887,cs), +(278,887,o), +(325,848,o), +(325,795,cs), +(325,743,o), +(285,713,o), +(215,713,cs), +(166,713,l), +(166,685,l), +(215,685,ls), +(284,685,o), +(323,654,o), +(323,599,cs), +(323,542,o), +(276,501,o), +(210,501,cs), +(145,501,o), +(101,539,o), +(87,606,c), +(57,606,l), +(68,521,o), +(123,473,o), +(210,473,cs), +(294,473,o), +(355,525,o), +(355,597,cs) +); +} +); +width = 401; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(480,644,o), +(453,676,o), +(401,696,c), +(401,704,l), +(455,718,o), +(483,749,o), +(483,793,cs), +(483,866,o), +(403,915,o), +(284,915,cs), +(157,915,o), +(76,866,o), +(59,778,c), +(90,778,l), +(111,848,o), +(181,887,o), +(284,887,cs), +(384,887,o), +(451,849,o), +(451,791,cs), +(451,740,o), +(395,713,o), +(285,713,cs), +(217,713,l), +(217,685,l), +(285,685,ls), +(393,685,o), +(448,657,o), +(448,603,cs), +(448,542,o), +(380,501,o), +(278,501,cs), +(182,501,o), +(116,539,o), +(96,606,c), +(65,606,l), +(80,521,o), +(157,473,o), +(278,473,cs), +(399,473,o), +(480,524,o), +(480,601,cs) +); +} +); +width = 532; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(331,645,o), +(309,681,o), +(273,697,c), +(273,705,l), +(310,716,o), +(332,749,o), +(332,791,cs), +(332,867,o), +(278,917,o), +(198,917,cs), +(109,917,o), +(52,864,o), +(48,778,c), +(132,778,l), +(139,820,o), +(162,843,o), +(195,843,cs), +(227,843,o), +(246,822,o), +(246,787,cs), +(246,755,o), +(228,736,o), +(198,736,cs), +(160,736,l), +(160,662,l), +(198,662,ls), +(226,662,o), +(243,641,o), +(243,606,cs), +(243,568,o), +(224,545,o), +(192,545,cs), +(162,545,o), +(141,567,o), +(135,606,c), +(50,606,l), +(54,522,o), +(109,471,o), +(195,471,cs), +(277,471,o), +(331,524,o), +(331,603,cs) +); +} +); +width = 372; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(391,646,o), +(365,681,o), +(322,697,c), +(322,705,l), +(365,716,o), +(393,749,o), +(393,791,cs), +(393,864,o), +(325,917,o), +(232,917,cs), +(130,917,o), +(58,861,o), +(53,778,c), +(139,778,l), +(147,816,o), +(183,839,o), +(231,839,cs), +(276,839,o), +(307,818,o), +(307,787,cs), +(307,755,o), +(278,736,o), +(232,736,cs), +(187,736,l), +(187,662,l), +(232,662,ls), +(276,662,o), +(303,641,o), +(303,606,cs), +(303,572,o), +(273,549,o), +(228,549,cs), +(182,549,o), +(150,571,o), +(143,606,c), +(57,606,l), +(61,525,o), +(130,471,o), +(229,471,cs), +(323,471,o), +(391,526,o), +(391,603,cs) +); +} +); +width = 437; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(522,645,o), +(496,677,o), +(446,697,c), +(446,705,l), +(497,719,o), +(523,748,o), +(523,791,cs), +(523,869,o), +(439,917,o), +(301,917,cs), +(155,917,o), +(60,864,o), +(53,778,c), +(139,778,l), +(151,820,o), +(209,843,o), +(299,843,cs), +(387,843,o), +(437,823,o), +(437,787,cs), +(437,751,o), +(396,736,o), +(301,736,cs), +(238,736,l), +(238,662,l), +(301,662,ls), +(394,662,o), +(434,645,o), +(434,606,cs), +(434,567,o), +(384,545,o), +(295,545,cs), +(209,545,o), +(154,567,o), +(143,606,c), +(57,606,l), +(63,522,o), +(154,471,o), +(296,471,cs), +(436,471,o), +(522,521,o), +(522,603,cs) +); +} +); +width = 567; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(351,645,o), +(336,674,o), +(302,697,c), +(302,705,l), +(338,721,o), +(353,748,o), +(353,792,cs), +(353,867,o), +(289,919,o), +(196,919,cs), +(96,919,o), +(35,855,o), +(31,748,c), +(168,748,l), +(170,782,o), +(177,795,o), +(193,795,cs), +(204,795,o), +(211,783,o), +(211,764,cs), +(211,746,o), +(205,738,o), +(190,738,cs), +(176,738,l), +(176,656,l), +(190,656,ls), +(203,656,o), +(209,647,o), +(209,626,cs), +(209,605,o), +(202,593,o), +(191,593,cs), +(179,593,o), +(173,605,o), +(171,636,c), +(34,636,l), +(38,531,o), +(97,469,o), +(194,469,cs), +(287,469,o), +(351,523,o), +(351,602,cs) +); +} +); +width = 379; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(417,646,o), +(400,674,o), +(359,697,c), +(359,705,l), +(400,721,o), +(419,749,o), +(419,792,cs), +(419,866,o), +(343,919,o), +(238,919,cs), +(119,919,o), +(43,854,o), +(37,748,c), +(180,748,l), +(184,780,o), +(202,795,o), +(235,795,cs), +(261,795,o), +(278,783,o), +(278,764,cs), +(278,747,o), +(264,738,o), +(236,738,cs), +(198,738,l), +(198,656,l), +(236,656,ls), +(261,656,o), +(274,646,o), +(274,626,cs), +(274,606,o), +(257,593,o), +(232,593,cs), +(204,593,o), +(188,607,o), +(184,636,c), +(41,636,l), +(47,532,o), +(121,469,o), +(235,469,cs), +(341,469,o), +(417,525,o), +(417,602,cs) +); +} +); +width = 450; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(549,645,o), +(529,674,o), +(482,697,c), +(482,705,l), +(531,722,o), +(552,748,o), +(552,792,cs), +(552,867,o), +(454,919,o), +(310,919,cs), +(141,919,o), +(51,861,o), +(42,748,c), +(190,748,l), +(195,779,o), +(234,795,o), +(306,795,cs), +(368,795,o), +(404,783,o), +(404,764,cs), +(404,746,o), +(375,738,o), +(308,738,cs), +(244,738,l), +(244,656,l), +(308,656,ls), +(373,656,o), +(401,647,o), +(401,626,cs), +(401,605,o), +(364,593,o), +(302,593,cs), +(237,593,o), +(201,607,o), +(195,636,c), +(47,636,l), +(56,525,o), +(143,469,o), +(306,469,cs), +(450,469,o), +(549,523,o), +(549,602,cs) +); +} +); +width = 587; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(374,647,o), +(357,677,o), +(319,697,c), +(319,705,l), +(358,718,o), +(376,746,o), +(376,790,cs), +(376,869,o), +(309,921,o), +(208,921,cs), +(89,921,o), +(24,855,o), +(18,728,c), +(176,728,l), +(178,750,o), +(184,761,o), +(195,761,cs), +(204,761,o), +(209,753,o), +(209,740,cs), +(209,726,o), +(204,720,o), +(193,720,cs), +(185,720,l), +(185,674,l), +(193,674,ls), +(203,674,o), +(208,666,o), +(208,650,cs), +(208,636,o), +(203,627,o), +(195,627,cs), +(187,627,o), +(183,636,o), +(181,656,c), +(21,656,l), +(27,531,o), +(90,467,o), +(204,467,cs), +(306,467,o), +(374,522,o), +(374,604,cs) +); +} +); +width = 391; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(446,647,o), +(425,677,o), +(380,697,c), +(380,705,l), +(426,718,o), +(448,746,o), +(448,790,cs), +(448,869,o), +(367,921,o), +(246,921,cs), +(103,921,o), +(25,855,o), +(18,728,c), +(208,728,l), +(210,750,o), +(217,761,o), +(230,761,cs), +(241,761,o), +(248,753,o), +(248,740,cs), +(248,726,o), +(242,720,o), +(228,720,cs), +(218,720,l), +(218,674,l), +(228,674,ls), +(240,674,o), +(246,666,o), +(246,650,cs), +(246,636,o), +(240,627,o), +(231,627,cs), +(221,627,o), +(216,636,o), +(214,656,c), +(22,656,l), +(29,531,o), +(104,467,o), +(242,467,cs), +(364,467,o), +(446,522,o), +(446,604,cs) +); +} +); +width = 463; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(621,648,o), +(593,676,o), +(528,697,c), +(528,705,l), +(595,718,o), +(624,744,o), +(624,790,cs), +(624,869,o), +(510,921,o), +(339,921,cs), +(131,921,o), +(28,859,o), +(18,728,c), +(286,728,l), +(289,750,o), +(298,761,o), +(317,761,cs), +(332,761,o), +(342,753,o), +(342,740,cs), +(342,726,o), +(334,720,o), +(314,720,cs), +(300,720,l), +(300,674,l), +(314,674,ls), +(331,674,o), +(339,666,o), +(339,650,cs), +(339,636,o), +(331,627,o), +(318,627,cs), +(304,627,o), +(297,636,o), +(294,656,c), +(24,656,l), +(34,527,o), +(133,467,o), +(334,467,cs), +(506,467,o), +(621,522,o), +(621,604,cs) +); +} +); +width = 639; +} +); +metricLeft = RND; +metricRight = "=RND/1.2"; +unicode = 179; +}, +{ +glyphname = foursuperior; +lastChange = "2022-06-04 19:20:22 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(206,908,l), +(36,661,l), +(36,619,l), +(224,619,l), +(224,480,l), +(256,480,l), +(256,619,l), +(316,619,l), +(316,647,l), +(256,647,l), +(256,908,l) +); +}, +{ +closed = 1; +nodes = ( +(237,904,l), +(224,904,l), +(224,647,l), +(41,647,l), +(45,624,l) +); +} +); +width = 359; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(242,908,l), +(40,651,l), +(40,619,l), +(266,619,l), +(266,480,l), +(298,480,l), +(298,619,l), +(372,619,l), +(372,647,l), +(298,647,l), +(298,908,l) +); +}, +{ +closed = 1; +nodes = ( +(275,904,l), +(266,904,l), +(266,647,l), +(60,647,l), +(60,632,l) +); +} +); +width = 420; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(341,908,l), +(44,661,l), +(44,619,l), +(365,619,l), +(365,480,l), +(397,480,l), +(397,619,l), +(506,619,l), +(506,647,l), +(397,647,l), +(397,908,l) +); +}, +{ +closed = 1; +nodes = ( +(380,904,l), +(365,904,l), +(365,647,l), +(53,647,l), +(53,631,l) +); +} +); +width = 559; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(175,908,l), +(36,687,l), +(36,594,l), +(209,594,l), +(209,480,l), +(295,480,l), +(295,594,l), +(346,594,l), +(346,672,l), +(295,672,l), +(295,908,l) +); +}, +{ +closed = 1; +nodes = ( +(260,904,l), +(209,904,l), +(209,672,l), +(57,672,l), +(96,644,l) +); +} +); +width = 389; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(205,908,l), +(40,687,l), +(40,594,l), +(254,594,l), +(254,480,l), +(340,480,l), +(340,594,l), +(408,594,l), +(408,672,l), +(340,672,l), +(340,908,l) +); +}, +{ +closed = 1; +nodes = ( +(295,904,l), +(254,904,l), +(254,672,l), +(100,672,l), +(100,644,l) +); +} +); +width = 456; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(290,908,l), +(40,687,l), +(40,594,l), +(355,594,l), +(355,480,l), +(441,480,l), +(441,594,l), +(552,594,l), +(552,672,l), +(441,672,l), +(441,908,l) +); +}, +{ +closed = 1; +nodes = ( +(397,904,l), +(355,904,l), +(355,672,l), +(75,672,l), +(102,643,l) +); +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(153,908,l), +(23,706,l), +(23,571,l), +(188,571,l), +(188,480,l), +(330,480,l), +(330,571,l), +(363,571,l), +(363,695,l), +(330,695,l), +(330,908,l) +); +}, +{ +closed = 1; +nodes = ( +(288,904,l), +(188,904,l), +(188,695,l), +(121,695,l), +(121,644,l) +); +} +); +width = 391; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(182,908,l), +(28,706,l), +(28,571,l), +(238,571,l), +(238,480,l), +(380,480,l), +(380,571,l), +(432,571,l), +(432,695,l), +(380,695,l), +(380,908,l) +); +}, +{ +closed = 1; +nodes = ( +(330,904,l), +(238,904,l), +(238,695,l), +(131,695,l), +(131,644,l) +); +} +); +width = 465; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(238,908,l), +(32,706,l), +(32,571,l), +(333,571,l), +(333,480,l), +(481,480,l), +(481,571,l), +(572,571,l), +(572,695,l), +(481,695,l), +(481,908,l) +); +}, +{ +closed = 1; +nodes = ( +(420,904,l), +(333,904,l), +(333,695,l), +(154,695,l), +(154,644,l) +); +} +); +width = 610; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(132,908,l), +(13,723,l), +(13,557,l), +(187,557,l), +(187,480,l), +(347,480,l), +(347,557,l), +(393,557,l), +(393,709,l), +(347,709,l), +(347,908,l) +); +}, +{ +closed = 1; +nodes = ( +(276,904,l), +(187,904,l), +(187,709,l), +(110,709,l), +(110,644,l) +); +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(156,908,l), +(13,723,l), +(13,557,l), +(222,557,l), +(222,480,l), +(414,480,l), +(414,557,l), +(469,557,l), +(469,709,l), +(414,709,l), +(414,908,l) +); +}, +{ +closed = 1; +nodes = ( +(329,904,l), +(222,904,l), +(222,709,l), +(129,709,l), +(129,644,l) +); +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(214,908,l), +(13,723,l), +(13,557,l), +(306,557,l), +(306,480,l), +(576,480,l), +(576,557,l), +(653,557,l), +(653,709,l), +(576,709,l), +(576,908,l) +); +}, +{ +closed = 1; +nodes = ( +(457,904,l), +(306,904,l), +(306,709,l), +(176,709,l), +(176,644,l) +); +} +); +width = 669; +} +); +metricLeft = "=SQR/2.4"; +metricRight = "=SQR/2"; +unicode = 8308; +}, +{ +glyphname = fivesuperior; +lastChange = "2022-06-04 19:20:38 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(60,658,l), +(82,658,l), +(100,695,o), +(136,717,o), +(177,717,cs), +(234,717,o), +(272,675,o), +(272,612,cs), +(272,545,o), +(234,501,o), +(176,501,cs), +(124,501,o), +(91,533,o), +(79,594,c), +(48,594,l), +(58,517,o), +(104,473,o), +(176,473,cs), +(253,473,o), +(304,529,o), +(304,612,cs), +(304,691,o), +(255,743,o), +(182,743,cs), +(149,743,o), +(117,731,o), +(98,712,c), +(92,712,l), +(92,893,l), +(79,880,l), +(296,880,l), +(296,908,l), +(60,908,l) +); +} +); +width = 341; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(67,658,l), +(93,658,l), +(115,695,o), +(158,717,o), +(206,717,cs), +(277,717,o), +(325,675,o), +(325,612,cs), +(325,545,o), +(277,501,o), +(205,501,cs), +(141,501,o), +(98,534,o), +(84,594,c), +(53,594,l), +(65,517,o), +(120,473,o), +(205,473,cs), +(296,473,o), +(357,529,o), +(357,612,cs), +(357,691,o), +(298,743,o), +(210,743,cs), +(169,743,o), +(130,729,o), +(107,706,c), +(99,706,l), +(99,893,l), +(90,880,l), +(347,880,l), +(347,908,l), +(67,908,l) +); +} +); +width = 398; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(79,658,l), +(115,658,l), +(145,695,o), +(204,717,o), +(272,717,cs), +(383,717,o), +(451,677,o), +(451,612,cs), +(451,543,o), +(383,501,o), +(271,501,cs), +(175,501,o), +(110,534,o), +(90,594,c), +(59,594,l), +(76,517,o), +(152,473,o), +(271,473,cs), +(402,473,o), +(483,526,o), +(483,612,cs), +(483,693,o), +(406,743,o), +(281,743,cs), +(216,743,o), +(156,726,o), +(123,698,c), +(111,698,l), +(111,893,l), +(99,880,l), +(469,880,l), +(469,908,l), +(79,908,l) +); +} +); +width = 528; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(60,658,l), +(138,658,l), +(151,680,o), +(171,693,o), +(192,693,cs), +(225,693,o), +(246,666,o), +(246,621,cs), +(246,574,o), +(225,545,o), +(191,545,cs), +(163,545,o), +(142,563,o), +(134,594,c), +(48,594,l), +(56,518,o), +(111,471,o), +(192,471,cs), +(276,471,o), +(332,531,o), +(332,620,cs), +(332,707,o), +(286,765,o), +(218,765,cs), +(190,765,o), +(166,755,o), +(154,739,c), +(146,739,l), +(146,873,l), +(103,830,l), +(324,830,l), +(324,908,l), +(60,908,l) +); +} +); +width = 369; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(67,658,l), +(149,658,l), +(164,678,o), +(194,691,o), +(224,691,cs), +(275,691,o), +(305,664,o), +(305,621,cs), +(305,575,o), +(274,547,o), +(221,547,cs), +(181,547,o), +(149,565,o), +(139,594,c), +(53,594,l), +(62,520,o), +(130,471,o), +(222,471,cs), +(324,471,o), +(391,531,o), +(391,620,cs), +(391,707,o), +(331,765,o), +(239,765,cs), +(209,765,o), +(178,755,o), +(163,739,c), +(153,739,l), +(153,873,l), +(119,830,l), +(381,830,l), +(381,908,l), +(67,908,l) +); +} +); +width = 432; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(72,658,l), +(152,658,l), +(178,682,o), +(228,695,o), +(291,695,cs), +(384,695,o), +(437,668,o), +(437,621,cs), +(437,571,o), +(383,543,o), +(287,543,cs), +(204,543,o), +(151,561,o), +(139,594,c), +(53,594,l), +(61,518,o), +(150,471,o), +(288,471,cs), +(434,471,o), +(523,528,o), +(523,620,cs), +(523,709,o), +(443,763,o), +(312,763,cs), +(252,763,o), +(199,754,o), +(172,739,c), +(158,739,l), +(158,873,l), +(115,830,l), +(509,830,l), +(509,908,l), +(72,908,l) +); +} +); +width = 564; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(43,646,l), +(170,646,l), +(175,660,o), +(180,665,o), +(190,665,cs), +(202,665,o), +(211,656,o), +(211,631,cs), +(211,603,o), +(202,593,o), +(190,593,cs), +(178,593,o), +(169,600,o), +(167,618,c), +(31,618,l), +(35,524,o), +(95,469,o), +(192,469,cs), +(288,469,o), +(353,530,o), +(353,620,cs), +(353,708,o), +(308,760,o), +(231,760,cs), +(216,760,o), +(202,756,o), +(193,750,c), +(185,750,l), +(185,813,l), +(162,784,l), +(343,784,l), +(343,908,l), +(43,908,l) +); +} +); +width = 377; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(53,646,l), +(186,646,l), +(195,658,o), +(211,665,o), +(230,665,cs), +(259,665,o), +(277,652,o), +(277,631,cs), +(277,607,o), +(259,593,o), +(230,593,cs), +(205,593,o), +(188,602,o), +(180,618,c), +(37,618,l), +(44,526,o), +(117,469,o), +(228,469,cs), +(343,469,o), +(419,529,o), +(419,620,cs), +(419,707,o), +(359,760,o), +(260,760,cs), +(239,760,o), +(217,756,o), +(205,750,c), +(195,750,l), +(195,813,l), +(168,784,l), +(407,784,l), +(407,908,l), +(53,908,l) +); +} +); +width = 447; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(63,646,l), +(210,646,l), +(229,659,o), +(257,665,o), +(301,665,cs), +(374,665,o), +(406,654,o), +(406,630,cs), +(406,601,o), +(374,589,o), +(301,589,cs), +(233,589,o), +(203,597,o), +(190,618,c), +(42,618,l), +(51,519,o), +(138,469,o), +(298,469,cs), +(459,469,o), +(554,525,o), +(554,620,cs), +(554,713,o), +(482,760,o), +(341,760,cs), +(290,760,o), +(245,754,o), +(224,748,c), +(211,748,l), +(211,813,l), +(175,788,l), +(538,788,l), +(538,908,l), +(63,908,l) +); +} +); +width = 586; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,656,l), +(183,656,l), +(187,662,o), +(193,665,o), +(199,665,cs), +(209,665,o), +(216,656,o), +(216,642,cs), +(216,627,o), +(208,617,o), +(198,617,cs), +(188,617,o), +(181,623,o), +(178,636,c), +(18,636,l), +(24,524,o), +(85,467,o), +(200,467,cs), +(313,467,o), +(382,525,o), +(382,620,cs), +(382,697,o), +(338,740,o), +(261,740,cs), +(234,740,o), +(214,736,o), +(202,730,c), +(193,730,l), +(193,793,l), +(168,764,l), +(370,764,l), +(370,908,l), +(33,908,l) +); +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(36,656,l), +(216,656,l), +(221,662,o), +(228,665,o), +(236,665,cs), +(248,665,o), +(256,656,o), +(256,642,cs), +(256,627,o), +(247,617,o), +(234,617,cs), +(222,617,o), +(214,623,o), +(210,636,c), +(18,636,l), +(25,524,o), +(99,467,o), +(237,467,cs), +(373,467,o), +(456,525,o), +(456,620,cs), +(456,697,o), +(403,740,o), +(310,740,cs), +(278,740,o), +(254,736,o), +(240,730,c), +(228,730,l), +(228,793,l), +(198,764,l), +(442,764,l), +(442,908,l), +(36,908,l) +); +} +); +width = 470; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(43,656,l), +(296,656,l), +(303,662,o), +(312,665,o), +(324,665,cs), +(340,665,o), +(352,656,o), +(352,642,cs), +(352,627,o), +(339,617,o), +(321,617,cs), +(304,617,o), +(293,623,o), +(287,636,c), +(18,636,l), +(28,524,o), +(132,467,o), +(325,467,cs), +(516,467,o), +(632,525,o), +(632,620,cs), +(632,697,o), +(558,740,o), +(427,740,cs), +(382,740,o), +(349,736,o), +(329,730,c), +(312,730,l), +(312,793,l), +(270,764,l), +(612,764,l), +(612,908,l), +(43,908,l) +); +} +); +width = 646; +} +); +metricLeft = RND; +metricRight = "=RND/1.3"; +unicode = 8309; +}, +{ +glyphname = sixsuperior; +lastChange = "2022-06-04 13:08:05 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(261,473,o), +(313,530,o), +(313,616,cs), +(313,702,o), +(263,759,o), +(189,759,cs), +(144,759,o), +(105,736,o), +(85,698,c), +(77,698,l), +(77,704,l), +(81,821,o), +(122,887,o), +(191,887,cs), +(242,887,o), +(275,854,o), +(287,789,c), +(318,789,l), +(308,870,o), +(262,915,o), +(191,915,cs), +(99,915,o), +(48,835,o), +(48,694,cs), +(48,614,o), +(58,557,o), +(80,526,cs), +(104,492,o), +(140,473,o), +(183,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(87,685,o), +(126,731,o), +(184,731,cs), +(242,731,o), +(281,685,o), +(281,616,cs), +(281,547,o), +(242,501,o), +(184,501,cs), +(126,501,o), +(87,547,o), +(87,616,cs) +); +} +); +width = 358; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(305,473,o), +(367,530,o), +(367,616,cs), +(367,702,o), +(308,759,o), +(220,759,cs), +(162,759,o), +(118,736,o), +(91,692,c), +(82,692,l), +(82,698,l), +(84,819,o), +(134,887,o), +(222,887,cs), +(283,887,o), +(329,850,o), +(342,789,c), +(373,789,l), +(360,867,o), +(303,915,o), +(222,915,cs), +(114,915,o), +(53,835,o), +(53,694,cs), +(53,614,o), +(66,557,o), +(92,526,cs), +(121,491,o), +(162,473,o), +(213,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(93,685,o), +(141,731,o), +(214,731,cs), +(287,731,o), +(335,685,o), +(335,616,cs), +(335,547,o), +(287,501,o), +(214,501,cs), +(141,501,o), +(93,547,o), +(93,616,cs) +); +} +); +width = 417; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(415,473,o), +(497,527,o), +(497,616,cs), +(497,705,o), +(419,759,o), +(292,759,cs), +(203,759,o), +(138,736,o), +(101,690,c), +(88,690,l), +(88,696,l), +(91,818,o), +(166,887,o), +(295,887,cs), +(388,887,o), +(456,850,o), +(474,789,c), +(505,789,l), +(487,867,o), +(407,915,o), +(295,915,cs), +(144,915,o), +(59,835,o), +(59,694,cs), +(59,609,o), +(77,553,o), +(116,520,cs), +(151,490,o), +(211,473,o), +(282,473,cs) +); +}, +{ +closed = 1; +nodes = ( +(101,687,o), +(170,731,o), +(283,731,cs), +(396,731,o), +(465,687,o), +(465,616,cs), +(465,545,o), +(396,501,o), +(283,501,cs), +(170,501,o), +(101,545,o), +(101,616,cs) +); +} +); +width = 554; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(287,471,o), +(345,529,o), +(345,617,cs), +(345,701,o), +(293,757,o), +(214,757,cs), +(183,757,o), +(156,744,o), +(141,722,c), +(133,722,l), +(133,728,l), +(135,804,o), +(161,843,o), +(208,843,cs), +(239,843,o), +(260,824,o), +(266,789,c), +(348,789,l), +(340,868,o), +(287,917,o), +(208,917,cs), +(102,917,o), +(48,841,o), +(48,694,cs), +(48,622,o), +(61,562,o), +(84,528,cs), +(109,492,o), +(151,471,o), +(200,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(143,662,o), +(165,689,o), +(201,689,cs), +(237,689,o), +(259,662,o), +(259,617,cs), +(259,572,o), +(237,545,o), +(201,545,cs), +(165,545,o), +(143,572,o), +(143,617,cs) +); +} +); +width = 388; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(332,471,o), +(404,532,o), +(404,617,cs), +(404,698,o), +(339,757,o), +(249,757,cs), +(203,757,o), +(167,741,o), +(145,710,c), +(136,710,l), +(136,716,l), +(140,797,o), +(176,839,o), +(242,839,cs), +(284,839,o), +(314,821,o), +(326,789,c), +(408,789,l), +(398,866,o), +(332,917,o), +(242,917,cs), +(117,917,o), +(53,841,o), +(53,694,cs), +(53,618,o), +(68,560,o), +(98,524,cs), +(126,491,o), +(177,471,o), +(233,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(150,658,o), +(184,685,o), +(234,685,cs), +(284,685,o), +(318,658,o), +(318,617,cs), +(318,576,o), +(284,549,o), +(234,549,cs), +(184,549,o), +(150,576,o), +(150,617,cs) +); +} +); +width = 452; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(451,471,o), +(541,526,o), +(541,617,cs), +(541,704,o), +(459,757,o), +(326,757,cs), +(233,757,o), +(183,741,o), +(148,710,c), +(135,710,l), +(135,716,l), +(141,800,o), +(203,843,o), +(316,843,cs), +(388,843,o), +(441,824,o), +(463,789,c), +(547,789,l), +(531,868,o), +(443,917,o), +(316,917,cs), +(142,917,o), +(53,841,o), +(53,694,cs), +(53,624,o), +(72,562,o), +(118,522,cs), +(155,490,o), +(228,471,o), +(303,471,cs) +); +}, +{ +closed = 1; +nodes = ( +(155,663,o), +(209,689,o), +(305,689,cs), +(401,689,o), +(455,663,o), +(455,617,cs), +(455,571,o), +(401,545,o), +(305,545,cs), +(209,545,o), +(155,571,o), +(155,617,cs) +); +} +); +width = 591; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(303,469,o), +(366,527,o), +(366,614,cs), +(366,688,o), +(317,740,o), +(246,740,cs), +(217,740,o), +(194,734,o), +(180,724,c), +(172,724,l), +(172,730,l), +(174,775,o), +(185,795,o), +(205,795,cs), +(221,795,o), +(229,785,o), +(233,763,c), +(369,763,l), +(363,861,o), +(303,919,o), +(208,919,cs), +(91,919,o), +(31,843,o), +(31,694,cs), +(31,614,o), +(45,563,o), +(76,524,cs), +(107,486,o), +(147,469,o), +(208,469,cs) +); +}, +{ +closed = 1; +nodes = ( +(180,635,o), +(188,645,o), +(202,645,cs), +(216,645,o), +(224,635,o), +(224,619,cs), +(224,603,o), +(216,593,o), +(202,593,cs), +(188,593,o), +(180,603,o), +(180,619,cs) +); +} +); +width = 395; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(358,469,o), +(433,526,o), +(433,612,cs), +(433,689,o), +(370,737,o), +(268,737,cs), +(238,737,o), +(209,730,o), +(191,720,c), +(181,720,l), +(181,726,l), +(184,770,o), +(206,795,o), +(242,795,cs), +(272,795,o), +(291,782,o), +(297,759,c), +(437,759,l), +(429,858,o), +(356,919,o), +(246,919,cs), +(112,919,o), +(37,838,o), +(37,694,cs), +(37,619,o), +(55,561,o), +(90,524,cs), +(124,488,o), +(175,469,o), +(246,469,cs) +); +}, +{ +closed = 1; +nodes = ( +(191,633,o), +(208,641,o), +(241,641,cs), +(274,641,o), +(291,633,o), +(291,617,cs), +(291,601,o), +(274,593,o), +(241,593,cs), +(208,593,o), +(191,601,o), +(191,617,cs) +); +} +); +width = 468; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(478,469,o), +(573,523,o), +(573,612,cs), +(573,695,o), +(490,741,o), +(342,741,cs), +(285,741,o), +(236,732,o), +(205,716,c), +(192,716,l), +(192,722,l), +(198,773,o), +(240,799,o), +(317,799,cs), +(385,799,o), +(424,785,o), +(432,759,c), +(578,759,l), +(570,858,o), +(473,919,o), +(322,919,cs), +(143,919,o), +(42,838,o), +(42,694,cs), +(42,618,o), +(66,561,o), +(113,524,cs), +(162,486,o), +(225,469,o), +(322,469,cs) +); +}, +{ +closed = 1; +nodes = ( +(205,637,o), +(238,645,o), +(315,645,cs), +(392,645,o), +(425,637,o), +(425,617,cs), +(425,597,o), +(392,589,o), +(315,589,cs), +(238,589,o), +(205,597,o), +(205,617,cs) +); +} +); +width = 613; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,467,o), +(390,525,o), +(390,612,cs), +(390,677,o), +(341,717,o), +(261,717,cs), +(233,717,o), +(207,710,o), +(195,700,c), +(187,700,l), +(187,706,l), +(189,742,o), +(197,761,o), +(211,761,cs), +(220,761,o), +(226,754,o), +(229,739,c), +(394,739,l), +(386,852,o), +(317,921,o), +(214,921,cs), +(89,921,o), +(18,839,o), +(18,694,cs), +(18,618,o), +(35,562,o), +(68,524,cs), +(100,488,o), +(153,467,o), +(214,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,663,o), +(199,671,o), +(210,671,cs), +(221,671,o), +(227,663,o), +(227,647,cs), +(227,631,o), +(221,623,o), +(210,623,cs), +(199,623,o), +(194,631,o), +(194,647,cs) +); +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(381,467,o), +(465,525,o), +(465,612,cs), +(465,677,o), +(406,717,o), +(310,717,cs), +(276,717,o), +(245,710,o), +(231,700,c), +(221,700,l), +(221,706,l), +(223,742,o), +(233,761,o), +(250,761,cs), +(261,761,o), +(268,754,o), +(272,739,c), +(470,739,l), +(460,852,o), +(378,921,o), +(254,921,cs), +(103,921,o), +(18,839,o), +(18,694,cs), +(18,618,o), +(38,562,o), +(78,524,cs), +(116,488,o), +(180,467,o), +(254,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,663,o), +(236,671,o), +(249,671,cs), +(262,671,o), +(269,663,o), +(269,647,cs), +(269,631,o), +(262,623,o), +(249,623,cs), +(236,623,o), +(229,631,o), +(229,647,cs) +); +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(529,467,o), +(647,525,o), +(647,612,cs), +(647,677,o), +(564,717,o), +(429,717,cs), +(381,717,o), +(337,710,o), +(318,700,c), +(304,700,l), +(304,706,l), +(306,742,o), +(321,761,o), +(344,761,cs), +(360,761,o), +(370,754,o), +(375,739,c), +(654,739,l), +(640,852,o), +(525,921,o), +(350,921,cs), +(138,921,o), +(18,839,o), +(18,694,cs), +(18,618,o), +(46,562,o), +(102,524,cs), +(156,488,o), +(246,467,o), +(350,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(315,663,o), +(325,671,o), +(343,671,cs), +(361,671,o), +(371,663,o), +(371,647,cs), +(371,631,o), +(361,623,o), +(343,623,cs), +(325,623,o), +(315,631,o), +(315,647,cs) +); +} +); +width = 669; +} +); +metricLeft = RND; +metricRight = "=RND/1.2"; +unicode = 8310; +}, +{ +glyphname = sevensuperior; +lastChange = "2022-06-04 13:08:13 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(271,908,l), +(43,908,l), +(43,880,l), +(261,880,l), +(250,891,l), +(73,480,l), +(106,480,l), +(271,870,l) +); +} +); +width = 307; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(318,908,l), +(48,908,l), +(48,880,l), +(306,880,l), +(301,891,l), +(86,480,l), +(120,480,l), +(318,860,l) +); +} +); +width = 358; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(431,908,l), +(53,908,l), +(53,880,l), +(418,880,l), +(418,890,l), +(112,480,l), +(149,480,l), +(431,860,l) +); +} +); +width = 475; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(295,908,l), +(43,908,l), +(43,830,l), +(252,830,l), +(237,871,l), +(72,480,l), +(159,480,l), +(295,807,l) +); +} +); +width = 331; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(348,908,l), +(48,908,l), +(48,830,l), +(295,830,l), +(295,851,l), +(89,480,l), +(180,480,l), +(348,786,l) +); +} +); +width = 388; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(466,908,l), +(48,908,l), +(48,830,l), +(427,830,l), +(427,842,l), +(126,480,l), +(230,480,l), +(466,767,l) +); +} +); +width = 506; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(306,908,l), +(28,908,l), +(28,784,l), +(203,784,l), +(203,836,l), +(49,480,l), +(197,480,l), +(306,744,l) +); +} +); +width = 329; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(363,908,l), +(33,908,l), +(33,784,l), +(264,784,l), +(264,816,l), +(69,480,l), +(226,480,l), +(363,724,l) +); +} +); +width = 391; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(480,908,l), +(38,908,l), +(38,784,l), +(446,784,l), +(446,862,l), +(107,480,l), +(283,480,l), +(480,704,l) +); +} +); +width = 512; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,908,l), +(16,908,l), +(16,768,l), +(208,768,l), +(208,806,l), +(65,480,l), +(251,480,l), +(350,718,l) +); +} +); +width = 363; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(416,908,l), +(16,908,l), +(16,748,l), +(246,748,l), +(246,786,l), +(60,480,l), +(298,480,l), +(416,694,l) +); +} +); +width = 429; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(578,908,l), +(16,908,l), +(16,728,l), +(330,728,l), +(330,756,l), +(74,480,l), +(414,480,l), +(578,664,l) +); +} +); +width = 591; +} +); +metricLeft = "=SQR/2"; +metricRight = "=SQR/2.4"; +unicode = 8311; +}, +{ +glyphname = eightsuperior; +lastChange = "2022-06-04 13:08:20 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(119,711,o), +(80,746,o), +(80,799,cs), +(80,852,o), +(119,887,o), +(177,887,cs), +(235,887,o), +(274,852,o), +(274,799,cs), +(274,746,o), +(235,711,o), +(177,711,cs) +); +}, +{ +closed = 1; +nodes = ( +(48,756,o), +(73,717,o), +(111,703,c), +(111,694,l), +(74,681,o), +(50,639,o), +(50,591,cs), +(50,521,o), +(101,474,o), +(177,474,cs), +(253,474,o), +(304,521,o), +(304,591,cs), +(304,639,o), +(280,681,o), +(243,694,c), +(243,703,l), +(281,717,o), +(306,756,o), +(306,801,cs), +(306,869,o), +(254,915,o), +(177,915,cs), +(100,915,o), +(48,869,o), +(48,801,cs) +); +}, +{ +closed = 1; +nodes = ( +(83,648,o), +(121,684,o), +(177,684,cs), +(233,684,o), +(271,648,o), +(271,593,cs), +(271,538,o), +(233,502,o), +(177,502,cs), +(121,502,o), +(83,538,o), +(83,593,cs) +); +} +); +width = 354; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(134,711,o), +(85,746,o), +(85,799,cs), +(85,852,o), +(134,887,o), +(207,887,cs), +(280,887,o), +(329,852,o), +(329,799,cs), +(329,746,o), +(280,711,o), +(207,711,cs) +); +}, +{ +closed = 1; +nodes = ( +(53,756,o), +(83,717,o), +(128,703,c), +(128,694,l), +(84,680,o), +(55,639,o), +(55,591,cs), +(55,521,o), +(116,474,o), +(207,474,cs), +(298,474,o), +(359,521,o), +(359,591,cs), +(359,639,o), +(330,680,o), +(286,694,c), +(286,703,l), +(331,717,o), +(361,756,o), +(361,801,cs), +(361,869,o), +(299,915,o), +(207,915,cs), +(115,915,o), +(53,869,o), +(53,801,cs) +); +}, +{ +closed = 1; +nodes = ( +(87,648,o), +(135,684,o), +(207,684,cs), +(279,684,o), +(327,648,o), +(327,593,cs), +(327,538,o), +(279,502,o), +(207,502,cs), +(135,502,o), +(87,538,o), +(87,593,cs) +); +} +); +width = 414; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(160,711,o), +(91,744,o), +(91,799,cs), +(91,854,o), +(160,887,o), +(273,887,cs), +(386,887,o), +(455,854,o), +(455,799,cs), +(455,744,o), +(386,711,o), +(273,711,cs) +); +}, +{ +closed = 1; +nodes = ( +(59,752,o), +(97,715,o), +(160,702,c), +(160,694,l), +(99,680,o), +(62,641,o), +(62,591,cs), +(62,518,o), +(142,474,o), +(273,474,cs), +(404,474,o), +(484,518,o), +(484,591,cs), +(484,641,o), +(447,680,o), +(386,694,c), +(386,702,l), +(449,715,o), +(487,752,o), +(487,801,cs), +(487,872,o), +(406,915,o), +(273,915,cs), +(140,915,o), +(59,872,o), +(59,801,cs) +); +}, +{ +closed = 1; +nodes = ( +(94,649,o), +(162,684,o), +(273,684,cs), +(384,684,o), +(452,649,o), +(452,593,cs), +(452,537,o), +(384,502,o), +(273,502,cs), +(162,502,o), +(94,537,o), +(94,593,cs) +); +} +); +width = 546; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(156,732,o), +(134,753,o), +(134,787,cs), +(134,822,o), +(156,843,o), +(192,843,cs), +(228,843,o), +(250,822,o), +(250,787,cs), +(250,753,o), +(228,732,o), +(192,732,cs) +); +}, +{ +closed = 1; +nodes = ( +(48,753,o), +(69,718,o), +(103,703,c), +(103,694,l), +(70,680,o), +(50,644,o), +(50,597,cs), +(50,522,o), +(107,472,o), +(192,472,cs), +(277,472,o), +(334,522,o), +(334,597,cs), +(334,644,o), +(314,680,o), +(281,694,c), +(281,703,l), +(315,718,o), +(336,753,o), +(336,796,cs), +(336,869,o), +(278,917,o), +(192,917,cs), +(106,917,o), +(48,869,o), +(48,796,cs) +); +}, +{ +closed = 1; +nodes = ( +(135,642,o), +(157,664,o), +(192,664,cs), +(227,664,o), +(249,642,o), +(249,605,cs), +(249,568,o), +(227,546,o), +(192,546,cs), +(157,546,o), +(135,568,o), +(135,605,cs) +); +} +); +width = 384; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(170,734,o), +(139,753,o), +(139,787,cs), +(139,820,o), +(170,839,o), +(223,839,cs), +(277,839,o), +(307,820,o), +(307,787,cs), +(307,753,o), +(277,734,o), +(223,734,cs) +); +}, +{ +closed = 1; +nodes = ( +(53,750,o), +(77,717,o), +(120,703,c), +(120,694,l), +(78,680,o), +(55,645,o), +(55,597,cs), +(55,520,o), +(119,472,o), +(223,472,cs), +(327,472,o), +(391,520,o), +(391,597,cs), +(391,645,o), +(368,680,o), +(326,694,c), +(326,703,l), +(369,717,o), +(393,750,o), +(393,796,cs), +(393,871,o), +(328,917,o), +(223,917,cs), +(118,917,o), +(53,871,o), +(53,796,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,642,o), +(171,662,o), +(223,662,cs), +(275,662,o), +(305,642,o), +(305,606,cs), +(305,570,o), +(275,550,o), +(223,550,cs), +(171,550,o), +(141,570,o), +(141,606,cs) +); +} +); +width = 446; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(193,732,o), +(139,752,o), +(139,787,cs), +(139,823,o), +(193,843,o), +(290,843,cs), +(387,843,o), +(441,823,o), +(441,787,cs), +(441,752,o), +(387,732,o), +(290,732,cs) +); +}, +{ +closed = 1; +nodes = ( +(53,750,o), +(84,717,o), +(140,703,c), +(140,694,l), +(86,677,o), +(56,642,o), +(56,597,cs), +(56,520,o), +(145,472,o), +(290,472,cs), +(435,472,o), +(524,520,o), +(524,597,cs), +(524,642,o), +(494,677,o), +(440,694,c), +(440,703,l), +(496,717,o), +(527,750,o), +(527,796,cs), +(527,871,o), +(437,917,o), +(290,917,cs), +(143,917,o), +(53,871,o), +(53,796,cs) +); +}, +{ +closed = 1; +nodes = ( +(142,643,o), +(195,664,o), +(290,664,cs), +(385,664,o), +(438,643,o), +(438,605,cs), +(438,567,o), +(385,546,o), +(290,546,cs), +(195,546,o), +(142,567,o), +(142,605,cs) +); +} +); +width = 580; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(180,739,o), +(173,749,o), +(173,767,cs), +(173,785,o), +(180,795,o), +(194,795,cs), +(208,795,o), +(215,785,o), +(215,767,cs), +(215,749,o), +(208,739,o), +(194,739,cs) +); +}, +{ +closed = 1; +nodes = ( +(31,752,o), +(51,718,o), +(86,703,c), +(86,694,l), +(52,678,o), +(33,643,o), +(33,597,cs), +(33,521,o), +(97,470,o), +(194,470,cs), +(291,470,o), +(355,521,o), +(355,597,cs), +(355,643,o), +(336,678,o), +(302,694,c), +(302,703,l), +(337,718,o), +(357,752,o), +(357,796,cs), +(357,870,o), +(292,919,o), +(194,919,cs), +(96,919,o), +(31,870,o), +(31,796,cs) +); +}, +{ +closed = 1; +nodes = ( +(175,648,o), +(181,658,o), +(194,658,cs), +(207,658,o), +(213,648,o), +(213,626,cs), +(213,604,o), +(207,594,o), +(194,594,cs), +(181,594,o), +(175,604,o), +(175,626,cs) +); +} +); +width = 388; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(197,739,o), +(179,749,o), +(179,767,cs), +(179,785,o), +(197,795,o), +(231,795,cs), +(265,795,o), +(283,785,o), +(283,767,cs), +(283,749,o), +(265,739,o), +(231,739,cs) +); +}, +{ +closed = 1; +nodes = ( +(37,752,o), +(61,718,o), +(103,703,c), +(103,694,l), +(62,678,o), +(39,643,o), +(39,597,cs), +(39,521,o), +(116,470,o), +(231,470,cs), +(346,470,o), +(423,521,o), +(423,597,cs), +(423,643,o), +(400,678,o), +(359,694,c), +(359,703,l), +(401,718,o), +(425,752,o), +(425,796,cs), +(425,870,o), +(347,919,o), +(231,919,cs), +(115,919,o), +(37,870,o), +(37,796,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,647,o), +(199,658,o), +(231,658,cs), +(263,658,o), +(280,647,o), +(280,626,cs), +(280,605,o), +(263,594,o), +(231,594,cs), +(199,594,o), +(182,605,o), +(182,626,cs) +); +} +); +width = 462; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(228,739,o), +(190,749,o), +(190,769,cs), +(190,789,o), +(228,799,o), +(301,799,cs), +(374,799,o), +(412,789,o), +(412,769,cs), +(412,749,o), +(374,739,o), +(301,739,cs) +); +}, +{ +closed = 1; +nodes = ( +(42,753,o), +(70,719,o), +(120,703,c), +(120,694,l), +(72,677,o), +(45,642,o), +(45,597,cs), +(45,518,o), +(142,470,o), +(301,470,cs), +(460,470,o), +(557,518,o), +(557,597,cs), +(557,642,o), +(530,677,o), +(482,694,c), +(482,703,l), +(532,719,o), +(560,753,o), +(560,796,cs), +(560,872,o), +(462,919,o), +(301,919,cs), +(140,919,o), +(42,872,o), +(42,796,cs) +); +}, +{ +closed = 1; +nodes = ( +(193,646,o), +(230,658,o), +(301,658,cs), +(372,658,o), +(409,646,o), +(409,624,cs), +(409,602,o), +(372,590,o), +(301,590,cs), +(230,590,o), +(193,602,o), +(193,624,cs) +); +} +); +width = 602; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,725,o), +(184,731,o), +(184,743,cs), +(184,755,o), +(189,761,o), +(198,761,cs), +(207,761,o), +(212,755,o), +(212,743,cs), +(212,731,o), +(207,725,o), +(198,725,cs) +); +}, +{ +closed = 1; +nodes = ( +(18,750,o), +(39,719,o), +(79,703,c), +(79,694,l), +(40,677,o), +(20,644,o), +(20,597,cs), +(20,517,o), +(88,468,o), +(198,468,cs), +(308,468,o), +(376,517,o), +(376,597,cs), +(376,644,o), +(356,677,o), +(317,694,c), +(317,703,l), +(357,719,o), +(378,750,o), +(378,796,cs), +(378,873,o), +(310,921,o), +(198,921,cs), +(86,921,o), +(18,873,o), +(18,796,cs) +); +}, +{ +closed = 1; +nodes = ( +(186,665,o), +(190,672,o), +(198,672,cs), +(206,672,o), +(210,665,o), +(210,650,cs), +(210,635,o), +(206,628,o), +(198,628,cs), +(190,628,o), +(186,635,o), +(186,650,cs) +); +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(224,725,o), +(218,731,o), +(218,743,cs), +(218,755,o), +(224,761,o), +(235,761,cs), +(246,761,o), +(252,755,o), +(252,743,cs), +(252,731,o), +(246,725,o), +(235,725,cs) +); +}, +{ +closed = 1; +nodes = ( +(18,750,o), +(43,719,o), +(92,703,c), +(92,694,l), +(44,677,o), +(20,644,o), +(20,597,cs), +(20,517,o), +(102,468,o), +(235,468,cs), +(368,468,o), +(450,517,o), +(450,597,cs), +(450,644,o), +(426,677,o), +(378,694,c), +(378,703,l), +(427,719,o), +(452,750,o), +(452,796,cs), +(452,873,o), +(370,921,o), +(235,921,cs), +(100,921,o), +(18,873,o), +(18,796,cs) +); +}, +{ +closed = 1; +nodes = ( +(220,665,o), +(225,672,o), +(235,672,cs), +(245,672,o), +(250,665,o), +(250,650,cs), +(250,635,o), +(245,628,o), +(235,628,cs), +(225,628,o), +(220,635,o), +(220,650,cs) +); +} +); +width = 470; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,725,o), +(299,731,o), +(299,743,cs), +(299,755,o), +(308,761,o), +(323,761,cs), +(338,761,o), +(347,755,o), +(347,743,cs), +(347,731,o), +(338,725,o), +(323,725,cs) +); +}, +{ +closed = 1; +nodes = ( +(18,750,o), +(53,719,o), +(122,703,c), +(122,694,l), +(55,677,o), +(21,644,o), +(21,597,cs), +(21,517,o), +(136,468,o), +(323,468,cs), +(510,468,o), +(625,517,o), +(625,597,cs), +(625,644,o), +(591,677,o), +(524,694,c), +(524,703,l), +(593,719,o), +(628,750,o), +(628,796,cs), +(628,873,o), +(513,921,o), +(323,921,cs), +(133,921,o), +(18,873,o), +(18,796,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,665,o), +(309,672,o), +(323,672,cs), +(337,672,o), +(344,665,o), +(344,650,cs), +(344,635,o), +(337,628,o), +(323,628,cs), +(309,628,o), +(302,635,o), +(302,650,cs) +); +} +); +width = 646; +} +); +metricLeft = RND; +metricRight = RND; +unicode = 8312; +}, +{ +glyphname = ninesuperior; +lastChange = "2022-06-04 13:08:27 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (358,1388); +ref = sixsuperior; +} +); +width = 358; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (417,1388); +ref = sixsuperior; +} +); +width = 417; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (554,1388); +ref = sixsuperior; +} +); +width = 554; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (388,1388); +ref = sixsuperior; +} +); +width = 388; +}, +{ +background = { +shapes = ( +{ +pos = (-25,0); +ref = zerosuperior; +} +); +}; +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (452,1388); +ref = sixsuperior; +} +); +width = 452; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (591,1388); +ref = sixsuperior; +} +); +width = 591; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (395,1388); +ref = sixsuperior; +} +); +width = 395; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (468,1388); +ref = sixsuperior; +} +); +width = 468; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (613,1388); +ref = sixsuperior; +} +); +width = 613; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (409,1388); +ref = sixsuperior; +} +); +width = 409; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (485,1388); +ref = sixsuperior; +} +); +width = 485; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (669,1388); +ref = sixsuperior; +} +); +width = 669; +} +); +unicode = 8313; +}, +{ +glyphname = space; +kernLeft = H; +kernRight = H; +lastChange = "2022-09-26 18:12:13 +0000"; +layers = ( +{ +layerId = m01; +width = 320; +}, +{ +layerId = m002; +width = 280; +}, +{ +layerId = m003; +width = 360; +}, +{ +layerId = m004; +width = 300; +}, +{ +layerId = m005; +width = 280; +}, +{ +layerId = m006; +width = 240; +}, +{ +layerId = m007; +width = 290; +}, +{ +layerId = m008; +width = 280; +}, +{ +layerId = m009; +width = 250; +}, +{ +layerId = m010; +width = 330; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 300; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 240; +} +); +unicode = 32; +}, +{ +glyphname = nbspace; +layers = ( +{ +layerId = m009; +width = 250; +}, +{ +layerId = m007; +width = 290; +}, +{ +layerId = m010; +width = 330; +}, +{ +layerId = m005; +width = 280; +}, +{ +layerId = m01; +width = 320; +}, +{ +layerId = m003; +width = 360; +}, +{ +layerId = m006; +width = 240; +}, +{ +layerId = m002; +width = 280; +}, +{ +layerId = m004; +width = 300; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 240; +}, +{ +layerId = m008; +width = 280; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 300; +} +); +metricWidth = space; +unicode = 160; +}, +{ +glyphname = enspace; +lastChange = "2021-07-31 11:29:13 +0000"; +layers = ( +{ +layerId = m01; +width = 500; +}, +{ +layerId = m002; +width = 500; +}, +{ +layerId = m003; +width = 500; +}, +{ +layerId = m004; +width = 500; +}, +{ +layerId = m005; +width = 500; +}, +{ +layerId = m006; +width = 500; +}, +{ +layerId = m007; +width = 500; +}, +{ +layerId = m008; +width = 500; +}, +{ +layerId = m009; +width = 500; +}, +{ +layerId = m010; +width = 500; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +unicode = 8194; +}, +{ +glyphname = emspace; +lastChange = "2021-07-31 11:29:13 +0000"; +layers = ( +{ +layerId = m01; +width = 1000; +}, +{ +layerId = m002; +width = 1000; +}, +{ +layerId = m003; +width = 1000; +}, +{ +layerId = m004; +width = 1000; +}, +{ +layerId = m005; +width = 1000; +}, +{ +layerId = m006; +width = 1000; +}, +{ +layerId = m007; +width = 1000; +}, +{ +layerId = m008; +width = 1000; +}, +{ +layerId = m009; +width = 1000; +}, +{ +layerId = m010; +width = 1000; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +} +); +unicode = 8195; +}, +{ +glyphname = .notdef; +lastChange = "2022-08-27 16:45:30 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(715,0,l), +(715,800,l), +(95,800,l), +(95,0,l) +); +}, +{ +closed = 1; +nodes = ( +(135,764,l), +(675,764,l), +(675,36,l), +(135,36,l) +); +}, +{ +closed = 1; +nodes = ( +(625,710,l), +(185,710,l), +(185,90,l) +); +} +); +width = 810; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(726,0,l), +(726,800,l), +(106,800,l), +(106,0,l) +); +}, +{ +closed = 1; +nodes = ( +(146,764,l), +(686,764,l), +(686,36,l), +(146,36,l) +); +}, +{ +closed = 1; +nodes = ( +(636,710,l), +(196,710,l), +(196,90,l) +); +} +); +width = 832; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(737,0,l), +(737,800,l), +(117,800,l), +(117,0,l) +); +}, +{ +closed = 1; +nodes = ( +(157,764,l), +(697,764,l), +(697,36,l), +(157,36,l) +); +}, +{ +closed = 1; +nodes = ( +(647,710,l), +(207,710,l), +(207,90,l) +); +} +); +width = 854; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(715,0,l), +(715,800,l), +(95,800,l), +(95,0,l) +); +}, +{ +closed = 1; +nodes = ( +(135,764,l), +(675,764,l), +(675,36,l), +(135,36,l) +); +}, +{ +closed = 1; +nodes = ( +(625,710,l), +(185,710,l), +(185,90,l) +); +} +); +width = 810; +}, +{ +background = { +shapes = ( +{ +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(726,0,l), +(726,800,l), +(106,800,l), +(106,0,l) +); +}, +{ +closed = 1; +nodes = ( +(146,764,l), +(686,764,l), +(686,36,l), +(146,36,l) +); +}, +{ +closed = 1; +nodes = ( +(636,710,l), +(196,710,l), +(196,90,l) +); +} +); +width = 832; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(726,0,l), +(726,800,l), +(106,800,l), +(106,0,l) +); +}, +{ +closed = 1; +nodes = ( +(146,764,l), +(686,764,l), +(686,36,l), +(146,36,l) +); +}, +{ +closed = 1; +nodes = ( +(636,710,l), +(196,710,l), +(196,90,l) +); +} +); +width = 832; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(682,0,l), +(682,800,l), +(62,800,l), +(62,0,l) +); +}, +{ +closed = 1; +nodes = ( +(102,764,l), +(642,764,l), +(642,36,l), +(102,36,l) +); +}, +{ +closed = 1; +nodes = ( +(592,710,l), +(152,710,l), +(152,90,l) +); +} +); +width = 744; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(693,0,l), +(693,800,l), +(73,800,l), +(73,0,l) +); +}, +{ +closed = 1; +nodes = ( +(113,764,l), +(653,764,l), +(653,36,l), +(113,36,l) +); +}, +{ +closed = 1; +nodes = ( +(603,710,l), +(163,710,l), +(163,90,l) +); +} +); +width = 766; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(704,0,l), +(704,800,l), +(84,800,l), +(84,0,l) +); +}, +{ +closed = 1; +nodes = ( +(124,764,l), +(664,764,l), +(664,36,l), +(124,36,l) +); +}, +{ +closed = 1; +nodes = ( +(614,710,l), +(174,710,l), +(174,90,l) +); +} +); +width = 788; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,0,l), +(655,800,l), +(35,800,l), +(35,0,l) +); +}, +{ +closed = 1; +nodes = ( +(75,764,l), +(615,764,l), +(615,36,l), +(75,36,l) +); +}, +{ +closed = 1; +nodes = ( +(565,710,l), +(125,710,l), +(125,90,l) +); +} +); +width = 690; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(655,0,l), +(655,800,l), +(35,800,l), +(35,0,l) +); +}, +{ +closed = 1; +nodes = ( +(75,764,l), +(615,764,l), +(615,36,l), +(75,36,l) +); +}, +{ +closed = 1; +nodes = ( +(565,710,l), +(125,710,l), +(125,90,l) +); +} +); +width = 690; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,0,l), +(655,800,l), +(35,800,l), +(35,0,l) +); +}, +{ +closed = 1; +nodes = ( +(75,764,l), +(615,764,l), +(615,36,l), +(75,36,l) +); +}, +{ +closed = 1; +nodes = ( +(565,710,l), +(125,710,l), +(125,90,l) +); +} +); +width = 690; +} +); +metricLeft = SQRU; +metricRight = SQRU; +}, +{ +glyphname = period; +kernLeft = period_left; +kernRight = period_right; +lastChange = "2023-01-15 17:57:32 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (221,0); +}, +{ +name = _question; +pos = (137,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(187,-8,o), +(221,24,o), +(221,70,cs), +(221,116,o), +(187,148,o), +(137,148,cs), +(87,148,o), +(53,116,o), +(53,70,cs), +(53,24,o), +(87,-8,o), +(137,-8,cs) +); +} +); +width = 274; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (277,0); +}, +{ +name = _question; +pos = (157,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(228,-12,o), +(277,33,o), +(277,98,cs), +(277,163,o), +(228,208,o), +(157,208,cs), +(86,208,o), +(37,163,o), +(37,98,cs), +(37,33,o), +(86,-12,o), +(157,-12,cs) +); +} +); +width = 314; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (237,0); +}, +{ +name = _question; +pos = (147,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(205,-8,o), +(241,20,o), +(241,66,cs), +(241,112,o), +(205,140,o), +(147,140,cs), +(89,140,o), +(53,112,o), +(53,66,cs), +(53,20,o), +(89,-8,o), +(147,-8,cs) +); +} +); +width = 294; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (322,0); +}, +{ +name = _question; +pos = (182,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(270,-12,o), +(322,27,o), +(322,94,cs), +(322,161,o), +(270,200,o), +(182,200,cs), +(94,200,o), +(42,161,o), +(42,94,cs), +(42,27,o), +(94,-12,o), +(182,-12,cs) +); +} +); +width = 364; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (196,0); +}, +{ +name = _question; +pos = (122,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(166,-8,o), +(196,26,o), +(196,76,cs), +(196,126,o), +(166,160,o), +(122,160,cs), +(78,160,o), +(48,126,o), +(48,76,cs), +(48,26,o), +(78,-8,o), +(122,-8,cs) +); +} +); +width = 244; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (243,0); +}, +{ +name = _question; +pos = (137,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(204,-12,o), +(243,34,o), +(243,112,cs), +(243,190,o), +(204,236,o), +(137,236,cs), +(70,236,o), +(31,190,o), +(31,112,cs), +(31,34,o), +(70,-12,o), +(137,-12,cs) +); +} +); +width = 274; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (141,0); +}, +{ +name = _question; +pos = (97,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(123,-6,o), +(141,13,o), +(141,42,cs), +(141,71,o), +(123,90,o), +(97,90,cs), +(71,90,o), +(53,71,o), +(53,42,cs), +(53,13,o), +(71,-6,o), +(97,-6,cs) +); +} +); +width = 194; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (394,0); +}, +{ +name = _question; +pos = (206,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(330,-16,o), +(394,29,o), +(394,117,cs), +(394,205,o), +(330,250,o), +(206,250,cs), +(82,250,o), +(18,205,o), +(18,117,cs), +(18,29,o), +(82,-16,o), +(206,-16,cs) +); +} +); +width = 412; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (124,0); +}, +{ +name = _question; +pos = (86,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(110,-6,o), +(124,15,o), +(124,50,cs), +(124,85,o), +(110,106,o), +(86,106,cs), +(62,106,o), +(48,85,o), +(48,50,cs), +(48,15,o), +(62,-6,o), +(86,-6,cs) +); +} +); +width = 172; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (167,0); +}, +{ +name = _question; +pos = (113,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(147,-6,o), +(167,10,o), +(167,36,cs), +(167,62,o), +(147,78,o), +(113,78,cs), +(79,78,o), +(59,62,o), +(59,36,cs), +(59,10,o), +(79,-6,o), +(113,-6,cs) +); +} +); +width = 226; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (478,0); +}, +{ +name = _question; +pos = (248,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(400,-16,o), +(478,29,o), +(478,117,cs), +(478,205,o), +(400,250,o), +(248,250,cs), +(96,250,o), +(18,205,o), +(18,117,cs), +(18,29,o), +(96,-16,o), +(248,-16,cs) +); +} +); +width = 496; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (346,0); +}, +{ +name = _question; +pos = (182,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(287,-16,o), +(346,35,o), +(346,127,cs), +(346,219,o), +(287,270,o), +(182,270,cs), +(77,270,o), +(18,219,o), +(18,127,cs), +(18,35,o), +(77,-16,o), +(182,-16,cs) +); +} +); +width = 364; +} +); +metricLeft = RND; +metricRight = RND; +unicode = 46; +}, +{ +glyphname = comma; +kernLeft = period_left; +kernRight = period_right; +lastChange = "2023-01-15 17:57:30 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (59,0); +ref = _part.comma; +} +); +width = 264; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (61,0); +ref = _part.comma; +} +); +width = 304; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (34,0); +ref = _part.comma; +} +); +width = 280; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (46,0); +ref = _part.comma; +} +); +width = 354; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (30,0); +ref = _part.comma; +} +); +width = 234; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (18,0); +ref = _part.comma; +} +); +width = 264; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (-21,0); +ref = _part.comma; +} +); +width = 178; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (110,0); +ref = _part.comma; +} +); +width = 402; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (-34,0); +ref = _part.comma; +} +); +width = 156; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (-7,0); +ref = _part.comma; +} +); +width = 210; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (152,0); +ref = _part.comma; +} +); +width = 486; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +pos = (-10,0); +ref = period; +}, +{ +pos = (84,0); +ref = _part.comma; +} +); +width = 354; +} +); +metricLeft = "=-10"; +metricRight = n; +unicode = 44; +}, +{ +glyphname = colon; +kernLeft = sqr_left; +kernRight = sqr_right; +lastChange = "2023-01-17 20:08:46 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +ref = period; +}, +{ +alignment = -1; +pos = (0,460); +ref = period; +} +); +width = 274; +}, +{ +layerId = m002; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,424); +ref = period; +} +); +width = 314; +}, +{ +layerId = m003; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,468); +ref = period; +} +); +width = 294; +}, +{ +layerId = m004; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,432); +ref = period; +} +); +width = 364; +}, +{ +layerId = m005; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,448); +ref = period; +} +); +width = 244; +}, +{ +layerId = m006; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,396); +ref = period; +} +); +width = 274; +}, +{ +layerId = m007; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,504); +ref = period; +} +); +width = 194; +}, +{ +layerId = m008; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,406); +ref = period; +} +); +width = 412; +}, +{ +layerId = m009; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,488); +ref = period; +} +); +width = 172; +}, +{ +layerId = m010; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,516); +ref = period; +} +); +width = 226; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +ref = period; +}, +{ +alignment = -1; +pos = (0,406); +ref = period; +} +); +width = 496; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = period; +}, +{ +pos = (0,386); +ref = period; +} +); +width = 364; +} +); +metricLeft = period; +metricRight = period; +unicode = 58; +}, +{ +glyphname = semicolon; +kernLeft = sqr_left; +kernRight = sqr_right; +lastChange = "2023-01-16 18:17:03 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +pos = (-10,460); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 264; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (-10,424); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 304; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (-10,468); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 280; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (-10,432); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 354; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (-10,448); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 234; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (-10,396); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 264; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (-10,504); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 178; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (-10,406); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 402; +}, +{ +layerId = m009; +shapes = ( +{ +pos = (-10,488); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 156; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (-10,516); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 210; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (-10,406); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 486; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (-10,386); +ref = period; +}, +{ +alignment = -1; +ref = comma; +} +); +width = 354; +} +); +metricLeft = comma; +metricRight = comma; +unicode = 59; +}, +{ +glyphname = ellipsis; +kernLeft = period_left; +kernRight = period_right; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(410,-8,o), +(437,18,o), +(437,65,cs), +(437,112,o), +(410,138,o), +(361,138,cs), +(312,138,o), +(285,112,o), +(285,65,cs), +(285,18,o), +(312,-8,o), +(361,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(642,-8,o), +(669,18,o), +(669,65,cs), +(669,112,o), +(642,138,o), +(593,138,cs), +(544,138,o), +(517,112,o), +(517,65,cs), +(517,18,o), +(544,-8,o), +(593,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(178,-8,o), +(205,18,o), +(205,65,cs), +(205,112,o), +(178,138,o), +(129,138,cs), +(80,138,o), +(53,112,o), +(53,65,cs), +(53,18,o), +(80,-8,o), +(129,-8,cs) +); +} +); +width = 722; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(514,-12,o), +(557,28,o), +(557,98,cs), +(557,168,o), +(514,208,o), +(437,208,cs), +(360,208,o), +(317,168,o), +(317,98,cs), +(317,28,o), +(360,-12,o), +(437,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(794,-12,o), +(837,28,o), +(837,98,cs), +(837,168,o), +(794,208,o), +(717,208,cs), +(640,208,o), +(597,168,o), +(597,98,cs), +(597,28,o), +(640,-12,o), +(717,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,-12,o), +(277,28,o), +(277,98,cs), +(277,168,o), +(234,208,o), +(157,208,cs), +(80,208,o), +(37,168,o), +(37,98,cs), +(37,28,o), +(80,-12,o), +(157,-12,cs) +); +} +); +width = 874; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(468,-8,o), +(499,15,o), +(499,56,cs), +(499,97,o), +(468,120,o), +(412,120,cs), +(356,120,o), +(325,97,o), +(325,56,cs), +(325,15,o), +(356,-8,o), +(412,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(740,-8,o), +(771,15,o), +(771,56,cs), +(771,97,o), +(740,120,o), +(684,120,cs), +(628,120,o), +(597,97,o), +(597,56,cs), +(597,15,o), +(628,-8,o), +(684,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,-8,o), +(227,15,o), +(227,56,cs), +(227,97,o), +(196,120,o), +(140,120,cs), +(84,120,o), +(53,97,o), +(53,56,cs), +(53,15,o), +(84,-8,o), +(140,-8,cs) +); +} +); +width = 824; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(642,-12,o), +(692,22,o), +(692,83,cs), +(692,144,o), +(642,178,o), +(552,178,cs), +(462,178,o), +(412,144,o), +(412,83,cs), +(412,22,o), +(462,-12,o), +(552,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(1012,-12,o), +(1062,22,o), +(1062,83,cs), +(1062,144,o), +(1012,178,o), +(922,178,cs), +(832,178,o), +(782,144,o), +(782,83,cs), +(782,22,o), +(832,-12,o), +(922,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(272,-12,o), +(322,22,o), +(322,83,cs), +(322,144,o), +(272,178,o), +(182,178,cs), +(92,178,o), +(42,144,o), +(42,83,cs), +(42,22,o), +(92,-12,o), +(182,-12,cs) +); +} +); +width = 1104; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(362,-8,o), +(386,20,o), +(386,71,cs), +(386,122,o), +(362,150,o), +(318,150,cs), +(274,150,o), +(250,122,o), +(250,71,cs), +(250,20,o), +(274,-8,o), +(318,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(564,-8,o), +(588,20,o), +(588,71,cs), +(588,122,o), +(564,150,o), +(520,150,cs), +(476,150,o), +(452,122,o), +(452,71,cs), +(452,20,o), +(476,-8,o), +(520,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,-8,o), +(184,20,o), +(184,71,cs), +(184,122,o), +(160,150,o), +(116,150,cs), +(72,150,o), +(48,122,o), +(48,71,cs), +(48,20,o), +(72,-8,o), +(116,-8,cs) +); +} +); +width = 636; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(491,-12,o), +(531,31,o), +(531,108,cs), +(531,185,o), +(491,228,o), +(421,228,cs), +(351,228,o), +(311,185,o), +(311,108,cs), +(311,31,o), +(351,-12,o), +(421,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(771,-12,o), +(811,31,o), +(811,108,cs), +(811,185,o), +(771,228,o), +(701,228,cs), +(631,228,o), +(591,185,o), +(591,108,cs), +(591,31,o), +(631,-12,o), +(701,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(211,-12,o), +(251,31,o), +(251,108,cs), +(251,185,o), +(211,228,o), +(141,228,cs), +(71,228,o), +(31,185,o), +(31,108,cs), +(31,31,o), +(71,-12,o), +(141,-12,cs) +); +} +); +width = 842; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(267,-6,o), +(279,5,o), +(279,24,cs), +(279,43,o), +(267,54,o), +(247,54,cs), +(227,54,o), +(215,43,o), +(215,24,cs), +(215,5,o), +(227,-6,o), +(247,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(429,-6,o), +(441,5,o), +(441,24,cs), +(441,43,o), +(429,54,o), +(409,54,cs), +(389,54,o), +(377,43,o), +(377,24,cs), +(377,5,o), +(389,-6,o), +(409,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(105,-6,o), +(117,5,o), +(117,24,cs), +(117,43,o), +(105,54,o), +(85,54,cs), +(65,54,o), +(53,43,o), +(53,24,cs), +(53,5,o), +(65,-6,o), +(85,-6,cs) +); +} +); +width = 494; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(629,-16,o), +(680,29,o), +(680,117,cs), +(680,205,o), +(629,250,o), +(530,250,cs), +(431,250,o), +(379,205,o), +(379,117,cs), +(379,29,o), +(431,-16,o), +(530,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(990,-16,o), +(1041,29,o), +(1041,117,cs), +(1041,205,o), +(990,250,o), +(891,250,cs), +(792,250,o), +(740,205,o), +(740,117,cs), +(740,29,o), +(792,-16,o), +(891,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,-16,o), +(319,29,o), +(319,117,cs), +(319,205,o), +(268,250,o), +(169,250,cs), +(70,250,o), +(18,205,o), +(18,117,cs), +(18,29,o), +(70,-16,o), +(169,-16,cs) +); +} +); +width = 1059; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(246,-6,o), +(256,7,o), +(256,30,cs), +(256,53,o), +(246,66,o), +(228,66,cs), +(210,66,o), +(200,53,o), +(200,30,cs), +(200,7,o), +(210,-6,o), +(228,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(398,-6,o), +(408,7,o), +(408,30,cs), +(408,53,o), +(398,66,o), +(380,66,cs), +(362,66,o), +(352,53,o), +(352,30,cs), +(352,7,o), +(362,-6,o), +(380,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(94,-6,o), +(104,7,o), +(104,30,cs), +(104,53,o), +(94,66,o), +(76,66,cs), +(58,66,o), +(48,53,o), +(48,30,cs), +(48,7,o), +(58,-6,o), +(76,-6,cs) +); +} +); +width = 456; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(353,-6,o), +(369,4,o), +(369,20,cs), +(369,36,o), +(353,46,o), +(325,46,cs), +(297,46,o), +(281,36,o), +(281,20,cs), +(281,4,o), +(297,-6,o), +(325,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(575,-6,o), +(591,4,o), +(591,20,cs), +(591,36,o), +(575,46,o), +(547,46,cs), +(519,46,o), +(503,36,o), +(503,20,cs), +(503,4,o), +(519,-6,o), +(547,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(131,-6,o), +(147,4,o), +(147,20,cs), +(147,36,o), +(131,46,o), +(103,46,cs), +(75,46,o), +(59,36,o), +(59,20,cs), +(59,4,o), +(75,-6,o), +(103,-6,cs) +); +} +); +width = 650; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(689,-16,o), +(748,29,o), +(748,117,cs), +(748,205,o), +(689,250,o), +(573,250,cs), +(458,250,o), +(399,205,o), +(399,117,cs), +(399,29,o), +(458,-16,o), +(573,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(1070,-16,o), +(1129,29,o), +(1129,117,cs), +(1129,205,o), +(1070,250,o), +(954,250,cs), +(839,250,o), +(780,205,o), +(780,117,cs), +(780,29,o), +(839,-16,o), +(954,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,-16,o), +(367,29,o), +(367,117,cs), +(367,205,o), +(308,250,o), +(192,250,cs), +(77,250,o), +(18,205,o), +(18,117,cs), +(18,29,o), +(77,-16,o), +(192,-16,cs) +); +} +); +width = 1147; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-16,o), +(568,35,o), +(568,127,cs), +(568,219,o), +(523,270,o), +(443,270,cs), +(364,270,o), +(319,219,o), +(319,127,cs), +(319,35,o), +(364,-16,o), +(443,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(824,-16,o), +(869,35,o), +(869,127,cs), +(869,219,o), +(824,270,o), +(744,270,cs), +(665,270,o), +(620,219,o), +(620,127,cs), +(620,35,o), +(665,-16,o), +(744,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,-16,o), +(267,35,o), +(267,127,cs), +(267,219,o), +(222,270,o), +(142,270,cs), +(63,270,o), +(18,219,o), +(18,127,cs), +(18,35,o), +(63,-16,o), +(142,-16,cs) +); +} +); +width = 887; +} +); +metricLeft = period; +metricRight = period; +unicode = 8230; +}, +{ +glyphname = exclam; +kernLeft = SQR_LEFT; +lastChange = "2023-01-15 17:58:42 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (26,0); +ref = period; +} +); +width = 326; +}, +{ +layerId = m002; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (10,0); +ref = period; +} +); +width = 334; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (16,0); +ref = period; +} +); +width = 326; +}, +{ +layerId = m004; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (-4,0); +ref = period; +} +); +width = 356; +}, +{ +layerId = m005; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (30,0); +ref = period; +} +); +width = 304; +}, +{ +layerId = m006; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (19,0); +ref = period; +} +); +width = 312; +}, +{ +layerId = m007; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (30,0); +ref = period; +} +); +width = 254; +}, +{ +layerId = m008; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (-3,0); +ref = period; +} +); +width = 406; +}, +{ +layerId = m009; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (30,0); +ref = period; +} +); +width = 232; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (25,0); +ref = period; +} +); +width = 276; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (-3,0); +ref = period; +} +); +width = 490; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _part.exclam; +}, +{ +pos = (-3,0); +ref = period; +scale = (1,0.8); +} +); +width = 358; +} +); +metricLeft = H; +metricRight = H; +unicode = 33; +}, +{ +glyphname = exclamdown; +lastChange = "2022-03-29 20:19:35 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (232,588); +ref = exclam; +} +); +width = 232; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (254,588); +ref = exclam; +} +); +width = 254; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (276,588); +ref = exclam; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (304,600); +ref = exclam; +} +); +width = 304; +}, +{ +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (326,600); +ref = exclam; +} +); +width = 326; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (326,600); +ref = exclam; +} +); +width = 326; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (312,620); +ref = exclam; +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (334,620); +ref = exclam; +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (356,620); +ref = exclam; +} +); +width = 356; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (358,644); +ref = exclam; +} +); +width = 358; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (406,640); +ref = exclam; +} +); +width = 406; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (490,640); +ref = exclam; +} +); +width = 490; +} +); +metricLeft = exclam; +metricRight = exclam; +unicode = 161; +}, +{ +glyphname = question; +lastChange = "2023-01-17 12:35:24 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (172,0); +ref = period; +} +); +width = 630; +}, +{ +layerId = m002; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (171,0); +ref = period; +} +); +width = 648; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (246,0); +ref = period; +} +); +width = 832; +}, +{ +layerId = m004; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (224,0); +ref = period; +} +); +width = 871; +}, +{ +layerId = m005; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (137,0); +ref = period; +} +); +width = 541; +}, +{ +layerId = m006; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (131,0); +ref = period; +} +); +width = 541; +}, +{ +layerId = m007; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (179,0); +ref = period; +} +); +width = 574; +}, +{ +layerId = m008; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (149,0); +ref = period; +} +); +width = 726; +}, +{ +layerId = m009; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (147,0); +ref = period; +} +); +width = 485; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (249,0); +ref = period; +} +); +width = 765; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (255,0); +ref = period; +} +); +width = 1030; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _part.question; +}, +{ +alignment = 1; +pos = (107,0); +ref = period; +scale = (1,0.8); +} +); +width = 602; +} +); +metricLeft = S; +metricRight = S; +unicode = 63; +}, +{ +glyphname = questiondown; +lastChange = "2022-03-29 20:23:45 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (485,588); +ref = question; +} +); +width = 485; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (574,588); +ref = question; +} +); +width = 574; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (765,588); +ref = question; +} +); +width = 765; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (541,600); +ref = question; +} +); +width = 541; +}, +{ +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (630,600); +ref = question; +} +); +width = 630; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (832,600); +ref = question; +} +); +width = 832; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (541,620); +ref = question; +} +); +width = 541; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (648,620); +ref = question; +} +); +width = 648; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (871,620); +ref = question; +} +); +width = 871; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (602,644); +ref = question; +} +); +width = 602; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (726,640); +ref = question; +} +); +width = 726; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (1030,640); +ref = question; +} +); +width = 1030; +} +); +metricLeft = "=|question"; +metricRight = "=|question"; +unicode = 191; +}, +{ +glyphname = periodcentered; +lastChange = "2023-01-17 20:08:43 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (0,370); +ref = period; +} +); +width = 172; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,370); +ref = period; +} +); +width = 194; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,370); +ref = period; +} +); +width = 226; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,344); +ref = period; +} +); +width = 244; +}, +{ +background = { +shapes = ( +{ +pos = (-279,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +pos = (0,342); +ref = period; +} +); +width = 274; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,340); +ref = period; +} +); +width = 294; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,308); +ref = period; +} +); +width = 274; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,314); +ref = period; +} +); +width = 314; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,313); +ref = period; +} +); +width = 364; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,294); +ref = period; +} +); +width = 364; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,295); +ref = period; +} +); +width = 412; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,290); +ref = period; +} +); +width = 496; +} +); +metricLeft = RND; +metricRight = RND; +unicode = 183; +}, +{ +glyphname = bullet; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(242,276,o), +(281,315,o), +(281,390,cs), +(281,465,o), +(242,504,o), +(167,504,cs), +(92,504,o), +(53,465,o), +(53,390,cs), +(53,315,o), +(92,276,o), +(167,276,cs) +); +} +); +width = 334; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(349,202,o), +(413,266,o), +(413,390,cs), +(413,514,o), +(349,578,o), +(225,578,cs), +(101,578,o), +(37,514,o), +(37,390,cs), +(37,266,o), +(101,202,o), +(225,202,cs) +); +} +); +width = 450; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(242,276,o), +(281,315,o), +(281,390,cs), +(281,465,o), +(242,504,o), +(167,504,cs), +(92,504,o), +(53,465,o), +(53,390,cs), +(53,315,o), +(92,276,o), +(167,276,cs) +); +} +); +width = 334; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(354,202,o), +(418,266,o), +(418,390,cs), +(418,514,o), +(354,578,o), +(230,578,cs), +(106,578,o), +(42,514,o), +(42,390,cs), +(42,266,o), +(106,202,o), +(230,202,cs) +); +} +); +width = 460; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(237,276,o), +(276,315,o), +(276,390,cs), +(276,465,o), +(237,504,o), +(162,504,cs), +(87,504,o), +(48,465,o), +(48,390,cs), +(48,315,o), +(87,276,o), +(162,276,cs) +); +} +); +width = 324; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(343,202,o), +(407,266,o), +(407,390,cs), +(407,514,o), +(343,578,o), +(219,578,cs), +(95,578,o), +(31,514,o), +(31,390,cs), +(31,266,o), +(95,202,o), +(219,202,cs) +); +} +); +width = 438; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(123,348,o), +(137,362,o), +(137,390,cs), +(137,418,o), +(123,432,o), +(95,432,cs), +(67,432,o), +(53,418,o), +(53,390,cs), +(53,362,o), +(67,348,o), +(95,348,cs) +); +} +); +width = 190; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(350,190,o), +(418,258,o), +(418,390,cs), +(418,522,o), +(350,590,o), +(218,590,cs), +(86,590,o), +(18,522,o), +(18,390,cs), +(18,258,o), +(86,190,o), +(218,190,cs) +); +} +); +width = 436; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(118,348,o), +(132,362,o), +(132,390,cs), +(132,418,o), +(118,432,o), +(90,432,cs), +(62,432,o), +(48,418,o), +(48,390,cs), +(48,362,o), +(62,348,o), +(90,348,cs) +); +} +); +width = 180; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(129,348,o), +(143,362,o), +(143,390,cs), +(143,418,o), +(129,432,o), +(101,432,cs), +(73,432,o), +(59,418,o), +(59,390,cs), +(59,362,o), +(73,348,o), +(101,348,cs) +); +} +); +width = 202; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,190,o), +(418,258,o), +(418,390,cs), +(418,522,o), +(350,590,o), +(218,590,cs), +(86,590,o), +(18,522,o), +(18,390,cs), +(18,258,o), +(86,190,o), +(218,190,cs) +); +} +); +width = 436; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,190,o), +(418,258,o), +(418,390,cs), +(418,522,o), +(350,590,o), +(218,590,cs), +(86,590,o), +(18,522,o), +(18,390,cs), +(18,258,o), +(86,190,o), +(218,190,cs) +); +} +); +width = 436; +} +); +metricLeft = period; +metricRight = period; +unicode = 8226; +}, +{ +glyphname = asterisk; +lastChange = "2022-08-28 17:12:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (350,568); +ref = "_part.asterisk-assembled"; +} +); +width = 700; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (330,572); +ref = "_part.asterisk-assembled"; +} +); +width = 660; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (370,548); +ref = "_part.asterisk-assembled"; +} +); +width = 740; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (359,552); +ref = "_part.asterisk-assembled"; +} +); +width = 718; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (320,588); +ref = "_part.asterisk-assembled"; +} +); +width = 640; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (299,592); +ref = "_part.asterisk-assembled"; +} +); +width = 598; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (339,564); +ref = "_part.asterisk-assembled"; +} +); +width = 678; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (359,550); +ref = "_part.asterisk-assembled"; +} +); +width = 718; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (310,584); +ref = "_part.asterisk-assembled"; +} +); +width = 620; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (369,544); +ref = "_part.asterisk-assembled"; +} +); +width = 738; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (378,530); +ref = "_part.asterisk-assembled"; +} +); +width = 756; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (338,570); +ref = "_part.asterisk-assembled"; +} +); +width = 676; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 42; +}, +{ +glyphname = numbersign; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(303,800,l), +(146,0,l), +(236,0,l), +(393,800,l) +); +}, +{ +closed = 1; +nodes = ( +(563,800,l), +(406,0,l), +(496,0,l), +(653,800,l) +); +}, +{ +closed = 1; +nodes = ( +(107,504,l), +(746,504,l), +(746,600,l), +(107,600,l) +); +}, +{ +closed = 1; +nodes = ( +(53,200,l), +(692,200,l), +(692,296,l), +(53,296,l) +); +} +); +width = 799; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(288,800,l), +(131,0,l), +(291,0,l), +(448,800,l) +); +}, +{ +closed = 1; +nodes = ( +(584,800,l), +(427,0,l), +(587,0,l), +(744,800,l) +); +}, +{ +closed = 1; +nodes = ( +(91,472,l), +(838,472,l), +(838,632,l), +(91,632,l) +); +}, +{ +closed = 1; +nodes = ( +(37,168,l), +(784,168,l), +(784,328,l), +(37,328,l) +); +} +); +width = 875; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(389,800,l), +(232,0,l), +(330,0,l), +(487,800,l) +); +}, +{ +closed = 1; +nodes = ( +(739,800,l), +(582,0,l), +(680,0,l), +(837,800,l) +); +}, +{ +closed = 1; +nodes = ( +(107,504,l), +(1016,504,l), +(1016,600,l), +(107,600,l) +); +}, +{ +closed = 1; +nodes = ( +(53,200,l), +(962,200,l), +(962,296,l), +(53,296,l) +); +} +); +width = 1069; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(384,800,l), +(227,0,l), +(387,0,l), +(544,800,l) +); +}, +{ +closed = 1; +nodes = ( +(771,800,l), +(614,0,l), +(774,0,l), +(931,800,l) +); +}, +{ +closed = 1; +nodes = ( +(96,472,l), +(1116,472,l), +(1116,632,l), +(96,632,l) +); +}, +{ +closed = 1; +nodes = ( +(42,168,l), +(1062,168,l), +(1062,328,l), +(42,328,l) +); +} +); +width = 1158; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(262,800,l), +(105,0,l), +(195,0,l), +(352,800,l) +); +}, +{ +closed = 1; +nodes = ( +(486,800,l), +(329,0,l), +(419,0,l), +(576,800,l) +); +}, +{ +closed = 1; +nodes = ( +(102,504,l), +(633,504,l), +(633,600,l), +(102,600,l) +); +}, +{ +closed = 1; +nodes = ( +(48,200,l), +(579,200,l), +(579,296,l), +(48,296,l) +); +} +); +width = 681; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(240,800,l), +(83,0,l), +(243,0,l), +(400,800,l) +); +}, +{ +closed = 1; +nodes = ( +(494,800,l), +(337,0,l), +(497,0,l), +(654,800,l) +); +}, +{ +closed = 1; +nodes = ( +(85,472,l), +(706,472,l), +(706,632,l), +(85,632,l) +); +}, +{ +closed = 1; +nodes = ( +(31,168,l), +(652,168,l), +(652,328,l), +(31,328,l) +); +} +); +width = 737; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(305,800,l), +(148,0,l), +(188,0,l), +(345,800,l) +); +}, +{ +closed = 1; +nodes = ( +(542,800,l), +(385,0,l), +(425,0,l), +(582,800,l) +); +}, +{ +closed = 1; +nodes = ( +(107,534,l), +(677,534,l), +(677,570,l), +(107,570,l) +); +}, +{ +closed = 1; +nodes = ( +(53,230,l), +(623,230,l), +(623,266,l), +(53,266,l) +); +} +); +width = 730; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(240,800,l), +(83,0,l), +(363,0,l), +(520,800,l) +); +}, +{ +closed = 1; +nodes = ( +(597,800,l), +(440,0,l), +(720,0,l), +(877,800,l) +); +}, +{ +closed = 1; +nodes = ( +(72,440,l), +(942,440,l), +(942,664,l), +(72,664,l) +); +}, +{ +closed = 1; +nodes = ( +(18,136,l), +(888,136,l), +(888,360,l), +(18,360,l) +); +} +); +width = 960; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(267,800,l), +(110,0,l), +(150,0,l), +(307,800,l) +); +}, +{ +closed = 1; +nodes = ( +(471,800,l), +(314,0,l), +(354,0,l), +(511,800,l) +); +}, +{ +closed = 1; +nodes = ( +(102,534,l), +(573,534,l), +(573,570,l), +(102,570,l) +); +}, +{ +closed = 1; +nodes = ( +(48,230,l), +(519,230,l), +(519,266,l), +(48,266,l) +); +} +); +width = 621; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(393,800,l), +(236,0,l), +(276,0,l), +(433,800,l) +); +}, +{ +closed = 1; +nodes = ( +(712,800,l), +(555,0,l), +(595,0,l), +(752,800,l) +); +}, +{ +closed = 1; +nodes = ( +(113,534,l), +(929,534,l), +(929,570,l), +(113,570,l) +); +}, +{ +closed = 1; +nodes = ( +(59,230,l), +(875,230,l), +(875,266,l), +(59,266,l) +); +} +); +width = 988; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(310,800,l), +(153,0,l), +(523,0,l), +(680,800,l) +); +}, +{ +closed = 1; +nodes = ( +(817,800,l), +(660,0,l), +(1030,0,l), +(1187,800,l) +); +}, +{ +closed = 1; +nodes = ( +(72,440,l), +(1322,440,l), +(1322,664,l), +(72,664,l) +); +}, +{ +closed = 1; +nodes = ( +(18,136,l), +(1268,136,l), +(1268,360,l), +(18,360,l) +); +} +); +width = 1340; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,800,l), +(63,0,l), +(283,0,l), +(440,800,l) +); +}, +{ +closed = 1; +nodes = ( +(517,800,l), +(360,0,l), +(580,0,l), +(737,800,l) +); +}, +{ +closed = 1; +nodes = ( +(72,460,l), +(782,460,l), +(782,664,l), +(72,664,l) +); +}, +{ +closed = 1; +nodes = ( +(18,136,l), +(728,136,l), +(728,340,l), +(18,340,l) +); +} +); +width = 800; +} +); +metricLeft = "=SQRU/2"; +metricRight = "=SQRU/2"; +unicode = 35; +}, +{ +glyphname = slash; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(313,848,l), +(53,-170,l), +(157,-170,l), +(417,848,l) +); +} +); +width = 470; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(299,848,l), +(37,-170,l), +(205,-170,l), +(467,848,l) +); +} +); +width = 504; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(456,848,l), +(53,-170,l), +(161,-170,l), +(564,848,l) +); +} +); +width = 617; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(450,848,l), +(42,-170,l), +(214,-170,l), +(622,848,l) +); +} +); +width = 664; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(251,848,l), +(48,-170,l), +(150,-170,l), +(353,848,l) +); +} +); +width = 401; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(226,848,l), +(31,-170,l), +(195,-170,l), +(390,848,l) +); +} +); +width = 421; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(307,848,l), +(53,-170,l), +(89,-170,l), +(343,848,l) +); +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(284,848,l), +(18,-170,l), +(266,-170,l), +(532,848,l) +); +} +); +width = 550; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(257,848,l), +(48,-170,l), +(82,-170,l), +(291,848,l) +); +} +); +width = 338; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(427,848,l), +(59,-170,l), +(99,-170,l), +(467,848,l) +); +} +); +width = 526; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,848,l), +(18,-170,l), +(341,-170,l), +(747,848,l) +); +} +); +width = 765; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(214,848,l), +(18,-170,l), +(232,-170,l), +(428,848,l) +); +} +); +width = 446; +} +); +metricLeft = "=SQRU/2"; +metricRight = "=SQRU/2"; +unicode = 47; +}, +{ +glyphname = backslash; +lastChange = "2022-01-20 13:18:11 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +pos = (470,0); +ref = slash; +scale = (-1,1); +} +); +width = 470; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +pos = (504,0); +ref = slash; +scale = (-1,1); +} +); +width = 504; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +pos = (617,0); +ref = slash; +scale = (-1,1); +} +); +width = 617; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +pos = (664,0); +ref = slash; +scale = (-1,1); +} +); +width = 664; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +pos = (401,0); +ref = slash; +scale = (-1,1); +} +); +width = 401; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +pos = (421,0); +ref = slash; +scale = (-1,1); +} +); +width = 421; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (396,0); +ref = slash; +scale = (-1,1); +} +); +width = 396; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +pos = (550,0); +ref = slash; +scale = (-1,1); +} +); +width = 550; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (338,0); +ref = slash; +scale = (-1,1); +} +); +width = 338; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +pos = (526,0); +ref = slash; +scale = (-1,1); +} +); +width = 526; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +pos = (765,0); +ref = slash; +scale = (-1,1); +} +); +width = 765; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +pos = (446,0); +ref = slash; +scale = (-1,1); +} +); +width = 446; +} +); +unicode = 92; +}, +{ +glyphname = colon.case; +lastChange = "2021-08-31 18:29:13 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,100); +ref = colon; +} +); +width = 258; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = colon; +} +); +width = 152; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = colon; +} +); +width = 170; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,106); +ref = colon; +} +); +width = 206; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,100); +ref = colon; +} +); +width = 220; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,100); +ref = colon; +} +); +width = 280; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,90); +ref = colon; +} +); +width = 282; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,90); +ref = colon; +} +); +width = 314; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,90); +ref = colon; +} +); +width = 364; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = colon; +} +); +width = 364; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = colon; +} +); +width = 412; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = colon; +} +); +width = 496; +} +); +}, +{ +glyphname = hyphen; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2023-01-16 20:47:12 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-103,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(53,268,l), +(439,268,l), +(439,372,l), +(53,372,l) +); +} +); +width = 492; +}, +{ +background = { +shapes = ( +{ +pos = (-89,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(37,240,l), +(503,240,l), +(503,400,l), +(37,400,l) +); +} +); +width = 540; +}, +{ +background = { +shapes = ( +{ +pos = (-103,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(53,268,l), +(636,268,l), +(636,372,l), +(53,372,l) +); +} +); +width = 689; +}, +{ +background = { +shapes = ( +{ +pos = (-94,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(42,240,l), +(706,240,l), +(706,400,l), +(42,400,l) +); +} +); +width = 748; +}, +{ +background = { +shapes = ( +{ +pos = (-88,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(48,268,l), +(355,268,l), +(355,372,l), +(48,372,l) +); +} +); +width = 403; +}, +{ +background = { +shapes = ( +{ +pos = (-85,0); +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(31,240,l), +(405,240,l), +(405,400,l), +(31,400,l) +); +} +); +width = 436; +}, +{ +background = { +shapes = ( +{ +pos = (-103,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(53,302,l), +(389,302,l), +(389,338,l), +(53,338,l) +); +} +); +width = 442; +}, +{ +background = { +shapes = ( +{ +pos = (-114,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(18,200,l), +(490,200,l), +(490,440,l), +(18,440,l) +); +} +); +width = 508; +}, +{ +background = { +shapes = ( +{ +pos = (-98,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(48,302,l), +(312,302,l), +(312,338,l), +(48,338,l) +); +} +); +width = 360; +}, +{ +background = { +shapes = ( +{ +pos = (-107,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(59,302,l), +(573,302,l), +(573,338,l), +(59,338,l) +); +} +); +width = 632; +}, +{ +background = { +shapes = ( +{ +pos = (-114,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,200,l), +(770,200,l), +(770,440,l), +(18,440,l) +); +} +); +width = 788; +}, +{ +background = { +shapes = ( +{ +pos = (-114,0); +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,210,l), +(390,210,l), +(390,430,l), +(18,430,l) +); +} +); +width = 408; +} +); +metricLeft = o; +metricRight = o; +unicode = 45; +}, +{ +glyphname = softhyphen; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = hyphen; +} +); +width = 360; +}, +{ +layerId = m007; +shapes = ( +{ +ref = hyphen; +} +); +width = 442; +}, +{ +layerId = m010; +shapes = ( +{ +ref = hyphen; +} +); +width = 632; +}, +{ +layerId = m005; +shapes = ( +{ +ref = hyphen; +} +); +width = 403; +}, +{ +layerId = m01; +shapes = ( +{ +ref = hyphen; +} +); +width = 492; +}, +{ +layerId = m003; +shapes = ( +{ +ref = hyphen; +} +); +width = 689; +}, +{ +layerId = m006; +shapes = ( +{ +ref = hyphen; +} +); +width = 436; +}, +{ +layerId = m002; +shapes = ( +{ +ref = hyphen; +} +); +width = 540; +}, +{ +layerId = m004; +shapes = ( +{ +ref = hyphen; +} +); +width = 748; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = hyphen; +} +); +width = 408; +}, +{ +layerId = m008; +shapes = ( +{ +ref = hyphen; +} +); +width = 508; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = hyphen; +} +); +width = 788; +} +); +unicode = 173; +}, +{ +glyphname = endash; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-3,0); +ref = N; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(53,272,l), +(781,272,l), +(781,368,l), +(53,368,l) +); +} +); +width = 834; +}, +{ +background = { +shapes = ( +{ +pos = (14,0); +ref = N; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(37,246,l), +(851,246,l), +(851,394,l), +(37,394,l) +); +} +); +width = 888; +}, +{ +background = { +shapes = ( +{ +pos = (-3,0); +ref = N; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(53,272,l), +(1027,272,l), +(1027,368,l), +(53,368,l) +); +} +); +width = 1080; +}, +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = N; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(42,246,l), +(1098,246,l), +(1098,394,l), +(42,394,l) +); +} +); +width = 1140; +}, +{ +background = { +shapes = ( +{ +pos = (14,0); +ref = N; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(48,272,l), +(678,272,l), +(678,368,l), +(48,368,l) +); +} +); +width = 726; +}, +{ +background = { +shapes = ( +{ +pos = (19,0); +ref = N; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(31,246,l), +(735,246,l), +(735,394,l), +(31,394,l) +); +} +); +width = 766; +}, +{ +background = { +shapes = ( +{ +pos = (-3,0); +ref = N; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(53,303,l), +(719,303,l), +(719,337,l), +(53,337,l) +); +} +); +width = 772; +}, +{ +background = { +shapes = ( +{ +pos = (-47,0); +ref = N; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(18,210,l), +(748,210,l), +(748,430,l), +(18,430,l) +); +} +); +width = 766; +}, +{ +background = { +shapes = ( +{ +pos = (3,0); +ref = N; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(48,303,l), +(626,303,l), +(626,337,l), +(48,337,l) +); +} +); +width = 674; +}, +{ +background = { +shapes = ( +{ +pos = (-8,0); +ref = N; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(59,303,l), +(947,303,l), +(947,337,l), +(59,337,l) +); +} +); +width = 1006; +}, +{ +background = { +shapes = ( +{ +pos = (-47,0); +ref = N; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,210,l), +(1068,210,l), +(1068,430,l), +(18,430,l) +); +} +); +width = 1086; +}, +{ +background = { +shapes = ( +{ +pos = (-47,0); +ref = N; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,210,l), +(616,210,l), +(616,430,l), +(18,430,l) +); +} +); +width = 634; +} +); +metricLeft = RND; +metricRight = RND; +unicode = 8211; +}, +{ +glyphname = emdash; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (27,0); +ref = M; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(53,272,l), +(1053,272,l), +(1053,368,l), +(53,368,l) +); +} +); +width = 1106; +}, +{ +background = { +shapes = ( +{ +pos = (44,0); +ref = M; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(37,246,l), +(1157,246,l), +(1157,394,l), +(37,394,l) +); +} +); +width = 1194; +}, +{ +background = { +shapes = ( +{ +pos = (67,0); +ref = M; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(53,272,l), +(1445,272,l), +(1445,368,l), +(53,368,l) +); +} +); +width = 1498; +}, +{ +background = { +shapes = ( +{ +pos = (78,0); +ref = M; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(42,246,l), +(1570,246,l), +(1570,394,l), +(42,394,l) +); +} +); +width = 1612; +}, +{ +background = { +shapes = ( +{ +pos = (24,0); +ref = M; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(48,272,l), +(878,272,l), +(878,368,l), +(48,368,l) +); +} +); +width = 926; +}, +{ +background = { +shapes = ( +{ +pos = (29,0); +ref = M; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(31,246,l), +(955,246,l), +(955,394,l), +(31,394,l) +); +} +); +width = 986; +}, +{ +background = { +shapes = ( +{ +pos = (27,0); +ref = M; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(53,303,l), +(979,303,l), +(979,337,l), +(53,337,l) +); +} +); +width = 1032; +}, +{ +background = { +shapes = ( +{ +pos = (-37,0); +ref = M; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(18,210,l), +(966,210,l), +(966,430,l), +(18,430,l) +); +} +); +width = 984; +}, +{ +background = { +shapes = ( +{ +pos = (13,0); +ref = M; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(48,303,l), +(814,303,l), +(814,337,l), +(48,337,l) +); +} +); +width = 862; +}, +{ +background = { +shapes = ( +{ +pos = (62,0); +ref = M; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(59,303,l), +(1363,303,l), +(1363,337,l), +(59,337,l) +); +} +); +width = 1422; +}, +{ +background = { +shapes = ( +{ +pos = (-37,0); +ref = M; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,210,l), +(1374,210,l), +(1374,430,l), +(18,430,l) +); +} +); +width = 1392; +}, +{ +background = { +shapes = ( +{ +pos = (-37,0); +ref = M; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,210,l), +(806,210,l), +(806,430,l), +(18,430,l) +); +} +); +width = 824; +} +); +metricLeft = RND; +metricRight = RND; +unicode = 8212; +}, +{ +glyphname = nonbreakinghyphen; +lastChange = "2022-06-15 06:43:17 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = m007; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = m010; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = m005; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = m01; +shapes = ( +{ +ref = hyphen; +} +); +width = 492; +}, +{ +layerId = m003; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = m002; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = m004; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = hyphen; +} +); +width = 600; +} +); +unicode = 8209; +}, +{ +glyphname = underscore; +lastChange = "2021-08-30 18:39:07 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-106,0); +ref = H; +} +); +}; +layerId = m01; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-130,l), +(620,-130,l), +(620,-50,l), +(0,-50,l) +); +} +); +width = 620; +}, +{ +background = { +shapes = ( +{ +pos = (-73,0); +ref = H; +} +); +}; +layerId = m002; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-178,l), +(680,-178,l), +(680,-50,l), +(0,-50,l) +); +} +); +width = 680; +}, +{ +background = { +shapes = ( +{ +pos = (-106,0); +ref = H; +} +); +}; +layerId = m003; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-130,l), +(860,-130,l), +(860,-50,l), +(0,-50,l) +); +} +); +width = 860; +}, +{ +background = { +shapes = ( +{ +pos = (-84,0); +ref = H; +} +); +}; +layerId = m004; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-178,l), +(920,-178,l), +(920,-50,l), +(0,-50,l) +); +} +); +width = 920; +}, +{ +background = { +shapes = ( +{ +pos = (-84,0); +ref = H; +} +); +}; +layerId = m005; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-130,l), +(524,-130,l), +(524,-50,l), +(0,-50,l) +); +} +); +width = 524; +}, +{ +background = { +shapes = ( +{ +pos = (-62,0); +ref = H; +} +); +}; +layerId = m006; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-178,l), +(576,-178,l), +(576,-50,l), +(0,-50,l) +); +} +); +width = 576; +}, +{ +background = { +shapes = ( +{ +pos = (-106,0); +ref = H; +} +); +}; +layerId = m007; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-84,l), +(560,-84,l), +(560,-50,l), +(0,-50,l) +); +} +); +width = 560; +}, +{ +background = { +shapes = ( +{ +pos = (-35,0); +ref = H; +} +); +}; +layerId = m008; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-200,l), +(790,-200,l), +(790,-26,l), +(0,-26,l) +); +} +); +width = 790; +}, +{ +background = { +shapes = ( +{ +pos = (-95,0); +ref = H; +} +); +}; +layerId = m009; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-84,l), +(472,-84,l), +(472,-50,l), +(0,-50,l) +); +} +); +width = 472; +}, +{ +background = { +shapes = ( +{ +pos = (-117,0); +ref = H; +} +); +}; +layerId = m010; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-84,l), +(800,-84,l), +(800,-50,l), +(0,-50,l) +); +} +); +width = 800; +}, +{ +background = { +shapes = ( +{ +pos = (-35,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-200,l), +(1110,-200,l), +(1110,-26,l), +(0,-26,l) +); +} +); +width = 1110; +}, +{ +background = { +shapes = ( +{ +pos = (-35,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricLeft = "=0"; +metricRight = "=0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-200,l), +(658,-200,l), +(658,-26,l), +(0,-26,l) +); +} +); +width = 658; +} +); +unicode = 95; +}, +{ +glyphname = hyphen.case; +lastChange = "2021-08-30 18:07:42 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 492; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 360; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 442; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 632; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 391; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 689; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 436; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 540; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 748; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 408; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 508; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = hyphen; +} +); +width = 788; +} +); +}, +{ +glyphname = endash.case; +lastChange = "2021-08-30 18:09:30 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 834; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 674; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 772; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 1006; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 714; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 1080; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 766; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 888; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 1140; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 634; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 766; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = endash; +} +); +width = 1086; +} +); +}, +{ +glyphname = emdash.case; +lastChange = "2021-08-30 18:11:37 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 1106; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 862; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 1032; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 1422; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 914; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 1498; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 986; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 1194; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 1612; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 824; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 984; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = emdash; +} +); +width = 1392; +} +); +}, +{ +glyphname = parenleft; +kernLeft = RND_LEFT; +kernRight = bracket_right; +lastChange = "2022-01-20 13:19:15 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(386,920,l), +(181,835,o), +(56,629,o), +(56,380,cs), +(56,131,o), +(181,-75,o), +(386,-160,c), +(386,-60,l), +(245,13,o), +(166,171,o), +(166,380,cs), +(166,589,o), +(245,747,o), +(386,820,c) +); +} +); +width = 445; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(458,980,l), +(198,895,o), +(38,667,o), +(38,380,cs), +(38,93,o), +(198,-135,o), +(458,-220,c), +(458,-60,l), +(304,2,o), +(218,160,o), +(218,380,cs), +(218,600,o), +(304,758,o), +(458,820,c) +); +} +); +width = 499; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(518,920,l), +(232,864,o), +(56,659,o), +(56,380,cs), +(56,101,o), +(232,-104,o), +(518,-160,c), +(518,-60,l), +(293,-11,o), +(166,147,o), +(166,380,cs), +(166,613,o), +(293,771,o), +(518,820,c) +); +} +); +width = 577; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(606,980,l), +(258,934,o), +(44,706,o), +(44,380,cs), +(44,54,o), +(258,-174,o), +(606,-220,c), +(606,-60,l), +(362,-28,o), +(224,130,o), +(224,380,cs), +(224,630,o), +(362,788,o), +(606,820,c) +); +} +); +width = 653; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(327,920,l), +(155,830,o), +(50,625,o), +(50,380,cs), +(50,135,o), +(155,-70,o), +(327,-160,c), +(327,-60,l), +(220,12,o), +(160,170,o), +(160,380,cs), +(160,590,o), +(220,748,o), +(327,820,c) +); +} +); +width = 380; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(387,980,l), +(160,872,o), +(33,656,o), +(33,380,cs), +(33,104,o), +(160,-112,o), +(387,-220,c), +(387,-60,l), +(272,17,o), +(213,166,o), +(213,380,cs), +(213,594,o), +(272,743,o), +(387,820,c) +); +} +); +width = 421; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(316,852,l), +(145,780,o), +(51,610,o), +(56,380,cs), +(62,150,o), +(156,-20,o), +(316,-92,c), +(316,-60,l), +(180,18,o), +(101,176,o), +(96,380,cs), +(91,584,o), +(170,742,o), +(316,820,c) +); +} +); +width = 375; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(508,940,l), +(175,914,o), +(18,735,o), +(18,380,cs), +(18,25,o), +(175,-154,o), +(508,-180,c), +(508,66,l), +(386,81,o), +(328,182,o), +(328,380,cs), +(328,578,o), +(386,679,o), +(508,694,c) +); +} +); +width = 527; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(268,852,l), +(124,781,o), +(45,611,o), +(50,380,cs), +(56,148,o), +(134,-22,o), +(268,-92,c), +(268,-60,l), +(159,12,o), +(95,170,o), +(90,380,cs), +(85,588,o), +(149,746,o), +(268,820,c) +); +} +); +width = 321; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(426,852,l), +(181,798,o), +(57,638,o), +(62,380,cs), +(69,122,o), +(193,-38,o), +(426,-92,c), +(426,-60,l), +(220,-5,o), +(110,144,o), +(104,380,cs), +(98,616,o), +(207,765,o), +(426,820,c) +); +} +); +width = 491; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(658,940,l), +(223,928,o), +(18,749,o), +(18,380,cs), +(18,11,o), +(223,-168,o), +(658,-180,c), +(658,66,l), +(483,86,o), +(408,180,o), +(408,380,cs), +(408,580,o), +(483,674,o), +(658,694,c) +); +} +); +width = 677; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,940,l), +(155,919,o), +(18,729,o), +(18,380,cs), +(18,31,o), +(155,-159,o), +(422,-180,c), +(422,46,l), +(330,57,o), +(282,171,o), +(282,380,cs), +(282,589,o), +(330,703,o), +(422,714,c) +); +} +); +width = 441; +} +); +metricLeft = RNDU; +metricRight = E; +unicode = 40; +}, +{ +glyphname = parenright; +kernLeft = bracket_left; +kernRight = RND_RIGHT; +lastChange = "2022-08-28 17:08:12 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +pos = (445,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 445; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +pos = (499,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 499; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +pos = (577,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 577; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +pos = (653,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 653; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +pos = (380,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 380; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +pos = (421,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 421; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (375,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 375; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +pos = (527,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 527; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (321,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 321; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +pos = (491,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 491; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +pos = (677,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 677; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +pos = (441,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 441; +} +); +unicode = 41; +}, +{ +glyphname = braceleft; +kernRight = bracket_right; +lastChange = "2023-12-15 18:55:38 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 433; +}, +{ +layerId = m002; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 487; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 557; +}, +{ +layerId = m004; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 636; +}, +{ +layerId = m005; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 372; +}, +{ +layerId = m006; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 409; +}, +{ +layerId = m007; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 369; +}, +{ +layerId = m008; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 533; +}, +{ +layerId = m009; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 318; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 479; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 723; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _part.brace; +}, +{ +pos = (0,760); +ref = _part.brace; +scale = (1,-1); +} +); +width = 443; +} +); +unicode = 123; +}, +{ +glyphname = braceright; +kernLeft = bracket_left; +lastChange = "2022-01-20 15:22:03 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +pos = (433,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 433; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +pos = (487,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 487; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +pos = (557,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 557; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +pos = (636,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 636; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +pos = (372,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 372; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +pos = (409,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 409; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (369,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 369; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +pos = (533,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 533; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (318,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 318; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +pos = (479,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 479; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +pos = (723,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 723; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +pos = (443,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 443; +} +); +unicode = 125; +}, +{ +glyphname = bracketleft; +kernLeft = SQR_LEFT; +kernRight = bracket_right; +lastChange = "2022-01-20 13:19:17 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,910,l), +(106,-150,l), +(356,-150,l), +(356,-56,l), +(204,-56,l), +(204,816,l), +(356,816,l), +(356,910,l) +); +} +); +width = 415; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,960,l), +(73,-200,l), +(417,-200,l), +(417,-46,l), +(245,-46,l), +(245,806,l), +(417,806,l), +(417,960,l) +); +} +); +width = 458; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,910,l), +(106,-150,l), +(454,-150,l), +(454,-56,l), +(204,-56,l), +(204,816,l), +(454,816,l), +(454,910,l) +); +} +); +width = 513; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,960,l), +(84,-200,l), +(544,-200,l), +(544,-46,l), +(256,-46,l), +(256,806,l), +(544,806,l), +(544,960,l) +); +} +); +width = 591; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,910,l), +(95,-150,l), +(306,-150,l), +(306,-56,l), +(193,-56,l), +(193,816,l), +(306,816,l), +(306,910,l) +); +} +); +width = 359; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,960,l), +(62,-200,l), +(352,-200,l), +(352,-46,l), +(234,-46,l), +(234,806,l), +(352,806,l), +(352,960,l) +); +} +); +width = 386; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,848,l), +(106,-88,l), +(294,-88,l), +(294,-56,l), +(142,-56,l), +(142,816,l), +(294,816,l), +(294,848,l) +); +} +); +width = 353; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,912,l), +(35,-152,l), +(463,-152,l), +(463,94,l), +(323,94,l), +(323,666,l), +(463,666,l), +(463,912,l) +); +} +); +width = 482; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,848,l), +(95,-88,l), +(254,-88,l), +(254,-56,l), +(131,-56,l), +(131,816,l), +(254,816,l), +(254,848,l) +); +} +); +width = 307; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,848,l), +(117,-88,l), +(379,-88,l), +(379,-56,l), +(153,-56,l), +(153,816,l), +(379,816,l), +(379,848,l) +); +} +); +width = 444; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,912,l), +(35,-152,l), +(625,-152,l), +(625,94,l), +(395,94,l), +(395,666,l), +(625,666,l), +(625,912,l) +); +} +); +width = 644; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,912,l), +(35,-152,l), +(393,-152,l), +(393,74,l), +(283,74,l), +(283,686,l), +(393,686,l), +(393,912,l) +); +} +); +width = 412; +} +); +metricLeft = SQRU; +metricRight = E; +unicode = 91; +}, +{ +glyphname = bracketright; +kernLeft = bracket_left; +lastChange = "2022-01-20 15:22:20 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +pos = (415,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 415; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +pos = (458,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 458; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +pos = (513,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 513; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +pos = (591,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 591; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +pos = (359,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 359; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +pos = (386,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 386; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (353,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 353; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +pos = (482,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 482; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (307,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 307; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +pos = (444,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 444; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +pos = (644,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 644; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +pos = (412,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 412; +} +); +unicode = 93; +}, +{ +glyphname = quotesinglbase; +kernLeft = period_left; +kernRight = period_right; +lastChange = "2023-01-15 17:58:42 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 264; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 304; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 280; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 354; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 234; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 264; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 178; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 402; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 156; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 210; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 486; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +ref = comma; +} +); +width = 354; +} +); +unicode = 8218; +}, +{ +glyphname = quotedblbase; +lastChange = "2023-01-16 18:17:15 +0000"; +layers = ( +{ +guides = ( +{ +pos = (109,138); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(177,-8,o), +(211,24,o), +(211,70,cs), +(211,116,o), +(177,148,o), +(127,148,cs), +(77,148,o), +(43,116,o), +(43,70,cs), +(43,24,o), +(77,-8,o), +(127,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(161,-180,l), +(199,-115,o), +(221,-34,o), +(221,40,cs), +(221,108,o), +(186,148,o), +(127,148,c), +(135,0,l), +(135,-52,o), +(99,-119,o), +(39,-180,c) +); +}, +{ +closed = 1; +nodes = ( +(401,-8,o), +(435,24,o), +(435,70,cs), +(435,116,o), +(401,148,o), +(351,148,cs), +(301,148,o), +(267,116,o), +(267,70,cs), +(267,24,o), +(301,-8,o), +(351,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(385,-180,l), +(423,-115,o), +(445,-34,o), +(445,40,cs), +(445,108,o), +(410,148,o), +(351,148,c), +(359,0,l), +(359,-52,o), +(323,-119,o), +(263,-180,c) +); +} +); +width = 488; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(202,-12,o), +(247,33,o), +(247,98,cs), +(247,163,o), +(202,208,o), +(137,208,cs), +(72,208,o), +(27,163,o), +(27,98,cs), +(27,33,o), +(72,-12,o), +(137,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(183,-180,l), +(230,-110,o), +(257,-14,o), +(257,78,cs), +(257,160,o), +(212,208,o), +(137,208,c), +(137,0,l), +(133,-55,o), +(88,-128,o), +(27,-180,c) +); +}, +{ +closed = 1; +nodes = ( +(486,-12,o), +(531,33,o), +(531,98,cs), +(531,163,o), +(486,208,o), +(421,208,cs), +(356,208,o), +(311,163,o), +(311,98,cs), +(311,33,o), +(356,-12,o), +(421,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(467,-180,l), +(514,-110,o), +(541,-14,o), +(541,78,cs), +(541,160,o), +(496,208,o), +(421,208,c), +(421,0,l), +(417,-55,o), +(372,-128,o), +(311,-180,c) +); +} +); +width = 568; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(190,-8,o), +(227,22,o), +(227,66,cs), +(227,110,o), +(190,140,o), +(137,140,cs), +(84,140,o), +(47,110,o), +(47,66,cs), +(47,22,o), +(84,-8,o), +(137,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(167,-180,l), +(211,-119,o), +(237,-39,o), +(237,36,cs), +(237,101,o), +(200,140,o), +(137,140,c), +(151,0,l), +(144,-64,o), +(97,-131,o), +(24,-180,c) +); +}, +{ +closed = 1; +nodes = ( +(436,-8,o), +(473,22,o), +(473,66,cs), +(473,110,o), +(436,140,o), +(383,140,cs), +(330,140,o), +(293,110,o), +(293,66,cs), +(293,22,o), +(330,-8,o), +(383,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(413,-180,l), +(457,-119,o), +(483,-39,o), +(483,36,cs), +(483,101,o), +(446,140,o), +(383,140,c), +(397,0,l), +(390,-64,o), +(343,-131,o), +(270,-180,c) +); +} +); +width = 526; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(239,-12,o), +(292,31,o), +(292,94,cs), +(292,157,o), +(239,200,o), +(162,200,cs), +(85,200,o), +(32,157,o), +(32,94,cs), +(32,31,o), +(85,-12,o), +(162,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,-180,l), +(261,-115,o), +(302,-16,o), +(302,63,cs), +(302,149,o), +(250,200,o), +(162,200,c), +(176,0,l), +(171,-55,o), +(110,-128,o), +(26,-180,c) +); +}, +{ +closed = 1; +nodes = ( +(573,-12,o), +(626,31,o), +(626,94,cs), +(626,157,o), +(573,200,o), +(496,200,cs), +(419,200,o), +(366,157,o), +(366,94,cs), +(366,31,o), +(419,-12,o), +(496,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,-180,l), +(595,-115,o), +(636,-16,o), +(636,63,cs), +(636,149,o), +(584,200,o), +(496,200,c), +(510,0,l), +(505,-55,o), +(444,-128,o), +(360,-180,c) +); +} +); +width = 668; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(156,-8,o), +(186,26,o), +(186,76,cs), +(186,126,o), +(156,160,o), +(112,160,cs), +(68,160,o), +(38,126,o), +(38,76,cs), +(38,26,o), +(68,-8,o), +(112,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(146,-180,l), +(179,-107,o), +(196,-33,o), +(196,40,cs), +(196,115,o), +(165,160,o), +(112,160,c), +(112,0,l), +(112,-60,o), +(82,-121,o), +(24,-180,c) +); +}, +{ +closed = 1; +nodes = ( +(360,-8,o), +(390,26,o), +(390,76,cs), +(390,126,o), +(360,160,o), +(316,160,cs), +(272,160,o), +(242,126,o), +(242,76,cs), +(242,26,o), +(272,-8,o), +(316,-8,cs) +); +}, +{ +closed = 1; +nodes = ( +(350,-180,l), +(383,-107,o), +(400,-33,o), +(400,40,cs), +(400,115,o), +(369,160,o), +(316,160,c), +(316,0,l), +(316,-60,o), +(286,-121,o), +(228,-180,c) +); +} +); +width = 438; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(177,-12,o), +(213,34,o), +(213,112,cs), +(213,190,o), +(177,236,o), +(117,236,cs), +(57,236,o), +(21,190,o), +(21,112,cs), +(21,34,o), +(57,-12,o), +(117,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,-180,l), +(195,-101,o), +(223,-2,o), +(223,88,cs), +(223,186,o), +(188,236,o), +(118,236,c), +(113,0,l), +(109,-49,o), +(68,-122,o), +(11,-180,c) +); +}, +{ +closed = 1; +nodes = ( +(431,-12,o), +(467,34,o), +(467,112,cs), +(467,190,o), +(431,236,o), +(371,236,cs), +(311,236,o), +(275,190,o), +(275,112,cs), +(275,34,o), +(311,-12,o), +(371,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(401,-180,l), +(449,-101,o), +(477,-2,o), +(477,88,cs), +(477,186,o), +(442,236,o), +(372,236,c), +(367,0,l), +(363,-49,o), +(322,-122,o), +(265,-180,c) +); +} +); +width = 498; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(113,-6,o), +(131,13,o), +(131,42,cs), +(131,71,o), +(113,90,o), +(87,90,cs), +(61,90,o), +(43,71,o), +(43,42,cs), +(43,13,o), +(61,-6,o), +(87,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(85,-170,l), +(118,-109,o), +(135,-42,o), +(135,30,cs), +(135,68,o), +(117,90,o), +(87,90,c), +(99,0,l), +(99,-54,o), +(78,-111,o), +(37,-170,c) +); +}, +{ +closed = 1; +nodes = ( +(261,-6,o), +(279,13,o), +(279,42,cs), +(279,71,o), +(261,90,o), +(235,90,cs), +(209,90,o), +(191,71,o), +(191,42,cs), +(191,13,o), +(209,-6,o), +(235,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,-170,l), +(266,-109,o), +(283,-42,o), +(283,30,cs), +(283,68,o), +(265,90,o), +(235,90,c), +(247,0,l), +(247,-54,o), +(226,-111,o), +(185,-170,c) +); +} +); +width = 326; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(226,-16,o), +(276,37,o), +(276,127,cs), +(276,217,o), +(226,270,o), +(142,270,cs), +(58,270,o), +(8,217,o), +(8,127,cs), +(8,37,o), +(58,-16,o), +(142,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,-180,l), +(249,-106,o), +(286,10,o), +(286,107,cs), +(286,215,o), +(237,270,o), +(140,270,c), +(128,0,l), +(110,-61,o), +(61,-134,o), +(8,-180,c) +); +}, +{ +closed = 1; +nodes = ( +(540,-16,o), +(590,37,o), +(590,127,cs), +(590,217,o), +(540,270,o), +(456,270,cs), +(372,270,o), +(322,217,o), +(322,127,cs), +(322,37,o), +(372,-16,o), +(456,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,-180,l), +(563,-106,o), +(600,10,o), +(600,107,cs), +(600,215,o), +(551,270,o), +(454,270,c), +(442,0,l), +(424,-61,o), +(375,-134,o), +(322,-180,c) +); +} +); +width = 608; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-6,o), +(114,15,o), +(114,50,cs), +(114,85,o), +(100,106,o), +(76,106,cs), +(52,106,o), +(38,85,o), +(38,50,cs), +(38,15,o), +(52,-6,o), +(76,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(80,-170,l), +(104,-119,o), +(118,-43,o), +(118,36,cs), +(118,78,o), +(104,106,o), +(76,106,c), +(84,0,l), +(82,-58,o), +(63,-121,o), +(34,-170,c) +); +}, +{ +closed = 1; +nodes = ( +(236,-6,o), +(250,15,o), +(250,50,cs), +(250,85,o), +(236,106,o), +(212,106,cs), +(188,106,o), +(174,85,o), +(174,50,cs), +(174,15,o), +(188,-6,o), +(212,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(216,-170,l), +(240,-119,o), +(254,-43,o), +(254,36,cs), +(254,78,o), +(240,106,o), +(212,106,c), +(220,0,l), +(218,-58,o), +(199,-121,o), +(170,-170,c) +); +} +); +width = 292; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(137,-6,o), +(157,10,o), +(157,36,cs), +(157,62,o), +(137,78,o), +(103,78,cs), +(69,78,o), +(49,62,o), +(49,36,cs), +(49,10,o), +(69,-6,o), +(103,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(95,-170,l), +(134,-120,o), +(161,-42,o), +(161,24,cs), +(161,60,o), +(141,78,o), +(103,78,c), +(123,0,l), +(120,-55,o), +(84,-124,o), +(35,-170,c) +); +}, +{ +closed = 1; +nodes = ( +(317,-6,o), +(337,10,o), +(337,36,cs), +(337,62,o), +(317,78,o), +(283,78,cs), +(249,78,o), +(229,62,o), +(229,36,cs), +(229,10,o), +(249,-6,o), +(283,-6,cs) +); +}, +{ +closed = 1; +nodes = ( +(275,-170,l), +(314,-120,o), +(341,-42,o), +(341,24,cs), +(341,60,o), +(321,78,o), +(283,78,c), +(303,0,l), +(300,-55,o), +(264,-124,o), +(215,-170,c) +); +} +); +width = 390; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,-16,o), +(336,35,o), +(336,127,cs), +(336,219,o), +(277,270,o), +(172,270,cs), +(67,270,o), +(8,219,o), +(8,127,cs), +(8,35,o), +(67,-16,o), +(172,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,-180,l), +(309,-108,o), +(346,9,o), +(346,107,cs), +(346,215,o), +(286,270,o), +(170,270,c), +(158,0,l), +(140,-62,o), +(80,-135,o), +(8,-180,c) +); +}, +{ +closed = 1; +nodes = ( +(641,-16,o), +(700,35,o), +(700,127,cs), +(700,219,o), +(641,270,o), +(536,270,cs), +(431,270,o), +(372,219,o), +(372,127,cs), +(372,35,o), +(431,-16,o), +(536,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(620,-180,l), +(673,-108,o), +(710,9,o), +(710,107,cs), +(710,215,o), +(650,270,o), +(534,270,c), +(522,0,l), +(504,-62,o), +(444,-135,o), +(372,-180,c) +); +} +); +width = 718; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,-16,o), +(256,37,o), +(256,127,cs), +(256,217,o), +(210,270,o), +(132,270,cs), +(54,270,o), +(8,217,o), +(8,127,cs), +(8,37,o), +(54,-16,o), +(132,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,-180,l), +(229,-107,o), +(266,9,o), +(266,107,cs), +(266,207,o), +(220,270,o), +(130,270,c), +(128,0,l), +(110,-60,o), +(62,-133,o), +(8,-180,c) +); +}, +{ +closed = 1; +nodes = ( +(504,-16,o), +(550,37,o), +(550,127,cs), +(550,217,o), +(504,270,o), +(426,270,cs), +(348,270,o), +(302,217,o), +(302,127,cs), +(302,37,o), +(348,-16,o), +(426,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(470,-180,l), +(523,-107,o), +(560,9,o), +(560,107,cs), +(560,207,o), +(514,270,o), +(424,270,c), +(422,0,l), +(404,-60,o), +(356,-133,o), +(302,-180,c) +); +} +); +width = 568; +} +); +metricLeft = comma; +metricRight = comma; +unicode = 8222; +}, +{ +glyphname = quotedblleft; +kernLeft = quote_top_left; +kernRight = quote_top_right; +lastChange = "2023-01-16 18:17:46 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (488,668); +ref = quotedblbase; +} +); +width = 488; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (568,668); +ref = quotedblbase; +} +); +width = 568; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (526,668); +ref = quotedblbase; +} +); +width = 526; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (668,668); +ref = quotedblbase; +} +); +width = 668; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (438,668); +ref = quotedblbase; +} +); +width = 438; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (498,668); +ref = quotedblbase; +} +); +width = 498; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (326,678); +ref = quotedblbase; +} +); +width = 326; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (608,668); +ref = quotedblbase; +} +); +width = 608; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (292,678); +ref = quotedblbase; +} +); +width = 292; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (390,678); +ref = quotedblbase; +} +); +width = 390; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (718,668); +ref = quotedblbase; +} +); +width = 718; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (568,668); +ref = quotedblbase; +} +); +width = 568; +} +); +metricLeft = "=|quotedblbase"; +metricRight = "=|quotedblbase"; +unicode = 8220; +}, +{ +glyphname = quotedblright; +kernLeft = quote_top_left; +kernRight = quote_top_right; +lastChange = "2023-01-16 18:17:16 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +pos = (0,716); +ref = quotedblbase; +} +); +width = 488; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,660); +ref = quotedblbase; +} +); +width = 568; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,724); +ref = quotedblbase; +} +); +width = 526; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,668); +ref = quotedblbase; +} +); +width = 668; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,704); +ref = quotedblbase; +} +); +width = 438; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,632); +ref = quotedblbase; +} +); +width = 498; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,770); +ref = quotedblbase; +} +); +width = 326; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,604); +ref = quotedblbase; +} +); +width = 608; +}, +{ +layerId = m009; +shapes = ( +{ +pos = (0,754); +ref = quotedblbase; +} +); +width = 292; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,782); +ref = quotedblbase; +} +); +width = 390; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,604); +ref = quotedblbase; +} +); +width = 718; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,604); +ref = quotedblbase; +} +); +width = 568; +} +); +metricLeft = comma; +metricRight = comma; +unicode = 8221; +}, +{ +glyphname = quoteleft; +kernLeft = quote_top_left; +kernRight = quote_top_right; +lastChange = "2023-01-16 18:17:22 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (264,668); +ref = comma; +} +); +width = 264; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (304,668); +ref = comma; +} +); +width = 304; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (280,668); +ref = comma; +} +); +width = 280; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (354,668); +ref = comma; +} +); +width = 354; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (234,668); +ref = comma; +} +); +width = 234; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (264,668); +ref = comma; +} +); +width = 264; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (178,678); +ref = comma; +} +); +width = 178; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (402,668); +ref = comma; +} +); +width = 402; +}, +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (156,678); +ref = comma; +} +); +width = 156; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (210,678); +ref = comma; +} +); +width = 210; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (486,668); +ref = comma; +} +); +width = 486; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (354,668); +ref = comma; +} +); +width = 354; +} +); +metricLeft = "=|comma"; +metricRight = "=|comma"; +unicode = 8216; +}, +{ +glyphname = quoteright; +kernLeft = quote_top_left; +kernRight = quote_top_right; +lastChange = "2023-01-16 21:21:03 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +pos = (0,716); +ref = comma; +} +); +width = 243; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,660); +ref = comma; +} +); +width = 291; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,724); +ref = comma; +} +); +width = 259; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,668); +ref = comma; +} +); +width = 338; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,704); +ref = comma; +} +); +width = 215; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,632); +ref = comma; +} +); +width = 254; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,770); +ref = comma; +} +); +width = 157; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,624); +ref = comma; +} +); +width = 398; +}, +{ +layerId = m009; +shapes = ( +{ +pos = (0,754); +ref = comma; +} +); +width = 137; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,782); +ref = comma; +} +); +width = 186; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,624); +ref = comma; +} +); +width = 482; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,604); +ref = comma; +} +); +width = 350; +} +); +metricLeft = comma; +metricRight = "=comma/2"; +unicode = 8217; +}, +{ +glyphname = guillemetleft; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(346,179,l), +(128,367,l), +(128,306,l), +(346,494,l), +(346,616,l), +(96,400,l), +(96,268,l), +(346,52,l) +); +}, +{ +closed = 1; +nodes = ( +(536,236,l), +(354,369,l), +(354,304,l), +(536,437,l), +(536,546,l), +(326,392,l), +(326,276,l), +(536,122,l) +); +} +); +width = 632; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(346,231,l), +(110,391,l), +(110,282,l), +(346,442,l), +(346,628,l), +(66,438,l), +(66,223,l), +(346,33,l) +); +}, +{ +closed = 1; +nodes = ( +(576,279,l), +(420,395,l), +(420,279,l), +(576,394,l), +(576,573,l), +(356,411,l), +(356,250,l), +(576,88,l) +); +} +); +width = 642; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(444,165,l), +(141,353,l), +(141,320,l), +(444,508,l), +(444,616,l), +(96,400,l), +(96,268,l), +(444,52,l) +); +}, +{ +closed = 1; +nodes = ( +(708,226,l), +(455,359,l), +(455,313,l), +(708,446,l), +(708,546,l), +(416,392,l), +(416,276,l), +(708,122,l) +); +} +); +width = 804; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(450,217,l), +(135,377,l), +(135,295,l), +(450,455,l), +(450,628,l), +(76,438,l), +(76,223,l), +(450,33,l) +); +}, +{ +closed = 1; +nodes = ( +(758,264,l), +(549,379,l), +(549,294,l), +(758,409,l), +(758,573,l), +(464,411,l), +(464,250,l), +(758,88,l) +); +} +); +width = 834; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(306,188,l), +(118,377,l), +(118,294,l), +(306,485,l), +(306,616,l), +(86,393,l), +(86,273,l), +(306,52,l) +); +}, +{ +closed = 1; +nodes = ( +(456,244,l), +(314,369,l), +(314,301,l), +(456,429,l), +(456,546,l), +(286,395,l), +(286,271,l), +(456,122,l) +); +} +); +width = 542; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(296,242,l), +(100,397,l), +(100,276,l), +(296,432,l), +(296,628,l), +(56,438,l), +(56,223,l), +(296,33,l) +); +}, +{ +closed = 1; +nodes = ( +(486,295,l), +(370,400,l), +(370,274,l), +(486,379,l), +(486,573,l), +(306,411,l), +(306,250,l), +(486,88,l) +); +} +); +width = 542; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(331,162,l), +(105,358,l), +(105,325,l), +(331,521,l), +(331,569,l), +(96,365,l), +(96,316,l), +(331,112,l) +); +}, +{ +closed = 1; +nodes = ( +(496,211,l), +(312,353,l), +(312,331,l), +(496,472,l), +(496,515,l), +(301,365,l), +(301,316,l), +(496,166,l) +); +} +); +width = 592; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(328,297,l), +(96,401,l), +(96,282,l), +(328,386,l), +(328,640,l), +(32,486,l), +(32,175,l), +(328,21,l) +); +}, +{ +closed = 1; +nodes = ( +(612,307,l), +(414,406,l), +(414,281,l), +(612,377,l), +(612,612,l), +(356,468,l), +(356,193,l), +(612,49,l) +); +} +); +width = 644; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(291,165,l), +(95,360,l), +(95,323,l), +(291,518,l), +(291,569,l), +(86,365,l), +(86,316,l), +(291,112,l) +); +}, +{ +closed = 1; +nodes = ( +(426,214,l), +(272,355,l), +(272,329,l), +(426,469,l), +(426,515,l), +(261,365,l), +(261,316,l), +(426,166,l) +); +} +); +width = 512; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(430,157,l), +(118,353,l), +(118,330,l), +(430,526,l), +(430,569,l), +(106,365,l), +(106,316,l), +(430,112,l) +); +}, +{ +closed = 1; +nodes = ( +(658,207,l), +(404,349,l), +(404,335,l), +(658,476,l), +(658,515,l), +(389,365,l), +(389,316,l), +(658,166,l) +); +} +); +width = 764; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(455,297,l), +(123,401,l), +(123,282,l), +(455,386,l), +(455,640,l), +(32,486,l), +(32,175,l), +(455,21,l) +); +}, +{ +closed = 1; +nodes = ( +(860,307,l), +(577,406,l), +(577,281,l), +(860,377,l), +(860,612,l), +(495,468,l), +(495,193,l), +(860,49,l) +); +} +); +width = 892; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,297,l), +(86,421,l), +(86,262,l), +(280,386,l), +(280,640,l), +(32,466,l), +(32,195,l), +(280,21,l) +); +}, +{ +closed = 1; +nodes = ( +(522,307,l), +(357,426,l), +(357,261,l), +(522,377,l), +(522,612,l), +(308,448,l), +(308,213,l), +(522,49,l) +); +} +); +width = 554; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 171; +}, +{ +glyphname = guillemetright; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-60,0); +ref = guillemetleft; +} +); +}; +layerId = m01; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (632,668); +ref = guillemetleft; +} +); +width = 632; +}, +{ +background = { +shapes = ( +{ +pos = (-50,0); +ref = guillemetleft; +} +); +}; +layerId = m002; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (642,661); +ref = guillemetleft; +} +); +width = 642; +}, +{ +background = { +shapes = ( +{ +pos = (744,0); +ref = guillemetleft; +} +); +}; +layerId = m003; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (804,668); +ref = guillemetleft; +} +); +width = 804; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (834,661); +ref = guillemetleft; +} +); +width = 834; +}, +{ +background = { +shapes = ( +{ +pos = (-50,0); +ref = guillemetleft; +} +); +}; +layerId = m005; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (542,668); +ref = guillemetleft; +} +); +width = 542; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (542,661); +ref = guillemetleft; +} +); +width = 542; +}, +{ +background = { +shapes = ( +{ +pos = (-70,0); +ref = guillemetleft; +} +); +}; +layerId = m007; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (592,681); +ref = guillemetleft; +} +); +width = 592; +}, +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = guillemetleft; +} +); +}; +layerId = m008; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (644,661); +ref = guillemetleft; +} +); +width = 644; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (512,681); +ref = guillemetleft; +} +); +width = 512; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (764,681); +ref = guillemetleft; +} +); +width = 764; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (892,661); +ref = guillemetleft; +} +); +width = 892; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (554,661); +ref = guillemetleft; +} +); +width = 554; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 187; +}, +{ +glyphname = guilsinglleft; +lastChange = "2022-03-29 19:42:26 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(291,165,l), +(95,360,l), +(95,323,l), +(291,518,l), +(291,569,l), +(86,365,l), +(86,316,l), +(291,112,l) +); +} +); +width = 377; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(331,162,l), +(105,358,l), +(105,325,l), +(331,521,l), +(331,569,l), +(96,365,l), +(96,316,l), +(331,112,l) +); +} +); +width = 427; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(430,157,l), +(118,353,l), +(118,330,l), +(430,526,l), +(430,569,l), +(106,365,l), +(106,316,l), +(430,112,l) +); +} +); +width = 536; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(306,188,l), +(118,377,l), +(118,294,l), +(306,485,l), +(306,616,l), +(86,393,l), +(86,273,l), +(306,52,l) +); +} +); +width = 392; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(346,179,l), +(128,367,l), +(128,306,l), +(346,494,l), +(346,616,l), +(96,400,l), +(96,268,l), +(346,52,l) +); +} +); +width = 442; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(444,165,l), +(141,353,l), +(141,320,l), +(444,508,l), +(444,616,l), +(96,400,l), +(96,268,l), +(444,52,l) +); +} +); +width = 540; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(296,242,l), +(100,397,l), +(100,276,l), +(296,432,l), +(296,628,l), +(56,438,l), +(56,223,l), +(296,33,l) +); +} +); +width = 352; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(346,231,l), +(110,391,l), +(110,282,l), +(346,442,l), +(346,628,l), +(66,438,l), +(66,223,l), +(346,33,l) +); +} +); +width = 412; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(450,217,l), +(135,377,l), +(135,295,l), +(450,455,l), +(450,628,l), +(76,438,l), +(76,223,l), +(450,33,l) +); +} +); +width = 526; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,297,l), +(86,421,l), +(86,262,l), +(280,386,l), +(280,640,l), +(32,466,l), +(32,195,l), +(280,21,l) +); +} +); +width = 312; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(328,297,l), +(96,401,l), +(96,282,l), +(328,386,l), +(328,640,l), +(32,486,l), +(32,175,l), +(328,21,l) +); +} +); +width = 360; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(455,297,l), +(123,401,l), +(123,282,l), +(455,386,l), +(455,640,l), +(32,486,l), +(32,175,l), +(455,21,l) +); +} +); +width = 487; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 8249; +}, +{ +glyphname = guilsinglright; +lastChange = "2022-03-29 19:48:00 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(86,165,l), +(-110,360,l), +(-110,323,l), +(86,518,l), +(86,569,l), +(-119,365,l), +(-119,316,l), +(86,112,l) +); +} +); +}; +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (377,681); +ref = guilsinglleft; +} +); +width = 377; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(96,162,l), +(-130,358,l), +(-130,325,l), +(96,521,l), +(96,569,l), +(-139,365,l), +(-139,316,l), +(96,112,l) +); +} +); +}; +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (427,681); +ref = guilsinglleft; +} +); +width = 427; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(106,157,l), +(-206,353,l), +(-206,330,l), +(106,526,l), +(106,569,l), +(-218,365,l), +(-218,316,l), +(106,112,l) +); +} +); +}; +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (536,681); +ref = guilsinglleft; +} +); +width = 536; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (392,668); +ref = guilsinglleft; +} +); +width = 392; +}, +{ +background = { +shapes = ( +{ +pos = (-250,0); +ref = guilsinglleft; +} +); +}; +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (442,668); +ref = guilsinglleft; +} +); +width = 442; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(96,165,l), +(-207,353,l), +(-207,320,l), +(96,508,l), +(96,616,l), +(-252,400,l), +(-252,268,l), +(96,52,l) +); +} +); +}; +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (540,668); +ref = guilsinglleft; +} +); +width = 540; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (352,661); +ref = guilsinglleft; +} +); +width = 352; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (412,661); +ref = guilsinglleft; +} +); +width = 412; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (526,661); +ref = guilsinglleft; +} +); +width = 526; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (312,661); +ref = guilsinglleft; +} +); +width = 312; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (360,661); +ref = guilsinglleft; +} +); +width = 360; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (487,661); +ref = guilsinglleft; +} +); +width = 487; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 8250; +}, +{ +glyphname = quotedbl; +kernLeft = quote_top_left; +kernRight = quote_top_right; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(116,568,l), +(186,568,l), +(206,848,l), +(96,848,l) +); +}, +{ +closed = 1; +nodes = ( +(306,568,l), +(376,568,l), +(396,848,l), +(286,848,l) +); +} +); +width = 492; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(92,568,l), +(228,568,l), +(254,848,l), +(66,848,l) +); +}, +{ +closed = 1; +nodes = ( +(340,568,l), +(476,568,l), +(502,848,l), +(314,848,l) +); +} +); +width = 568; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(116,568,l), +(186,568,l), +(206,848,l), +(96,848,l) +); +}, +{ +closed = 1; +nodes = ( +(316,568,l), +(386,568,l), +(406,848,l), +(296,848,l) +); +} +); +width = 502; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(102,568,l), +(238,568,l), +(264,848,l), +(76,848,l) +); +}, +{ +closed = 1; +nodes = ( +(370,568,l), +(506,568,l), +(532,848,l), +(344,848,l) +); +} +); +width = 608; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(106,568,l), +(176,568,l), +(196,848,l), +(86,848,l) +); +}, +{ +closed = 1; +nodes = ( +(286,568,l), +(356,568,l), +(376,848,l), +(266,848,l) +); +} +); +width = 462; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(82,568,l), +(218,568,l), +(244,848,l), +(56,848,l) +); +}, +{ +closed = 1; +nodes = ( +(320,568,l), +(456,568,l), +(482,848,l), +(294,848,l) +); +} +); +width = 538; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(107,568,l), +(135,568,l), +(146,848,l), +(96,848,l) +); +}, +{ +closed = 1; +nodes = ( +(237,568,l), +(265,568,l), +(276,848,l), +(226,848,l) +); +} +); +width = 372; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(62,568,l), +(282,568,l), +(312,848,l), +(32,848,l) +); +}, +{ +closed = 1; +nodes = ( +(382,568,l), +(602,568,l), +(632,848,l), +(352,848,l) +); +} +); +width = 664; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(97,568,l), +(125,568,l), +(136,848,l), +(86,848,l) +); +}, +{ +closed = 1; +nodes = ( +(217,568,l), +(245,568,l), +(256,848,l), +(206,848,l) +); +} +); +width = 342; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,568,l), +(145,568,l), +(156,848,l), +(106,848,l) +); +}, +{ +closed = 1; +nodes = ( +(257,568,l), +(285,568,l), +(296,848,l), +(246,848,l) +); +} +); +width = 402; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,568,l), +(282,568,l), +(312,848,l), +(32,848,l) +); +}, +{ +closed = 1; +nodes = ( +(382,568,l), +(602,568,l), +(632,848,l), +(352,848,l) +); +} +); +width = 664; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,568,l), +(282,568,l), +(312,848,l), +(32,848,l) +); +}, +{ +closed = 1; +nodes = ( +(382,568,l), +(602,568,l), +(632,848,l), +(352,848,l) +); +} +); +width = 664; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 34; +}, +{ +glyphname = quotesingle; +kernLeft = quote_top_left; +kernRight = quote_top_right; +lastChange = "2022-01-20 13:18:07 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(116,538,l), +(196,538,l), +(216,848,l), +(96,848,l) +); +} +); +width = 312; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(94,538,l), +(234,538,l), +(262,848,l), +(66,848,l) +); +} +); +width = 328; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(116,538,l), +(196,538,l), +(216,848,l), +(96,848,l) +); +} +); +width = 312; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(104,538,l), +(244,538,l), +(272,848,l), +(76,848,l) +); +} +); +width = 348; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(106,538,l), +(186,538,l), +(206,848,l), +(86,848,l) +); +} +); +width = 292; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(84,538,l), +(224,538,l), +(252,848,l), +(56,848,l) +); +} +); +width = 308; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,538,l), +(138,538,l), +(148,848,l), +(96,848,l) +); +} +); +width = 244; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(72,538,l), +(312,538,l), +(352,848,l), +(32,848,l) +); +} +); +width = 384; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(96,538,l), +(128,538,l), +(138,848,l), +(86,848,l) +); +} +); +width = 224; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(116,538,l), +(148,538,l), +(158,848,l), +(106,848,l) +); +} +); +width = 264; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,538,l), +(312,538,l), +(352,848,l), +(32,848,l) +); +} +); +width = 384; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,538,l), +(312,538,l), +(352,848,l), +(32,848,l) +); +} +); +width = 384; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 39; +}, +{ +glyphname = florin; +lastChange = "2022-07-16 18:27:25 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(325,848,ls), +(213,848,o), +(156,785,o), +(156,664,cs), +(156,588,l), +(28,588,l), +(28,552,l), +(156,552,l), +(156,-16,ls), +(156,-114,o), +(123,-164,o), +(58,-164,cs), +(28,-164,l), +(28,-200,l), +(58,-200,ls), +(149,-200,o), +(196,-137,o), +(196,-16,cs), +(196,552,l), +(370,552,l), +(370,588,l), +(196,588,l), +(196,664,ls), +(196,762,o), +(240,812,o), +(325,812,cs), +(370,812,l), +(370,848,l) +); +} +); +width = 398; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(384,848,ls), +(259,848,o), +(188,775,o), +(188,644,cs), +(188,588,l), +(32,588,l), +(32,552,l), +(188,552,l), +(188,4,ls), +(188,-104,o), +(145,-164,o), +(68,-164,cs), +(32,-164,l), +(32,-200,l), +(68,-200,ls), +(170,-200,o), +(228,-127,o), +(228,4,cs), +(228,552,l), +(438,552,l), +(438,588,l), +(228,588,l), +(228,644,ls), +(228,752,o), +(284,812,o), +(384,812,cs), +(438,812,l), +(438,848,l) +); +} +); +width = 470; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(525,848,ls), +(350,848,o), +(260,779,o), +(260,644,cs), +(260,588,l), +(36,588,l), +(36,552,l), +(260,552,l), +(260,4,ls), +(260,-107,o), +(201,-164,o), +(86,-164,cs), +(36,-164,l), +(36,-200,l), +(86,-200,ls), +(228,-200,o), +(301,-131,o), +(301,4,cs), +(301,552,l), +(600,552,l), +(600,588,l), +(301,588,l), +(301,644,ls), +(301,755,o), +(377,812,o), +(525,812,cs), +(600,812,l), +(600,848,l) +); +} +); +width = 636; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(357,848,ls), +(217,848,o), +(138,775,o), +(138,644,cs), +(138,600,l), +(28,600,l), +(28,498,l), +(138,498,l), +(138,4,ls), +(138,-61,o), +(111,-98,o), +(62,-98,cs), +(28,-98,l), +(28,-200,l), +(62,-200,ls), +(181,-200,o), +(248,-127,o), +(248,4,cs), +(248,498,l), +(408,498,l), +(408,600,l), +(248,600,l), +(248,644,ls), +(248,709,o), +(287,746,o), +(357,746,cs), +(408,746,l), +(408,848,l) +); +} +); +width = 436; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(422,848,ls), +(262,848,o), +(172,767,o), +(172,624,cs), +(172,600,l), +(32,600,l), +(32,496,l), +(172,496,l), +(172,24,ls), +(172,-53,o), +(136,-96,o), +(72,-96,cs), +(32,-96,l), +(32,-200,l), +(72,-200,ls), +(206,-200,o), +(282,-119,o), +(282,24,cs), +(282,496,l), +(482,496,l), +(482,600,l), +(282,600,l), +(282,624,ls), +(282,701,o), +(332,744,o), +(422,744,cs), +(482,744,l), +(482,848,l) +); +} +); +width = 514; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(535,848,ls), +(351,848,o), +(248,767,o), +(248,624,cs), +(248,600,l), +(32,600,l), +(32,504,l), +(248,504,l), +(248,24,ls), +(248,-58,o), +(205,-104,o), +(128,-104,cs), +(32,-104,l), +(32,-200,l), +(128,-200,ls), +(275,-200,o), +(358,-119,o), +(358,24,cs), +(358,504,l), +(658,504,l), +(658,600,l), +(358,600,l), +(358,624,ls), +(358,706,o), +(422,752,o), +(535,752,cs), +(658,752,l), +(658,848,l) +); +} +); +width = 690; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(386,848,ls), +(212,848,o), +(114,767,o), +(114,624,cs), +(114,620,l), +(18,620,l), +(18,466,l), +(114,466,l), +(114,24,ls), +(114,-21,o), +(92,-46,o), +(53,-46,cs), +(18,-46,l), +(18,-200,l), +(53,-200,ls), +(208,-200,o), +(295,-119,o), +(295,24,cs), +(295,466,l), +(448,466,l), +(448,620,l), +(295,620,l), +(295,624,ls), +(295,669,o), +(328,694,o), +(386,694,cs), +(448,694,l), +(448,848,l) +); +} +); +width = 466; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(436,848,ls), +(256,848,o), +(154,767,o), +(154,624,cs), +(154,620,l), +(22,620,l), +(22,460,l), +(154,460,l), +(154,24,ls), +(154,-17,o), +(130,-40,o), +(88,-40,cs), +(22,-40,l), +(22,-200,l), +(88,-200,ls), +(245,-200,o), +(334,-119,o), +(334,24,cs), +(334,460,l), +(534,460,l), +(534,620,l), +(334,620,l), +(334,624,ls), +(334,665,o), +(371,688,o), +(436,688,cs), +(534,688,l), +(534,848,l) +); +} +); +width = 556; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(539,848,ls), +(331,848,o), +(233,776,o), +(233,624,cs), +(233,620,l), +(26,620,l), +(26,468,l), +(233,468,l), +(233,24,ls), +(233,-25,o), +(208,-48,o), +(154,-48,cs), +(26,-48,l), +(26,-200,l), +(154,-200,ls), +(329,-200,o), +(412,-128,o), +(412,24,cs), +(412,468,l), +(710,468,l), +(710,620,l), +(412,620,l), +(412,624,ls), +(412,673,o), +(453,696,o), +(539,696,cs), +(710,696,l), +(710,848,l) +); +} +); +width = 736; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(347,848,ls), +(177,848,o), +(81,775,o), +(81,644,cs), +(81,610,l), +(10,610,l), +(10,370,l), +(81,370,l), +(81,64,ls), +(81,23,o), +(66,0,o), +(38,0,cs), +(10,0,l), +(10,-200,l), +(55,-200,ls), +(246,-200,o), +(353,-112,o), +(353,44,cs), +(353,370,l), +(488,370,l), +(488,610,l), +(353,610,l), +(353,624,ls), +(353,639,o), +(363,648,o), +(380,648,cs), +(488,648,l), +(488,848,l) +); +} +); +width = 498; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(413,848,ls), +(212,848,o), +(99,775,o), +(99,644,cs), +(99,610,l), +(10,610,l), +(10,370,l), +(99,370,l), +(99,64,ls), +(99,23,o), +(79,0,o), +(44,0,cs), +(10,0,l), +(10,-200,l), +(64,-200,ls), +(290,-200,o), +(417,-112,o), +(417,44,cs), +(417,370,l), +(582,370,l), +(582,610,l), +(417,610,l), +(417,624,ls), +(417,639,o), +(430,648,o), +(453,648,cs), +(582,648,l), +(582,848,l) +); +} +); +width = 592; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(538,848,ls), +(273,848,o), +(160,787,o), +(160,644,cs), +(160,610,l), +(10,610,l), +(10,370,l), +(160,370,l), +(160,64,ls), +(160,19,o), +(129,0,o), +(58,0,cs), +(10,0,l), +(10,-200,l), +(86,-200,ls), +(417,-200,o), +(559,-121,o), +(559,64,cs), +(559,370,l), +(816,370,l), +(816,610,l), +(559,610,l), +(559,624,ls), +(559,641,o), +(582,648,o), +(634,648,cs), +(816,648,l), +(816,848,l) +); +} +); +width = 826; +} +); +metricLeft = "=TNG*2"; +metricRight = "=TNG*2"; +unicode = 402; +}, +{ +glyphname = at; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-01-20 13:18:20 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(588,-116,o), +(708,-62,o), +(784,25,c), +(640,25,l), +(599,-4,o), +(530,-24,o), +(469,-24,cs), +(285,-24,o), +(151,112,o), +(151,300,cs), +(151,487,o), +(285,622,o), +(469,622,cs), +(653,622,o), +(787,495,o), +(787,320,cs), +(787,221,o), +(765,178,o), +(717,178,cs), +(682,178,o), +(667,200,o), +(667,250,cs), +(667,508,l), +(575,508,l), +(575,460,l), +(561,460,l), +(539,497,o), +(496,518,o), +(443,518,cs), +(330,518,o), +(249,426,o), +(249,300,cs), +(249,174,o), +(330,82,o), +(443,82,cs), +(502,82,o), +(549,104,o), +(575,144,c), +(599,144,l), +(617,107,o), +(660,86,o), +(717,86,cs), +(821,86,o), +(885,175,o), +(885,320,cs), +(885,550,o), +(710,716,o), +(469,716,cs), +(228,716,o), +(53,541,o), +(53,300,cs), +(53,59,o), +(228,-116,o), +(469,-116,cs) +); +}, +{ +closed = 1; +nodes = ( +(397,176,o), +(351,226,o), +(351,300,cs), +(351,374,o), +(397,424,o), +(465,424,cs), +(533,424,o), +(579,374,o), +(579,300,cs), +(579,226,o), +(533,176,o), +(465,176,cs) +); +} +); +width = 938; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(690,-180,o), +(836,-110,o), +(922,15,c), +(736,15,l), +(676,-27,o), +(602,-48,o), +(517,-48,cs), +(315,-48,o), +(181,94,o), +(181,300,cs), +(181,506,o), +(315,644,o), +(517,644,cs), +(719,644,o), +(853,514,o), +(853,320,cs), +(853,244,o), +(835,205,o), +(800,205,cs), +(774,205,o), +(763,225,o), +(763,270,cs), +(763,535,l), +(613,535,l), +(613,488,l), +(593,488,l), +(574,522,o), +(530,549,o), +(477,549,cs), +(349,549,o), +(263,449,o), +(263,300,cs), +(263,151,o), +(349,51,o), +(477,51,cs), +(536,51,o), +(584,78,o), +(603,122,c), +(643,122,l), +(668,80,o), +(722,55,o), +(787,55,cs), +(917,55,o), +(997,156,o), +(997,320,cs), +(997,587,o), +(795,780,o), +(517,780,cs), +(239,780,o), +(37,578,o), +(37,300,cs), +(37,22,o), +(239,-180,o), +(517,-180,cs) +); +}, +{ +closed = 1; +nodes = ( +(463,197,o), +(427,236,o), +(427,300,cs), +(427,364,o), +(463,403,o), +(523,403,cs), +(583,403,o), +(619,364,o), +(619,300,cs), +(619,236,o), +(583,197,o), +(523,197,cs) +); +} +); +width = 1034; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(812,-116,o), +(964,-68,o), +(1077,25,c), +(909,25,l), +(834,-9,o), +(743,-28,o), +(631,-28,cs), +(325,-28,o), +(153,91,o), +(153,300,cs), +(153,509,o), +(325,626,o), +(631,626,cs), +(937,626,o), +(1109,516,o), +(1109,320,cs), +(1109,225,o), +(1069,176,o), +(990,176,cs), +(939,176,o), +(912,205,o), +(912,262,cs), +(912,508,l), +(818,508,l), +(818,458,l), +(798,458,l), +(766,496,o), +(691,520,o), +(601,520,cs), +(424,520,o), +(316,436,o), +(316,300,cs), +(316,164,o), +(424,80,o), +(601,80,cs), +(693,80,o), +(775,107,o), +(818,152,c), +(850,152,l), +(873,111,o), +(926,86,o), +(990,86,cs), +(1126,86,o), +(1209,175,o), +(1209,320,cs), +(1209,566,o), +(989,716,o), +(631,716,cs), +(273,716,o), +(53,558,o), +(53,300,cs), +(53,42,o), +(273,-116,o), +(631,-116,cs) +); +}, +{ +closed = 1; +nodes = ( +(492,170,o), +(420,217,o), +(420,300,cs), +(420,383,o), +(492,430,o), +(621,430,cs), +(750,430,o), +(822,383,o), +(822,300,cs), +(822,217,o), +(750,170,o), +(621,170,cs) +); +} +); +width = 1262; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(882,-180,o), +(1086,-106,o), +(1210,15,c), +(975,15,l), +(902,-23,o), +(781,-48,o), +(674,-48,cs), +(362,-48,o), +(186,77,o), +(186,300,cs), +(186,521,o), +(365,646,o), +(684,646,cs), +(1003,646,o), +(1182,529,o), +(1182,320,cs), +(1182,238,o), +(1148,195,o), +(1081,195,cs), +(1035,195,o), +(1011,221,o), +(1011,270,cs), +(1011,535,l), +(861,535,l), +(861,488,l), +(831,488,l), +(803,522,o), +(738,549,o), +(634,549,cs), +(445,549,o), +(329,454,o), +(329,300,cs), +(329,146,o), +(445,51,o), +(634,51,cs), +(744,51,o), +(819,86,o), +(851,132,c), +(891,132,l), +(922,81,o), +(987,55,o), +(1081,55,cs), +(1231,55,o), +(1326,156,o), +(1326,320,cs), +(1326,605,o), +(1082,780,o), +(684,780,cs), +(286,780,o), +(42,598,o), +(42,300,cs), +(42,2,o), +(282,-180,o), +(674,-180,cs) +); +}, +{ +closed = 1; +nodes = ( +(557,187,o), +(493,225,o), +(493,300,cs), +(493,375,o), +(557,413,o), +(680,413,cs), +(803,413,o), +(867,375,o), +(867,300,cs), +(867,225,o), +(803,187,o), +(680,187,cs) +); +} +); +width = 1368; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(513,-116,o), +(609,-68,o), +(680,25,c), +(555,25,l), +(518,-5,o), +(459,-24,o), +(398,-24,cs), +(238,-24,o), +(146,93,o), +(146,300,cs), +(146,506,o), +(238,622,o), +(398,622,cs), +(558,622,o), +(650,513,o), +(650,320,cs), +(650,218,o), +(632,174,o), +(594,174,cs), +(573,174,o), +(558,196,o), +(558,240,cs), +(558,508,l), +(466,508,l), +(466,468,l), +(456,468,l), +(444,499,o), +(413,518,o), +(373,518,cs), +(286,518,o), +(232,435,o), +(232,300,cs), +(232,165,o), +(286,82,o), +(373,82,cs), +(419,82,o), +(454,105,o), +(466,142,c), +(490,142,l), +(507,107,o), +(549,86,o), +(592,86,cs), +(692,86,o), +(748,170,o), +(748,320,cs), +(748,566,o), +(615,716,o), +(398,716,cs), +(181,716,o), +(48,558,o), +(48,300,cs), +(48,42,o), +(181,-116,o), +(398,-116,cs) +); +}, +{ +closed = 1; +nodes = ( +(355,176,o), +(334,216,o), +(334,300,cs), +(334,384,o), +(355,424,o), +(401,424,cs), +(447,424,o), +(468,384,o), +(468,300,cs), +(468,216,o), +(447,176,o), +(401,176,cs) +); +} +); +width = 796; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(587,-180,o), +(719,-110,o), +(802,15,c), +(618,15,l), +(572,-25,o), +(506,-48,o), +(435,-48,cs), +(269,-48,o), +(175,77,o), +(175,300,cs), +(175,521,o), +(269,646,o), +(435,646,cs), +(607,646,o), +(695,535,o), +(695,320,cs), +(695,238,o), +(681,195,o), +(650,195,cs), +(633,195,o), +(625,210,o), +(625,242,cs), +(625,535,l), +(475,535,l), +(475,488,l), +(455,488,l), +(444,527,o), +(414,549,o), +(371,549,cs), +(290,549,o), +(245,459,o), +(245,300,cs), +(245,141,o), +(294,51,o), +(381,51,cs), +(426,51,o), +(460,77,o), +(475,122,c), +(515,122,l), +(537,79,o), +(577,55,o), +(644,55,cs), +(770,55,o), +(839,150,o), +(839,320,cs), +(839,614,o), +(694,780,o), +(435,780,cs), +(185,780,o), +(31,598,o), +(31,300,cs), +(31,2,o), +(185,-180,o), +(435,-180,cs) +); +}, +{ +closed = 1; +nodes = ( +(415,193,o), +(405,222,o), +(405,300,cs), +(405,378,o), +(415,407,o), +(443,407,cs), +(471,407,o), +(481,378,o), +(481,300,cs), +(481,222,o), +(471,193,o), +(443,193,cs) +); +} +); +width = 870; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(597,-112,o), +(705,-68,o), +(782,25,c), +(735,25,l), +(673,-44,o), +(582,-76,o), +(465,-76,cs), +(246,-76,o), +(91,80,o), +(91,300,cs), +(91,520,o), +(246,676,o), +(465,676,cs), +(684,676,o), +(839,537,o), +(839,340,cs), +(839,220,o), +(790,146,o), +(703,146,cs), +(653,146,o), +(627,175,o), +(627,230,cs), +(627,484,l), +(591,484,l), +(591,422,l), +(581,422,l), +(559,463,o), +(507,490,o), +(451,490,cs), +(344,490,o), +(273,414,o), +(273,300,cs), +(273,186,o), +(344,110,o), +(451,110,cs), +(507,110,o), +(559,137,o), +(581,178,c), +(599,178,l), +(610,137,o), +(652,110,o), +(703,110,cs), +(813,110,o), +(877,197,o), +(877,340,cs), +(877,558,o), +(706,712,o), +(465,712,cs), +(224,712,o), +(53,541,o), +(53,300,cs), +(53,59,o), +(224,-112,o), +(465,-112,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,148,o), +(313,209,o), +(313,300,cs), +(313,391,o), +(368,452,o), +(451,452,cs), +(534,452,o), +(589,391,o), +(589,300,cs), +(589,209,o), +(534,148,o), +(451,148,cs) +); +} +); +width = 930; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(675,-180,o), +(820,-106,o), +(903,25,c), +(862,25,l), +(784,-86,o), +(653,-148,o), +(498,-148,cs), +(240,-148,o), +(54,40,o), +(54,300,cs), +(54,560,o), +(240,748,o), +(498,748,cs), +(756,748,o), +(942,568,o), +(942,320,cs), +(942,207,o), +(897,119,o), +(840,119,cs), +(802,119,o), +(780,145,o), +(780,190,cs), +(780,555,l), +(544,555,l), +(544,488,l), +(524,488,l), +(504,538,o), +(458,569,o), +(404,569,cs), +(285,569,o), +(212,467,o), +(212,300,cs), +(212,133,o), +(285,31,o), +(404,31,cs), +(465,31,o), +(514,62,o), +(534,112,c), +(564,112,l), +(584,64,o), +(642,35,o), +(718,35,cs), +(884,35,o), +(978,138,o), +(978,320,cs), +(978,587,o), +(776,780,o), +(498,780,cs), +(220,780,o), +(18,578,o), +(18,300,cs), +(18,22,o), +(220,-180,o), +(498,-180,cs) +); +}, +{ +closed = 1; +nodes = ( +(475,216,o), +(462,241,o), +(462,300,cs), +(462,359,o), +(475,384,o), +(506,384,cs), +(537,384,o), +(550,359,o), +(550,300,cs), +(550,241,o), +(537,216,o), +(506,216,cs) +); +} +); +width = 996; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(509,-112,o), +(606,-68,o), +(678,25,c), +(631,25,l), +(570,-44,o), +(489,-76,o), +(394,-76,cs), +(203,-76,o), +(86,67,o), +(86,300,cs), +(86,533,o), +(203,676,o), +(394,676,cs), +(585,676,o), +(702,545,o), +(702,330,cs), +(702,215,o), +(663,148,o), +(583,148,cs), +(541,148,o), +(517,172,o), +(517,214,cs), +(517,484,l), +(483,484,l), +(483,440,l), +(471,440,l), +(452,472,o), +(420,490,o), +(383,490,cs), +(297,490,o), +(249,422,o), +(249,300,cs), +(249,178,o), +(297,110,o), +(383,110,cs), +(420,110,o), +(452,128,o), +(471,160,c), +(493,160,l), +(509,129,o), +(541,112,o), +(583,112,cs), +(685,112,o), +(740,195,o), +(740,330,cs), +(740,567,o), +(609,712,o), +(394,712,cs), +(179,712,o), +(48,555,o), +(48,300,cs), +(48,45,o), +(179,-112,o), +(394,-112,cs) +); +}, +{ +closed = 1; +nodes = ( +(324,148,o), +(289,203,o), +(289,300,cs), +(289,397,o), +(324,452,o), +(385,452,cs), +(446,452,o), +(481,397,o), +(481,300,cs), +(481,203,o), +(446,148,o), +(385,148,cs) +); +} +); +width = 788; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(819,-112,o), +(992,-65,o), +(1112,25,c), +(1053,25,l), +(943,-43,o), +(792,-78,o), +(633,-78,cs), +(287,-78,o), +(97,56,o), +(97,300,cs), +(97,544,o), +(287,678,o), +(633,678,cs), +(979,678,o), +(1169,559,o), +(1169,340,cs), +(1169,216,o), +(1104,146,o), +(982,146,cs), +(913,146,o), +(874,180,o), +(874,240,cs), +(874,484,l), +(840,484,l), +(840,416,l), +(824,416,l), +(788,463,o), +(714,490,o), +(620,490,cs), +(454,490,o), +(360,422,o), +(360,300,cs), +(360,178,o), +(454,110,o), +(620,110,cs), +(715,110,o), +(789,137,o), +(826,186,c), +(850,186,l), +(865,139,o), +(913,112,o), +(982,112,cs), +(1129,112,o), +(1207,194,o), +(1207,340,cs), +(1207,581,o), +(1003,712,o), +(633,712,cs), +(263,712,o), +(59,566,o), +(59,300,cs), +(59,34,o), +(263,-112,o), +(633,-112,cs) +); +}, +{ +closed = 1; +nodes = ( +(479,144,o), +(400,200,o), +(400,300,cs), +(400,400,o), +(479,456,o), +(620,456,cs), +(761,456,o), +(840,400,o), +(840,300,cs), +(840,200,o), +(761,144,o), +(620,144,cs) +); +} +); +width = 1266; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(908,-180,o), +(1113,-106,o), +(1230,25,c), +(1184,25,l), +(1073,-86,o), +(885,-148,o), +(660,-148,cs), +(284,-148,o), +(54,22,o), +(54,300,cs), +(54,578,o), +(284,748,o), +(660,748,cs), +(1036,748,o), +(1266,585,o), +(1266,320,cs), +(1266,204,o), +(1216,127,o), +(1141,127,cs), +(1088,127,o), +(1077,153,o), +(1077,198,cs), +(1077,555,l), +(745,555,l), +(745,488,l), +(717,488,l), +(688,538,o), +(616,569,o), +(528,569,cs), +(348,569,o), +(238,467,o), +(238,300,cs), +(238,133,o), +(348,31,o), +(528,31,cs), +(626,31,o), +(703,62,o), +(731,112,c), +(773,112,l), +(802,63,o), +(880,35,o), +(989,35,cs), +(1189,35,o), +(1302,138,o), +(1302,320,cs), +(1302,605,o), +(1058,780,o), +(660,780,cs), +(262,780,o), +(18,598,o), +(18,300,cs), +(18,2,o), +(262,-180,o), +(660,-180,cs) +); +}, +{ +closed = 1; +nodes = ( +(612,216,o), +(579,246,o), +(579,300,cs), +(579,354,o), +(612,384,o), +(671,384,cs), +(730,384,o), +(763,354,o), +(763,300,cs), +(763,246,o), +(730,216,o), +(671,216,cs) +); +} +); +width = 1320; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(564,-180,o), +(693,-102,o), +(760,25,c), +(722,25,l), +(661,-82,o), +(547,-148,o), +(422,-148,cs), +(201,-148,o), +(54,31,o), +(54,300,cs), +(54,569,o), +(201,748,o), +(422,748,cs), +(643,748,o), +(790,577,o), +(790,320,cs), +(790,207,o), +(755,122,o), +(707,122,cs), +(675,122,o), +(657,145,o), +(657,190,cs), +(657,555,l), +(460,555,l), +(460,488,l), +(444,488,l), +(427,538,o), +(389,569,o), +(344,569,cs), +(245,569,o), +(184,467,o), +(184,300,cs), +(184,133,o), +(245,31,o), +(344,31,cs), +(395,31,o), +(435,62,o), +(452,112,c), +(477,112,l), +(494,64,o), +(542,35,o), +(605,35,cs), +(744,35,o), +(826,138,o), +(826,320,cs), +(826,596,o), +(664,780,o), +(422,780,cs), +(180,780,o), +(18,588,o), +(18,300,cs), +(18,12,o), +(180,-180,o), +(422,-180,cs) +); +}, +{ +closed = 1; +nodes = ( +(403,216,o), +(392,241,o), +(392,300,cs), +(392,359,o), +(403,384,o), +(429,384,cs), +(454,384,o), +(465,359,o), +(465,300,cs), +(465,241,o), +(454,216,o), +(429,216,cs) +); +} +); +width = 844; +} +); +metricLeft = o; +metricRight = o; +unicode = 64; +}, +{ +glyphname = ampersand; +lastChange = "2022-03-27 16:46:06 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(495,-16,o), +(648,149,o), +(689,396,c), +(579,396,l), +(544,195,o), +(452,92,o), +(310,92,cs), +(223,92,o), +(170,135,o), +(170,206,cs), +(170,406,o), +(564,392,o), +(564,632,cs), +(564,735,o), +(478,816,o), +(366,816,cs), +(245,816,o), +(158,735,o), +(158,622,cs), +(158,556,o), +(187,487,o), +(244,417,cs), +(584,0,l), +(721,0,l), +(335,473,ls), +(289,529,o), +(270,574,o), +(270,620,cs), +(270,675,o), +(308,712,o), +(366,712,cs), +(422,712,o), +(460,678,o), +(460,628,cs), +(460,462,o), +(56,473,o), +(56,202,cs), +(56,71,o), +(156,-16,o), +(306,-16,cs) +); +} +); +width = 739; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(516,-20,o), +(718,172,o), +(740,416,c), +(569,416,l), +(550,249,o), +(460,146,o), +(334,146,cs), +(270,146,o), +(230,175,o), +(230,223,cs), +(230,393,o), +(620,364,o), +(620,616,cs), +(620,738,o), +(527,820,o), +(388,820,cs), +(238,820,o), +(138,736,o), +(138,610,cs), +(138,547,o), +(164,486,o), +(228,408,cs), +(562,0,l), +(781,0,l), +(348,530,ls), +(332,550,o), +(324,571,o), +(324,594,cs), +(324,634,o), +(350,660,o), +(390,660,cs), +(427,660,o), +(452,638,o), +(452,604,cs), +(452,464,o), +(38,503,o), +(38,203,cs), +(38,69,o), +(144,-20,o), +(304,-20,cs) +); +} +); +width = 793; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(617,-16,o), +(874,157,o), +(979,396,c), +(863,396,l), +(756,203,o), +(571,84,o), +(377,84,cs), +(251,84,o), +(174,130,o), +(174,204,cs), +(174,441,o), +(784,348,o), +(784,632,cs), +(784,746,o), +(684,816,o), +(522,816,cs), +(343,816,o), +(234,739,o), +(234,614,cs), +(234,520,o), +(281,464,o), +(362,396,cs), +(835,0,l), +(997,0,l), +(452,456,ls), +(371,524,o), +(348,559,o), +(348,610,cs), +(348,678,o), +(411,716,o), +(524,716,cs), +(624,716,o), +(680,684,o), +(680,628,cs), +(680,448,o), +(56,518,o), +(56,198,cs), +(56,65,o), +(174,-16,o), +(367,-16,cs) +); +} +); +width = 1015; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(673,-20,o), +(955,172,o), +(1054,416,c), +(876,416,l), +(788,250,o), +(599,140,o), +(403,140,cs), +(299,140,o), +(240,171,o), +(240,225,cs), +(240,403,o), +(842,354,o), +(842,620,cs), +(842,744,o), +(733,820,o), +(555,820,cs), +(350,820,o), +(224,740,o), +(224,610,cs), +(224,525,o), +(268,468,o), +(338,408,cs), +(816,0,l), +(1072,0,l), +(494,493,ls), +(432,546,o), +(410,573,o), +(410,604,cs), +(410,649,o), +(459,672,o), +(555,672,cs), +(637,672,o), +(680,652,o), +(680,614,cs), +(680,490,o), +(44,523,o), +(44,209,cs), +(44,67,o), +(173,-20,o), +(383,-20,cs) +); +} +); +width = 1086; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(440,-16,o), +(580,157,o), +(601,396,c), +(494,396,l), +(479,208,o), +(395,92,o), +(274,92,cs), +(210,92,o), +(164,136,o), +(164,196,cs), +(164,416,o), +(506,410,o), +(506,636,cs), +(506,739,o), +(429,816,o), +(322,816,cs), +(211,816,o), +(130,738,o), +(130,630,cs), +(130,570,o), +(151,511,o), +(191,453,cs), +(499,0,l), +(627,0,l), +(281,509,ls), +(253,550,o), +(242,580,o), +(242,628,cs), +(242,678,o), +(275,712,o), +(324,712,cs), +(371,712,o), +(402,681,o), +(402,634,cs), +(402,460,o), +(50,473,o), +(50,190,cs), +(50,75,o), +(146,-16,o), +(268,-16,cs) +); +} +); +width = 643; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(471,-20,o), +(649,172,o), +(671,416,c), +(501,416,l), +(490,255,o), +(416,146,o), +(318,146,cs), +(266,146,o), +(225,184,o), +(225,233,cs), +(225,413,o), +(562,370,o), +(562,628,cs), +(562,743,o), +(475,820,o), +(344,820,cs), +(205,820,o), +(112,740,o), +(112,620,cs), +(112,565,o), +(138,503,o), +(189,429,cs), +(483,0,l), +(692,0,l), +(328,530,ls), +(306,561,o), +(298,583,o), +(298,604,cs), +(298,638,o), +(318,660,o), +(349,660,cs), +(380,660,o), +(400,639,o), +(400,608,cs), +(400,488,o), +(33,493,o), +(33,203,cs), +(33,74,o), +(136,-20,o), +(278,-20,cs) +); +} +); +width = 703; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(467,-12,o), +(603,142,o), +(633,396,c), +(592,396,l), +(566,167,o), +(444,26,o), +(282,26,cs), +(175,26,o), +(98,97,o), +(98,196,cs), +(98,426,o), +(516,410,o), +(516,650,cs), +(516,747,o), +(445,812,o), +(338,812,cs), +(228,812,o), +(154,739,o), +(154,630,cs), +(154,557,o), +(197,489,o), +(256,417,cs), +(600,0,l), +(653,0,l), +(286,445,ls), +(233,510,o), +(196,567,o), +(196,630,cs), +(196,716,o), +(253,774,o), +(338,774,cs), +(421,774,o), +(476,724,o), +(476,650,cs), +(476,440,o), +(56,453,o), +(56,193,cs), +(56,74,o), +(151,-12,o), +(282,-12,cs) +); +} +); +width = 671; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(557,-26,o), +(848,208,o), +(878,416,c), +(625,416,l), +(613,273,o), +(531,200,o), +(382,200,cs), +(340,200,o), +(312,222,o), +(312,256,cs), +(312,401,o), +(720,359,o), +(720,620,cs), +(720,748,o), +(618,826,o), +(432,826,cs), +(255,826,o), +(146,744,o), +(146,610,cs), +(146,543,o), +(165,491,o), +(209,436,cs), +(564,0,l), +(906,0,l), +(446,566,ls), +(436,578,o), +(431,590,o), +(431,601,cs), +(431,627,o), +(445,643,o), +(467,643,cs), +(487,643,o), +(500,629,o), +(500,606,cs), +(500,477,o), +(18,533,o), +(18,215,cs), +(18,66,o), +(134,-26,o), +(322,-26,cs) +); +} +); +width = 912; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(415,-12,o), +(512,126,o), +(533,396,c), +(492,396,l), +(475,152,o), +(390,26,o), +(248,26,cs), +(159,26,o), +(92,94,o), +(92,186,cs), +(92,421,o), +(432,434,o), +(432,662,cs), +(432,752,o), +(377,812,o), +(294,812,cs), +(202,812,o), +(140,746,o), +(140,646,cs), +(140,572,o), +(165,504,o), +(224,417,cs), +(509,0,l), +(558,0,l), +(256,443,ls), +(204,519,o), +(182,580,o), +(182,646,cs), +(182,723,o), +(227,774,o), +(294,774,cs), +(353,774,o), +(392,729,o), +(392,662,cs), +(392,459,o), +(50,443,o), +(50,183,cs), +(50,70,o), +(133,-12,o), +(248,-12,cs) +); +} +); +width = 574; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(586,-12,o), +(812,151,o), +(899,396,c), +(855,396,l), +(771,174,o), +(564,26,o), +(336,26,cs), +(197,26,o), +(105,90,o), +(105,186,cs), +(105,473,o), +(718,380,o), +(718,644,cs), +(718,748,o), +(628,812,o), +(482,812,cs), +(329,812,o), +(236,739,o), +(236,620,cs), +(236,548,o), +(269,485,o), +(346,420,cs), +(846,0,l), +(910,0,l), +(378,447,ls), +(309,505,o), +(278,554,o), +(278,620,cs), +(278,715,o), +(356,774,o), +(482,774,cs), +(604,774,o), +(678,725,o), +(678,644,cs), +(678,420,o), +(62,510,o), +(62,182,cs), +(62,66,o), +(171,-12,o), +(334,-12,cs) +); +} +); +width = 930; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(777,-26,o), +(1156,208,o), +(1229,416,c), +(892,416,l), +(823,295,o), +(664,200,o), +(530,200,cs), +(467,200,o), +(432,220,o), +(432,256,cs), +(432,421,o), +(1006,369,o), +(1006,620,cs), +(1006,752,o), +(860,826,o), +(601,826,cs), +(343,826,o), +(198,748,o), +(198,610,cs), +(198,543,o), +(225,491,o), +(287,436,cs), +(786,0,l), +(1268,0,l), +(620,566,ls), +(606,578,o), +(599,590,o), +(599,601,cs), +(599,627,o), +(618,643,o), +(650,643,cs), +(679,643,o), +(696,629,o), +(696,606,cs), +(696,477,o), +(18,533,o), +(18,215,cs), +(18,56,o), +(164,-26,o), +(446,-26,cs) +); +} +); +width = 1274; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,-26,o), +(710,208,o), +(735,416,c), +(524,416,l), +(514,273,o), +(445,196,o), +(321,196,cs), +(287,196,o), +(263,220,o), +(263,252,cs), +(263,397,o), +(603,369,o), +(603,620,cs), +(603,748,o), +(512,826,o), +(363,826,cs), +(215,826,o), +(125,744,o), +(125,610,cs), +(125,543,o), +(140,491,o), +(177,436,cs), +(473,0,l), +(758,0,l), +(375,566,ls), +(367,578,o), +(362,590,o), +(362,605,cs), +(362,629,o), +(373,643,o), +(392,643,cs), +(409,643,o), +(420,630,o), +(420,608,cs), +(420,477,o), +(18,523,o), +(18,215,cs), +(18,75,o), +(124,-26,o), +(271,-26,cs) +); +} +); +width = 764; +} +); +metricLeft = S; +metricRight = "=S/2"; +unicode = 38; +}, +{ +glyphname = paragraph; +lastChange = "2022-07-16 17:27:46 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(326,800,l), +(326,-200,l), +(362,-200,l), +(362,800,l) +); +}, +{ +closed = 1; +nodes = ( +(50,404,o), +(95,320,o), +(168,320,cs), +(188,320,l), +(188,-200,l), +(224,-200,l), +(224,800,l), +(168,800,ls), +(95,800,o), +(50,716,o), +(50,580,cs), +(50,540,ls) +); +} +); +width = 457; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(388,800,l), +(388,-200,l), +(424,-200,l), +(424,800,l) +); +}, +{ +closed = 1; +nodes = ( +(56,404,o), +(113,320,o), +(202,320,cs), +(222,320,l), +(222,-200,l), +(258,-200,l), +(258,800,l), +(202,800,ls), +(113,800,o), +(56,716,o), +(56,580,cs), +(56,540,ls) +); +} +); +width = 530; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(538,800,l), +(538,-200,l), +(574,-200,l), +(574,800,l) +); +}, +{ +closed = 1; +nodes = ( +(62,404,o), +(145,320,o), +(280,320,cs), +(300,320,l), +(300,-200,l), +(336,-200,l), +(336,800,l), +(280,800,ls), +(145,800,o), +(62,716,o), +(62,580,cs), +(62,540,ls) +); +} +); +width = 691; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(386,800,l), +(386,-200,l), +(480,-200,l), +(480,800,l) +); +}, +{ +closed = 1; +nodes = ( +(50,392,o), +(116,300,o), +(208,300,cs), +(218,300,l), +(218,-200,l), +(312,-200,l), +(312,800,l), +(208,800,ls), +(116,800,o), +(50,708,o), +(50,580,cs), +(50,520,ls) +); +} +); +width = 575; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(472,800,l), +(472,-200,l), +(566,-200,l), +(566,800,l) +); +}, +{ +closed = 1; +nodes = ( +(56,392,o), +(135,300,o), +(244,300,cs), +(264,300,l), +(264,-200,l), +(358,-200,l), +(358,800,l), +(244,800,ls), +(135,800,o), +(56,708,o), +(56,580,cs), +(56,520,ls) +); +} +); +width = 672; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(672,800,l), +(672,-200,l), +(766,-200,l), +(766,800,l) +); +}, +{ +closed = 1; +nodes = ( +(56,391,o), +(158,300,o), +(324,300,cs), +(364,300,l), +(364,-200,l), +(458,-200,l), +(458,800,l), +(324,800,ls), +(158,800,o), +(56,709,o), +(56,560,cs), +(56,540,ls) +); +} +); +width = 872; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(405,800,l), +(405,-200,l), +(543,-200,l), +(543,800,l) +); +}, +{ +closed = 1; +nodes = ( +(33,372,o), +(101,280,o), +(194,280,cs), +(214,280,l), +(214,-200,l), +(352,-200,l), +(352,800,l), +(194,800,ls), +(101,800,o), +(33,708,o), +(33,580,cs), +(33,500,ls) +); +} +); +width = 605; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(494,800,l), +(494,-200,l), +(642,-200,l), +(642,800,l) +); +}, +{ +closed = 1; +nodes = ( +(38,372,o), +(125,280,o), +(246,280,cs), +(266,280,l), +(266,-200,l), +(414,-200,l), +(414,800,l), +(246,800,ls), +(125,800,o), +(38,708,o), +(38,580,cs), +(38,500,ls) +); +} +); +width = 715; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(704,800,l), +(704,-200,l), +(852,-200,l), +(852,800,l) +); +}, +{ +closed = 1; +nodes = ( +(44,371,o), +(162,280,o), +(354,280,cs), +(374,280,l), +(374,-200,l), +(522,-200,l), +(522,800,l), +(354,800,ls), +(162,800,o), +(44,709,o), +(44,560,cs), +(44,520,ls) +); +} +); +width = 936; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(442,800,l), +(442,-200,l), +(616,-200,l), +(616,800,l) +); +}, +{ +closed = 1; +nodes = ( +(18,364,o), +(95,260,o), +(210,260,cs), +(230,260,l), +(230,-200,l), +(404,-200,l), +(404,800,l), +(210,800,ls), +(95,800,o), +(18,696,o), +(18,540,cs), +(18,520,ls) +); +} +); +width = 651; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(538,800,l), +(538,-200,l), +(758,-200,l), +(758,800,l) +); +}, +{ +closed = 1; +nodes = ( +(18,359,o), +(109,260,o), +(258,260,cs), +(278,260,l), +(278,-200,l), +(498,-200,l), +(498,800,l), +(258,800,ls), +(109,800,o), +(18,701,o), +(18,540,cs), +(18,520,ls) +); +} +); +width = 793; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(738,800,l), +(738,-200,l), +(1038,-200,l), +(1038,800,l) +); +}, +{ +closed = 1; +nodes = ( +(18,359,o), +(140,260,o), +(338,260,cs), +(378,260,l), +(378,-200,l), +(678,-200,l), +(678,800,l), +(338,800,ls), +(140,800,o), +(18,701,o), +(18,540,cs), +(18,520,ls) +); +} +); +width = 1073; +} +); +metricLeft = RNDU; +metricRight = SQRU; +unicode = 182; +}, +{ +glyphname = section; +lastChange = "2022-01-20 13:19:45 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (-46,0); +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (618,600); +ref = _part.section; +} +); +width = 618; +}, +{ +background = { +shapes = ( +{ +pos = (-26,0); +ref = o; +} +); +}; +layerId = m002; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (666,600); +ref = _part.section; +} +); +width = 666; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (818,600); +ref = _part.section; +} +); +width = 818; +}, +{ +layerId = m004; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (876,600); +ref = _part.section; +} +); +width = 876; +}, +{ +background = { +shapes = ( +{ +pos = (-2,0); +ref = o; +} +); +}; +layerId = m005; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (516,600); +ref = _part.section; +} +); +width = 522; +}, +{ +background = { +shapes = ( +{ +pos = (-21,0); +ref = o; +} +); +}; +layerId = m006; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (564,600); +ref = _part.section; +} +); +width = 564; +}, +{ +background = { +shapes = ( +{ +pos = (-51,0); +ref = o; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (550,600); +ref = _part.section; +} +); +width = 550; +}, +{ +layerId = m008; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (724,600); +ref = _part.section; +} +); +width = 724; +}, +{ +background = { +shapes = ( +{ +pos = (-42,0); +ref = o; +} +); +}; +layerId = m009; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (472,600); +ref = _part.section; +} +); +width = 472; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (738,600); +ref = _part.section; +} +); +width = 738; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (1000,600); +ref = _part.section; +} +); +width = 1000; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _part.section; +}, +{ +angle = 180; +pos = (606,600); +ref = _part.section; +} +); +width = 606; +} +); +metricLeft = o; +metricRight = o; +unicode = 167; +}, +{ +glyphname = copyright; +kernLeft = RND_LEFT; +kernRight = RND_RIGHT; +lastChange = "2022-01-20 13:18:20 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (0,100); +ref = at; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(708,-16,o), +(885,161,o), +(885,400,cs), +(885,639,o), +(708,816,o), +(469,816,cs), +(230,816,o), +(53,639,o), +(53,400,cs), +(53,161,o), +(230,-16,o), +(469,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,78,o), +(149,214,o), +(149,400,cs), +(149,586,o), +(283,722,o), +(469,722,cs), +(655,722,o), +(789,586,o), +(789,400,cs), +(789,214,o), +(655,78,o), +(469,78,cs) +); +}, +{ +closed = 1; +nodes = ( +(569,344,l), +(563,301,o), +(526,273,o), +(475,273,cs), +(406,273,o), +(364,321,o), +(364,398,cs), +(364,478,o), +(407,527,o), +(477,527,cs), +(534,527,o), +(573,494,o), +(581,439,c), +(679,439,l), +(667,552,o), +(590,621,o), +(477,621,cs), +(348,621,o), +(262,532,o), +(262,398,cs), +(262,267,o), +(347,179,o), +(475,179,cs), +(577,179,o), +(657,248,o), +(667,344,c) +); +} +); +width = 938; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(701,-20,o), +(877,156,o), +(877,400,cs), +(877,644,o), +(701,820,o), +(457,820,cs), +(213,820,o), +(37,644,o), +(37,400,cs), +(37,156,o), +(213,-20,o), +(457,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(295,120,o), +(181,236,o), +(181,400,cs), +(181,564,o), +(295,680,o), +(457,680,cs), +(619,680,o), +(733,564,o), +(733,400,cs), +(733,236,o), +(619,120,o), +(457,120,cs) +); +}, +{ +closed = 1; +nodes = ( +(529,354,l), +(525,321,o), +(498,299,o), +(462,299,cs), +(416,299,o), +(387,337,o), +(387,398,cs), +(387,462,o), +(416,501,o), +(464,501,cs), +(508,501,o), +(535,479,o), +(539,439,c), +(693,439,l), +(679,569,o), +(592,649,o), +(464,649,cs), +(319,649,o), +(223,549,o), +(223,398,cs), +(223,250,o), +(319,151,o), +(462,151,cs), +(578,151,o), +(671,236,o), +(683,354,c) +); +} +); +width = 914; +}, +{ +background = { +shapes = ( +{ +pos = (0,100); +ref = at; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(989,-16,o), +(1209,142,o), +(1209,400,cs), +(1209,658,o), +(989,816,o), +(631,816,cs), +(273,816,o), +(53,658,o), +(53,400,cs), +(53,142,o), +(273,-16,o), +(631,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(324,74,o), +(151,191,o), +(151,400,cs), +(151,609,o), +(324,726,o), +(631,726,cs), +(938,726,o), +(1111,609,o), +(1111,400,cs), +(1111,191,o), +(938,74,o), +(631,74,cs) +); +}, +{ +closed = 1; +nodes = ( +(808,344,l), +(800,298,o), +(737,272,o), +(633,272,cs), +(509,272,o), +(439,317,o), +(439,398,cs), +(439,481,o), +(510,528,o), +(635,528,cs), +(746,528,o), +(810,498,o), +(824,439,c), +(924,439,l), +(908,557,o), +(810,618,o), +(635,618,cs), +(449,618,o), +(335,534,o), +(335,398,cs), +(335,264,o), +(448,182,o), +(633,182,cs), +(793,182,o), +(898,244,o), +(908,344,c) +); +} +); +width = 1262; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(985,-20,o), +(1206,140,o), +(1206,400,cs), +(1206,660,o), +(985,820,o), +(624,820,cs), +(263,820,o), +(42,660,o), +(42,400,cs), +(42,140,o), +(263,-20,o), +(624,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(344,106,o), +(186,212,o), +(186,400,cs), +(186,588,o), +(344,694,o), +(624,694,cs), +(904,694,o), +(1062,588,o), +(1062,400,cs), +(1062,212,o), +(904,106,o), +(624,106,cs) +); +}, +{ +closed = 1; +nodes = ( +(773,354,l), +(767,315,o), +(718,295,o), +(629,295,cs), +(514,295,o), +(460,328,o), +(460,398,cs), +(460,471,o), +(514,505,o), +(629,505,cs), +(728,505,o), +(782,483,o), +(786,439,c), +(948,439,l), +(938,568,o), +(829,635,o), +(629,635,cs), +(416,635,o), +(296,550,o), +(296,398,cs), +(296,249,o), +(416,165,o), +(629,165,cs), +(812,165,o), +(923,233,o), +(936,354,c) +); +} +); +width = 1248; +}, +{ +background = { +shapes = ( +{ +pos = (6,100); +ref = at; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(611,-16,o), +(752,150,o), +(752,400,cs), +(752,650,o), +(611,816,o), +(400,816,cs), +(189,816,o), +(48,650,o), +(48,400,cs), +(48,150,o), +(189,-16,o), +(400,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(241,78,o), +(144,203,o), +(144,400,cs), +(144,597,o), +(241,722,o), +(400,722,cs), +(559,722,o), +(656,597,o), +(656,400,cs), +(656,203,o), +(559,78,o), +(400,78,cs) +); +}, +{ +closed = 1; +nodes = ( +(470,344,l), +(464,298,o), +(444,276,o), +(408,276,cs), +(357,276,o), +(333,315,o), +(333,398,cs), +(333,484,o), +(358,524,o), +(410,524,cs), +(452,524,o), +(477,495,o), +(483,439,c), +(576,439,l), +(570,554,o), +(510,618,o), +(410,618,cs), +(295,618,o), +(231,539,o), +(231,398,cs), +(231,260,o), +(295,182,o), +(408,182,cs), +(497,182,o), +(556,244,o), +(564,344,c) +); +} +); +width = 800; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(601,-20,o), +(743,148,o), +(743,400,cs), +(743,652,o), +(601,820,o), +(387,820,cs), +(173,820,o), +(31,652,o), +(31,400,cs), +(31,148,o), +(173,-20,o), +(387,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(254,116,o), +(173,224,o), +(173,400,cs), +(173,576,o), +(254,684,o), +(387,684,cs), +(520,684,o), +(601,576,o), +(601,400,cs), +(601,224,o), +(520,116,o), +(387,116,cs) +); +}, +{ +closed = 1; +nodes = ( +(418,354,l), +(416,307,o), +(409,293,o), +(390,293,cs), +(369,293,o), +(362,318,o), +(362,398,cs), +(362,481,o), +(369,507,o), +(394,507,cs), +(416,507,o), +(424,491,o), +(426,439,c), +(572,439,l), +(564,578,o), +(503,649,o), +(392,649,cs), +(268,649,o), +(202,555,o), +(202,398,cs), +(202,241,o), +(267,151,o), +(390,151,cs), +(494,151,o), +(560,228,o), +(564,354,c) +); +} +); +width = 774; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(706,-12,o), +(877,159,o), +(877,400,cs), +(877,641,o), +(706,812,o), +(465,812,cs), +(224,812,o), +(53,641,o), +(53,400,cs), +(53,159,o), +(224,-12,o), +(465,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,24,o), +(91,177,o), +(91,400,cs), +(91,623,o), +(245,776,o), +(465,776,cs), +(685,776,o), +(839,623,o), +(839,400,cs), +(839,177,o), +(685,24,o), +(465,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(596,344,l), +(587,286,o), +(537,248,o), +(471,248,cs), +(386,248,o), +(330,308,o), +(330,398,cs), +(330,490,o), +(388,552,o), +(475,552,cs), +(550,552,o), +(601,509,o), +(610,439,c), +(649,439,l), +(638,533,o), +(572,590,o), +(475,590,cs), +(364,590,o), +(290,513,o), +(290,398,cs), +(290,285,o), +(362,210,o), +(471,210,cs), +(558,210,o), +(624,264,o), +(635,344,c) +); +} +); +width = 930; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(691,-26,o), +(870,153,o), +(870,400,cs), +(870,647,o), +(691,826,o), +(444,826,cs), +(197,826,o), +(18,647,o), +(18,400,cs), +(18,153,o), +(197,-26,o), +(444,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(218,8,o), +(54,173,o), +(54,400,cs), +(54,627,o), +(218,792,o), +(444,792,cs), +(670,792,o), +(834,627,o), +(834,400,cs), +(834,173,o), +(670,8,o), +(444,8,cs) +); +}, +{ +closed = 1; +nodes = ( +(491,372,l), +(488,331,o), +(476,314,o), +(452,314,cs), +(424,314,o), +(412,339,o), +(412,398,cs), +(412,460,o), +(425,486,o), +(454,486,cs), +(482,486,o), +(496,465,o), +(499,417,c), +(729,417,l), +(725,578,o), +(614,686,o), +(452,686,cs), +(278,686,o), +(162,571,o), +(162,398,cs), +(162,228,o), +(277,114,o), +(450,114,cs), +(601,114,o), +(715,222,o), +(721,372,c) +); +} +); +width = 888; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(605,-12,o), +(744,153,o), +(744,400,cs), +(744,647,o), +(605,812,o), +(396,812,cs), +(187,812,o), +(48,647,o), +(48,400,cs), +(48,153,o), +(187,-12,o), +(396,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(210,24,o), +(86,174,o), +(86,400,cs), +(86,626,o), +(210,776,o), +(396,776,cs), +(582,776,o), +(706,626,o), +(706,400,cs), +(706,174,o), +(582,24,o), +(396,24,cs) +); +}, +{ +closed = 1; +nodes = ( +(501,344,l), +(495,284,o), +(459,248,o), +(406,248,cs), +(338,248,o), +(299,302,o), +(299,398,cs), +(299,497,o), +(338,552,o), +(408,552,cs), +(466,552,o), +(504,511,o), +(512,439,c), +(551,439,l), +(541,536,o), +(489,590,o), +(408,590,cs), +(313,590,o), +(259,521,o), +(259,398,cs), +(259,278,o), +(312,210,o), +(406,210,cs), +(481,210,o), +(532,261,o), +(540,344,c) +); +} +); +width = 792; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(989,-12,o), +(1207,145,o), +(1207,400,cs), +(1207,655,o), +(989,812,o), +(633,812,cs), +(277,812,o), +(59,655,o), +(59,400,cs), +(59,145,o), +(277,-12,o), +(633,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(301,22,o), +(97,166,o), +(97,400,cs), +(97,634,o), +(301,778,o), +(633,778,cs), +(965,778,o), +(1169,634,o), +(1169,400,cs), +(1169,166,o), +(965,22,o), +(633,22,cs) +); +}, +{ +closed = 1; +nodes = ( +(841,344,l), +(831,280,o), +(757,244,o), +(637,244,cs), +(494,244,o), +(413,299,o), +(413,398,cs), +(413,499,o), +(494,556,o), +(639,556,cs), +(773,556,o), +(847,516,o), +(857,439,c), +(895,439,l), +(882,539,o), +(795,590,o), +(639,590,cs), +(469,590,o), +(373,521,o), +(373,398,cs), +(373,278,o), +(468,210,o), +(637,210,cs), +(780,210,o), +(868,258,o), +(880,344,c) +); +} +); +width = 1266; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(971,-26,o), +(1194,136,o), +(1194,400,cs), +(1194,664,o), +(971,826,o), +(606,826,cs), +(241,826,o), +(18,664,o), +(18,400,cs), +(18,136,o), +(241,-26,o), +(606,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,8,o), +(56,157,o), +(56,400,cs), +(56,643,o), +(265,792,o), +(606,792,cs), +(947,792,o), +(1156,643,o), +(1156,400,cs), +(1156,157,o), +(947,8,o), +(606,8,cs) +); +}, +{ +closed = 1; +nodes = ( +(693,372,l), +(690,334,o), +(663,314,o), +(614,314,cs), +(561,314,o), +(534,343,o), +(534,398,cs), +(534,456,o), +(562,486,o), +(616,486,cs), +(670,486,o), +(700,463,o), +(703,417,c), +(1023,417,l), +(1019,595,o), +(880,686,o), +(614,686,cs), +(335,686,o), +(192,588,o), +(192,398,cs), +(192,211,o), +(335,114,o), +(612,114,cs), +(871,114,o), +(1007,202,o), +(1013,372,c) +); +} +); +width = 1212; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(597,-26,o), +(742,144,o), +(742,400,cs), +(742,656,o), +(597,826,o), +(380,826,cs), +(163,826,o), +(18,656,o), +(18,400,cs), +(18,144,o), +(163,-26,o), +(380,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(184,8,o), +(54,165,o), +(54,400,cs), +(54,635,o), +(184,792,o), +(380,792,cs), +(576,792,o), +(706,635,o), +(706,400,cs), +(706,165,o), +(576,8,o), +(380,8,cs) +); +}, +{ +closed = 1; +nodes = ( +(412,372,l), +(408,314,o), +(402,296,o), +(385,296,cs), +(364,296,o), +(358,320,o), +(358,398,cs), +(358,479,o), +(365,504,o), +(387,504,cs), +(407,504,o), +(414,484,o), +(418,417,c), +(613,417,l), +(609,589,o), +(528,686,o), +(388,686,cs), +(240,686,o), +(150,577,o), +(150,398,cs), +(150,222,o), +(240,114,o), +(386,114,cs), +(517,114,o), +(601,212,o), +(607,372,c) +); +} +); +width = 760; +} +); +metricLeft = o; +metricRight = o; +unicode = 169; +}, +{ +glyphname = registered; +lastChange = "2022-04-02 18:36:06 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(136,477,l), +(171,477,l), +(171,596,l), +(248,596,ls), +(310,596,o), +(346,626,o), +(346,676,cs), +(346,727,o), +(310,757,o), +(248,757,cs), +(136,757,l) +); +}, +{ +closed = 1; +nodes = ( +(171,725,l), +(248,725,ls), +(288,725,o), +(311,707,o), +(311,676,cs), +(311,645,o), +(288,627,o), +(248,627,cs), +(171,627,l) +); +}, +{ +closed = 1; +nodes = ( +(350,477,l), +(264,598,l), +(223,598,l), +(308,477,l) +); +}, +{ +closed = 1; +nodes = ( +(359,389,o), +(460,489,o), +(460,617,cs), +(460,745,o), +(359,845,o), +(230,845,cs), +(101,845,o), +(0,745,o), +(0,617,cs), +(0,489,o), +(101,389,o), +(230,389,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,417,o), +(32,505,o), +(32,617,cs), +(32,729,o), +(119,817,o), +(230,817,cs), +(341,817,o), +(428,729,o), +(428,617,cs), +(428,505,o), +(341,417,o), +(230,417,cs) +); +} +); +width = 460; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(136,477,l), +(171,477,l), +(171,596,l), +(248,596,ls), +(310,596,o), +(346,626,o), +(346,676,cs), +(346,727,o), +(310,757,o), +(248,757,cs), +(136,757,l) +); +}, +{ +closed = 1; +nodes = ( +(171,725,l), +(248,725,ls), +(288,725,o), +(311,707,o), +(311,676,cs), +(311,645,o), +(288,627,o), +(248,627,cs), +(171,627,l) +); +}, +{ +closed = 1; +nodes = ( +(350,477,l), +(264,598,l), +(223,598,l), +(308,477,l) +); +}, +{ +closed = 1; +nodes = ( +(359,389,o), +(460,489,o), +(460,617,cs), +(460,745,o), +(359,845,o), +(230,845,cs), +(101,845,o), +(0,745,o), +(0,617,cs), +(0,489,o), +(101,389,o), +(230,389,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,417,o), +(32,505,o), +(32,617,cs), +(32,729,o), +(119,817,o), +(230,817,cs), +(341,817,o), +(428,729,o), +(428,617,cs), +(428,505,o), +(341,417,o), +(230,417,cs) +); +} +); +width = 460; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(136,477,l), +(171,477,l), +(171,596,l), +(248,596,ls), +(310,596,o), +(346,626,o), +(346,676,cs), +(346,727,o), +(310,757,o), +(248,757,cs), +(136,757,l) +); +}, +{ +closed = 1; +nodes = ( +(171,725,l), +(248,725,ls), +(288,725,o), +(311,707,o), +(311,676,cs), +(311,645,o), +(288,627,o), +(248,627,cs), +(171,627,l) +); +}, +{ +closed = 1; +nodes = ( +(350,477,l), +(264,598,l), +(223,598,l), +(308,477,l) +); +}, +{ +closed = 1; +nodes = ( +(359,389,o), +(460,489,o), +(460,617,cs), +(460,745,o), +(359,845,o), +(230,845,cs), +(101,845,o), +(0,745,o), +(0,617,cs), +(0,489,o), +(101,389,o), +(230,389,cs) +); +}, +{ +closed = 1; +nodes = ( +(119,417,o), +(32,505,o), +(32,617,cs), +(32,729,o), +(119,817,o), +(230,817,cs), +(341,817,o), +(428,729,o), +(428,617,cs), +(428,505,o), +(341,417,o), +(230,417,cs) +); +} +); +width = 460; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(138,497,l), +(204,497,l), +(204,581,l), +(247,581,ls), +(302,581,o), +(340,612,o), +(340,658,cs), +(340,705,o), +(302,737,o), +(247,737,cs), +(138,737,l) +); +}, +{ +closed = 1; +nodes = ( +(204,683,l), +(243,683,ls), +(262,683,o), +(273,673,o), +(273,657,cs), +(273,641,o), +(262,631,o), +(243,631,cs), +(204,631,l) +); +}, +{ +closed = 1; +nodes = ( +(344,497,l), +(292,597,l), +(222,597,l), +(273,497,l) +); +}, +{ +closed = 1; +nodes = ( +(359,389,o), +(460,489,o), +(460,617,cs), +(460,745,o), +(359,845,o), +(230,845,cs), +(101,845,o), +(0,745,o), +(0,617,cs), +(0,489,o), +(101,389,o), +(230,389,cs) +); +}, +{ +closed = 1; +nodes = ( +(134,445,o), +(60,521,o), +(60,617,cs), +(60,713,o), +(134,789,o), +(229,789,cs), +(325,789,o), +(400,713,o), +(400,617,cs), +(400,521,o), +(325,445,o), +(229,445,cs) +); +} +); +width = 460; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(138,497,l), +(204,497,l), +(204,581,l), +(247,581,ls), +(302,581,o), +(340,612,o), +(340,658,cs), +(340,705,o), +(302,737,o), +(247,737,cs), +(138,737,l) +); +}, +{ +closed = 1; +nodes = ( +(204,683,l), +(243,683,ls), +(262,683,o), +(273,673,o), +(273,657,cs), +(273,641,o), +(262,631,o), +(243,631,cs), +(204,631,l) +); +}, +{ +closed = 1; +nodes = ( +(344,497,l), +(292,597,l), +(222,597,l), +(273,497,l) +); +}, +{ +closed = 1; +nodes = ( +(359,389,o), +(460,489,o), +(460,617,cs), +(460,745,o), +(359,845,o), +(230,845,cs), +(101,845,o), +(0,745,o), +(0,617,cs), +(0,489,o), +(101,389,o), +(230,389,cs) +); +}, +{ +closed = 1; +nodes = ( +(135,445,o), +(60,521,o), +(60,617,cs), +(60,713,o), +(135,789,o), +(230,789,cs), +(325,789,o), +(400,713,o), +(400,617,cs), +(400,521,o), +(325,445,o), +(230,445,cs) +); +} +); +width = 460; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(138,497,l), +(204,497,l), +(204,581,l), +(247,581,ls), +(302,581,o), +(340,612,o), +(340,658,cs), +(340,705,o), +(302,737,o), +(247,737,cs), +(138,737,l) +); +}, +{ +closed = 1; +nodes = ( +(204,683,l), +(243,683,ls), +(262,683,o), +(273,673,o), +(273,657,cs), +(273,641,o), +(262,631,o), +(243,631,cs), +(204,631,l) +); +}, +{ +closed = 1; +nodes = ( +(344,497,l), +(292,597,l), +(222,597,l), +(273,497,l) +); +}, +{ +closed = 1; +nodes = ( +(359,389,o), +(460,489,o), +(460,617,cs), +(460,745,o), +(359,845,o), +(230,845,cs), +(101,845,o), +(0,745,o), +(0,617,cs), +(0,489,o), +(101,389,o), +(230,389,cs) +); +}, +{ +closed = 1; +nodes = ( +(134,445,o), +(60,521,o), +(60,617,cs), +(60,713,o), +(134,789,o), +(229,789,cs), +(325,789,o), +(400,713,o), +(400,617,cs), +(400,521,o), +(325,445,o), +(229,445,cs) +); +} +); +width = 460; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(150,497,l), +(256,497,l), +(256,581,l), +(319,581,ls), +(374,581,o), +(412,613,o), +(412,659,cs), +(412,708,o), +(377,737,o), +(319,737,cs), +(150,737,l) +); +}, +{ +closed = 1; +nodes = ( +(256,663,l), +(285,663,ls), +(298,663,o), +(305,658,o), +(305,647,cs), +(305,636,o), +(298,631,o), +(285,631,cs), +(256,631,l) +); +}, +{ +closed = 1; +nodes = ( +(420,497,l), +(364,597,l), +(254,597,l), +(305,497,l) +); +}, +{ +closed = 1; +nodes = ( +(421,349,o), +(540,467,o), +(540,617,cs), +(540,767,o), +(421,885,o), +(270,885,cs), +(119,885,o), +(0,767,o), +(0,617,cs), +(0,467,o), +(119,349,o), +(270,349,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,435,o), +(90,511,o), +(90,617,cs), +(90,723,o), +(165,799,o), +(270,799,cs), +(375,799,o), +(450,723,o), +(450,617,cs), +(450,511,o), +(375,435,o), +(270,435,cs) +); +} +); +width = 540; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(150,497,l), +(256,497,l), +(256,581,l), +(319,581,ls), +(374,581,o), +(412,613,o), +(412,659,cs), +(412,708,o), +(377,737,o), +(319,737,cs), +(150,737,l) +); +}, +{ +closed = 1; +nodes = ( +(256,663,l), +(285,663,ls), +(298,663,o), +(305,658,o), +(305,647,cs), +(305,636,o), +(298,631,o), +(285,631,cs), +(256,631,l) +); +}, +{ +closed = 1; +nodes = ( +(420,497,l), +(364,597,l), +(254,597,l), +(305,497,l) +); +}, +{ +closed = 1; +nodes = ( +(421,349,o), +(540,467,o), +(540,617,cs), +(540,767,o), +(421,885,o), +(270,885,cs), +(119,885,o), +(0,767,o), +(0,617,cs), +(0,467,o), +(119,349,o), +(270,349,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,435,o), +(90,511,o), +(90,617,cs), +(90,723,o), +(165,799,o), +(270,799,cs), +(375,799,o), +(450,723,o), +(450,617,cs), +(450,511,o), +(375,435,o), +(270,435,cs) +); +} +); +width = 540; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(150,497,l), +(256,497,l), +(256,581,l), +(319,581,ls), +(374,581,o), +(412,613,o), +(412,659,cs), +(412,708,o), +(377,737,o), +(319,737,cs), +(150,737,l) +); +}, +{ +closed = 1; +nodes = ( +(256,663,l), +(285,663,ls), +(298,663,o), +(305,658,o), +(305,647,cs), +(305,636,o), +(298,631,o), +(285,631,cs), +(256,631,l) +); +}, +{ +closed = 1; +nodes = ( +(420,497,l), +(364,597,l), +(254,597,l), +(305,497,l) +); +}, +{ +closed = 1; +nodes = ( +(421,349,o), +(540,467,o), +(540,617,cs), +(540,767,o), +(421,885,o), +(270,885,cs), +(119,885,o), +(0,767,o), +(0,617,cs), +(0,467,o), +(119,349,o), +(270,349,cs) +); +}, +{ +closed = 1; +nodes = ( +(165,435,o), +(90,511,o), +(90,617,cs), +(90,723,o), +(165,799,o), +(270,799,cs), +(375,799,o), +(450,723,o), +(450,617,cs), +(450,511,o), +(375,435,o), +(270,435,cs) +); +} +); +width = 540; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,467,l), +(256,467,l), +(256,561,l), +(319,561,ls), +(382,561,o), +(432,606,o), +(432,664,cs), +(432,725,o), +(386,767,o), +(319,767,cs), +(130,767,l) +); +}, +{ +closed = 1; +nodes = ( +(256,683,l), +(275,683,ls), +(294,683,o), +(305,673,o), +(305,657,cs), +(305,641,o), +(294,631,o), +(275,631,cs), +(256,631,l) +); +}, +{ +closed = 1; +nodes = ( +(440,467,l), +(384,587,l), +(254,587,l), +(305,467,l) +); +}, +{ +closed = 1; +nodes = ( +(421,349,o), +(540,467,o), +(540,617,cs), +(540,767,o), +(421,885,o), +(270,885,cs), +(119,885,o), +(0,767,o), +(0,617,cs), +(0,467,o), +(119,349,o), +(270,349,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,384,o), +(40,487,o), +(40,617,cs), +(40,747,o), +(141,849,o), +(270,849,cs), +(399,849,o), +(500,747,o), +(500,617,cs), +(500,487,o), +(399,384,o), +(270,384,cs) +); +} +); +width = 540; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(130,467,l), +(256,467,l), +(256,561,l), +(319,561,ls), +(382,561,o), +(432,606,o), +(432,664,cs), +(432,725,o), +(386,767,o), +(319,767,cs), +(130,767,l) +); +}, +{ +closed = 1; +nodes = ( +(256,683,l), +(275,683,ls), +(294,683,o), +(305,673,o), +(305,657,cs), +(305,641,o), +(294,631,o), +(275,631,cs), +(256,631,l) +); +}, +{ +closed = 1; +nodes = ( +(440,467,l), +(384,587,l), +(254,587,l), +(305,467,l) +); +}, +{ +closed = 1; +nodes = ( +(421,349,o), +(540,467,o), +(540,617,cs), +(540,767,o), +(421,885,o), +(270,885,cs), +(119,885,o), +(0,767,o), +(0,617,cs), +(0,467,o), +(119,349,o), +(270,349,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,384,o), +(40,487,o), +(40,617,cs), +(40,747,o), +(141,849,o), +(270,849,cs), +(399,849,o), +(500,747,o), +(500,617,cs), +(500,487,o), +(399,384,o), +(270,384,cs) +); +} +); +width = 540; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,467,l), +(256,467,l), +(256,561,l), +(319,561,ls), +(382,561,o), +(432,606,o), +(432,664,cs), +(432,725,o), +(386,767,o), +(319,767,cs), +(130,767,l) +); +}, +{ +closed = 1; +nodes = ( +(256,683,l), +(275,683,ls), +(294,683,o), +(305,673,o), +(305,657,cs), +(305,641,o), +(294,631,o), +(275,631,cs), +(256,631,l) +); +}, +{ +closed = 1; +nodes = ( +(440,467,l), +(384,587,l), +(254,587,l), +(305,467,l) +); +}, +{ +closed = 1; +nodes = ( +(421,349,o), +(540,467,o), +(540,617,cs), +(540,767,o), +(421,885,o), +(270,885,cs), +(119,885,o), +(0,767,o), +(0,617,cs), +(0,467,o), +(119,349,o), +(270,349,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,384,o), +(40,487,o), +(40,617,cs), +(40,747,o), +(141,849,o), +(270,849,cs), +(399,849,o), +(500,747,o), +(500,617,cs), +(500,487,o), +(399,384,o), +(270,384,cs) +); +} +); +width = 540; +} +); +metricLeft = "=0"; +metricRight = "=0"; +unicode = 174; +}, +{ +glyphname = trademark; +lastChange = "2022-04-02 17:38:20 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(0,766,l), +(88,766,l), +(88,440,l), +(124,440,l), +(124,766,l), +(212,766,l), +(212,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(244,440,l), +(279,440,l), +(279,705,l), +(279,800,l), +(244,800,l) +); +}, +{ +closed = 1; +nodes = ( +(275,800,l), +(365,440,l), +(428,440,l), +(517,800,l), +(483,800,l), +(394,444,l), +(400,444,l), +(311,800,l) +); +}, +{ +closed = 1; +nodes = ( +(514,800,l), +(514,705,l), +(514,440,l), +(549,440,l), +(549,800,l) +); +} +); +width = 592; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(0,766,l), +(108,766,l), +(108,440,l), +(144,440,l), +(144,766,l), +(252,766,l), +(252,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(300,440,l), +(335,440,l), +(335,705,l), +(335,800,l), +(300,800,l) +); +}, +{ +closed = 1; +nodes = ( +(331,800,l), +(449,440,l), +(512,440,l), +(630,800,l), +(595,800,l), +(478,442,l), +(484,442,l), +(367,800,l) +); +}, +{ +closed = 1; +nodes = ( +(625,800,l), +(625,705,l), +(625,440,l), +(660,440,l), +(660,800,l) +); +} +); +width = 708; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(0,767,l), +(162,767,l), +(162,440,l), +(198,440,l), +(198,767,l), +(360,767,l), +(360,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(432,440,l), +(467,440,l), +(467,705,l), +(467,800,l), +(432,800,l) +); +}, +{ +closed = 1; +nodes = ( +(462,800,l), +(647,440,l), +(712,440,l), +(897,800,l), +(859,800,l), +(676,443,l), +(684,443,l), +(501,800,l) +); +}, +{ +closed = 1; +nodes = ( +(891,800,l), +(891,705,l), +(891,440,l), +(926,440,l), +(926,800,l) +); +} +); +width = 979; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(0,732,l), +(82,732,l), +(82,440,l), +(154,440,l), +(154,732,l), +(236,732,l), +(236,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(268,440,l), +(335,440,l), +(335,521,l), +(334,800,l), +(268,800,l) +); +}, +{ +closed = 1; +nodes = ( +(328,800,l), +(377,440,l), +(493,440,l), +(543,800,l), +(481,800,l), +(432,442,l), +(440,442,l), +(392,800,l) +); +}, +{ +closed = 1; +nodes = ( +(537,800,l), +(536,521,l), +(536,440,l), +(603,440,l), +(603,800,l) +); +} +); +width = 646; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(0,732,l), +(104,732,l), +(104,440,l), +(176,440,l), +(176,732,l), +(280,732,l), +(280,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(328,440,l), +(397,440,l), +(397,674,l), +(395,800,l), +(328,800,l) +); +}, +{ +closed = 1; +nodes = ( +(388,800,l), +(467,440,l), +(586,440,l), +(665,800,l), +(598,800,l), +(522,449,l), +(532,449,l), +(457,800,l) +); +}, +{ +closed = 1; +nodes = ( +(658,800,l), +(656,674,l), +(656,440,l), +(725,440,l), +(725,800,l) +); +} +); +width = 773; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(0,735,l), +(159,735,l), +(159,440,l), +(231,440,l), +(231,735,l), +(390,735,l), +(390,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(462,440,l), +(531,440,l), +(531,674,l), +(529,800,l), +(462,800,l) +); +}, +{ +closed = 1; +nodes = ( +(518,800,l), +(669,440,l), +(793,440,l), +(944,800,l), +(871,800,l), +(723,445,l), +(741,445,l), +(593,800,l) +); +}, +{ +closed = 1; +nodes = ( +(933,800,l), +(931,674,l), +(931,440,l), +(1000,440,l), +(1000,800,l) +); +} +); +width = 1048; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(0,696,l), +(70,696,l), +(70,440,l), +(194,440,l), +(194,696,l), +(265,696,l), +(265,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(289,440,l), +(398,440,l), +(398,582,l), +(394,800,l), +(289,800,l) +); +}, +{ +closed = 1; +nodes = ( +(388,800,l), +(419,440,l), +(540,440,l), +(570,800,l), +(503,800,l), +(473,444,l), +(490,444,l), +(460,800,l) +); +}, +{ +closed = 1; +nodes = ( +(563,800,l), +(562,582,l), +(562,440,l), +(671,440,l), +(671,800,l) +); +} +); +width = 699; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(0,684,l), +(92,684,l), +(92,440,l), +(216,440,l), +(216,684,l), +(308,684,l), +(308,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(344,440,l), +(464,440,l), +(464,580,l), +(462,800,l), +(344,800,l) +); +}, +{ +closed = 1; +nodes = ( +(451,800,l), +(496,440,l), +(641,440,l), +(689,800,l), +(604,800,l), +(564,452,l), +(580,452,l), +(541,800,l) +); +}, +{ +closed = 1; +nodes = ( +(676,800,l), +(676,580,l), +(676,440,l), +(796,440,l), +(796,800,l) +); +} +); +width = 829; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(0,696,l), +(145,696,l), +(145,440,l), +(269,440,l), +(269,696,l), +(413,696,l), +(413,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(473,440,l), +(596,440,l), +(596,660,l), +(593,800,l), +(473,800,l) +); +}, +{ +closed = 1; +nodes = ( +(574,800,l), +(701,440,l), +(863,440,l), +(991,800,l), +(888,800,l), +(771,462,l), +(800,462,l), +(683,800,l) +); +}, +{ +closed = 1; +nodes = ( +(972,800,l), +(969,660,l), +(969,440,l), +(1092,440,l), +(1092,800,l) +); +} +); +width = 1130; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,646,l), +(64,646,l), +(64,440,l), +(232,440,l), +(232,646,l), +(296,646,l), +(296,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(316,440,l), +(456,440,l), +(456,554,l), +(453,800,l), +(316,800,l) +); +}, +{ +closed = 1; +nodes = ( +(448,800,l), +(478,440,l), +(566,440,l), +(595,800,l), +(546,800,l), +(516,443,l), +(534,443,l), +(505,800,l) +); +}, +{ +closed = 1; +nodes = ( +(590,800,l), +(588,554,l), +(588,440,l), +(728,440,l), +(728,800,l) +); +} +); +width = 744; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(0,636,l), +(82,636,l), +(82,440,l), +(274,440,l), +(274,636,l), +(356,636,l), +(356,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(380,440,l), +(546,440,l), +(546,521,l), +(537,800,l), +(380,800,l) +); +}, +{ +closed = 1; +nodes = ( +(525,800,l), +(568,440,l), +(656,440,l), +(699,800,l), +(631,800,l), +(611,551,l), +(620,551,l), +(600,800,l) +); +}, +{ +closed = 1; +nodes = ( +(687,800,l), +(678,521,l), +(678,440,l), +(844,440,l), +(844,800,l) +); +} +); +width = 860; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,614,l), +(126,614,l), +(126,440,l), +(374,440,l), +(374,614,l), +(500,614,l), +(500,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(536,440,l), +(767,440,l), +(767,554,l), +(764,800,l), +(536,800,l) +); +}, +{ +closed = 1; +nodes = ( +(745,800,l), +(791,440,l), +(969,440,l), +(1015,800,l), +(909,800,l), +(864,443,l), +(904,443,l), +(860,800,l) +); +}, +{ +closed = 1; +nodes = ( +(996,800,l), +(993,554,l), +(993,440,l), +(1224,440,l), +(1224,800,l) +); +} +); +width = 1240; +} +); +metricLeft = "=0"; +metricRight = "=SQR/2"; +unicode = 8482; +}, +{ +glyphname = degree; +lastChange = "2022-04-02 20:17:35 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(273,472,o), +(349,547,o), +(349,642,cs), +(349,737,o), +(273,812,o), +(177,812,cs), +(81,812,o), +(5,737,o), +(5,642,cs), +(5,547,o), +(81,472,o), +(177,472,cs) +); +}, +{ +closed = 1; +nodes = ( +(101,506,o), +(41,566,o), +(41,642,cs), +(41,718,o), +(101,778,o), +(177,778,cs), +(253,778,o), +(313,718,o), +(313,642,cs), +(313,566,o), +(253,506,o), +(177,506,cs) +); +} +); +width = 354; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(273,472,o), +(349,547,o), +(349,642,cs), +(349,737,o), +(273,812,o), +(177,812,cs), +(81,812,o), +(5,737,o), +(5,642,cs), +(5,547,o), +(81,472,o), +(177,472,cs) +); +}, +{ +closed = 1; +nodes = ( +(101,506,o), +(41,566,o), +(41,642,cs), +(41,718,o), +(101,778,o), +(177,778,cs), +(253,778,o), +(313,718,o), +(313,642,cs), +(313,566,o), +(253,506,o), +(177,506,cs) +); +} +); +width = 354; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(274,472,o), +(350,547,o), +(350,642,cs), +(350,737,o), +(274,812,o), +(178,812,cs), +(82,812,o), +(6,737,o), +(6,642,cs), +(6,547,o), +(82,472,o), +(178,472,cs) +); +}, +{ +closed = 1; +nodes = ( +(102,506,o), +(42,566,o), +(42,642,cs), +(42,718,o), +(102,778,o), +(178,778,cs), +(254,778,o), +(314,718,o), +(314,642,cs), +(314,566,o), +(254,506,o), +(178,506,cs) +); +} +); +width = 356; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(289,456,o), +(369,535,o), +(369,636,cs), +(369,737,o), +(289,816,o), +(187,816,cs), +(85,816,o), +(5,737,o), +(5,636,cs), +(5,535,o), +(85,456,o), +(187,456,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,552,o), +(105,589,o), +(105,636,cs), +(105,683,o), +(141,720,o), +(187,720,cs), +(233,720,o), +(269,683,o), +(269,636,cs), +(269,589,o), +(233,552,o), +(187,552,cs) +); +} +); +width = 374; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(289,456,o), +(369,535,o), +(369,636,cs), +(369,737,o), +(289,816,o), +(187,816,cs), +(85,816,o), +(5,737,o), +(5,636,cs), +(5,535,o), +(85,456,o), +(187,456,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,552,o), +(105,589,o), +(105,636,cs), +(105,683,o), +(141,720,o), +(187,720,cs), +(233,720,o), +(269,683,o), +(269,636,cs), +(269,589,o), +(233,552,o), +(187,552,cs) +); +} +); +width = 374; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(289,456,o), +(369,535,o), +(369,636,cs), +(369,737,o), +(289,816,o), +(187,816,cs), +(85,816,o), +(5,737,o), +(5,636,cs), +(5,535,o), +(85,456,o), +(187,456,cs) +); +}, +{ +closed = 1; +nodes = ( +(141,552,o), +(105,589,o), +(105,636,cs), +(105,683,o), +(141,720,o), +(187,720,cs), +(233,720,o), +(269,683,o), +(269,636,cs), +(269,589,o), +(233,552,o), +(187,552,cs) +); +} +); +width = 374; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(349,380,o), +(447,477,o), +(447,600,cs), +(447,723,o), +(349,820,o), +(225,820,cs), +(101,820,o), +(3,723,o), +(3,600,cs), +(3,477,o), +(101,380,o), +(225,380,cs) +); +}, +{ +closed = 1; +nodes = ( +(190,536,o), +(163,564,o), +(163,600,cs), +(163,636,o), +(190,664,o), +(225,664,cs), +(260,664,o), +(287,636,o), +(287,600,cs), +(287,564,o), +(260,536,o), +(225,536,cs) +); +} +); +width = 450; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(350,380,o), +(448,477,o), +(448,600,cs), +(448,723,o), +(350,820,o), +(226,820,cs), +(102,820,o), +(4,723,o), +(4,600,cs), +(4,477,o), +(102,380,o), +(226,380,cs) +); +}, +{ +closed = 1; +nodes = ( +(191,536,o), +(164,564,o), +(164,600,cs), +(164,636,o), +(191,664,o), +(226,664,cs), +(261,664,o), +(288,636,o), +(288,600,cs), +(288,564,o), +(261,536,o), +(226,536,cs) +); +} +); +width = 452; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(350,380,o), +(448,477,o), +(448,600,cs), +(448,723,o), +(350,820,o), +(226,820,cs), +(102,820,o), +(4,723,o), +(4,600,cs), +(4,477,o), +(102,380,o), +(226,380,cs) +); +}, +{ +closed = 1; +nodes = ( +(191,536,o), +(164,564,o), +(164,600,cs), +(164,636,o), +(191,664,o), +(226,664,cs), +(261,664,o), +(288,636,o), +(288,600,cs), +(288,564,o), +(261,536,o), +(226,536,cs) +); +} +); +width = 452; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,306,o), +(506,411,o), +(506,566,cs), +(506,721,o), +(404,826,o), +(254,826,cs), +(104,826,o), +(2,721,o), +(2,566,cs), +(2,411,o), +(104,306,o), +(254,306,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,502,o), +(212,528,o), +(212,566,cs), +(212,604,o), +(229,630,o), +(254,630,cs), +(279,630,o), +(296,604,o), +(296,566,cs), +(296,528,o), +(279,502,o), +(254,502,cs) +); +} +); +width = 508; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(452,306,o), +(566,411,o), +(566,566,cs), +(566,721,o), +(452,826,o), +(284,826,cs), +(116,826,o), +(2,721,o), +(2,566,cs), +(2,411,o), +(116,306,o), +(284,306,cs) +); +}, +{ +closed = 1; +nodes = ( +(253,502,o), +(232,528,o), +(232,566,cs), +(232,604,o), +(253,630,o), +(284,630,cs), +(315,630,o), +(336,604,o), +(336,566,cs), +(336,528,o), +(315,502,o), +(284,502,cs) +); +} +); +width = 568; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(483,306,o), +(606,411,o), +(606,566,cs), +(606,721,o), +(483,826,o), +(304,826,cs), +(125,826,o), +(2,721,o), +(2,566,cs), +(2,411,o), +(125,306,o), +(304,306,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,512,o), +(252,534,o), +(252,566,cs), +(252,598,o), +(273,620,o), +(304,620,cs), +(335,620,o), +(356,598,o), +(356,566,cs), +(356,534,o), +(335,512,o), +(304,512,cs) +); +} +); +width = 608; +} +); +metricLeft = TNGU; +metricRight = TNGU; +unicode = 176; +}, +{ +glyphname = bar; +kernLeft = SQR_LEFT; +lastChange = "2022-01-20 13:18:20 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(53,860,l), +(53,-60,l), +(147,-60,l), +(147,860,l) +); +} +); +width = 200; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(37,860,l), +(37,-60,l), +(185,-60,l), +(185,860,l) +); +} +); +width = 222; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(53,860,l), +(53,-60,l), +(147,-60,l), +(147,860,l) +); +} +); +width = 200; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(42,860,l), +(42,-60,l), +(190,-60,l), +(190,860,l) +); +} +); +width = 232; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(48,860,l), +(48,-60,l), +(142,-60,l), +(142,860,l) +); +} +); +width = 190; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(31,860,l), +(31,-60,l), +(179,-60,l), +(179,860,l) +); +} +); +width = 210; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(53,860,l), +(53,-60,l), +(89,-60,l), +(89,860,l) +); +} +); +width = 142; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(18,860,l), +(18,-60,l), +(258,-60,l), +(258,860,l) +); +} +); +width = 276; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(48,860,l), +(48,-60,l), +(84,-60,l), +(84,860,l) +); +} +); +width = 132; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(59,860,l), +(59,-60,l), +(95,-60,l), +(95,860,l) +); +} +); +width = 154; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,860,l), +(18,-60,l), +(318,-60,l), +(318,860,l) +); +} +); +width = 336; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,860,l), +(18,-60,l), +(218,-60,l), +(218,860,l) +); +} +); +width = 236; +} +); +metricLeft = "=SQRU/2"; +metricRight = "=SQRU/2"; +unicode = 124; +}, +{ +glyphname = brokenbar; +lastChange = "2022-07-13 13:55:09 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(48,860,l), +(48,490,l), +(84,490,l), +(84,860,l) +); +}, +{ +closed = 1; +nodes = ( +(48,310,l), +(48,-60,l), +(84,-60,l), +(84,310,l) +); +} +); +width = 132; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(53,860,l), +(53,490,l), +(89,490,l), +(89,860,l) +); +}, +{ +closed = 1; +nodes = ( +(53,310,l), +(53,-60,l), +(89,-60,l), +(89,310,l) +); +} +); +width = 142; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(59,860,l), +(59,490,l), +(95,490,l), +(95,860,l) +); +}, +{ +closed = 1; +nodes = ( +(59,310,l), +(59,-60,l), +(95,-60,l), +(95,310,l) +); +} +); +width = 154; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(48,860,l), +(48,490,l), +(142,490,l), +(142,860,l) +); +}, +{ +closed = 1; +nodes = ( +(48,310,l), +(48,-60,l), +(142,-60,l), +(142,310,l) +); +} +); +width = 190; +}, +{ +background = { +shapes = ( +{ +ref = bar; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(53,860,l), +(53,490,l), +(147,490,l), +(147,860,l) +); +}, +{ +closed = 1; +nodes = ( +(53,310,l), +(53,-60,l), +(147,-60,l), +(147,310,l) +); +} +); +width = 200; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(53,860,l), +(53,490,l), +(147,490,l), +(147,860,l) +); +}, +{ +closed = 1; +nodes = ( +(53,310,l), +(53,-60,l), +(147,-60,l), +(147,310,l) +); +} +); +width = 200; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(31,860,l), +(31,490,l), +(179,490,l), +(179,860,l) +); +}, +{ +closed = 1; +nodes = ( +(31,310,l), +(31,-60,l), +(179,-60,l), +(179,310,l) +); +} +); +width = 210; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(37,860,l), +(37,490,l), +(185,490,l), +(185,860,l) +); +}, +{ +closed = 1; +nodes = ( +(37,310,l), +(37,-60,l), +(185,-60,l), +(185,310,l) +); +} +); +width = 222; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(42,860,l), +(42,490,l), +(190,490,l), +(190,860,l) +); +}, +{ +closed = 1; +nodes = ( +(42,310,l), +(42,-60,l), +(190,-60,l), +(190,310,l) +); +} +); +width = 232; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,860,l), +(18,490,l), +(258,490,l), +(258,860,l) +); +}, +{ +closed = 1; +nodes = ( +(18,310,l), +(18,-60,l), +(258,-60,l), +(258,310,l) +); +} +); +width = 276; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(18,860,l), +(18,490,l), +(258,490,l), +(258,860,l) +); +}, +{ +closed = 1; +nodes = ( +(18,310,l), +(18,-60,l), +(258,-60,l), +(258,310,l) +); +} +); +width = 276; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,860,l), +(18,490,l), +(258,490,l), +(258,860,l) +); +}, +{ +closed = 1; +nodes = ( +(18,310,l), +(18,-60,l), +(258,-60,l), +(258,310,l) +); +} +); +width = 276; +} +); +metricLeft = "=SQRU/2"; +metricRight = "=SQRU/2"; +unicode = 166; +}, +{ +glyphname = dagger; +lastChange = "2022-06-03 05:37:13 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(297,-20,l), +(297,820,l), +(259,820,l), +(259,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(461,556,l), +(461,588,l), +(95,588,l), +(95,556,l) +); +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(342,-20,l), +(342,820,l), +(304,820,l), +(304,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(540,556,l), +(540,588,l), +(106,588,l), +(106,556,l) +); +} +); +width = 646; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(438,-20,l), +(438,820,l), +(400,820,l), +(400,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(721,556,l), +(721,588,l), +(117,588,l), +(117,556,l) +); +} +); +width = 838; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(352,-20,l), +(352,820,l), +(244,820,l), +(244,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(501,504,l), +(501,600,l), +(95,600,l), +(95,504,l) +); +} +); +width = 596; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(400,-20,l), +(400,820,l), +(292,820,l), +(292,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(586,504,l), +(586,600,l), +(106,600,l), +(106,504,l) +); +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(494,-20,l), +(494,820,l), +(386,820,l), +(386,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(774,504,l), +(774,600,l), +(106,600,l), +(106,504,l) +); +} +); +width = 880; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(378,-20,l), +(378,820,l), +(206,820,l), +(206,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(522,472,l), +(522,620,l), +(62,620,l), +(62,472,l) +); +} +); +width = 584; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(432,-20,l), +(432,820,l), +(260,820,l), +(260,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(619,472,l), +(619,620,l), +(73,620,l), +(73,472,l) +); +} +); +width = 692; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(536,-20,l), +(536,820,l), +(364,820,l), +(364,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(816,472,l), +(816,620,l), +(84,620,l), +(84,472,l) +); +} +); +width = 900; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,-20,l), +(425,820,l), +(153,820,l), +(153,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(543,420,l), +(543,640,l), +(35,640,l), +(35,420,l) +); +} +); +width = 578; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(491,-20,l), +(491,820,l), +(191,820,l), +(191,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(647,400,l), +(647,640,l), +(35,640,l), +(35,400,l) +); +} +); +width = 682; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-20,l), +(665,820,l), +(265,820,l), +(265,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(895,400,l), +(895,640,l), +(35,640,l), +(35,400,l) +); +} +); +width = 930; +} +); +metricLeft = SQRU; +metricRight = SQRU; +unicode = 8224; +}, +{ +glyphname = daggerdbl; +lastChange = "2022-06-03 05:36:41 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(297,-20,l), +(297,820,l), +(259,820,l), +(259,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(461,212,l), +(461,244,l), +(95,244,l), +(95,212,l) +); +}, +{ +closed = 1; +nodes = ( +(461,556,l), +(461,588,l), +(95,588,l), +(95,556,l) +); +} +); +width = 556; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(342,-20,l), +(342,820,l), +(304,820,l), +(304,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(540,212,l), +(540,244,l), +(106,244,l), +(106,212,l) +); +}, +{ +closed = 1; +nodes = ( +(540,556,l), +(540,588,l), +(106,588,l), +(106,556,l) +); +} +); +width = 646; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(438,-20,l), +(438,820,l), +(400,820,l), +(400,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(721,212,l), +(721,244,l), +(117,244,l), +(117,212,l) +); +}, +{ +closed = 1; +nodes = ( +(721,556,l), +(721,588,l), +(117,588,l), +(117,556,l) +); +} +); +width = 838; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(352,-20,l), +(352,820,l), +(244,820,l), +(244,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(501,200,l), +(501,296,l), +(95,296,l), +(95,200,l) +); +}, +{ +closed = 1; +nodes = ( +(501,504,l), +(501,600,l), +(95,600,l), +(95,504,l) +); +} +); +width = 596; +}, +{ +background = { +shapes = ( +{ +pos = (-70,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(400,-20,l), +(400,820,l), +(292,820,l), +(292,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(586,200,l), +(586,296,l), +(106,296,l), +(106,200,l) +); +}, +{ +closed = 1; +nodes = ( +(586,504,l), +(586,600,l), +(106,600,l), +(106,504,l) +); +} +); +width = 692; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(494,-20,l), +(494,820,l), +(386,820,l), +(386,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(774,200,l), +(774,296,l), +(106,296,l), +(106,200,l) +); +}, +{ +closed = 1; +nodes = ( +(774,504,l), +(774,600,l), +(106,600,l), +(106,504,l) +); +} +); +width = 880; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(378,-20,l), +(378,820,l), +(206,820,l), +(206,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(522,180,l), +(522,328,l), +(62,328,l), +(62,180,l) +); +}, +{ +closed = 1; +nodes = ( +(522,472,l), +(522,620,l), +(62,620,l), +(62,472,l) +); +} +); +width = 584; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(432,-20,l), +(432,820,l), +(260,820,l), +(260,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(619,180,l), +(619,328,l), +(73,328,l), +(73,180,l) +); +}, +{ +closed = 1; +nodes = ( +(619,472,l), +(619,620,l), +(73,620,l), +(73,472,l) +); +} +); +width = 692; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(536,-20,l), +(536,820,l), +(364,820,l), +(364,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(816,180,l), +(816,328,l), +(84,328,l), +(84,180,l) +); +}, +{ +closed = 1; +nodes = ( +(816,472,l), +(816,620,l), +(84,620,l), +(84,472,l) +); +} +); +width = 900; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,-20,l), +(425,820,l), +(153,820,l), +(153,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(543,160,l), +(543,360,l), +(35,360,l), +(35,160,l) +); +}, +{ +closed = 1; +nodes = ( +(543,440,l), +(543,640,l), +(35,640,l), +(35,440,l) +); +} +); +width = 578; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(491,-20,l), +(491,820,l), +(191,820,l), +(191,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(647,160,l), +(647,360,l), +(35,360,l), +(35,160,l) +); +}, +{ +closed = 1; +nodes = ( +(647,440,l), +(647,640,l), +(35,640,l), +(35,440,l) +); +} +); +width = 682; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(665,-20,l), +(665,820,l), +(265,820,l), +(265,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(895,160,l), +(895,360,l), +(35,360,l), +(35,160,l) +); +}, +{ +closed = 1; +nodes = ( +(895,440,l), +(895,640,l), +(35,640,l), +(35,440,l) +); +} +); +width = 930; +} +); +metricLeft = SQRU; +metricRight = SQRU; +unicode = 8225; +}, +{ +glyphname = numero; +lastChange = "2022-09-25 19:52:30 +0000"; +layers = ( +{ +layerId = m009; +metricRight = "=+320"; +shapes = ( +{ +ref = N; +}, +{ +pos = (577,0); +ref = _part.numero; +} +); +width = 992; +}, +{ +layerId = m007; +metricRight = "=+380"; +shapes = ( +{ +ref = N; +}, +{ +pos = (672,0); +ref = _part.numero; +} +); +width = 1158; +}, +{ +layerId = m010; +metricRight = "=+480"; +shapes = ( +{ +ref = N; +}, +{ +pos = (905,0); +ref = _part.numero; +} +); +width = 1502; +}, +{ +layerId = m005; +metricRight = "=+320"; +shapes = ( +{ +ref = N; +}, +{ +pos = (637,0); +ref = _part.numero; +} +); +width = 1052; +}, +{ +layerId = m01; +metricRight = "=+380"; +shapes = ( +{ +ref = N; +}, +{ +pos = (750,0); +ref = _part.numero; +} +); +width = 1236; +}, +{ +layerId = m003; +metricRight = "=+540"; +shapes = ( +{ +ref = N; +}, +{ +pos = (980,0); +ref = _part.numero; +} +); +width = 1626; +}, +{ +layerId = m006; +metricRight = "=+340"; +shapes = ( +{ +ref = N; +}, +{ +pos = (650,0); +ref = _part.numero; +} +); +width = 1052; +}, +{ +layerId = m002; +metricRight = "=+410"; +shapes = ( +{ +ref = N; +}, +{ +pos = (787,0); +ref = _part.numero; +} +); +width = 1270; +}, +{ +layerId = m004; +metricRight = "=+520"; +shapes = ( +{ +ref = N; +}, +{ +pos = (1036,0); +ref = _part.numero; +} +); +width = 1640; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +metricRight = "=+360"; +shapes = ( +{ +ref = N; +}, +{ +pos = (713,0); +ref = _part.numero; +} +); +width = 1108; +}, +{ +layerId = m008; +metricRight = "=+420"; +shapes = ( +{ +ref = N; +}, +{ +pos = (845,0); +ref = _part.numero; +} +); +width = 1300; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +metricRight = "=+600"; +shapes = ( +{ +ref = N; +}, +{ +pos = (1165,0); +ref = _part.numero; +} +); +width = 1800; +} +); +unicode = 8470; +}, +{ +glyphname = cent; +kernLeft = cent_left; +kernRight = cent_right; +lastChange = "2026-03-24 14:01:17 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = c; +}, +{ +pos = (300,0); +ref = "_part.currency-stroke"; +} +); +width = 676; +}, +{ +layerId = m002; +shapes = ( +{ +ref = c; +}, +{ +pos = (285,10); +ref = "_part.currency-stroke"; +} +); +width = 688; +}, +{ +layerId = m003; +shapes = ( +{ +ref = c; +}, +{ +pos = (416,0); +ref = "_part.currency-stroke"; +} +); +width = 902; +}, +{ +layerId = m004; +shapes = ( +{ +ref = c; +}, +{ +pos = (404,10); +ref = "_part.currency-stroke"; +} +); +width = 916; +}, +{ +layerId = m005; +shapes = ( +{ +ref = c; +}, +{ +pos = (253,0); +ref = "_part.currency-stroke"; +} +); +width = 572; +}, +{ +layerId = m006; +shapes = ( +{ +ref = c; +}, +{ +pos = (263,10); +ref = "_part.currency-stroke"; +scale = (0.5,1); +} +); +width = 582; +}, +{ +layerId = m007; +shapes = ( +{ +ref = c; +}, +{ +pos = (305,-6); +ref = "_part.currency-stroke"; +} +); +width = 616; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = c; +}, +{ +pos = (355,20); +ref = "_part.currency-stroke"; +} +); +width = 739; +}, +{ +layerId = m009; +shapes = ( +{ +ref = c; +}, +{ +pos = (264,-6); +ref = "_part.currency-stroke"; +} +); +width = 522; +}, +{ +layerId = m010; +shapes = ( +{ +ref = c; +}, +{ +pos = (417,-6); +ref = "_part.currency-stroke"; +} +); +width = 836; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = c; +}, +{ +pos = (489,20); +ref = "_part.currency-stroke"; +} +); +width = 1015; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = c; +}, +{ +pos = (295,20); +ref = "_part.currency-stroke"; +} +); +width = 621; +}, +{ +associatedMasterId = m009; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "42C091D3-C96C-4AA7-AB6D-F3E359ED1879"; +name = "Mar 21, 26 at 22:23"; +shapes = ( +{ +ref = c; +}, +{ +pos = (242,-6); +ref = "_part.currency-stroke.alt"; +} +); +width = 522; +}, +{ +associatedMasterId = m007; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "1EFA6A71-A1EC-4515-9257-667F0352FDAD"; +name = "Mar 21, 26 at 22:23"; +shapes = ( +{ +ref = c; +}, +{ +pos = (283,-6); +ref = "_part.currency-stroke.alt"; +} +); +width = 616; +}, +{ +associatedMasterId = m010; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "16C83382-9DE8-4F0A-AD94-FF9B559F30F9"; +name = "Mar 21, 26 at 22:23"; +shapes = ( +{ +ref = c; +}, +{ +pos = (395,-6); +ref = "_part.currency-stroke.alt"; +} +); +width = 836; +}, +{ +associatedMasterId = m005; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "4C5D134D-7C9C-4EAF-8888-387CCF6BC4EE"; +name = "Mar 21, 26 at 22:23"; +shapes = ( +{ +ref = c; +}, +{ +pos = (261,0); +ref = "_part.currency-stroke.alt"; +} +); +width = 572; +}, +{ +associatedMasterId = m01; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "12FFC894-C549-4A0D-A74B-A7FC32B480A4"; +name = "Mar 21, 26 at 22:23"; +shapes = ( +{ +ref = c; +}, +{ +pos = (308,0); +ref = "_part.currency-stroke.alt"; +} +); +width = 676; +}, +{ +associatedMasterId = m003; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "D4979B1E-90FA-4EAC-A091-3CF06EDC1FFF"; +name = "Mar 21, 26 at 22:24"; +shapes = ( +{ +ref = c; +}, +{ +pos = (424,0); +ref = "_part.currency-stroke.alt"; +} +); +width = 902; +}, +{ +associatedMasterId = m006; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "7340B15D-676F-4986-AE2F-D352194A04F0"; +name = "Mar 21, 26 at 22:24"; +shapes = ( +{ +ref = c; +}, +{ +pos = (258,10); +ref = "_part.currency-stroke.alt"; +} +); +width = 582; +}, +{ +associatedMasterId = m002; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "038E0E44-F2B7-481C-8530-AD9F29BE14F1"; +name = "Mar 21, 26 at 22:24"; +shapes = ( +{ +ref = c; +}, +{ +pos = (315,10); +ref = "_part.currency-stroke.alt"; +} +); +width = 688; +}, +{ +associatedMasterId = m004; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "D9D566CB-1F8A-4F96-9E1B-2DD16D16B244"; +name = "Mar 21, 26 at 22:26"; +shapes = ( +{ +ref = c; +}, +{ +pos = (434,10); +ref = "_part.currency-stroke.alt"; +} +); +width = 916; +}, +{ +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "D19358D7-E071-4D4D-A505-8540933CE372"; +name = "Mar 21, 26 at 22:26"; +shapes = ( +{ +ref = c; +}, +{ +pos = (282,20); +ref = "_part.currency-stroke.alt"; +} +); +width = 621; +}, +{ +associatedMasterId = m008; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "8EB627DA-8E98-41D8-A1E7-049B55E39642"; +name = "Mar 21, 26 at 22:26"; +shapes = ( +{ +ref = c; +}, +{ +pos = (342,20); +ref = "_part.currency-stroke.alt"; +} +); +width = 739; +}, +{ +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "83F036FB-9CAF-4406-8BF0-003F0FA22076"; +name = "Mar 21, 26 at 22:26"; +shapes = ( +{ +ref = c; +}, +{ +pos = (476,20); +ref = "_part.currency-stroke.alt"; +} +); +width = 1015; +} +); +unicode = 162; +}, +{ +glyphname = currency; +lastChange = "2022-01-20 13:18:23 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (337,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 674; +}, +{ +layerId = m002; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (333,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 666; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (337,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 674; +}, +{ +layerId = m004; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (346,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 692; +}, +{ +layerId = m005; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (324,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 648; +}, +{ +layerId = m006; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (319,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (337,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 674; +}, +{ +layerId = m008; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (287,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 574; +}, +{ +layerId = m009; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (324,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 648; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (350,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 700; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (287,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 574; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _part.currency; +}, +{ +pos = (287,350); +ref = "_part.currency-arms-assembled"; +} +); +width = 574; +} +); +metricLeft = O; +metricRight = O; +unicode = 164; +}, +{ +glyphname = dollar; +kernLeft = dollar_left; +kernRight = dollar_right; +lastChange = "2026-03-24 14:00:42 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (323,100); +ref = "_part.currency-stroke"; +} +); +width = 725; +}, +{ +layerId = m002; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (320,100); +ref = "_part.currency-stroke"; +} +); +width = 768; +}, +{ +layerId = m003; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (444,100); +ref = "_part.currency-stroke"; +} +); +width = 975; +}, +{ +layerId = m004; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (448,100); +ref = "_part.currency-stroke"; +} +); +width = 1016; +}, +{ +layerId = m005; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (271,100); +ref = "_part.currency-stroke"; +} +); +width = 611; +}, +{ +layerId = m006; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (263,100); +ref = "_part.currency-stroke"; +} +); +width = 656; +}, +{ +layerId = m007; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (323,100); +ref = "_part.currency-stroke"; +} +); +width = 659; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (391,100); +ref = "_part.currency-stroke"; +} +); +width = 837; +}, +{ +layerId = m009; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (273,100); +ref = "_part.currency-stroke"; +} +); +width = 557; +}, +{ +layerId = m010; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (433,100); +ref = "_part.currency-stroke"; +} +); +width = 891; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (552,100); +ref = "_part.currency-stroke"; +} +); +width = 1159; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (325,100); +ref = "_part.currency-stroke"; +} +); +width = 703; +}, +{ +associatedMasterId = m009; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "C1F8617B-62B9-4E39-B3AD-211CD25C8F73"; +name = "Mar 21, 26 at 22:15"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (251,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 557; +}, +{ +associatedMasterId = m007; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "CD205DDD-3D00-4F27-B2DA-CACEE8EEFE7A"; +name = "Mar 21, 26 at 22:17"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (301,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 659; +}, +{ +associatedMasterId = m010; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "4F2CCB16-67D3-4F39-A111-7443ABC9A1F3"; +name = "Mar 21, 26 at 22:18"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (411,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 891; +}, +{ +associatedMasterId = m005; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "421B4B6E-9BF1-49D7-96B7-530D8A5E19F5"; +name = "Mar 21, 26 at 22:18"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (279,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 611; +}, +{ +associatedMasterId = m01; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "0B964DA6-142F-405B-BEE2-E63705D2F3AF"; +name = "Mar 21, 26 at 22:18"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (331,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 725; +}, +{ +associatedMasterId = m003; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "572983C8-91D2-429A-ACD5-92DED8D27894"; +name = "Mar 21, 26 at 22:18"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (452,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 975; +}, +{ +associatedMasterId = m006; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "2100F231-8FEF-40D7-807A-044FAC556A10"; +name = "Mar 21, 26 at 22:18"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (293,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 656; +}, +{ +associatedMasterId = m002; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "8652E36C-8B04-47BE-B31F-AF237A2B0BF0"; +name = "Mar 21, 26 at 22:18"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (350,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 768; +}, +{ +associatedMasterId = m004; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "8472F34E-3AFA-4EC4-8236-9812347B3195"; +name = "Mar 21, 26 at 22:19"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (478,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 1016; +}, +{ +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "B4A91BBF-676D-4DAF-A4A3-B89B32B50F85"; +name = "Mar 21, 26 at 22:19"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (312,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 703; +}, +{ +associatedMasterId = m008; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "A3E7EC98-248C-4E27-93D7-84569103A3FE"; +name = "Mar 21, 26 at 22:19"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (378,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 837; +}, +{ +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +attr = { +axisRules = ( +{ +min = 150; +}, +{ +max = 7; +} +); +}; +layerId = "47F81818-48A3-4EB9-823D-3DD46F05EA01"; +name = "Mar 21, 26 at 22:19"; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (539,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 1159; +} +); +unicode = 36; +}, +{ +glyphname = euro; +lastChange = "2026-03-25 23:24:45 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 500; +}; +pos = (38,0); +ref = "_part.currency-cross-double"; +} +); +width = 799; +}, +{ +layerId = m002; +shapes = ( +{ +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 520; +}; +pos = (10,-6); +ref = "_part.currency-cross-double"; +} +); +width = 838; +}, +{ +layerId = m003; +shapes = ( +{ +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 700; +}; +pos = (8,0); +ref = "_part.currency-cross-double"; +} +); +width = 1051; +}, +{ +layerId = m004; +shapes = ( +{ +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 700; +}; +pos = (23,-6); +ref = "_part.currency-cross-double"; +} +); +width = 1097; +}, +{ +layerId = m005; +shapes = ( +{ +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 400; +}; +pos = (45,0); +ref = "_part.currency-cross-double"; +} +); +width = 684; +}, +{ +layerId = m006; +shapes = ( +{ +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 400; +}; +pos = (17,-6); +ref = "_part.currency-cross-double"; +} +); +width = 714; +}, +{ +layerId = m007; +shapes = ( +{ +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 500; +}; +pos = (15,0); +ref = "_part.currency-cross-double"; +} +); +width = 735; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 520; +}; +pos = (6,8); +ref = "_part.currency-cross-double"; +} +); +width = 857; +}, +{ +layerId = m009; +shapes = ( +{ +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 420; +}; +pos = (15,0); +ref = "_part.currency-cross-double"; +} +); +width = 629; +}, +{ +layerId = m010; +shapes = ( +{ +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 660; +}; +pos = (14,0); +ref = "_part.currency-cross-double"; +} +); +width = 970; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 760; +}; +pos = (0,8); +ref = "_part.currency-cross-double"; +} +); +width = 1185; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = "_part.C-narrow"; +}, +{ +piece = { +Width = 430; +}; +pos = (7,8); +ref = "_part.currency-cross-double"; +} +); +width = 727; +} +); +metricLeft = "=O/1.6"; +metricRight = C; +unicode = 8364; +}, +{ +glyphname = hryvnia; +lastChange = "2022-12-27 13:14:42 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(419,-12,o), +(492,59,o), +(506,184,c), +(464,184,l), +(449,83,o), +(391,26,o), +(302,26,cs), +(206,26,o), +(142,87,o), +(142,178,cs), +(142,248,o), +(179,305,o), +(262,356,cs), +(353,412,ls), +(454,474,o), +(498,539,o), +(498,626,cs), +(498,734,o), +(417,812,o), +(305,812,cs), +(188,812,o), +(114,741,o), +(100,616,c), +(142,616,l), +(157,717,o), +(216,774,o), +(305,774,cs), +(391,774,o), +(454,710,o), +(454,622,cs), +(454,551,o), +(418,495,o), +(334,443,cs), +(243,387,ls), +(144,326,o), +(100,261,o), +(100,174,cs), +(100,62,o), +(181,-12,o), +(303,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(538,304,l), +(538,336,l), +(50,336,l), +(50,304,l) +); +}, +{ +closed = 1; +nodes = ( +(538,464,l), +(538,496,l), +(50,496,l), +(50,464,l) +); +} +); +width = 588; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(498,-12,o), +(580,55,o), +(598,184,c), +(557,184,l), +(535,80,o), +(466,26,o), +(355,26,cs), +(238,26,o), +(160,87,o), +(160,178,cs), +(160,249,o), +(204,305,o), +(306,356,cs), +(414,410,ls), +(536,471,o), +(588,536,o), +(588,626,cs), +(588,734,o), +(492,812,o), +(359,812,cs), +(222,812,o), +(134,741,o), +(116,616,c), +(157,616,l), +(178,717,o), +(251,774,o), +(359,774,cs), +(466,774,o), +(544,710,o), +(544,622,cs), +(544,551,o), +(500,495,o), +(396,443,cs), +(288,389,ls), +(168,329,o), +(116,264,o), +(116,174,cs), +(116,62,o), +(212,-12,o), +(357,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(636,304,l), +(636,336,l), +(56,336,l), +(56,304,l) +); +}, +{ +closed = 1; +nodes = ( +(636,464,l), +(636,496,l), +(56,496,l), +(56,464,l) +); +} +); +width = 692; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(676,-12,o), +(789,54,o), +(815,184,c), +(773,184,l), +(744,79,o), +(644,26,o), +(478,26,cs), +(294,26,o), +(190,84,o), +(190,188,cs), +(190,265,o), +(247,311,o), +(403,359,cs), +(553,405,ls), +(734,461,o), +(801,517,o), +(801,616,cs), +(801,738,o), +(680,812,o), +(483,812,cs), +(284,812,o), +(170,745,o), +(148,616,c), +(190,616,l), +(214,720,o), +(314,774,o), +(483,774,cs), +(652,774,o), +(755,712,o), +(755,612,cs), +(755,535,o), +(698,488,o), +(541,440,cs), +(391,394,ls), +(210,339,o), +(144,283,o), +(144,184,cs), +(144,59,o), +(265,-12,o), +(480,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(868,304,l), +(868,336,l), +(62,336,l), +(62,304,l) +); +}, +{ +closed = 1; +nodes = ( +(868,464,l), +(868,496,l), +(62,496,l), +(62,464,l) +); +} +); +width = 930; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(460,-16,o), +(544,60,o), +(560,194,c), +(452,194,l), +(434,125,o), +(392,90,o), +(329,90,cs), +(259,90,o), +(213,131,o), +(213,192,cs), +(213,255,o), +(237,293,o), +(304,335,cs), +(395,392,ls), +(511,464,o), +(553,524,o), +(553,616,cs), +(553,732,o), +(460,816,o), +(331,816,cs), +(196,816,o), +(111,740,o), +(95,606,c), +(203,606,l), +(221,675,o), +(264,710,o), +(331,710,cs), +(392,710,o), +(437,667,o), +(437,608,cs), +(437,545,o), +(412,506,o), +(344,463,cs), +(254,406,ls), +(139,333,o), +(96,273,o), +(95,184,cs), +(96,64,o), +(190,-16,o), +(329,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(590,280,l), +(590,360,l), +(50,360,l), +(50,280,l) +); +}, +{ +closed = 1; +nodes = ( +(590,440,l), +(590,520,l), +(50,520,l), +(50,440,l) +); +} +); +width = 640; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(551,-16,o), +(644,55,o), +(662,194,c), +(554,194,l), +(532,123,o), +(482,92,o), +(388,92,cs), +(289,92,o), +(228,130,o), +(228,192,cs), +(228,250,o), +(260,286,o), +(346,329,cs), +(454,382,ls), +(600,454,o), +(654,517,o), +(654,616,cs), +(654,736,o), +(548,816,o), +(390,816,cs), +(228,816,o), +(127,740,o), +(110,606,c), +(218,606,l), +(238,675,o), +(293,708,o), +(390,708,cs), +(479,708,o), +(538,668,o), +(538,608,cs), +(538,549,o), +(506,512,o), +(418,469,cs), +(310,416,ls), +(165,345,o), +(111,283,o), +(110,184,cs), +(111,60,o), +(217,-16,o), +(388,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(698,278,l), +(698,362,l), +(56,362,l), +(56,278,l) +); +}, +{ +closed = 1; +nodes = ( +(698,438,l), +(698,522,l), +(56,522,l), +(56,438,l) +); +} +); +width = 754; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(753,-16,o), +(875,54,o), +(900,204,c), +(784,204,l), +(754,122,o), +(669,84,o), +(518,84,cs), +(352,84,o), +(251,129,o), +(251,202,cs), +(251,261,o), +(297,292,o), +(449,337,cs), +(599,382,ls), +(820,449,o), +(888,501,o), +(888,606,cs), +(888,732,o), +(741,816,o), +(521,816,cs), +(284,816,o), +(160,746,o), +(135,596,c), +(247,596,l), +(276,678,o), +(364,716,o), +(521,716,cs), +(670,716,o), +(770,669,o), +(770,598,cs), +(770,538,o), +(724,506,o), +(573,461,cs), +(423,416,ls), +(201,349,o), +(133,297,o), +(133,194,cs), +(133,64,o), +(279,-16,o), +(518,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(950,280,l), +(950,360,l), +(56,360,l), +(56,280,l) +); +}, +{ +closed = 1; +nodes = ( +(950,440,l), +(950,520,l), +(56,520,l), +(56,440,l) +); +} +); +width = 1006; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(494,-20,o), +(581,60,o), +(599,214,c), +(424,214,l), +(414,170,o), +(389,148,o), +(349,148,cs), +(304,148,o), +(274,178,o), +(274,222,cs), +(274,269,o), +(300,319,o), +(334,335,cs), +(405,368,ls), +(537,429,o), +(593,498,o), +(593,596,cs), +(593,735,o), +(499,820,o), +(345,820,cs), +(190,820,o), +(101,740,o), +(84,586,c), +(252,586,l), +(263,630,o), +(291,652,o), +(335,652,cs), +(377,652,o), +(405,622,o), +(405,578,cs), +(405,531,o), +(377,480,o), +(341,463,cs), +(270,430,ls), +(140,370,o), +(84,302,o), +(84,204,cs), +(84,65,o), +(182,-20,o), +(343,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(633,270,l), +(633,370,l), +(33,370,l), +(33,270,l) +); +}, +{ +closed = 1; +nodes = ( +(633,430,l), +(633,530,l), +(33,530,l), +(33,430,l) +); +} +); +width = 666; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(583,-20,o), +(686,60,o), +(708,214,c), +(522,214,l), +(510,172,o), +(473,148,o), +(417,148,cs), +(337,148,o), +(292,178,o), +(292,232,cs), +(292,275,o), +(319,312,o), +(359,329,cs), +(478,378,ls), +(633,442,o), +(700,511,o), +(700,596,cs), +(700,728,o), +(580,820,o), +(407,820,cs), +(224,820,o), +(119,740,o), +(98,586,c), +(280,586,l), +(292,628,o), +(333,652,o), +(395,652,cs), +(464,652,o), +(507,620,o), +(507,568,cs), +(507,523,o), +(480,486,o), +(438,469,cs), +(319,420,ls), +(165,357,o), +(99,288,o), +(99,204,cs), +(99,65,o), +(215,-20,o), +(405,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(748,260,l), +(748,380,l), +(38,380,l), +(38,260,l) +); +}, +{ +closed = 1; +nodes = ( +(748,420,l), +(748,540,l), +(38,540,l), +(38,420,l) +); +} +); +width = 786; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(818,-20,o), +(945,50,o), +(978,214,c), +(776,214,l), +(754,161,o), +(693,138,o), +(572,138,cs), +(423,138,o), +(324,172,o), +(324,222,cs), +(324,267,o), +(372,299,o), +(484,327,cs), +(650,368,ls), +(881,425,o), +(967,485,o), +(967,596,cs), +(967,730,o), +(804,820,o), +(559,820,cs), +(288,820,o), +(159,750,o), +(128,586,c), +(322,586,l), +(344,639,o), +(410,662,o), +(542,662,cs), +(680,662,o), +(772,628,o), +(772,578,cs), +(772,531,o), +(723,499,o), +(610,471,cs), +(444,430,ls), +(213,373,o), +(128,313,o), +(128,204,cs), +(128,65,o), +(291,-20,o), +(556,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(1034,270,l), +(1034,370,l), +(44,370,l), +(44,270,l) +); +}, +{ +closed = 1; +nodes = ( +(1034,430,l), +(1034,530,l), +(44,530,l), +(44,430,l) +); +} +); +width = 1078; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(547,-26,o), +(644,73,o), +(660,284,c), +(402,284,l), +(399,246,o), +(391,230,o), +(375,230,cs), +(358,230,o), +(351,246,o), +(351,284,cs), +(351,325,o), +(367,348,o), +(404,361,cs), +(509,398,ls), +(603,431,o), +(652,495,o), +(652,586,cs), +(652,725,o), +(535,826,o), +(374,826,cs), +(190,826,o), +(89,721,o), +(75,516,c), +(333,516,l), +(336,554,o), +(343,570,o), +(357,570,cs), +(372,570,o), +(378,554,o), +(378,516,cs), +(378,474,o), +(361,451,o), +(322,437,cs), +(229,405,ls), +(128,371,o), +(76,306,o), +(76,214,cs), +(76,65,o), +(183,-26,o), +(357,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(698,326,l), +(698,380,l), +(18,380,l), +(18,326,l) +); +}, +{ +closed = 1; +nodes = ( +(698,420,l), +(698,474,l), +(18,474,l), +(18,420,l) +); +} +); +width = 716; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(655,-26,o), +(771,73,o), +(790,284,c), +(480,284,l), +(476,249,o), +(466,234,o), +(448,234,cs), +(427,234,o), +(418,249,o), +(418,284,cs), +(418,323,o), +(440,349,o), +(482,361,cs), +(609,398,ls), +(723,431,o), +(781,495,o), +(781,586,cs), +(781,725,o), +(640,826,o), +(446,826,cs), +(225,826,o), +(103,721,o), +(87,516,c), +(397,516,l), +(401,551,o), +(410,566,o), +(426,566,cs), +(443,566,o), +(451,551,o), +(451,516,cs), +(451,477,o), +(428,450,o), +(384,437,cs), +(272,405,ls), +(151,370,o), +(88,305,o), +(88,214,cs), +(88,65,o), +(216,-26,o), +(426,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(836,326,l), +(836,380,l), +(18,380,l), +(18,326,l) +); +}, +{ +closed = 1; +nodes = ( +(836,420,l), +(836,474,l), +(18,474,l), +(18,420,l) +); +} +); +width = 854; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(932,-26,o), +(1085,67,o), +(1101,284,c), +(685,284,l), +(680,251,o), +(657,234,o), +(617,234,cs), +(570,234,o), +(546,251,o), +(546,284,cs), +(546,320,o), +(583,343,o), +(669,361,cs), +(847,398,ls), +(1016,433,o), +(1085,489,o), +(1085,586,cs), +(1085,725,o), +(889,826,o), +(619,826,cs), +(291,826,o), +(130,727,o), +(118,516,c), +(534,516,l), +(540,549,o), +(561,566,o), +(597,566,cs), +(635,566,o), +(655,549,o), +(655,516,cs), +(655,478,o), +(621,455,o), +(532,437,cs), +(374,405,ls), +(193,368,o), +(116,311,o), +(116,214,cs), +(116,60,o), +(287,-26,o), +(591,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(1166,326,l), +(1166,380,l), +(18,380,l), +(18,326,l) +); +}, +{ +closed = 1; +nodes = ( +(1166,420,l), +(1166,474,l), +(18,474,l), +(18,420,l) +); +} +); +width = 1184; +} +); +metricLeft = "=RNDU"; +metricRight = "=RNDU"; +unicode = 8372; +}, +{ +glyphname = ruble; +lastChange = "2022-03-27 15:36:51 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(145,392,l), +(53,392,l), +(53,356,l), +(145,356,l), +(145,224,l), +(53,224,l), +(53,188,l), +(145,188,l), +(145,0,l), +(187,0,l), +(187,188,l), +(363,188,l), +(363,224,l), +(187,224,l), +(187,356,l), +(353,356,ls), +(488,356,o), +(571,440,o), +(571,578,cs), +(571,716,o), +(488,800,o), +(353,800,cs), +(145,800,l) +); +}, +{ +closed = 1; +nodes = ( +(187,760,l), +(357,760,ls), +(462,760,o), +(527,690,o), +(527,577,cs), +(527,464,o), +(462,394,o), +(357,394,cs), +(187,394,l) +); +} +); +width = 603; +}, +{ +background = { +shapes = ( +{ +pos = (71,0); +ref = P; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(177,392,l), +(59,392,l), +(59,356,l), +(177,356,l), +(177,224,l), +(59,224,l), +(59,188,l), +(177,188,l), +(177,0,l), +(219,0,l), +(219,188,l), +(462,188,l), +(462,224,l), +(219,224,l), +(219,356,l), +(435,356,ls), +(587,356,o), +(673,436,o), +(673,578,cs), +(673,720,o), +(587,800,o), +(435,800,cs), +(177,800,l) +); +}, +{ +closed = 1; +nodes = ( +(219,760,l), +(439,760,ls), +(561,760,o), +(629,694,o), +(629,577,cs), +(629,460,o), +(561,394,o), +(439,394,cs), +(219,394,l) +); +} +); +width = 708; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(217,392,l), +(65,392,l), +(65,356,l), +(217,356,l), +(217,224,l), +(65,224,l), +(65,188,l), +(217,188,l), +(217,0,l), +(259,0,l), +(259,188,l), +(703,188,l), +(703,224,l), +(259,224,l), +(259,356,l), +(657,356,ls), +(825,356,o), +(919,436,o), +(919,578,cs), +(919,720,o), +(825,800,o), +(657,800,cs), +(217,800,l) +); +}, +{ +closed = 1; +nodes = ( +(259,760,l), +(661,760,ls), +(798,760,o), +(875,694,o), +(875,577,cs), +(875,460,o), +(798,394,o), +(661,394,cs), +(259,394,l) +); +} +); +width = 958; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(147,412,l), +(53,412,l), +(53,320,l), +(147,320,l), +(147,240,l), +(53,240,l), +(53,148,l), +(147,148,l), +(147,0,l), +(257,0,l), +(257,148,l), +(393,148,l), +(393,240,l), +(257,240,l), +(257,320,l), +(383,320,ls), +(534,320,o), +(627,411,o), +(627,560,cs), +(627,709,o), +(534,800,o), +(383,800,cs), +(147,800,l) +); +}, +{ +closed = 1; +nodes = ( +(257,690,l), +(387,690,ls), +(464,690,o), +(511,639,o), +(511,556,cs), +(511,473,o), +(464,422,o), +(387,422,cs), +(257,422,l) +); +} +); +width = 659; +}, +{ +background = { +shapes = ( +{ +pos = (77,0); +ref = P; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(183,412,l), +(59,412,l), +(59,320,l), +(183,320,l), +(183,240,l), +(59,240,l), +(59,148,l), +(183,148,l), +(183,0,l), +(293,0,l), +(293,148,l), +(495,148,l), +(495,240,l), +(293,240,l), +(293,320,l), +(475,320,ls), +(639,320,o), +(739,411,o), +(739,560,cs), +(739,709,o), +(639,800,o), +(475,800,cs), +(183,800,l) +); +}, +{ +closed = 1; +nodes = ( +(293,690,l), +(479,690,ls), +(568,690,o), +(623,639,o), +(623,556,cs), +(623,473,o), +(568,422,o), +(479,422,cs), +(293,422,l) +); +} +); +width = 774; +}, +{ +background = { +shapes = ( +{ +pos = (-75,0); +ref = yen; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(223,412,l), +(59,412,l), +(59,320,l), +(223,320,l), +(223,240,l), +(59,240,l), +(59,148,l), +(223,148,l), +(223,0,l), +(333,0,l), +(333,148,l), +(761,148,l), +(761,240,l), +(333,240,l), +(333,320,l), +(701,320,ls), +(896,320,o), +(1005,406,o), +(1005,560,cs), +(1005,714,o), +(896,800,o), +(701,800,cs), +(223,800,l) +); +}, +{ +closed = 1; +nodes = ( +(333,694,l), +(705,694,ls), +(823,694,o), +(889,644,o), +(889,556,cs), +(889,468,o), +(823,418,o), +(705,418,cs), +(333,418,l) +); +} +); +width = 1040; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(115,450,l), +(34,450,l), +(34,300,l), +(115,300,l), +(115,250,l), +(34,250,l), +(34,110,l), +(115,110,l), +(115,0,l), +(295,0,l), +(295,110,l), +(430,110,l), +(430,250,l), +(295,250,l), +(295,300,l), +(414,300,ls), +(566,300,o), +(668,400,o), +(668,550,cs), +(668,700,o), +(566,800,o), +(414,800,cs), +(115,800,l) +); +}, +{ +closed = 1; +nodes = ( +(295,624,l), +(392,624,ls), +(447,624,o), +(478,594,o), +(478,542,cs), +(478,490,o), +(447,460,o), +(392,460,cs), +(295,460,l) +); +} +); +width = 689; +}, +{ +background = { +shapes = ( +{ +pos = (89,0); +ref = P; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(162,450,l), +(41,450,l), +(41,300,l), +(162,300,l), +(162,250,l), +(41,250,l), +(41,110,l), +(162,110,l), +(162,0,l), +(342,0,l), +(342,110,l), +(555,110,l), +(555,250,l), +(342,250,l), +(342,300,l), +(529,300,ls), +(687,300,o), +(793,400,o), +(793,550,cs), +(793,700,o), +(687,800,o), +(529,800,cs), +(162,800,l) +); +}, +{ +closed = 1; +nodes = ( +(342,624,l), +(507,624,ls), +(568,624,o), +(603,594,o), +(603,542,cs), +(603,490,o), +(568,460,o), +(507,460,cs), +(342,460,l) +); +} +); +width = 817; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(208,446,l), +(47,446,l), +(47,300,l), +(208,300,l), +(208,246,l), +(47,246,l), +(47,110,l), +(208,110,l), +(208,0,l), +(388,0,l), +(388,110,l), +(809,110,l), +(809,246,l), +(388,246,l), +(388,300,l), +(763,300,ls), +(933,300,o), +(1047,400,o), +(1047,550,cs), +(1047,700,o), +(933,800,o), +(763,800,cs), +(208,800,l) +); +}, +{ +closed = 1; +nodes = ( +(388,628,l), +(741,628,ls), +(815,628,o), +(857,597,o), +(857,542,cs), +(857,487,o), +(815,456,o), +(741,456,cs), +(388,456,l) +); +} +); +width = 1075; +}, +{ +background = { +shapes = ( +{ +pos = (84,0); +ref = P; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(120,334,l), +(19,334,l), +(19,280,l), +(120,280,l), +(120,242,l), +(19,242,l), +(19,188,l), +(120,188,l), +(120,0,l), +(440,0,l), +(440,188,l), +(638,188,l), +(638,242,l), +(440,242,l), +(440,280,l), +(527,280,ls), +(727,280,o), +(839,374,o), +(839,540,cs), +(839,706,o), +(727,800,o), +(527,800,cs), +(120,800,l) +); +}, +{ +closed = 1; +nodes = ( +(440,544,l), +(467,544,ls), +(504,544,o), +(523,509,o), +(523,441,cs), +(523,373,o), +(504,338,o), +(467,338,cs), +(440,338,l) +); +} +); +width = 851; +}, +{ +background = { +shapes = ( +{ +pos = (125,0); +ref = P; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,334,l), +(19,334,l), +(19,280,l), +(160,280,l), +(160,242,l), +(19,242,l), +(19,188,l), +(160,188,l), +(160,0,l), +(560,0,l), +(560,188,l), +(858,188,l), +(858,242,l), +(560,242,l), +(560,280,l), +(777,280,ls), +(1046,280,o), +(1173,363,o), +(1173,540,cs), +(1173,717,o), +(1046,800,o), +(777,800,cs), +(160,800,l) +); +}, +{ +closed = 1; +nodes = ( +(560,534,l), +(666,534,ls), +(732,534,o), +(773,497,o), +(773,436,cs), +(773,375,o), +(732,338,o), +(666,338,cs), +(560,338,l) +); +} +); +width = 1185; +}, +{ +background = { +shapes = ( +{ +pos = (64,0); +ref = P; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,334,l), +(19,334,l), +(19,280,l), +(100,280,l), +(100,242,l), +(19,242,l), +(19,188,l), +(100,188,l), +(100,0,l), +(378,0,l), +(378,188,l), +(516,188,l), +(516,242,l), +(378,242,l), +(378,280,l), +(424,280,ls), +(606,280,o), +(709,374,o), +(709,540,cs), +(709,706,o), +(606,800,o), +(424,800,cs), +(100,800,l) +); +}, +{ +closed = 1; +nodes = ( +(378,564,l), +(385,564,ls), +(417,564,o), +(431,530,o), +(431,451,cs), +(431,372,o), +(417,338,o), +(385,338,cs), +(378,338,l) +); +} +); +width = 721; +} +); +metricLeft = "=|E"; +metricRight = "=SQRU/3"; +unicode = 8381; +}, +{ +glyphname = sterling; +lastChange = "2022-03-27 15:38:52 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(602,0,l), +(602,108,l), +(144,108,l), +(144,120,l), +(238,136,o), +(286,196,o), +(286,296,cs), +(286,416,o), +(216,466,o), +(216,572,cs), +(216,654,o), +(277,708,o), +(368,708,cs), +(467,708,o), +(516,659,o), +(532,556,c), +(642,556,l), +(632,722,o), +(533,816,o), +(368,816,cs), +(212,816,o), +(104,720,o), +(104,566,cs), +(104,436,o), +(174,386,o), +(174,286,cs), +(174,217,o), +(130,176,o), +(44,166,c), +(44,0,l) +); +}, +{ +closed = 1; +nodes = ( +(498,320,l), +(498,416,l), +(44,416,l), +(44,320,l) +); +} +); +width = 660; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(682,0,l), +(682,180,l), +(240,180,l), +(240,196,l), +(313,209,o), +(354,253,o), +(354,320,cs), +(354,414,o), +(284,458,o), +(284,544,cs), +(284,606,o), +(332,648,o), +(404,648,cs), +(478,648,o), +(525,610,o), +(542,536,c), +(722,536,l), +(712,718,o), +(598,820,o), +(404,820,cs), +(216,820,o), +(92,714,o), +(92,544,cs), +(92,438,o), +(162,386,o), +(162,320,cs), +(162,267,o), +(120,242,o), +(30,236,c), +(30,0,l) +); +}, +{ +closed = 1; +nodes = ( +(516,320,l), +(516,462,l), +(30,462,l), +(30,320,l) +); +} +); +width = 734; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(838,0,l), +(838,100,l), +(144,100,l), +(144,112,l), +(283,124,o), +(348,180,o), +(348,286,cs), +(348,392,o), +(258,450,o), +(258,556,cs), +(258,652,o), +(353,716,o), +(496,716,cs), +(653,716,o), +(747,662,o), +(774,556,c), +(878,556,l), +(862,728,o), +(732,816,o), +(496,816,cs), +(285,816,o), +(144,716,o), +(144,552,cs), +(144,420,o), +(234,362,o), +(234,276,cs), +(234,209,o), +(177,176,o), +(44,166,c), +(44,0,l) +); +}, +{ +closed = 1; +nodes = ( +(694,322,l), +(694,414,l), +(44,414,l), +(44,322,l) +); +} +); +width = 896; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(913,0,l), +(913,164,l), +(255,164,l), +(255,180,l), +(363,193,o), +(419,240,o), +(419,320,cs), +(419,424,o), +(329,468,o), +(329,548,cs), +(329,620,o), +(405,660,o), +(540,660,cs), +(689,660,o), +(753,627,o), +(785,536,c), +(961,536,l), +(951,729,o), +(816,820,o), +(540,820,cs), +(280,820,o), +(133,718,o), +(133,538,cs), +(133,418,o), +(223,366,o), +(223,310,cs), +(223,266,o), +(167,243,o), +(35,236,c), +(35,0,l) +); +}, +{ +closed = 1; +nodes = ( +(715,320,l), +(715,456,l), +(35,456,l), +(35,320,l) +); +} +); +width = 975; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(504,0,l), +(504,106,l), +(140,106,l), +(140,118,l), +(218,135,o), +(258,195,o), +(258,296,cs), +(258,406,o), +(198,486,o), +(198,586,cs), +(198,665,o), +(239,710,o), +(311,710,cs), +(386,710,o), +(426,661,o), +(444,556,c), +(544,556,l), +(538,726,o), +(457,816,o), +(311,816,cs), +(172,816,o), +(86,726,o), +(86,580,cs), +(86,456,o), +(146,376,o), +(146,286,cs), +(146,214,o), +(114,178,o), +(40,166,c), +(40,0,l) +); +}, +{ +closed = 1; +nodes = ( +(435,320,l), +(435,416,l), +(40,416,l), +(40,320,l) +); +} +); +width = 560; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(574,0,l), +(574,176,l), +(226,176,l), +(226,192,l), +(278,206,o), +(310,255,o), +(310,320,cs), +(310,404,o), +(256,468,o), +(256,558,cs), +(256,614,o), +(288,648,o), +(340,648,cs), +(397,648,o), +(426,614,o), +(442,536,c), +(610,536,l), +(604,718,o), +(507,820,o), +(340,820,cs), +(174,820,o), +(68,722,o), +(68,558,cs), +(68,448,o), +(128,376,o), +(128,320,cs), +(128,266,o), +(97,241,o), +(26,236,c), +(26,0,l) +); +}, +{ +closed = 1; +nodes = ( +(448,320,l), +(448,462,l), +(26,462,l), +(26,320,l) +); +} +); +width = 620; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(554,0,l), +(554,38,l), +(92,38,l), +(92,46,l), +(183,74,o), +(226,135,o), +(226,236,cs), +(226,356,o), +(156,432,o), +(156,576,cs), +(156,695,o), +(230,774,o), +(342,774,cs), +(459,774,o), +(532,696,o), +(544,556,c), +(584,556,l), +(574,720,o), +(487,812,o), +(342,812,cs), +(204,812,o), +(114,720,o), +(114,572,cs), +(114,422,o), +(184,346,o), +(184,232,cs), +(184,141,o), +(142,90,o), +(44,62,c), +(44,0,l) +); +}, +{ +closed = 1; +nodes = ( +(464,370,l), +(464,406,l), +(44,406,l), +(44,370,l) +); +} +); +width = 602; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(755,0,l), +(755,260,l), +(375,260,l), +(375,280,l), +(417,293,o), +(439,324,o), +(439,370,cs), +(439,420,o), +(379,450,o), +(379,512,cs), +(379,547,o), +(394,566,o), +(421,566,cs), +(455,566,o), +(469,542,o), +(473,476,c), +(785,476,l), +(777,707,o), +(648,826,o), +(405,826,cs), +(201,826,o), +(53,714,o), +(53,560,cs), +(53,430,o), +(143,402,o), +(143,352,cs), +(143,314,o), +(105,294,o), +(15,286,c), +(15,0,l) +); +}, +{ +closed = 1; +nodes = ( +(600,352,l), +(600,406,l), +(15,406,l), +(15,352,l) +); +} +); +width = 791; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(466,0,l), +(466,38,l), +(88,38,l), +(88,46,l), +(161,68,o), +(198,125,o), +(198,216,cs), +(198,346,o), +(138,442,o), +(138,580,cs), +(138,701,o), +(198,774,o), +(294,774,cs), +(395,774,o), +(448,704,o), +(458,556,c), +(496,556,l), +(488,730,o), +(423,812,o), +(294,812,cs), +(173,812,o), +(96,726,o), +(96,576,cs), +(96,432,o), +(156,336,o), +(156,212,cs), +(156,130,o), +(121,85,o), +(40,62,c), +(40,0,l) +); +}, +{ +closed = 1; +nodes = ( +(376,371,l), +(376,405,l), +(40,405,l), +(40,371,l) +); +} +); +width = 512; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(769,0,l), +(769,38,l), +(97,38,l), +(97,44,l), +(233,66,o), +(291,121,o), +(291,226,cs), +(291,346,o), +(201,404,o), +(201,556,cs), +(201,687,o), +(310,774,o), +(474,774,cs), +(646,774,o), +(749,696,o), +(759,556,c), +(799,556,l), +(789,720,o), +(672,812,o), +(474,812,cs), +(285,812,o), +(159,708,o), +(159,552,cs), +(159,392,o), +(249,334,o), +(249,222,cs), +(249,136,o), +(189,88,o), +(49,62,c), +(49,0,l) +); +}, +{ +closed = 1; +nodes = ( +(679,371,l), +(679,405,l), +(49,405,l), +(49,371,l) +); +} +); +width = 819; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(1067,0,l), +(1067,260,l), +(455,260,l), +(455,280,l), +(537,290,o), +(583,321,o), +(583,370,cs), +(583,438,o), +(503,452,o), +(503,508,cs), +(503,540,o), +(541,562,o), +(597,562,cs), +(668,562,o), +(703,534,o), +(707,476,c), +(1097,476,l), +(1089,714,o), +(925,826,o), +(585,826,cs), +(274,826,o), +(83,721,o), +(83,550,cs), +(83,430,o), +(173,402,o), +(173,352,cs), +(173,314,o), +(126,294,o), +(15,286,c), +(15,0,l) +); +}, +{ +closed = 1; +nodes = ( +(846,352,l), +(846,406,l), +(15,406,l), +(15,352,l) +); +} +); +width = 1103; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(625,0,l), +(625,250,l), +(295,250,l), +(295,270,l), +(343,282,o), +(372,320,o), +(372,370,cs), +(372,420,o), +(321,470,o), +(321,530,cs), +(321,559,o), +(333,576,o), +(353,576,cs), +(381,576,o), +(392,552,o), +(395,486,c), +(655,486,l), +(651,717,o), +(550,826,o), +(339,826,cs), +(160,826,o), +(41,720,o), +(41,560,cs), +(41,460,o), +(97,392,o), +(97,352,cs), +(97,316,o), +(69,294,o), +(15,286,c), +(15,0,l) +); +}, +{ +closed = 1; +nodes = ( +(535,352,l), +(535,406,l), +(15,406,l), +(15,352,l) +); +} +); +width = 661; +} +); +metricLeft = "=|B"; +metricRight = "=SQRU/6"; +unicode = 163; +}, +{ +glyphname = yen; +lastChange = "2023-04-28 15:27:14 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 500; +}; +pos = (80,-130); +ref = "_part.currency-cross-double"; +} +); +width = 670; +}, +{ +layerId = m002; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 520; +}; +pos = (114,-130); +ref = "_part.currency-cross-double"; +} +); +width = 756; +}, +{ +layerId = m003; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 700; +}; +pos = (112,-130); +ref = "_part.currency-cross-double"; +} +); +width = 934; +}, +{ +layerId = m004; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 760; +}; +pos = (121,-130); +ref = "_part.currency-cross-double"; +} +); +width = 1012; +}, +{ +layerId = m005; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 400; +}; +pos = (77,-130); +ref = "_part.currency-cross-double"; +} +); +width = 564; +}, +{ +layerId = m006; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 460; +}; +pos = (85,-130); +ref = "_part.currency-cross-double"; +} +); +width = 638; +}, +{ +layerId = m007; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 480; +}; +pos = (57,-120); +ref = "_part.currency-cross-double"; +} +); +width = 604; +}, +{ +layerId = m008; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 660; +}; +pos = (99,-130); +ref = "_part.currency-cross-double"; +} +); +width = 862; +}, +{ +layerId = m009; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 380; +}; +pos = (59,-120); +ref = "_part.currency-cross-double"; +} +); +width = 508; +}, +{ +layerId = m010; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 660; +}; +pos = (85,-120); +ref = "_part.currency-cross-double"; +} +); +width = 842; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 948; +}; +pos = (130,-170); +ref = "_part.currency-cross-double"; +} +); +width = 1212; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = Y; +}, +{ +piece = { +Width = 564; +}; +pos = (75,-170); +ref = "_part.currency-cross-double"; +} +); +width = 718; +} +); +unicode = 165; +}, +{ +export = 0; +glyphname = liraTurkish; +lastChange = "2022-12-29 10:48:35 +0000"; +layers = ( +{ +layerId = m009; +width = 600; +}, +{ +layerId = m007; +width = 600; +}, +{ +layerId = m010; +width = 600; +}, +{ +layerId = m005; +width = 600; +}, +{ +layerId = m01; +width = 600; +}, +{ +layerId = m003; +width = 600; +}, +{ +layerId = m006; +width = 600; +}, +{ +layerId = m002; +width = 600; +}, +{ +layerId = m004; +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 600; +}, +{ +layerId = m008; +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 600; +} +); +unicode = 8378; +}, +{ +export = 0; +glyphname = cent.bold; +kernLeft = cent_left; +kernRight = cent_right; +lastChange = "2026-03-21 22:28:37 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = c; +}, +{ +pos = (308,0); +ref = "_part.currency-stroke.alt"; +} +); +width = 676; +}, +{ +layerId = m002; +shapes = ( +{ +ref = c; +}, +{ +pos = (315,10); +ref = "_part.currency-stroke.alt"; +} +); +width = 688; +}, +{ +layerId = m003; +shapes = ( +{ +ref = c; +}, +{ +pos = (424,0); +ref = "_part.currency-stroke.alt"; +} +); +width = 902; +}, +{ +layerId = m004; +shapes = ( +{ +ref = c; +}, +{ +pos = (434,10); +ref = "_part.currency-stroke.alt"; +} +); +width = 916; +}, +{ +layerId = m005; +shapes = ( +{ +ref = c; +}, +{ +pos = (261,0); +ref = "_part.currency-stroke.alt"; +} +); +width = 572; +}, +{ +layerId = m006; +shapes = ( +{ +ref = c; +}, +{ +pos = (258,10); +ref = "_part.currency-stroke.alt"; +} +); +width = 582; +}, +{ +layerId = m007; +shapes = ( +{ +ref = c; +}, +{ +pos = (283,-6); +ref = "_part.currency-stroke.alt"; +} +); +width = 616; +}, +{ +layerId = m008; +shapes = ( +{ +ref = c; +}, +{ +pos = (342,20); +ref = "_part.currency-stroke.alt"; +} +); +width = 739; +}, +{ +layerId = m009; +shapes = ( +{ +ref = c; +}, +{ +pos = (242,-6); +ref = "_part.currency-stroke.alt"; +} +); +width = 522; +}, +{ +layerId = m010; +shapes = ( +{ +ref = c; +}, +{ +pos = (395,-6); +ref = "_part.currency-stroke.alt"; +} +); +width = 836; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = c; +}, +{ +pos = (476,20); +ref = "_part.currency-stroke.alt"; +} +); +width = 1015; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = c; +}, +{ +pos = (282,20); +ref = "_part.currency-stroke.alt"; +} +); +width = 621; +} +); +}, +{ +export = 0; +glyphname = dollar.bold; +kernLeft = dollar_left; +kernRight = dollar_right; +lastChange = "2026-03-21 22:21:53 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (331,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 725; +}, +{ +layerId = m002; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (350,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 768; +}, +{ +layerId = m003; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (452,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 975; +}, +{ +layerId = m004; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (478,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 1016; +}, +{ +layerId = m005; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (279,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 611; +}, +{ +layerId = m006; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (293,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 656; +}, +{ +layerId = m007; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (301,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 659; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (378,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 837; +}, +{ +layerId = m009; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (251,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 557; +}, +{ +layerId = m010; +shapes = ( +{ +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (411,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 891; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (539,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 1159; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +Group = 1; +}; +ref = S; +}, +{ +piece = { +"Stroke Height" = 1000; +}; +pos = (312,100); +ref = "_part.currency-stroke.alt"; +} +); +width = 703; +} +); +}, +{ +glyphname = plus; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-07-13 15:33:01 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +alignment = 1; +angle = 90; +pos = (726,-86); +ref = minus; +} +); +width = 812; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (693,-53); +ref = minus; +} +); +width = 746; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (746,-106); +ref = minus; +} +); +width = 852; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (724,-84); +ref = minus; +} +); +width = 808; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (675,-35); +ref = minus; +} +); +width = 710; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (642,-2); +ref = minus; +} +); +width = 644; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (726,-86); +ref = minus; +} +); +width = 812; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (655,-15); +ref = minus; +} +); +width = 670; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +alignment = 1; +angle = 90; +pos = (675,-35); +ref = minus; +} +); +width = 710; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (757,-117); +ref = minus; +} +); +width = 874; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (675,-35); +ref = minus; +} +); +width = 710; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +ref = minus; +}, +{ +angle = 90; +pos = (615,25); +ref = minus; +} +); +width = 590; +} +); +metricLeft = H; +metricRight = H; +unicode = 43; +}, +{ +glyphname = minus; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-01-20 13:18:20 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (406,320); +}, +{ +name = connect; +pos = (406,320); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(706,270,l), +(706,370,l), +(106,370,l), +(106,270,l) +); +} +); +width = 812; +}, +{ +anchors = ( +{ +name = _connect; +pos = (373,320); +}, +{ +name = connect; +pos = (373,320); +} +); +background = { +shapes = ( +{ +pos = (-40,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(673,240,l), +(673,400,l), +(73,400,l), +(73,240,l) +); +} +); +width = 746; +}, +{ +anchors = ( +{ +name = _connect; +pos = (426,320); +}, +{ +name = connect; +pos = (426,320); +} +); +background = { +shapes = ( +{ +pos = (-110,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(746,270,l), +(746,370,l), +(106,370,l), +(106,270,l) +); +} +); +width = 852; +}, +{ +anchors = ( +{ +name = _connect; +pos = (404,320); +}, +{ +name = connect; +pos = (404,320); +} +); +background = { +shapes = ( +{ +pos = (-140,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(724,240,l), +(724,400,l), +(84,400,l), +(84,240,l) +); +} +); +width = 808; +}, +{ +anchors = ( +{ +name = _connect; +pos = (355,320); +}, +{ +name = connect; +pos = (355,320); +} +); +background = { +shapes = ( +{ +pos = (9,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(615,270,l), +(615,370,l), +(95,370,l), +(95,270,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = _connect; +pos = (322,320); +}, +{ +name = connect; +pos = (322,320); +} +); +background = { +shapes = ( +{ +pos = (-28,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(582,240,l), +(582,400,l), +(62,400,l), +(62,240,l) +); +} +); +width = 644; +}, +{ +anchors = ( +{ +name = _connect; +pos = (406,320); +}, +{ +name = connect; +pos = (406,320); +} +); +background = { +shapes = ( +{ +pos = (20,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(706,302,l), +(706,338,l), +(106,338,l), +(106,302,l) +); +} +); +width = 812; +}, +{ +anchors = ( +{ +name = _connect; +pos = (335,320); +}, +{ +name = connect; +pos = (335,320); +} +); +background = { +shapes = ( +{ +pos = (-95,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(635,200,l), +(635,440,l), +(35,440,l), +(35,200,l) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = _connect; +pos = (355,320); +}, +{ +name = connect; +pos = (355,320); +} +); +background = { +shapes = ( +{ +pos = (24,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(615,302,l), +(615,338,l), +(95,338,l), +(95,302,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = _connect; +pos = (437,320); +}, +{ +name = connect; +pos = (437,320); +} +); +background = { +shapes = ( +{ +pos = (-80,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(757,302,l), +(757,338,l), +(117,338,l), +(117,302,l) +); +} +); +width = 874; +}, +{ +anchors = ( +{ +name = _connect; +pos = (355,320); +}, +{ +name = connect; +pos = (355,320); +} +); +background = { +shapes = ( +{ +pos = (-235,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(675,200,l), +(675,440,l), +(35,440,l), +(35,200,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = _connect; +pos = (295,320); +}, +{ +name = connect; +pos = (295,320); +} +); +background = { +shapes = ( +{ +pos = (-69,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,210,l), +(555,430,l), +(35,430,l), +(35,210,l) +); +} +); +width = 590; +} +); +metricLeft = SQRU; +metricRight = SQRU; +unicode = 8722; +}, +{ +glyphname = multiply; +lastChange = "2022-01-20 13:17:11 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (693,-53); +ref = _part.multiply; +} +); +width = 746; +}, +{ +layerId = m002; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (680,-40); +ref = _part.multiply; +} +); +width = 720; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (714,-74); +ref = _part.multiply; +} +); +width = 788; +}, +{ +layerId = m004; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (712,-72); +ref = _part.multiply; +} +); +width = 784; +}, +{ +layerId = m005; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (654,-14); +ref = _part.multiply; +} +); +width = 668; +}, +{ +layerId = m006; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (641,-1); +ref = _part.multiply; +} +); +width = 642; +}, +{ +layerId = m007; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (671,-31); +ref = _part.multiply; +} +); +width = 702; +}, +{ +layerId = m008; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (669,-29); +ref = _part.multiply; +} +); +width = 698; +}, +{ +layerId = m009; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (632,8); +ref = _part.multiply; +} +); +width = 624; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (704,-64); +ref = _part.multiply; +} +); +width = 768; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (686,-46); +ref = _part.multiply; +} +); +width = 732; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _part.multiply; +}, +{ +angle = 90; +pos = (634,6); +ref = _part.multiply; +} +); +width = 628; +} +); +metricLeft = SQRU; +metricRight = SQRU; +unicode = 215; +}, +{ +glyphname = divide; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-09-25 19:04:29 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m01; +shapes = ( +{ +ref = "_part.divide-minus"; +}, +{ +pos = (312,-61); +ref = _part.divide; +} +); +width = 812; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m002; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (245,-61); +ref = _part.divide; +} +); +width = 746; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m003; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (326,-61); +ref = _part.divide; +} +); +width = 852; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m004; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (264,-61); +ref = _part.divide; +} +); +width = 808; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m005; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (271,-61); +ref = _part.divide; +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m006; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (212,-61); +ref = _part.divide; +} +); +width = 644; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (352,-61); +ref = _part.divide; +} +); +width = 812; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m008; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (145,-61); +ref = _part.divide; +} +); +width = 670; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (307,-61); +ref = _part.divide; +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m010; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (373,-61); +ref = _part.divide; +} +); +width = 874; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (125,-61); +ref = _part.divide; +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +ref = "_part.divide-minus"; +}, +{ +pos = (129,-61); +ref = _part.divide; +} +); +width = 590; +} +); +unicode = 247; +}, +{ +glyphname = equal; +lastChange = "2022-01-20 13:18:20 +0000"; +layers = ( +{ +anchors = ( +{ +name = connect; +pos = (406,320); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(706,410,l), +(706,510,l), +(106,510,l), +(106,410,l) +); +}, +{ +closed = 1; +nodes = ( +(706,130,l), +(706,230,l), +(106,230,l), +(106,130,l) +); +} +); +width = 812; +}, +{ +anchors = ( +{ +name = connect; +pos = (373,320); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(673,390,l), +(673,550,l), +(73,550,l), +(73,390,l) +); +}, +{ +closed = 1; +nodes = ( +(673,90,l), +(673,250,l), +(73,250,l), +(73,90,l) +); +} +); +width = 746; +}, +{ +anchors = ( +{ +name = connect; +pos = (446,320); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(786,410,l), +(786,510,l), +(106,510,l), +(106,410,l) +); +}, +{ +closed = 1; +nodes = ( +(786,130,l), +(786,230,l), +(106,230,l), +(106,130,l) +); +} +); +width = 892; +}, +{ +anchors = ( +{ +name = connect; +pos = (424,320); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(764,390,l), +(764,550,l), +(84,550,l), +(84,390,l) +); +}, +{ +closed = 1; +nodes = ( +(764,90,l), +(764,250,l), +(84,250,l), +(84,90,l) +); +} +); +width = 848; +}, +{ +anchors = ( +{ +name = connect; +pos = (355,320); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(615,410,l), +(615,510,l), +(95,510,l), +(95,410,l) +); +}, +{ +closed = 1; +nodes = ( +(615,130,l), +(615,230,l), +(95,230,l), +(95,130,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = connect; +pos = (322,320); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(582,390,l), +(582,550,l), +(62,550,l), +(62,390,l) +); +}, +{ +closed = 1; +nodes = ( +(582,90,l), +(582,250,l), +(62,250,l), +(62,90,l) +); +} +); +width = 644; +}, +{ +anchors = ( +{ +name = connect; +pos = (410,320); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(710,442,l), +(710,478,l), +(110,478,l), +(110,442,l) +); +}, +{ +closed = 1; +nodes = ( +(706,162,l), +(706,198,l), +(106,198,l), +(106,162,l) +); +} +); +width = 816; +}, +{ +anchors = ( +{ +name = connect; +pos = (335,320); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(635,350,l), +(635,590,l), +(35,590,l), +(35,350,l) +); +}, +{ +closed = 1; +nodes = ( +(635,50,l), +(635,290,l), +(35,290,l), +(35,50,l) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = connect; +pos = (355,320); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(615,442,l), +(615,478,l), +(95,478,l), +(95,442,l) +); +}, +{ +closed = 1; +nodes = ( +(615,162,l), +(615,198,l), +(95,198,l), +(95,162,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = connect; +pos = (457,320); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(797,442,l), +(797,478,l), +(117,478,l), +(117,442,l) +); +}, +{ +closed = 1; +nodes = ( +(797,162,l), +(797,198,l), +(117,198,l), +(117,162,l) +); +} +); +width = 914; +}, +{ +anchors = ( +{ +name = connect; +pos = (355,320); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(675,350,l), +(675,590,l), +(35,590,l), +(35,350,l) +); +}, +{ +closed = 1; +nodes = ( +(675,50,l), +(675,290,l), +(35,290,l), +(35,50,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = connect; +pos = (295,320); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,350,l), +(555,590,l), +(35,590,l), +(35,350,l) +); +}, +{ +closed = 1; +nodes = ( +(555,50,l), +(555,290,l), +(35,290,l), +(35,50,l) +); +} +); +width = 590; +} +); +metricLeft = H; +metricRight = H; +unicode = 61; +}, +{ +glyphname = notequal; +lastChange = "2022-03-27 20:21:49 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (196,-61); +ref = _part.notequal; +} +); +width = 812; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (163,-61); +ref = _part.notequal; +} +); +width = 746; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (236,-61); +ref = _part.notequal; +} +); +width = 892; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (214,-61); +ref = _part.notequal; +} +); +width = 848; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (145,-61); +ref = _part.notequal; +} +); +width = 710; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (112,-61); +ref = _part.notequal; +} +); +width = 644; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (200,-61); +ref = _part.notequal; +} +); +width = 816; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (125,-61); +ref = _part.notequal; +} +); +width = 670; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (145,-61); +ref = _part.notequal; +} +); +width = 710; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (247,-61); +ref = _part.notequal; +} +); +width = 914; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (145,-61); +ref = _part.notequal; +} +); +width = 710; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +ref = equal; +}, +{ +pos = (85,-61); +ref = _part.notequal; +} +); +width = 590; +} +); +unicode = 8800; +}, +{ +glyphname = greater; +kernRight = hyphen_right; +lastChange = "2022-09-25 19:04:32 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +alignment = -1; +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 732; +}, +{ +layerId = m002; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 666; +}, +{ +layerId = m003; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 772; +}, +{ +layerId = m004; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 728; +}, +{ +layerId = m005; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 630; +}, +{ +layerId = m006; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 564; +}, +{ +layerId = m007; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 732; +}, +{ +layerId = m008; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 590; +}, +{ +layerId = m009; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 630; +}, +{ +layerId = m010; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 794; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 630; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +piece = { +"Vertical Shift" = 220; +}; +ref = _part.greater; +}, +{ +piece = { +"Vertical Shift" = 220; +}; +pos = (0,640); +ref = _part.greater; +scale = (1,-1); +} +); +width = 510; +} +); +metricLeft = H; +metricRight = H; +unicode = 62; +}, +{ +glyphname = less; +kernLeft = hyphen_left; +lastChange = "2022-09-25 19:02:31 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (732,0); +ref = greater; +scale = (-1,1); +} +); +width = 732; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +pos = (666,0); +ref = greater; +scale = (-1,1); +} +); +width = 666; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +pos = (772,0); +ref = greater; +scale = (-1,1); +} +); +width = 772; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +pos = (728,0); +ref = greater; +scale = (-1,1); +} +); +width = 728; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +pos = (630,0); +ref = greater; +scale = (-1,1); +} +); +width = 630; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +pos = (564,0); +ref = greater; +scale = (-1,1); +} +); +width = 564; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (732,0); +ref = greater; +scale = (-1,1); +} +); +width = 732; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +pos = (590,0); +ref = greater; +scale = (-1,1); +} +); +width = 590; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (630,0); +ref = greater; +scale = (-1,1); +} +); +width = 630; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +pos = (794,0); +ref = greater; +scale = (-1,1); +} +); +width = 794; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +pos = (630,0); +ref = greater; +scale = (-1,1); +} +); +width = 630; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +pos = (510,0); +ref = greater; +scale = (-1,1); +} +); +width = 510; +} +); +unicode = 60; +}, +{ +glyphname = plusminus; +lastChange = "2022-07-13 19:00:20 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(373,126,l), +(373,345,l), +(615,345,l), +(615,381,l), +(373,381,l), +(373,600,l), +(337,600,l), +(337,381,l), +(95,381,l), +(95,345,l), +(337,345,l), +(337,126,l) +); +}, +{ +closed = 1; +nodes = ( +(615,40,l), +(615,76,l), +(95,76,l), +(95,40,l) +); +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(424,106,l), +(424,345,l), +(706,345,l), +(706,381,l), +(424,381,l), +(424,620,l), +(388,620,l), +(388,381,l), +(106,381,l), +(106,345,l), +(388,345,l), +(388,106,l) +); +}, +{ +closed = 1; +nodes = ( +(706,20,l), +(706,56,l), +(106,56,l), +(106,20,l) +); +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(455,86,l), +(455,345,l), +(757,345,l), +(757,381,l), +(455,381,l), +(455,640,l), +(419,640,l), +(419,381,l), +(117,381,l), +(117,345,l), +(419,345,l), +(419,86,l) +); +}, +{ +closed = 1; +nodes = ( +(757,0,l), +(757,36,l), +(117,36,l), +(117,0,l) +); +} +); +width = 874; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(405,180,l), +(405,345,l), +(615,345,l), +(615,445,l), +(405,445,l), +(405,610,l), +(305,610,l), +(305,445,l), +(95,445,l), +(95,345,l), +(305,345,l), +(305,180,l) +); +}, +{ +closed = 1; +nodes = ( +(615,30,l), +(615,130,l), +(95,130,l), +(95,30,l) +); +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(456,150,l), +(456,345,l), +(706,345,l), +(706,445,l), +(456,445,l), +(456,640,l), +(356,640,l), +(356,445,l), +(106,445,l), +(106,345,l), +(356,345,l), +(356,150,l) +); +}, +{ +closed = 1; +nodes = ( +(706,0,l), +(706,100,l), +(106,100,l), +(106,0,l) +); +} +); +width = 812; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(476,150,l), +(476,345,l), +(746,345,l), +(746,445,l), +(476,445,l), +(476,640,l), +(376,640,l), +(376,445,l), +(106,445,l), +(106,345,l), +(376,345,l), +(376,150,l) +); +}, +{ +closed = 1; +nodes = ( +(746,0,l), +(746,100,l), +(106,100,l), +(106,0,l) +); +} +); +width = 852; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(402,180,l), +(402,335,l), +(582,335,l), +(582,475,l), +(402,475,l), +(402,630,l), +(242,630,l), +(242,475,l), +(62,475,l), +(62,335,l), +(242,335,l), +(242,180,l) +); +}, +{ +closed = 1; +nodes = ( +(582,10,l), +(582,150,l), +(62,150,l), +(62,10,l) +); +} +); +width = 644; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(453,170,l), +(453,335,l), +(673,335,l), +(673,475,l), +(453,475,l), +(453,640,l), +(293,640,l), +(293,475,l), +(73,475,l), +(73,335,l), +(293,335,l), +(293,170,l) +); +}, +{ +closed = 1; +nodes = ( +(673,0,l), +(673,140,l), +(73,140,l), +(73,0,l) +); +} +); +width = 746; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(484,170,l), +(484,335,l), +(724,335,l), +(724,475,l), +(484,475,l), +(484,640,l), +(324,640,l), +(324,475,l), +(84,475,l), +(84,335,l), +(324,335,l), +(324,170,l) +); +}, +{ +closed = 1; +nodes = ( +(724,0,l), +(724,140,l), +(84,140,l), +(84,0,l) +); +} +); +width = 808; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,220,l), +(405,335,l), +(535,335,l), +(535,515,l), +(405,515,l), +(405,630,l), +(165,630,l), +(165,515,l), +(35,515,l), +(35,335,l), +(165,335,l), +(165,220,l) +); +}, +{ +closed = 1; +nodes = ( +(535,20,l), +(535,200,l), +(35,200,l), +(35,20,l) +); +} +); +width = 570; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(435,220,l), +(435,335,l), +(595,335,l), +(595,535,l), +(435,535,l), +(435,650,l), +(195,650,l), +(195,535,l), +(35,535,l), +(35,335,l), +(195,335,l), +(195,220,l) +); +}, +{ +closed = 1; +nodes = ( +(595,0,l), +(595,200,l), +(35,200,l), +(35,0,l) +); +} +); +width = 630; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(475,220,l), +(475,335,l), +(675,335,l), +(675,535,l), +(475,535,l), +(475,650,l), +(235,650,l), +(235,535,l), +(35,535,l), +(35,335,l), +(235,335,l), +(235,220,l) +); +}, +{ +closed = 1; +nodes = ( +(675,0,l), +(675,200,l), +(35,200,l), +(35,0,l) +); +} +); +width = 710; +} +); +metricLeft = SQRU; +metricRight = SQRU; +unicode = 177; +}, +{ +glyphname = approxequal; +lastChange = "2022-01-20 15:22:45 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = equal; +} +); +}; +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,129); +ref = asciitilde; +}, +{ +alignment = -1; +pos = (0,-129); +ref = asciitilde; +} +); +width = 832; +}, +{ +background = { +shapes = ( +{ +pos = (23,0); +ref = equal; +} +); +}; +layerId = m002; +shapes = ( +{ +pos = (0,149); +ref = asciitilde; +}, +{ +pos = (0,-149); +ref = asciitilde; +} +); +width = 792; +}, +{ +background = { +shapes = ( +{ +pos = (-10,0); +ref = equal; +} +); +}; +layerId = m003; +shapes = ( +{ +pos = (0,129); +ref = asciitilde; +}, +{ +pos = (0,-129); +ref = asciitilde; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +pos = (2,0); +ref = equal; +} +); +}; +layerId = m004; +shapes = ( +{ +pos = (0,149); +ref = asciitilde; +}, +{ +pos = (0,-149); +ref = asciitilde; +} +); +width = 852; +}, +{ +background = { +shapes = ( +{ +pos = (12,0); +ref = equal; +} +); +}; +layerId = m005; +shapes = ( +{ +pos = (0,129); +ref = asciitilde; +}, +{ +pos = (0,-129); +ref = asciitilde; +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +pos = (24,0); +ref = equal; +} +); +}; +layerId = m006; +shapes = ( +{ +pos = (0,149); +ref = asciitilde; +}, +{ +pos = (0,-149); +ref = asciitilde; +} +); +width = 692; +}, +{ +background = { +shapes = ( +{ +pos = (-2,0); +ref = equal; +} +); +}; +layerId = m007; +shapes = ( +{ +pos = (0,117); +ref = asciitilde; +}, +{ +pos = (0,-117); +ref = asciitilde; +} +); +width = 812; +}, +{ +background = { +shapes = ( +{ +pos = (37,0); +ref = equal; +} +); +}; +layerId = m008; +shapes = ( +{ +pos = (0,149); +ref = asciitilde; +}, +{ +pos = (0,-149); +ref = asciitilde; +} +); +width = 744; +}, +{ +background = { +shapes = ( +{ +pos = (1,0); +ref = equal; +} +); +}; +layerId = m009; +shapes = ( +{ +pos = (0,117); +ref = asciitilde; +}, +{ +pos = (0,-117); +ref = asciitilde; +} +); +width = 712; +}, +{ +background = { +shapes = ( +{ +pos = (-21,0); +ref = equal; +} +); +}; +layerId = m010; +shapes = ( +{ +pos = (0,117); +ref = asciitilde; +}, +{ +pos = (0,-117); +ref = asciitilde; +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +pos = (37,0); +ref = equal; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,149); +ref = asciitilde; +}, +{ +pos = (0,-149); +ref = asciitilde; +} +); +width = 784; +}, +{ +background = { +shapes = ( +{ +pos = (37,0); +ref = equal; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,149); +ref = asciitilde; +}, +{ +pos = (0,-149); +ref = asciitilde; +} +); +width = 664; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 8776; +}, +{ +glyphname = asciitilde; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-09-25 19:04:45 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = minus; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(190,259,l), +(198,309,o), +(231,339,o), +(276,339,cs), +(362,339,o), +(416,205,o), +(556,205,cs), +(654,205,o), +(726,275,o), +(736,381,c), +(642,381,l), +(634,331,o), +(601,301,o), +(556,301,cs), +(470,301,o), +(416,435,o), +(276,435,cs), +(178,435,o), +(106,365,o), +(96,259,c) +); +} +); +width = 832; +}, +{ +background = { +shapes = ( +{ +pos = (23,0); +ref = minus; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(206,239,l), +(214,286,o), +(238,313,o), +(272,313,cs), +(335,313,o), +(373,179,o), +(518,179,cs), +(633,179,o), +(708,259,o), +(726,401,c), +(586,401,l), +(578,354,o), +(554,327,o), +(520,327,cs), +(457,327,o), +(419,461,o), +(274,461,cs), +(159,461,o), +(84,381,o), +(66,239,c) +); +} +); +width = 792; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = minus; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(190,259,l), +(200,309,o), +(238,339,o), +(290,339,cs), +(384,339,o), +(436,205,o), +(582,205,cs), +(685,205,o), +(762,275,o), +(776,381,c), +(682,381,l), +(672,331,o), +(634,301,o), +(582,301,cs), +(488,301,o), +(436,435,o), +(290,435,cs), +(187,435,o), +(110,365,o), +(96,259,c) +); +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +pos = (22,0); +ref = minus; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(216,239,l), +(228,286,o), +(255,313,o), +(290,313,cs), +(361,313,o), +(413,179,o), +(558,179,cs), +(676,179,o), +(759,263,o), +(776,401,c), +(636,401,l), +(624,354,o), +(597,327,o), +(562,327,cs), +(491,327,o), +(439,461,o), +(294,461,cs), +(176,461,o), +(93,377,o), +(76,239,c) +); +} +); +width = 852; +}, +{ +background = { +shapes = ( +{ +pos = (22,0); +ref = minus; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(180,259,l), +(184,309,o), +(211,339,o), +(250,339,cs), +(316,339,o), +(356,205,o), +(482,205,cs), +(575,205,o), +(640,275,o), +(646,381,c), +(552,381,l), +(548,331,o), +(521,301,o), +(482,301,cs), +(416,301,o), +(376,435,o), +(250,435,cs), +(157,435,o), +(92,365,o), +(86,259,c) +); +} +); +width = 732; +}, +{ +background = { +shapes = ( +{ +pos = (24,0); +ref = minus; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(182,239,l), +(186,285,o), +(207,313,o), +(236,313,cs), +(282,313,o), +(326,179,o), +(448,179,cs), +(556,179,o), +(627,263,o), +(636,401,c), +(510,401,l), +(506,355,o), +(485,327,o), +(456,327,cs), +(410,327,o), +(366,461,o), +(244,461,cs), +(136,461,o), +(65,377,o), +(56,239,c) +); +} +); +width = 692; +}, +{ +background = { +shapes = ( +{ +ref = minus; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(128,279,l), +(142,335,o), +(190,369,o), +(252,369,cs), +(370,369,o), +(424,235,o), +(560,235,cs), +(640,235,o), +(700,283,o), +(716,361,c), +(684,361,l), +(670,305,o), +(622,271,o), +(560,271,cs), +(442,271,o), +(388,405,o), +(252,405,cs), +(172,405,o), +(112,357,o), +(96,279,c) +); +} +); +width = 812; +}, +{ +background = { +shapes = ( +{ +pos = (37,0); +ref = minus; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(192,199,l), +(198,238,o), +(213,257,o), +(239,257,cs), +(291,257,o), +(383,163,o), +(485,163,cs), +(625,163,o), +(697,252,o), +(712,441,c), +(552,441,l), +(546,402,o), +(531,383,o), +(505,383,cs), +(447,383,o), +(361,477,o), +(259,477,cs), +(119,477,o), +(47,388,o), +(32,199,c) +); +} +); +width = 744; +}, +{ +background = { +shapes = ( +{ +pos = (1,0); +ref = minus; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(118,279,l), +(128,335,o), +(167,369,o), +(222,369,cs), +(318,369,o), +(374,235,o), +(490,235,cs), +(562,235,o), +(614,283,o), +(626,361,c), +(594,361,l), +(584,305,o), +(545,271,o), +(490,271,cs), +(394,271,o), +(338,405,o), +(222,405,cs), +(150,405,o), +(98,357,o), +(86,279,c) +); +} +); +width = 712; +}, +{ +background = { +shapes = ( +{ +pos = (-1,0); +ref = minus; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(138,279,l), +(157,335,o), +(209,369,o), +(275,369,cs), +(399,369,o), +(451,235,o), +(597,235,cs), +(681,235,o), +(745,283,o), +(766,361,c), +(734,361,l), +(715,305,o), +(663,271,o), +(597,271,cs), +(473,271,o), +(421,405,o), +(275,405,cs), +(191,405,o), +(127,357,o), +(106,279,c) +); +} +); +width = 872; +}, +{ +background = { +shapes = ( +{ +pos = (37,0); +ref = minus; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,199,l), +(208,237,o), +(228,257,o), +(260,257,cs), +(301,257,o), +(399,163,o), +(514,163,cs), +(660,163,o), +(741,258,o), +(752,441,c), +(582,441,l), +(576,403,o), +(556,383,o), +(524,383,cs), +(477,383,o), +(372,477,o), +(270,477,cs), +(124,477,o), +(43,382,o), +(32,199,c) +); +} +); +width = 784; +}, +{ +background = { +shapes = ( +{ +pos = (37,0); +ref = minus; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,199,l), +(174,238,o), +(189,257,o), +(219,257,cs), +(269,257,o), +(345,173,o), +(445,173,cs), +(565,173,o), +(625,259,o), +(632,441,c), +(492,441,l), +(490,402,o), +(475,383,o), +(445,383,cs), +(395,383,o), +(319,467,o), +(219,467,cs), +(99,467,o), +(39,381,o), +(32,199,c) +); +} +); +width = 664; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 126; +}, +{ +glyphname = logicalnot; +kernLeft = hyphen_left; +lastChange = "2022-09-25 19:04:48 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(615,120,l), +(615,366,l), +(95,366,l), +(95,330,l), +(575,330,l), +(575,120,l) +); +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(706,100,l), +(706,366,l), +(106,366,l), +(106,330,l), +(666,330,l), +(666,100,l) +); +} +); +width = 812; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(757,100,l), +(757,366,l), +(117,366,l), +(117,330,l), +(717,330,l), +(717,100,l) +); +} +); +width = 874; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(615,110,l), +(615,410,l), +(95,410,l), +(95,310,l), +(505,310,l), +(505,110,l) +); +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(706,90,l), +(706,410,l), +(106,410,l), +(106,310,l), +(596,310,l), +(596,90,l) +); +} +); +width = 812; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(746,90,l), +(746,410,l), +(106,410,l), +(106,310,l), +(636,310,l), +(636,90,l) +); +} +); +width = 852; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(582,100,l), +(582,470,l), +(62,470,l), +(62,310,l), +(408,310,l), +(408,100,l) +); +} +); +width = 644; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(673,80,l), +(673,470,l), +(73,470,l), +(73,310,l), +(499,310,l), +(499,80,l) +); +} +); +width = 746; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(724,80,l), +(724,470,l), +(84,470,l), +(84,310,l), +(550,310,l), +(550,80,l) +); +} +); +width = 808; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,90,l), +(555,510,l), +(35,510,l), +(35,270,l), +(295,270,l), +(295,90,l) +); +} +); +width = 590; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(635,70,l), +(635,510,l), +(35,510,l), +(35,270,l), +(375,270,l), +(375,70,l) +); +} +); +width = 670; +}, +{ +background = { +shapes = ( +{ +ref = plus; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(675,70,l), +(675,510,l), +(35,510,l), +(35,270,l), +(415,270,l), +(415,70,l) +); +} +); +width = 710; +} +); +metricLeft = SQRU; +metricRight = SQRU; +unicode = 172; +}, +{ +glyphname = asciicircum; +lastChange = "2022-01-20 13:18:20 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(162,506,l), +(334,804,l), +(284,804,l), +(456,506,l), +(565,506,l), +(383,816,l), +(235,816,l), +(53,506,l) +); +} +); +width = 618; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(216,496,l), +(373,775,l), +(293,775,l), +(450,496,l), +(629,496,l), +(439,820,l), +(227,820,l), +(37,496,l) +); +} +); +width = 666; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(181,506,l), +(442,795,l), +(376,795,l), +(637,506,l), +(765,506,l), +(480,816,l), +(338,816,l), +(53,506,l) +); +} +); +width = 818; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(253,496,l), +(493,763,l), +(385,763,l), +(625,496,l), +(836,496,l), +(535,820,l), +(343,820,l), +(42,496,l) +); +} +); +width = 878; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(153,506,l), +(285,782,l), +(243,782,l), +(375,506,l), +(480,506,l), +(328,816,l), +(200,816,l), +(48,506,l) +); +} +); +width = 528; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(203,496,l), +(314,733,l), +(246,733,l), +(357,496,l), +(529,496,l), +(368,820,l), +(192,820,l), +(31,496,l) +); +} +); +width = 560; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(95,516,l), +(260,804,l), +(242,804,l), +(407,516,l), +(449,516,l), +(277,812,l), +(225,812,l), +(53,516,l) +); +} +); +width = 502; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(276,486,l), +(429,761,l), +(289,761,l), +(442,486,l), +(700,486,l), +(500,826,l), +(218,826,l), +(18,486,l) +); +} +); +width = 718; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(88,516,l), +(224,795,l), +(208,795,l), +(344,516,l), +(384,516,l), +(239,812,l), +(193,812,l), +(48,516,l) +); +} +); +width = 432; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(107,516,l), +(366,801,l), +(342,801,l), +(601,516,l), +(649,516,l), +(380,812,l), +(328,812,l), +(59,516,l) +); +} +); +width = 708; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(406,486,l), +(624,727,l), +(374,727,l), +(592,486,l), +(980,486,l), +(654,826,l), +(344,826,l), +(18,486,l) +); +} +); +width = 998; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(236,486,l), +(352,745,l), +(252,745,l), +(368,486,l), +(586,486,l), +(416,826,l), +(188,826,l), +(18,486,l) +); +} +); +width = 604; +} +); +metricLeft = o; +metricRight = o; +unicode = 94; +}, +{ +glyphname = micro; +lastChange = "2022-07-16 20:13:24 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +pos = (9,0); +ref = u; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(342,-12,o), +(395,17,o), +(424,68,c), +(434,68,l), +(434,0,l), +(474,0,l), +(474,588,l), +(434,588,l), +(434,232,ls), +(434,95,o), +(382,24,o), +(280,24,cs), +(178,24,o), +(126,95,o), +(126,232,c), +(96,226,l), +(96,69,o), +(157,-12,o), +(276,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(126,-200,l), +(122,100,l), +(126,100,l), +(126,232,l), +(126,588,l), +(86,588,l), +(86,-200,l) +); +} +); +width = 560; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = u; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(406,-12,o), +(476,28,o), +(506,92,c), +(516,92,l), +(516,0,l), +(556,0,l), +(556,588,l), +(516,588,l), +(516,242,ls), +(516,108,o), +(444,26,o), +(326,26,cs), +(204,26,o), +(136,104,o), +(136,242,c), +(106,236,l), +(106,77,o), +(184,-12,o), +(322,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(136,-200,l), +(132,120,l), +(136,120,l), +(136,242,l), +(136,588,l), +(96,588,l), +(96,-200,l) +); +} +); +width = 652; +}, +{ +background = { +shapes = ( +{ +pos = (11,0); +ref = u; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(550,-12,o), +(641,29,o), +(690,110,c), +(706,110,l), +(706,0,l), +(746,0,l), +(746,588,l), +(706,588,l), +(706,302,ls), +(706,120,o), +(611,26,o), +(426,26,cs), +(230,26,o), +(146,109,o), +(146,302,c), +(116,296,l), +(116,80,o), +(208,-12,o), +(422,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(146,-200,l), +(142,160,l), +(146,160,l), +(146,302,l), +(146,588,l), +(106,588,l), +(106,-200,l) +); +} +); +width = 852; +}, +{ +background = { +shapes = ( +{ +pos = (9,0); +ref = u; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(332,-16,o), +(374,4,o), +(392,40,c), +(406,40,l), +(406,0,l), +(516,0,l), +(516,600,l), +(406,600,l), +(406,224,ls), +(406,134,o), +(370,88,o), +(301,88,cs), +(232,88,o), +(196,134,o), +(196,224,c), +(106,204,l), +(106,72,o), +(174,-16,o), +(276,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,-200,l), +(186,100,l), +(196,100,l), +(196,224,l), +(196,600,l), +(86,600,l), +(86,-200,l) +); +} +); +width = 602; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = u; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(386,-16,o), +(446,8,o), +(482,50,c), +(496,50,l), +(496,0,l), +(606,0,l), +(606,600,l), +(496,600,l), +(496,254,ls), +(496,148,o), +(444,88,o), +(351,88,cs), +(258,88,o), +(206,148,o), +(206,254,c), +(116,224,l), +(116,80,o), +(196,-16,o), +(316,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(206,-200,l), +(196,100,l), +(206,100,l), +(206,254,l), +(206,600,l), +(96,600,l), +(96,-200,l) +); +} +); +width = 702; +}, +{ +background = { +shapes = ( +{ +pos = (10,0); +ref = u; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(538,-16,o), +(630,15,o), +(676,70,c), +(696,70,l), +(696,0,l), +(806,0,l), +(806,600,l), +(696,600,l), +(696,294,ls), +(696,154,o), +(618,88,o), +(451,88,cs), +(284,88,o), +(206,154,o), +(206,294,c), +(116,264,l), +(116,90,o), +(232,-16,o), +(421,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(206,-200,l), +(196,100,l), +(206,100,l), +(206,294,l), +(206,600,l), +(96,600,l), +(96,-200,l) +); +} +); +width = 902; +}, +{ +background = { +shapes = ( +{ +pos = (6,0); +ref = u; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(339,-20,o), +(374,10,o), +(384,60,c), +(404,60,l), +(404,0,l), +(554,0,l), +(554,620,l), +(374,620,l), +(374,268,ls), +(374,188,o), +(353,154,o), +(305,154,cs), +(257,154,o), +(236,188,o), +(236,268,c), +(186,190,l), +(186,60,o), +(227,-20,o), +(293,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,-200,l), +(216,100,l), +(226,100,l), +(236,268,l), +(236,620,l), +(56,620,l), +(56,-200,l) +); +} +); +width = 610; +}, +{ +background = { +shapes = ( +{ +pos = (7,0); +ref = u; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(409,-20,o), +(456,9,o), +(476,60,c), +(496,60,l), +(496,0,l), +(656,0,l), +(656,620,l), +(476,620,l), +(476,290,ls), +(476,200,o), +(435,150,o), +(361,150,cs), +(287,150,o), +(246,200,o), +(246,290,c), +(166,250,l), +(166,77,o), +(231,-20,o), +(346,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,-200,l), +(226,100,l), +(236,100,l), +(246,290,l), +(246,620,l), +(66,620,l), +(66,-200,l) +); +} +); +width = 722; +}, +{ +background = { +shapes = ( +{ +pos = (8,0); +ref = u; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(555,-20,o), +(630,11,o), +(676,70,c), +(706,70,l), +(706,0,l), +(866,0,l), +(866,620,l), +(686,620,l), +(686,330,ls), +(686,197,o), +(621,140,o), +(471,140,cs), +(321,140,o), +(256,197,o), +(256,330,c), +(176,290,l), +(176,85,o), +(271,-20,o), +(456,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(256,-200,l), +(236,100,l), +(246,100,l), +(256,330,l), +(256,620,l), +(76,620,l), +(76,-200,l) +); +} +); +width = 942; +}, +{ +background = { +shapes = ( +{ +pos = (3,0); +ref = u; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(343,-16,o), +(360,38,o), +(360,120,c), +(380,120,l), +(380,0,l), +(612,0,l), +(612,640,l), +(340,640,l), +(340,280,ls), +(340,259,o), +(335,250,o), +(322,250,cs), +(309,250,o), +(304,259,o), +(304,280,c), +(272,120,l), +(272,38,o), +(290,-16,o), +(317,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(304,-200,l), +(252,120,l), +(294,120,l), +(304,280,l), +(304,640,l), +(32,640,l), +(32,-200,l) +); +} +); +width = 644; +}, +{ +background = { +shapes = ( +{ +pos = (3,0); +ref = u; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(385,-16,o), +(407,23,o), +(412,100,c), +(432,100,l), +(432,0,l), +(712,0,l), +(712,640,l), +(392,640,l), +(392,300,ls), +(392,279,o), +(386,270,o), +(372,270,cs), +(358,270,o), +(352,279,o), +(352,300,c), +(272,210,l), +(272,61,o), +(297,-16,o), +(346,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(352,-200,l), +(246,100,l), +(332,100,l), +(352,300,l), +(352,640,l), +(32,640,l), +(32,-200,l) +); +} +); +width = 744; +}, +{ +background = { +shapes = ( +{ +pos = (3,0); +ref = u; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(529,-16,o), +(576,33,o), +(592,120,c), +(632,120,l), +(632,0,l), +(992,0,l), +(992,640,l), +(592,640,l), +(592,380,ls), +(592,312,o), +(566,280,o), +(512,280,cs), +(458,280,o), +(432,312,o), +(432,380,c), +(332,310,l), +(332,101,o), +(379,-16,o), +(462,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(432,-200,l), +(312,120,l), +(412,120,l), +(432,380,l), +(432,640,l), +(32,640,l), +(32,-200,l) +); +} +); +width = 1024; +} +); +metricLeft = SQR; +metricRight = SQR; +unicode = 181; +}, +{ +glyphname = percent; +lastChange = "2022-03-27 15:38:46 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(124,0,l), +(232,0,l), +(850,800,l), +(742,800,l) +); +}, +{ +closed = 1; +nodes = ( +(367,418,o), +(455,506,o), +(455,617,cs), +(455,728,o), +(367,816,o), +(254,816,cs), +(141,816,o), +(53,728,o), +(53,617,cs), +(53,506,o), +(141,418,o), +(254,418,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,514,o), +(151,557,o), +(151,617,cs), +(151,677,o), +(194,720,o), +(254,720,cs), +(314,720,o), +(357,677,o), +(357,617,cs), +(357,557,o), +(314,514,o), +(254,514,cs) +); +}, +{ +closed = 1; +nodes = ( +(833,-16,o), +(921,72,o), +(921,183,cs), +(921,294,o), +(833,382,o), +(720,382,cs), +(607,382,o), +(519,294,o), +(519,183,cs), +(519,72,o), +(607,-16,o), +(720,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(660,80,o), +(617,123,o), +(617,183,cs), +(617,243,o), +(660,286,o), +(720,286,cs), +(780,286,o), +(823,243,o), +(823,183,cs), +(823,123,o), +(780,80,o), +(720,80,cs) +); +} +); +width = 974; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(92,0,l), +(272,0,l), +(890,800,l), +(710,800,l) +); +}, +{ +closed = 1; +nodes = ( +(366,414,o), +(459,503,o), +(459,617,cs), +(459,731,o), +(366,820,o), +(248,820,cs), +(130,820,o), +(37,731,o), +(37,617,cs), +(37,503,o), +(130,414,o), +(248,414,cs) +); +}, +{ +closed = 1; +nodes = ( +(218,562,o), +(197,585,o), +(197,617,cs), +(197,649,o), +(218,672,o), +(248,672,cs), +(278,672,o), +(299,649,o), +(299,617,cs), +(299,585,o), +(278,562,o), +(248,562,cs) +); +}, +{ +closed = 1; +nodes = ( +(852,-20,o), +(945,69,o), +(945,183,cs), +(945,297,o), +(852,386,o), +(734,386,cs), +(616,386,o), +(523,297,o), +(523,183,cs), +(523,69,o), +(616,-20,o), +(734,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(704,128,o), +(683,151,o), +(683,183,cs), +(683,215,o), +(704,238,o), +(734,238,cs), +(764,238,o), +(785,215,o), +(785,183,cs), +(785,151,o), +(764,128,o), +(734,128,cs) +); +} +); +width = 982; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(324,0,l), +(1112,800,l), +(990,800,l) +); +}, +{ +closed = 1; +nodes = ( +(500,426,o), +(605,500,o), +(605,621,cs), +(605,742,o), +(500,816,o), +(329,816,cs), +(158,816,o), +(53,742,o), +(53,621,cs), +(53,500,o), +(158,426,o), +(329,426,cs) +); +}, +{ +closed = 1; +nodes = ( +(218,518,o), +(155,555,o), +(155,621,cs), +(155,687,o), +(218,724,o), +(329,724,cs), +(440,724,o), +(503,687,o), +(503,621,cs), +(503,555,o), +(440,518,o), +(329,518,cs) +); +}, +{ +closed = 1; +nodes = ( +(1156,-16,o), +(1261,58,o), +(1261,179,cs), +(1261,300,o), +(1156,374,o), +(985,374,cs), +(814,374,o), +(709,300,o), +(709,179,cs), +(709,58,o), +(814,-16,o), +(985,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(874,76,o), +(811,113,o), +(811,179,cs), +(811,245,o), +(874,282,o), +(985,282,cs), +(1096,282,o), +(1159,245,o), +(1159,179,cs), +(1159,113,o), +(1096,76,o), +(985,76,cs) +); +} +); +width = 1314; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(156,0,l), +(352,0,l), +(1144,800,l), +(948,800,l) +); +}, +{ +closed = 1; +nodes = ( +(496,422,o), +(602,498,o), +(602,621,cs), +(602,744,o), +(496,820,o), +(322,820,cs), +(148,820,o), +(42,744,o), +(42,621,cs), +(42,498,o), +(148,422,o), +(322,422,cs) +); +}, +{ +closed = 1; +nodes = ( +(248,560,o), +(210,581,o), +(210,621,cs), +(210,661,o), +(248,682,o), +(322,682,cs), +(396,682,o), +(434,661,o), +(434,621,cs), +(434,581,o), +(396,560,o), +(322,560,cs) +); +}, +{ +closed = 1; +nodes = ( +(1152,-20,o), +(1258,56,o), +(1258,179,cs), +(1258,302,o), +(1152,378,o), +(978,378,cs), +(804,378,o), +(698,302,o), +(698,179,cs), +(698,56,o), +(804,-20,o), +(978,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(904,118,o), +(866,139,o), +(866,179,cs), +(866,219,o), +(904,240,o), +(978,240,cs), +(1052,240,o), +(1090,219,o), +(1090,179,cs), +(1090,139,o), +(1052,118,o), +(978,118,cs) +); +} +); +width = 1300; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(198,0,l), +(728,800,l), +(630,800,l) +); +}, +{ +closed = 1; +nodes = ( +(315,426,o), +(382,504,o), +(382,621,cs), +(382,738,o), +(315,816,o), +(215,816,cs), +(115,816,o), +(48,738,o), +(48,621,cs), +(48,504,o), +(115,426,o), +(215,426,cs) +); +}, +{ +closed = 1; +nodes = ( +(172,522,o), +(146,560,o), +(146,621,cs), +(146,682,o), +(172,720,o), +(215,720,cs), +(258,720,o), +(284,682,o), +(284,621,cs), +(284,560,o), +(258,522,o), +(215,522,cs) +); +}, +{ +closed = 1; +nodes = ( +(713,-16,o), +(780,62,o), +(780,179,cs), +(780,296,o), +(713,374,o), +(613,374,cs), +(513,374,o), +(446,296,o), +(446,179,cs), +(446,62,o), +(513,-16,o), +(613,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(570,80,o), +(544,118,o), +(544,179,cs), +(544,240,o), +(570,278,o), +(613,278,cs), +(656,278,o), +(682,240,o), +(682,179,cs), +(682,118,o), +(656,80,o), +(613,80,cs) +); +} +); +width = 828; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(72,0,l), +(226,0,l), +(758,800,l), +(604,800,l) +); +}, +{ +closed = 1; +nodes = ( +(313,414,o), +(383,495,o), +(383,617,cs), +(383,739,o), +(313,820,o), +(207,820,cs), +(101,820,o), +(31,739,o), +(31,617,cs), +(31,495,o), +(101,414,o), +(207,414,cs) +); +}, +{ +closed = 1; +nodes = ( +(189,552,o), +(181,572,o), +(181,617,cs), +(181,662,o), +(189,682,o), +(207,682,cs), +(225,682,o), +(233,662,o), +(233,617,cs), +(233,572,o), +(225,552,o), +(207,552,cs) +); +}, +{ +closed = 1; +nodes = ( +(729,-20,o), +(799,61,o), +(799,183,cs), +(799,305,o), +(729,386,o), +(623,386,cs), +(517,386,o), +(447,305,o), +(447,183,cs), +(447,61,o), +(517,-20,o), +(623,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(605,118,o), +(597,138,o), +(597,183,cs), +(597,228,o), +(605,248,o), +(623,248,cs), +(641,248,o), +(649,228,o), +(649,183,cs), +(649,138,o), +(641,118,o), +(623,118,c) +); +} +); +width = 830; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(149,0,l), +(191,0,l), +(809,800,l), +(767,800,l) +); +}, +{ +closed = 1; +nodes = ( +(360,422,o), +(447,508,o), +(447,617,cs), +(447,726,o), +(360,812,o), +(250,812,cs), +(140,812,o), +(53,726,o), +(53,617,cs), +(53,508,o), +(140,422,o), +(250,422,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,454,o), +(89,526,o), +(89,617,cs), +(89,708,o), +(160,780,o), +(250,780,cs), +(340,780,o), +(411,708,o), +(411,617,cs), +(411,526,o), +(340,454,o), +(250,454,cs) +); +}, +{ +closed = 1; +nodes = ( +(818,-12,o), +(905,74,o), +(905,183,cs), +(905,292,o), +(818,378,o), +(708,378,cs), +(598,378,o), +(511,292,o), +(511,183,cs), +(511,74,o), +(598,-12,o), +(708,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(618,20,o), +(547,92,o), +(547,183,cs), +(547,274,o), +(618,346,o), +(708,346,cs), +(798,346,o), +(869,274,o), +(869,183,cs), +(869,92,o), +(798,20,o), +(708,20,cs) +); +} +); +width = 958; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(81,0,l), +(301,0,l), +(919,800,l), +(699,800,l) +); +}, +{ +closed = 1; +nodes = ( +(374,396,o), +(468,486,o), +(468,611,cs), +(468,736,o), +(374,826,o), +(243,826,cs), +(112,826,o), +(18,736,o), +(18,611,cs), +(18,486,o), +(112,396,o), +(243,396,cs) +); +}, +{ +closed = 1; +nodes = ( +(222,571,o), +(209,586,o), +(209,611,cs), +(209,636,o), +(222,651,o), +(243,651,cs), +(264,651,o), +(277,636,o), +(277,611,cs), +(277,586,o), +(264,571,o), +(243,571,cs) +); +}, +{ +closed = 1; +nodes = ( +(888,-26,o), +(982,64,o), +(982,189,cs), +(982,314,o), +(888,404,o), +(757,404,cs), +(626,404,o), +(532,314,o), +(532,189,cs), +(532,64,o), +(626,-26,o), +(757,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(736,149,o), +(723,164,o), +(723,189,cs), +(723,214,o), +(736,229,o), +(757,229,cs), +(778,229,o), +(791,214,o), +(791,189,cs), +(791,164,o), +(778,149,o), +(757,149,cs) +); +} +); +width = 1000; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(129,0,l), +(169,0,l), +(699,800,l), +(659,800,l) +); +}, +{ +closed = 1; +nodes = ( +(315,430,o), +(382,506,o), +(382,621,cs), +(382,736,o), +(315,812,o), +(215,812,cs), +(115,812,o), +(48,736,o), +(48,621,cs), +(48,506,o), +(115,430,o), +(215,430,cs) +); +}, +{ +closed = 1; +nodes = ( +(136,462,o), +(84,526,o), +(84,621,cs), +(84,716,o), +(136,780,o), +(215,780,cs), +(294,780,o), +(346,716,o), +(346,621,cs), +(346,526,o), +(294,462,o), +(215,462,cs) +); +}, +{ +closed = 1; +nodes = ( +(713,-12,o), +(780,64,o), +(780,179,cs), +(780,294,o), +(713,370,o), +(613,370,cs), +(513,370,o), +(446,294,o), +(446,179,cs), +(446,64,o), +(513,-12,o), +(613,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(534,20,o), +(482,84,o), +(482,179,cs), +(482,274,o), +(534,338,o), +(613,338,cs), +(692,338,o), +(744,274,o), +(744,179,cs), +(744,84,o), +(692,20,o), +(613,20,cs) +); +} +); +width = 828; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(245,0,l), +(293,0,l), +(1081,800,l), +(1033,800,l) +); +}, +{ +closed = 1; +nodes = ( +(506,430,o), +(611,503,o), +(611,621,cs), +(611,739,o), +(506,812,o), +(335,812,cs), +(164,812,o), +(59,739,o), +(59,621,cs), +(59,503,o), +(164,430,o), +(335,430,cs) +); +}, +{ +closed = 1; +nodes = ( +(187,462,o), +(97,522,o), +(97,621,cs), +(97,720,o), +(187,780,o), +(335,780,cs), +(483,780,o), +(573,720,o), +(573,621,cs), +(573,522,o), +(483,462,o), +(335,462,cs) +); +}, +{ +closed = 1; +nodes = ( +(1162,-12,o), +(1267,61,o), +(1267,179,cs), +(1267,297,o), +(1162,370,o), +(991,370,cs), +(820,370,o), +(715,297,o), +(715,179,cs), +(715,61,o), +(820,-12,o), +(991,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(843,20,o), +(753,80,o), +(753,179,cs), +(753,278,o), +(843,338,o), +(991,338,cs), +(1139,338,o), +(1229,278,o), +(1229,179,cs), +(1229,80,o), +(1139,20,o), +(991,20,cs) +); +} +); +width = 1326; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,0,l), +(445,0,l), +(1234,800,l), +(945,800,l) +); +}, +{ +closed = 1; +nodes = ( +(536,396,o), +(650,473,o), +(650,611,cs), +(650,749,o), +(536,826,o), +(334,826,cs), +(132,826,o), +(18,749,o), +(18,611,cs), +(18,473,o), +(132,396,o), +(334,396,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,567,o), +(286,582,o), +(286,611,cs), +(286,640,o), +(302,655,o), +(334,655,cs), +(366,655,o), +(382,640,o), +(382,611,cs), +(382,582,o), +(366,567,o), +(334,567,cs) +); +}, +{ +closed = 1; +nodes = ( +(1258,-26,o), +(1372,51,o), +(1372,189,cs), +(1372,327,o), +(1258,404,o), +(1056,404,cs), +(854,404,o), +(740,327,o), +(740,189,cs), +(740,51,o), +(854,-26,o), +(1056,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(1024,145,o), +(1008,160,o), +(1008,189,cs), +(1008,218,o), +(1024,233,o), +(1056,233,cs), +(1088,233,o), +(1104,218,o), +(1104,189,cs), +(1104,160,o), +(1088,145,o), +(1056,145,cs) +); +} +); +width = 1390; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(68,0,l), +(247,0,l), +(783,800,l), +(604,800,l) +); +}, +{ +closed = 1; +nodes = ( +(325,388,o), +(402,476,o), +(402,607,cs), +(402,738,o), +(325,826,o), +(210,826,cs), +(95,826,o), +(18,738,o), +(18,607,cs), +(18,476,o), +(95,388,o), +(210,388,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,552,o), +(188,569,o), +(188,607,cs), +(188,645,o), +(195,662,o), +(210,662,cs), +(225,662,o), +(232,645,o), +(232,607,cs), +(232,569,o), +(225,552,o), +(210,552,cs) +); +}, +{ +closed = 1; +nodes = ( +(755,-26,o), +(832,61,o), +(832,192,cs), +(832,323,o), +(755,411,o), +(640,411,cs), +(525,411,o), +(448,323,o), +(448,192,cs), +(448,61,o), +(525,-26,o), +(640,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(625,137,o), +(618,154,o), +(618,192,cs), +(618,230,o), +(625,247,o), +(640,247,cs), +(655,247,o), +(662,230,o), +(662,192,cs), +(662,154,o), +(655,137,o), +(640,137,cs) +); +} +); +width = 850; +} +); +metricLeft = o; +metricRight = o; +unicode = 37; +}, +{ +glyphname = perthousand; +lastChange = "2022-07-13 20:22:30 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1103,-12,o), +(1170,64,o), +(1170,179,cs), +(1170,294,o), +(1103,370,o), +(1003,370,cs), +(903,370,o), +(836,294,o), +(836,179,cs), +(836,64,o), +(903,-12,o), +(1003,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(924,20,o), +(872,84,o), +(872,179,cs), +(872,274,o), +(924,338,o), +(1003,338,cs), +(1082,338,o), +(1134,274,o), +(1134,179,cs), +(1134,84,o), +(1082,20,o), +(1003,20,cs) +); +} +); +width = 1218; +}, +{ +layerId = m007; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1278,-12,o), +(1365,74,o), +(1365,183,cs), +(1365,292,o), +(1278,378,o), +(1168,378,cs), +(1058,378,o), +(971,292,o), +(971,183,cs), +(971,74,o), +(1058,-12,o), +(1168,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(1078,20,o), +(1007,92,o), +(1007,183,cs), +(1007,274,o), +(1078,346,o), +(1168,346,cs), +(1258,346,o), +(1329,274,o), +(1329,183,cs), +(1329,92,o), +(1258,20,o), +(1168,20,cs) +); +} +); +width = 1418; +}, +{ +layerId = m010; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1802,-12,o), +(1907,61,o), +(1907,179,cs), +(1907,297,o), +(1802,370,o), +(1631,370,cs), +(1460,370,o), +(1355,297,o), +(1355,179,cs), +(1355,61,o), +(1460,-12,o), +(1631,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(1483,20,o), +(1393,80,o), +(1393,179,cs), +(1393,278,o), +(1483,338,o), +(1631,338,cs), +(1779,338,o), +(1869,278,o), +(1869,179,cs), +(1869,80,o), +(1779,20,o), +(1631,20,cs) +); +} +); +width = 1966; +}, +{ +layerId = m005; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1113,-16,o), +(1180,62,o), +(1180,179,cs), +(1180,296,o), +(1113,374,o), +(1013,374,cs), +(913,374,o), +(846,296,o), +(846,179,cs), +(846,62,o), +(913,-16,o), +(1013,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(970,80,o), +(944,118,o), +(944,179,cs), +(944,240,o), +(970,278,o), +(1013,278,cs), +(1056,278,o), +(1082,240,o), +(1082,179,cs), +(1082,118,o), +(1056,80,o), +(1013,80,cs) +); +} +); +width = 1228; +}, +{ +layerId = m01; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1292,-16,o), +(1380,72,o), +(1380,183,cs), +(1380,294,o), +(1292,382,o), +(1179,382,cs), +(1066,382,o), +(978,294,o), +(978,183,cs), +(978,72,o), +(1066,-16,o), +(1179,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(1119,80,o), +(1076,123,o), +(1076,183,cs), +(1076,243,o), +(1119,286,o), +(1179,286,cs), +(1239,286,o), +(1282,243,o), +(1282,183,cs), +(1282,123,o), +(1239,80,o), +(1179,80,cs) +); +} +); +width = 1433; +}, +{ +layerId = m003; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1796,-16,o), +(1901,58,o), +(1901,179,cs), +(1901,300,o), +(1796,374,o), +(1625,374,cs), +(1454,374,o), +(1349,300,o), +(1349,179,cs), +(1349,58,o), +(1454,-16,o), +(1625,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(1514,76,o), +(1451,113,o), +(1451,179,cs), +(1451,245,o), +(1514,282,o), +(1625,282,cs), +(1736,282,o), +(1799,245,o), +(1799,179,cs), +(1799,113,o), +(1736,76,o), +(1625,76,cs) +); +} +); +width = 1954; +}, +{ +layerId = m006; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1119,-20,o), +(1189,61,o), +(1189,183,cs), +(1189,305,o), +(1119,386,o), +(1013,386,cs), +(907,386,o), +(837,305,o), +(837,183,cs), +(837,61,o), +(907,-20,o), +(1013,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(995,118,o), +(987,138,o), +(987,183,cs), +(987,228,o), +(995,248,o), +(1013,248,cs), +(1031,248,o), +(1039,228,o), +(1039,183,cs), +(1039,138,o), +(1031,118,o), +(1013,118,c) +); +} +); +width = 1220; +}, +{ +layerId = m002; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1312,-20,o), +(1405,69,o), +(1405,183,cs), +(1405,297,o), +(1312,386,o), +(1194,386,cs), +(1076,386,o), +(983,297,o), +(983,183,cs), +(983,69,o), +(1076,-20,o), +(1194,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(1164,128,o), +(1143,151,o), +(1143,183,cs), +(1143,215,o), +(1164,238,o), +(1194,238,cs), +(1224,238,o), +(1245,215,o), +(1245,183,cs), +(1245,151,o), +(1224,128,o), +(1194,128,cs) +); +} +); +width = 1442; +}, +{ +layerId = m004; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1792,-20,o), +(1898,56,o), +(1898,179,cs), +(1898,302,o), +(1792,378,o), +(1618,378,cs), +(1444,378,o), +(1338,302,o), +(1338,179,cs), +(1338,56,o), +(1444,-20,o), +(1618,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(1544,118,o), +(1506,139,o), +(1506,179,cs), +(1506,219,o), +(1544,240,o), +(1618,240,cs), +(1692,240,o), +(1730,219,o), +(1730,179,cs), +(1730,139,o), +(1692,118,o), +(1618,118,cs) +); +} +); +width = 1940; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1165,-26,o), +(1242,61,o), +(1242,192,cs), +(1242,323,o), +(1165,411,o), +(1050,411,cs), +(935,411,o), +(858,323,o), +(858,192,cs), +(858,61,o), +(935,-26,o), +(1050,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(1035,137,o), +(1028,154,o), +(1028,192,cs), +(1028,230,o), +(1035,247,o), +(1050,247,cs), +(1065,247,o), +(1072,230,o), +(1072,192,cs), +(1072,154,o), +(1065,137,o), +(1050,137,cs) +); +} +); +width = 1260; +}, +{ +layerId = m008; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1348,-26,o), +(1442,64,o), +(1442,189,cs), +(1442,314,o), +(1348,404,o), +(1217,404,cs), +(1086,404,o), +(992,314,o), +(992,189,cs), +(992,64,o), +(1086,-26,o), +(1217,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(1196,149,o), +(1183,164,o), +(1183,189,cs), +(1183,214,o), +(1196,229,o), +(1217,229,cs), +(1238,229,o), +(1251,214,o), +(1251,189,cs), +(1251,164,o), +(1238,149,o), +(1217,149,cs) +); +} +); +width = 1460; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = percent; +}, +{ +closed = 1; +nodes = ( +(1918,-26,o), +(2032,51,o), +(2032,189,cs), +(2032,327,o), +(1918,404,o), +(1716,404,cs), +(1514,404,o), +(1400,327,o), +(1400,189,cs), +(1400,51,o), +(1514,-26,o), +(1716,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(1684,145,o), +(1668,160,o), +(1668,189,cs), +(1668,218,o), +(1684,233,o), +(1716,233,cs), +(1748,233,o), +(1764,218,o), +(1764,189,cs), +(1764,160,o), +(1748,145,o), +(1716,145,cs) +); +} +); +width = 2050; +} +); +metricLeft = o; +metricRight = o; +unicode = 8240; +}, +{ +glyphname = plus.case; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-09-25 19:04:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 710; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 874; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 710; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 812; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 852; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 644; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 746; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 808; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 670; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = plus; +} +); +width = 710; +} +); +metricLeft = plus; +metricRight = plus; +}, +{ +glyphname = minus.case; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-09-25 19:04:59 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 710; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 874; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 812; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 852; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 644; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 746; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 808; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 670; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = minus; +} +); +width = 710; +} +); +}, +{ +glyphname = multiply.case; +lastChange = "2021-08-30 18:54:37 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 624; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 702; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 768; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 646; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 746; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 788; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 642; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 720; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 784; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 628; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 698; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = multiply; +} +); +width = 732; +} +); +}, +{ +glyphname = divide.case; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-09-25 19:05:02 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 710; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 874; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 812; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 852; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 644; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 746; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 808; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 670; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = divide; +} +); +width = 710; +} +); +}, +{ +glyphname = equal.case; +lastChange = "2021-08-30 18:54:53 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 710; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 816; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 914; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 812; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 644; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 746; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 848; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 670; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = equal; +} +); +width = 710; +} +); +}, +{ +glyphname = notequal.case; +lastChange = "2021-08-30 18:55:02 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 710; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 816; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 914; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 688; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 812; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 892; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 644; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 746; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 848; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 590; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 670; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = notequal; +} +); +width = 710; +} +); +}, +{ +glyphname = greater.case; +kernRight = hyphen_right; +lastChange = "2022-09-25 19:05:04 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 630; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 732; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 794; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 608; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 732; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 772; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 564; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 666; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 728; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 510; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 590; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = greater; +} +); +width = 630; +} +); +}, +{ +glyphname = less.case; +kernLeft = hyphen_left; +lastChange = "2022-09-25 19:02:34 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 630; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 732; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 794; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 608; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 732; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 772; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 564; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 666; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 728; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 510; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 590; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = less; +} +); +width = 630; +} +); +}, +{ +glyphname = plusminus.case; +lastChange = "2022-07-13 19:41:14 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 812; +}, +{ +layerId = m009; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 710; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 874; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 710; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 852; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 644; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 746; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 808; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 570; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 630; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,80); +ref = plusminus; +} +); +width = 710; +} +); +metricLeft = plusminus; +metricRight = plusminus; +}, +{ +glyphname = approxequal.case; +lastChange = "2021-08-30 18:59:55 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 712; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 872; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 712; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 832; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 872; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 692; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 852; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 664; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 744; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = approxequal; +} +); +width = 784; +} +); +}, +{ +glyphname = asciitilde.case; +kernLeft = hyphen_left; +kernRight = hyphen_right; +lastChange = "2022-09-25 19:05:16 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 712; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 812; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 872; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 712; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 832; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 872; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 692; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 792; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 852; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 664; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 744; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,80); +ref = asciitilde; +} +); +width = 784; +} +); +}, +{ +glyphname = upArrow; +lastChange = "2022-09-25 18:13:04 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(167,510,l), +(443,790,l), +(417,790,l), +(693,510,l), +(746,510,l), +(444,812,l), +(416,812,l), +(114,510,l) +); +}, +{ +closed = 1; +nodes = ( +(448,0,l), +(448,800,l), +(412,800,l), +(412,0,l) +); +} +); +width = 860; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(127,430,l), +(483,790,l), +(457,790,l), +(813,430,l), +(866,430,l), +(484,812,l), +(456,812,l), +(74,430,l) +); +}, +{ +closed = 1; +nodes = ( +(488,0,l), +(488,800,l), +(452,800,l), +(452,0,l) +); +} +); +width = 940; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(107,380,l), +(513,790,l), +(487,790,l), +(893,380,l), +(946,380,l), +(514,812,l), +(486,812,l), +(54,380,l) +); +}, +{ +closed = 1; +nodes = ( +(518,0,l), +(518,800,l), +(482,800,l), +(482,0,l) +); +} +); +width = 1000; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(229,510,l), +(465,750,l), +(395,750,l), +(631,510,l), +(766,510,l), +(460,816,l), +(400,816,l), +(94,510,l) +); +}, +{ +closed = 1; +nodes = ( +(480,0,l), +(480,770,l), +(380,770,l), +(380,0,l) +); +} +); +width = 860; +}, +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(189,430,l), +(505,750,l), +(435,750,l), +(751,430,l), +(886,430,l), +(500,816,l), +(440,816,l), +(54,430,l) +); +}, +{ +closed = 1; +nodes = ( +(520,0,l), +(520,770,l), +(420,770,l), +(420,0,l) +); +} +); +width = 940; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(169,380,l), +(535,750,l), +(465,750,l), +(831,380,l), +(966,380,l), +(530,816,l), +(470,816,l), +(34,380,l) +); +}, +{ +closed = 1; +nodes = ( +(550,0,l), +(550,770,l), +(450,770,l), +(450,0,l) +); +} +); +width = 1000; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(264,510,l), +(500,750,l), +(360,750,l), +(596,510,l), +(806,510,l), +(480,836,l), +(380,836,l), +(54,510,l) +); +}, +{ +closed = 1; +nodes = ( +(510,0,l), +(510,770,l), +(350,770,l), +(350,0,l) +); +} +); +width = 860; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(224,430,l), +(540,750,l), +(400,750,l), +(716,430,l), +(926,430,l), +(520,836,l), +(420,836,l), +(14,430,l) +); +}, +{ +closed = 1; +nodes = ( +(550,0,l), +(550,770,l), +(390,770,l), +(390,0,l) +); +} +); +width = 940; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(214,380,l), +(580,750,l), +(420,750,l), +(786,380,l), +(996,380,l), +(550,826,l), +(450,826,l), +(4,380,l) +); +}, +{ +closed = 1; +nodes = ( +(580,0,l), +(580,770,l), +(420,770,l), +(420,0,l) +); +} +); +width = 1000; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(300,456,l), +(540,700,l), +(400,700,l), +(640,456,l), +(950,456,l), +(570,836,l), +(370,836,l), +(-10,456,l) +); +}, +{ +closed = 1; +nodes = ( +(600,0,l), +(600,740,l), +(340,740,l), +(340,0,l) +); +} +); +width = 940; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(330,436,l), +(610,720,l), +(450,720,l), +(730,436,l), +(1070,436,l), +(650,856,l), +(410,856,l), +(-10,436,l) +); +}, +{ +closed = 1; +nodes = ( +(680,-20,l), +(680,760,l), +(380,760,l), +(380,-20,l) +); +} +); +width = 1060; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(360,416,l), +(680,740,l), +(480,740,l), +(800,416,l), +(1170,416,l), +(710,876,l), +(450,876,l), +(-10,416,l) +); +}, +{ +closed = 1; +nodes = ( +(750,-40,l), +(750,780,l), +(410,780,l), +(410,-40,l) +); +} +); +width = 1160; +} +); +unicode = 8593; +}, +{ +glyphname = rightArrow; +kernRight = hyphen_right; +lastChange = "2022-09-25 19:05:39 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +angle = -90; +pos = (36,790); +ref = upArrow; +} +); +width = 860; +}, +{ +layerId = m007; +shapes = ( +{ +angle = -90; +pos = (78,830); +ref = upArrow; +} +); +width = 940; +}, +{ +layerId = m010; +shapes = ( +{ +angle = -90; +pos = (114,860); +ref = upArrow; +} +); +width = 1000; +}, +{ +layerId = m005; +shapes = ( +{ +angle = -90; +pos = (26,790); +ref = upArrow; +} +); +width = 860; +}, +{ +background = { +shapes = ( +{ +ref = upArrow; +} +); +}; +layerId = m01; +shapes = ( +{ +angle = -90; +pos = (68,830); +ref = upArrow; +} +); +width = 940; +}, +{ +layerId = m003; +shapes = ( +{ +angle = -90; +pos = (104,860); +ref = upArrow; +} +); +width = 1000; +}, +{ +layerId = m006; +shapes = ( +{ +angle = -90; +pos = (16,790); +ref = upArrow; +} +); +width = 860; +}, +{ +layerId = m002; +shapes = ( +{ +angle = -90; +pos = (58,830); +ref = upArrow; +} +); +width = 940; +}, +{ +layerId = m004; +shapes = ( +{ +angle = -90; +pos = (94,860); +ref = upArrow; +} +); +width = 1000; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = -90; +pos = (52,830); +ref = upArrow; +} +); +width = 940; +}, +{ +layerId = m008; +shapes = ( +{ +angle = -90; +pos = (112,890); +ref = upArrow; +} +); +width = 1060; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = -90; +pos = (162,940); +ref = upArrow; +} +); +width = 1160; +} +); +unicode = 8594; +}, +{ +glyphname = downArrow; +lastChange = "2022-09-25 18:27:14 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (860,800); +ref = upArrow; +} +); +width = 860; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (940,800); +ref = upArrow; +} +); +width = 940; +}, +{ +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (1000,800); +ref = upArrow; +} +); +width = 1000; +}, +{ +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (860,800); +ref = upArrow; +} +); +width = 860; +}, +{ +background = { +shapes = ( +{ +ref = upArrow; +} +); +}; +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (940,800); +ref = upArrow; +} +); +width = 940; +}, +{ +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (1000,800); +ref = upArrow; +} +); +width = 1000; +}, +{ +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (860,800); +ref = upArrow; +} +); +width = 860; +}, +{ +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (940,800); +ref = upArrow; +} +); +width = 940; +}, +{ +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (1000,800); +ref = upArrow; +} +); +width = 1000; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (940,800); +ref = upArrow; +} +); +width = 940; +}, +{ +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (1060,800); +ref = upArrow; +} +); +width = 1060; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (1160,800); +ref = upArrow; +} +); +width = 1160; +} +); +unicode = 8595; +}, +{ +glyphname = leftArrow; +kernLeft = hyphen_left; +lastChange = "2022-09-25 19:05:32 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (860,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 860; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (940,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 940; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (1000,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 1000; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (860,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 860; +}, +{ +background = { +shapes = ( +{ +ref = rightArrow; +} +); +}; +layerId = m01; +shapes = ( +{ +pos = (940,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 940; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (1000,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 1000; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (860,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 860; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (940,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 940; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (1000,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 1000; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (940,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 940; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (1060,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 1060; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (1160,0); +ref = rightArrow; +scale = (-1,1); +} +); +width = 1160; +} +); +unicode = 8592; +}, +{ +glyphname = rightArrow.case; +lastChange = "2022-10-01 06:33:56 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 860; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 940; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 1000; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 860; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 940; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 1000; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 860; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 940; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 1000; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 940; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 1060; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = rightArrow; +} +); +width = 1160; +} +); +}, +{ +glyphname = leftArrow.case; +lastChange = "2022-10-01 06:36:29 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 860; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 940; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 1000; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 860; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 940; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 1000; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 860; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 940; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 1000; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 940; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 1060; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +pos = (0,40); +ref = leftArrow; +} +); +width = 1160; +} +); +}, +{ +glyphname = "brevecomb-cy"; +lastChange = "2023-01-15 13:48:41 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (202,600); +}, +{ +name = top; +pos = (202,800); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(20,830,l), +(29,731,o), +(90,680,o), +(202,680,cs), +(314,680,o), +(375,731,o), +(384,830,c), +(284,830,l), +(280,781,o), +(252,756,o), +(202,756,cs), +(152,756,o), +(124,781,o), +(120,830,c) +); +} +); +width = 404; +}, +{ +anchors = ( +{ +name = _top; +pos = (232,620); +}, +{ +name = top; +pos = (232,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(20,851,l), +(33,735,o), +(97,685,o), +(232,685,cs), +(367,685,o), +(431,735,o), +(444,851,c), +(286,851,l), +(280,813,o), +(264,797,o), +(232,797,cs), +(200,797,o), +(184,813,o), +(178,851,c) +); +} +); +width = 464; +}, +{ +anchors = ( +{ +name = _top; +pos = (260,600); +}, +{ +name = top; +pos = (260,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(20,830,l), +(32,731,o), +(113,680,o), +(260,680,cs), +(407,680,o), +(488,731,o), +(500,830,c), +(392,830,l), +(380,781,o), +(335,756,o), +(260,756,cs), +(185,756,o), +(140,781,o), +(128,830,c) +); +} +); +width = 520; +}, +{ +anchors = ( +{ +name = _top; +pos = (302,620); +}, +{ +name = top; +pos = (302,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(20,851,l), +(35,735,o), +(120,685,o), +(302,685,cs), +(484,685,o), +(569,735,o), +(584,851,c), +(412,851,l), +(402,808,o), +(368,789,o), +(302,789,cs), +(236,789,o), +(202,808,o), +(192,851,c) +); +} +); +width = 604; +}, +{ +anchors = ( +{ +name = _top; +pos = (170,600); +}, +{ +name = top; +pos = (170,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(20,830,l), +(26,731,o), +(77,680,o), +(170,680,cs), +(263,680,o), +(314,731,o), +(320,830,c), +(228,830,l), +(224,781,o), +(205,756,o), +(170,756,cs), +(135,756,o), +(116,781,o), +(112,830,c) +); +} +); +width = 340; +}, +{ +anchors = ( +{ +name = _top; +pos = (198,620); +}, +{ +name = top; +pos = (198,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(20,851,l), +(28,735,o), +(82,685,o), +(198,685,cs), +(314,685,o), +(368,735,o), +(376,851,c), +(244,851,l), +(238,806,o), +(224,787,o), +(198,787,cs), +(172,787,o), +(158,806,o), +(152,851,c) +); +} +); +width = 396; +}, +{ +anchors = ( +{ +name = _top; +pos = (174,588); +}, +{ +name = top; +pos = (174,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(20,810,l), +(27,730,o), +(79,690,o), +(174,690,cs), +(269,690,o), +(321,730,o), +(328,810,c), +(288,810,l), +(282,753,o), +(243,724,o), +(174,724,cs), +(105,724,o), +(66,753,o), +(60,810,c) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = _top; +pos = (262,640); +}, +{ +name = top; +pos = (262,800); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(20,858,l), +(29,733,o), +(103,678,o), +(262,678,cs), +(421,678,o), +(495,733,o), +(504,858,c), +(304,858,l), +(302,823,o), +(289,808,o), +(262,808,cs), +(235,808,o), +(222,823,o), +(220,858,c) +); +} +); +width = 524; +}, +{ +anchors = ( +{ +name = _top; +pos = (150,588); +}, +{ +name = top; +pos = (150,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(20,810,l), +(26,730,o), +(70,690,o), +(150,690,cs), +(230,690,o), +(274,730,o), +(280,810,c), +(240,810,l), +(235,753,o), +(204,724,o), +(150,724,cs), +(96,724,o), +(65,753,o), +(60,810,c) +); +} +); +width = 300; +}, +{ +anchors = ( +{ +name = _top; +pos = (234,588); +}, +{ +name = top; +pos = (234,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(20,810,l), +(40,730,o), +(112,690,o), +(234,690,cs), +(356,690,o), +(428,730,o), +(448,810,c), +(406,810,l), +(386,753,o), +(328,724,o), +(234,724,cs), +(140,724,o), +(82,753,o), +(62,810,c) +); +} +); +width = 468; +}, +{ +anchors = ( +{ +name = _top; +pos = (342,640); +}, +{ +name = top; +pos = (342,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,898,l), +(35,745,o), +(132,678,o), +(342,678,cs), +(552,678,o), +(649,745,o), +(664,898,c), +(398,898,l), +(395,856,o), +(378,838,o), +(342,838,cs), +(306,838,o), +(289,856,o), +(286,898,c) +); +} +); +width = 684; +}, +{ +anchors = ( +{ +name = _top; +pos = (237,640); +}, +{ +name = top; +pos = (232,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,858,l), +(29,733,o), +(95,678,o), +(237,678,cs), +(372,678,o), +(435,733,o), +(444,858,c), +(276,858,l), +(272,823,o), +(260,808,o), +(237,808,cs), +(214,808,o), +(202,823,o), +(198,858,c) +); +} +); +width = 464; +} +); +metricLeft = "=20"; +metricRight = "=20"; +}, +{ +glyphname = dieresiscomb; +lastChange = "2023-01-16 18:59:53 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (200,600); +}, +{ +name = top; +pos = (200,800); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(128,696,o), +(160,726,o), +(160,770,cs), +(160,814,o), +(128,844,o), +(80,844,cs), +(32,844,o), +(0,814,o), +(0,770,cs), +(0,726,o), +(32,696,o), +(80,696,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,696,o), +(400,726,o), +(400,770,cs), +(400,814,o), +(368,844,o), +(320,844,cs), +(272,844,o), +(240,814,o), +(240,770,cs), +(240,726,o), +(272,696,o), +(320,696,cs) +); +} +); +width = 400; +}, +{ +anchors = ( +{ +name = _top; +pos = (238,620); +}, +{ +name = top; +pos = (238,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(170,692,o), +(212,730,o), +(212,788,cs), +(212,846,o), +(170,884,o), +(106,884,cs), +(42,884,o), +(0,846,o), +(0,788,cs), +(0,730,o), +(42,692,o), +(106,692,cs) +); +}, +{ +closed = 1; +nodes = ( +(434,692,o), +(476,730,o), +(476,788,cs), +(476,846,o), +(434,884,o), +(370,884,cs), +(306,884,o), +(264,846,o), +(264,788,cs), +(264,730,o), +(306,692,o), +(370,692,cs) +); +} +); +width = 476; +}, +{ +anchors = ( +{ +name = _top; +pos = (260,600); +}, +{ +name = top; +pos = (260,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(152,707,o), +(188,731,o), +(188,770,cs), +(188,809,o), +(152,833,o), +(94,833,cs), +(36,833,o), +(0,809,o), +(0,770,cs), +(0,731,o), +(36,707,o), +(94,707,cs) +); +}, +{ +closed = 1; +nodes = ( +(484,707,o), +(520,731,o), +(520,770,cs), +(520,809,o), +(484,833,o), +(426,833,cs), +(368,833,o), +(332,809,o), +(332,770,cs), +(332,731,o), +(368,707,o), +(426,707,cs) +); +} +); +width = 520; +}, +{ +anchors = ( +{ +name = _top; +pos = (294,620); +}, +{ +name = top; +pos = (294,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(191,702,o), +(236,734,o), +(236,788,cs), +(236,842,o), +(191,874,o), +(118,874,cs), +(45,874,o), +(0,842,o), +(0,788,cs), +(0,734,o), +(45,702,o), +(118,702,cs) +); +}, +{ +closed = 1; +nodes = ( +(543,702,o), +(588,734,o), +(588,788,cs), +(588,842,o), +(543,874,o), +(470,874,cs), +(397,874,o), +(352,842,o), +(352,788,cs), +(352,734,o), +(397,702,o), +(470,702,cs) +); +} +); +width = 588; +}, +{ +anchors = ( +{ +name = _top; +pos = (169,600); +}, +{ +name = top; +pos = (169,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(110,683,o), +(136,716,o), +(136,770,cs), +(136,824,o), +(110,857,o), +(68,857,cs), +(26,857,o), +(0,824,o), +(0,770,cs), +(0,716,o), +(26,683,o), +(68,683,cs) +); +}, +{ +closed = 1; +nodes = ( +(312,683,o), +(338,716,o), +(338,770,cs), +(338,824,o), +(312,857,o), +(270,857,cs), +(228,857,o), +(202,824,o), +(202,770,cs), +(202,716,o), +(228,683,o), +(270,683,cs) +); +} +); +width = 338; +}, +{ +anchors = ( +{ +name = _top; +pos = (201,620); +}, +{ +name = top; +pos = (201,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(144,677,o), +(180,722,o), +(180,790,cs), +(180,858,o), +(144,903,o), +(90,903,cs), +(36,903,o), +(0,858,o), +(0,790,cs), +(0,722,o), +(36,677,o), +(90,677,cs) +); +}, +{ +closed = 1; +nodes = ( +(366,677,o), +(402,722,o), +(402,790,cs), +(402,858,o), +(366,903,o), +(312,903,cs), +(258,903,o), +(222,858,o), +(222,790,cs), +(222,722,o), +(258,677,o), +(312,677,cs) +); +} +); +width = 402; +}, +{ +anchors = ( +{ +name = _top; +pos = (155,588); +}, +{ +name = top; +pos = (155,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(75,719,o), +(94,736,o), +(94,762,cs), +(94,788,o), +(75,805,o), +(47,805,cs), +(19,805,o), +(0,788,o), +(0,762,cs), +(0,736,o), +(19,719,o), +(47,719,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,719,o), +(310,736,o), +(310,762,cs), +(310,788,o), +(291,805,o), +(263,805,cs), +(235,805,o), +(216,788,o), +(216,762,cs), +(216,736,o), +(235,719,o), +(263,719,cs) +); +} +); +width = 310; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,800); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(230,686,o), +(280,722,o), +(280,786,cs), +(280,850,o), +(230,886,o), +(140,886,cs), +(50,886,o), +(0,850,o), +(0,786,cs), +(0,722,o), +(50,686,o), +(140,686,cs) +); +}, +{ +closed = 1; +nodes = ( +(550,686,o), +(600,722,o), +(600,786,cs), +(600,850,o), +(550,886,o), +(460,886,cs), +(370,886,o), +(320,850,o), +(320,786,cs), +(320,722,o), +(370,686,o), +(460,686,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (122,588); +}, +{ +name = top; +pos = (122,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(51,698,o), +(62,721,o), +(62,762,cs), +(62,803,o), +(51,826,o), +(31,826,cs), +(11,826,o), +(0,803,o), +(0,762,cs), +(0,721,o), +(11,698,o), +(31,698,cs) +); +}, +{ +closed = 1; +nodes = ( +(233,698,o), +(244,721,o), +(244,762,cs), +(244,803,o), +(233,826,o), +(213,826,cs), +(193,826,o), +(182,803,o), +(182,762,cs), +(182,721,o), +(193,698,o), +(213,698,cs) +); +} +); +width = 244; +}, +{ +anchors = ( +{ +name = _top; +pos = (206,588); +}, +{ +name = top; +pos = (206,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(91,726,o), +(112,740,o), +(112,762,cs), +(112,784,o), +(91,798,o), +(56,798,cs), +(21,798,o), +(0,784,o), +(0,762,cs), +(0,740,o), +(21,726,o), +(56,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(391,726,o), +(412,740,o), +(412,762,cs), +(412,784,o), +(391,798,o), +(356,798,cs), +(321,798,o), +(300,784,o), +(300,762,cs), +(300,740,o), +(321,726,o), +(356,726,cs) +); +} +); +width = 412; +}, +{ +anchors = ( +{ +name = _top; +pos = (404,640); +}, +{ +name = top; +pos = (404,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(302,692,o), +(360,722,o), +(360,786,cs), +(360,850,o), +(302,880,o), +(180,880,cs), +(58,880,o), +(0,850,o), +(0,786,cs), +(0,722,o), +(58,692,o), +(180,692,cs) +); +}, +{ +closed = 1; +nodes = ( +(750,692,o), +(808,722,o), +(808,786,cs), +(808,850,o), +(750,880,o), +(628,880,cs), +(506,880,o), +(448,850,o), +(448,786,cs), +(448,722,o), +(506,692,o), +(628,692,cs) +); +} +); +width = 808; +}, +{ +anchors = ( +{ +name = _top; +pos = (250,640); +}, +{ +name = top; +pos = (250,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(197,682,o), +(240,719,o), +(240,786,cs), +(240,853,o), +(197,890,o), +(120,890,cs), +(43,890,o), +(0,853,o), +(0,786,cs), +(0,719,o), +(43,682,o), +(120,682,cs) +); +}, +{ +closed = 1; +nodes = ( +(457,682,o), +(500,719,o), +(500,786,cs), +(500,853,o), +(457,890,o), +(380,890,cs), +(303,890,o), +(260,853,o), +(260,786,cs), +(260,719,o), +(303,682,o), +(380,682,cs) +); +} +); +width = 500; +} +); +metricLeft = "=0"; +metricRight = "=0"; +unicode = 776; +}, +{ +glyphname = dotaccentcomb; +lastChange = "2023-01-16 18:52:21 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (94,600); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(144,692,o), +(178,723,o), +(178,770,cs), +(178,817,o), +(144,848,o), +(94,848,cs), +(44,848,o), +(10,817,o), +(10,770,cs), +(10,723,o), +(44,692,o), +(94,692,cs) +); +} +); +width = 188; +}, +{ +anchors = ( +{ +name = _top; +pos = (124,620); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(192,686,o), +(238,727,o), +(238,788,cs), +(238,849,o), +(192,890,o), +(124,890,cs), +(56,890,o), +(10,849,o), +(10,788,cs), +(10,727,o), +(56,686,o), +(124,686,cs) +); +} +); +width = 248; +}, +{ +anchors = ( +{ +name = _top; +pos = (106,600); +} +); +background = { +shapes = ( +{ +pos = (-24,-16); +ref = quoteright; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(166,702,o), +(202,728,o), +(202,770,cs), +(202,812,o), +(166,838,o), +(106,838,cs), +(46,838,o), +(10,812,o), +(10,770,cs), +(10,728,o), +(46,702,o), +(106,702,cs) +); +} +); +width = 212; +}, +{ +anchors = ( +{ +name = _top; +pos = (142,620); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(226,700,o), +(274,732,o), +(274,788,cs), +(274,844,o), +(226,876,o), +(142,876,cs), +(58,876,o), +(10,844,o), +(10,788,cs), +(10,732,o), +(58,700,o), +(142,700,cs) +); +} +); +width = 284; +}, +{ +anchors = ( +{ +name = _top; +pos = (84,600); +} +); +background = { +shapes = ( +{ +pos = (-28,-16); +ref = quoteright; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(130,682,o), +(158,715,o), +(158,770,cs), +(158,825,o), +(130,858,o), +(84,858,cs), +(38,858,o), +(10,825,o), +(10,770,cs), +(10,715,o), +(38,682,o), +(84,682,cs) +); +} +); +width = 168; +}, +{ +anchors = ( +{ +name = _top; +pos = (110,620); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(172,674,o), +(210,718,o), +(210,790,cs), +(210,862,o), +(172,906,o), +(110,906,cs), +(48,906,o), +(10,862,o), +(10,790,cs), +(10,718,o), +(48,674,o), +(110,674,cs) +); +} +); +width = 220; +}, +{ +anchors = ( +{ +name = _top; +pos = (58,588); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(87,718,o), +(106,736,o), +(106,762,cs), +(106,788,o), +(87,806,o), +(58,806,cs), +(29,806,o), +(10,788,o), +(10,762,cs), +(10,736,o), +(29,718,o), +(58,718,cs) +); +} +); +width = 116; +}, +{ +anchors = ( +{ +name = _top; +pos = (194,640); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(315,682,o), +(378,717,o), +(378,786,cs), +(378,855,o), +(315,890,o), +(194,890,cs), +(73,890,o), +(10,855,o), +(10,786,cs), +(10,717,o), +(73,682,o), +(194,682,cs) +); +} +); +width = 388; +}, +{ +anchors = ( +{ +name = _top; +pos = (42,588); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(62,696,o), +(74,720,o), +(74,762,cs), +(74,804,o), +(62,828,o), +(42,828,cs), +(22,828,o), +(10,804,o), +(10,762,cs), +(10,720,o), +(22,696,o), +(42,696,cs) +); +} +); +width = 84; +}, +{ +anchors = ( +{ +name = _top; +pos = (68,588); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(105,726,o), +(126,739,o), +(126,762,cs), +(126,785,o), +(105,798,o), +(68,798,cs), +(31,798,o), +(10,785,o), +(10,762,cs), +(10,739,o), +(31,726,o), +(68,726,cs) +); +} +); +width = 136; +}, +{ +anchors = ( +{ +name = _top; +pos = (234,640); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,686,o), +(458,716,o), +(458,786,cs), +(458,856,o), +(391,886,o), +(234,886,cs), +(77,886,o), +(10,856,o), +(10,786,cs), +(10,716,o), +(77,686,o), +(234,686,cs) +); +} +); +width = 468; +}, +{ +anchors = ( +{ +name = _top; +pos = (160,640); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,672,o), +(310,711,o), +(310,786,cs), +(310,861,o), +(259,900,o), +(160,900,cs), +(61,900,o), +(10,861,o), +(10,786,cs), +(10,711,o), +(61,672,o), +(160,672,cs) +); +} +); +width = 320; +} +); +metricLeft = "=10"; +metricRight = "=10"; +unicode = 775; +}, +{ +glyphname = gravecomb; +lastChange = "2022-04-09 20:39:13 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = _topgrave; +pos = (330,588); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m009; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = _topgrave; +pos = (330,588); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m007; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = _topgrave; +pos = (330,588); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m010; +shapes = ( +{ +pos = (612,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = _topgrave; +pos = (330,600); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m005; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = _topgrave; +pos = (330,600); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m01; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = _topgrave; +pos = (339,600); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m003; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = _topgrave; +pos = (330,620); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m006; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = _topgrave; +pos = (330,620); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m002; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = _topgrave; +pos = (330,620); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m004; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = _topgrave; +pos = (330,640); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = _topgrave; +pos = (330,640); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m008; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = _topgrave; +pos = (330,640); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (600,0); +ref = acutecomb; +scale = (-1,1); +} +); +width = 600; +} +); +unicode = 768; +}, +{ +glyphname = acutecomb; +lastChange = "2022-05-14 09:06:03 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = _topacute; +pos = (270,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(293,670,l), +(408,840,l), +(361,840,l), +(256,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = _topacute; +pos = (270,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(297,670,l), +(430,840,l), +(379,840,l), +(258,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = _topacute; +pos = (270,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(297,670,l), +(460,840,l), +(404,840,l), +(254,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = _topacute; +pos = (270,600); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(322,690,l), +(442,840,l), +(318,840,l), +(228,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = _topacute; +pos = (270,600); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(320,690,l), +(454,840,l), +(324,840,l), +(220,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = _topacute; +pos = (261,600); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(323,690,l), +(512,840,l), +(359,840,l), +(208,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = _topacute; +pos = (270,620); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(345,688,l), +(490,868,l), +(310,868,l), +(202,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = _topacute; +pos = (270,620); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(342,688,l), +(506,868,l), +(316,868,l), +(194,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = _topacute; +pos = (270,620); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(341,688,l), +(552,868,l), +(340,868,l), +(182,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = _topacute; +pos = (270,640); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(392,694,l), +(530,874,l), +(250,874,l), +(142,694,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = _topacute; +pos = (270,640); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(408,694,l), +(572,874,l), +(242,874,l), +(120,694,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = _topacute; +pos = (270,640); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(443,694,l), +(634,874,l), +(242,874,l), +(84,694,l) +); +} +); +width = 600; +} +); +unicode = 769; +}, +{ +glyphname = hungarumlautcomb; +lastChange = "2022-09-17 18:40:10 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(206,670,l), +(311,840,l), +(265,840,l), +(170,670,l) +); +}, +{ +closed = 1; +nodes = ( +(383,670,l), +(498,840,l), +(451,840,l), +(346,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +ref = acutecomb; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(196,670,l), +(320,840,l), +(270,840,l), +(158,670,l) +); +}, +{ +closed = 1; +nodes = ( +(406,670,l), +(542,840,l), +(490,840,l), +(366,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(161,670,l), +(324,840,l), +(268,840,l), +(118,670,l) +); +}, +{ +closed = 1; +nodes = ( +(442,670,l), +(618,840,l), +(562,840,l), +(399,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +ref = acutecomb; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(236,690,l), +(336,840,l), +(218,840,l), +(148,690,l) +); +}, +{ +closed = 1; +nodes = ( +(414,690,l), +(544,840,l), +(420,840,l), +(320,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +ref = acutecomb; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(220,690,l), +(344,840,l), +(216,840,l), +(122,690,l) +); +}, +{ +closed = 1; +nodes = ( +(426,690,l), +(580,840,l), +(444,840,l), +(320,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +ref = acutecomb; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(189,690,l), +(357,840,l), +(212,840,l), +(82,690,l) +); +}, +{ +closed = 1; +nodes = ( +(446,690,l), +(656,840,l), +(497,840,l), +(325,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(246,688,l), +(371,868,l), +(199,868,l), +(111,688,l) +); +}, +{ +closed = 1; +nodes = ( +(459,688,l), +(621,868,l), +(439,868,l), +(314,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(224,688,l), +(368,868,l), +(185,868,l), +(83,688,l) +); +}, +{ +closed = 1; +nodes = ( +(455,688,l), +(641,868,l), +(448,868,l), +(304,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(206,688,l), +(397,868,l), +(193,868,l), +(55,688,l) +); +}, +{ +closed = 1; +nodes = ( +(487,688,l), +(731,868,l), +(507,868,l), +(316,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,874); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(274,694,l), +(346,874,l), +(114,874,l), +(104,694,l) +); +}, +{ +closed = 1; +nodes = ( +(488,694,l), +(622,874,l), +(378,874,l), +(306,694,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,874); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(264,694,l), +(366,874,l), +(94,874,l), +(54,694,l) +); +}, +{ +closed = 1; +nodes = ( +(532,694,l), +(696,874,l), +(406,874,l), +(304,694,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,874); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(230,694,l), +(382,874,l), +(30,874,l), +(-40,694,l) +); +}, +{ +closed = 1; +nodes = ( +(578,694,l), +(812,874,l), +(442,874,l), +(290,694,l) +); +} +); +width = 600; +} +); +unicode = 779; +}, +{ +glyphname = caroncomb.alt; +lastChange = "2022-08-28 11:03:05 +0000"; +layers = ( +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(132,648,l), +(175,848,l), +(134,848,l), +(100,648,l) +); +} +); +width = 261; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(132,648,l), +(186,848,l), +(144,848,l), +(100,648,l) +); +} +); +width = 282; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(135,648,l), +(207,848,l), +(164,848,l), +(100,648,l) +); +} +); +width = 313; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(190,648,l), +(244,848,l), +(134,848,l), +(100,648,l) +); +} +); +width = 330; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +background = { +shapes = ( +{ +pos = (-330,0); +ref = d; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(190,648,l), +(254,848,l), +(144,848,l), +(100,648,l) +); +} +); +width = 350; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(194,648,l), +(274,848,l), +(164,848,l), +(100,648,l) +); +} +); +width = 370; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(246,648,l), +(299,848,l), +(134,848,l), +(100,648,l) +); +} +); +width = 355; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(249,648,l), +(312,848,l), +(144,848,l), +(100,648,l) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(254,648,l), +(337,848,l), +(164,848,l), +(100,648,l) +); +} +); +width = 413; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(278,648,l), +(331,848,l), +(134,848,l), +(100,648,l) +); +} +); +width = 363; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(298,648,l), +(361,848,l), +(144,848,l), +(100,648,l) +); +} +); +width = 393; +}, +{ +anchors = ( +{ +name = _topright; +pos = (100,848); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(376,648,l), +(459,848,l), +(164,848,l), +(100,648,l) +); +} +); +width = 491; +} +); +metricRight = SQR; +}, +{ +glyphname = circumflexcomb; +lastChange = "2022-06-04 05:22:03 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(208,670,l), +(310,821,l), +(290,821,l), +(392,670,l), +(429,670,l), +(324,840,l), +(276,840,l), +(171,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(191,670,l), +(311,823,l), +(289,823,l), +(409,670,l), +(448,670,l), +(327,840,l), +(273,840,l), +(152,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(159,670,l), +(312,830,l), +(288,830,l), +(441,670,l), +(484,670,l), +(334,840,l), +(266,840,l), +(116,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(240,690,l), +(331,804,l), +(269,804,l), +(360,690,l), +(454,690,l), +(364,840,l), +(236,840,l), +(146,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(227,690,l), +(333,809,l), +(267,809,l), +(373,690,l), +(473,690,l), +(369,840,l), +(231,840,l), +(127,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(185,690,l), +(338,815,l), +(262,815,l), +(415,690,l), +(535,690,l), +(380,840,l), +(220,840,l), +(65,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,868); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(251,688,l), +(346,826,l), +(254,826,l), +(349,688,l), +(482,688,l), +(378,868,l), +(222,868,l), +(118,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,868); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(213,688,l), +(356,836,l), +(244,836,l), +(387,688,l), +(525,688,l), +(389,868,l), +(211,868,l), +(75,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,868); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(183,688,l), +(363,834,l), +(237,834,l), +(417,688,l), +(566,688,l), +(406,868,l), +(194,868,l), +(34,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,868); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,694,l), +(383,837,l), +(217,837,l), +(349,694,l), +(529,694,l), +(421,874,l), +(179,874,l), +(71,694,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,868); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(246,694,l), +(404,846,l), +(196,846,l), +(354,694,l), +(568,694,l), +(436,874,l), +(164,874,l), +(32,694,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,868); +} +); +background = { +shapes = ( +{ +pos = (600,0); +ref = _part.circumflexcomb; +scale = (-1,1); +}, +{ +ref = _part.circumflexcomb; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,694,l), +(449,847,l), +(151,847,l), +(379,694,l), +(658,694,l), +(500,874,l), +(100,874,l), +(-58,694,l) +); +} +); +width = 600; +} +); +unicode = 770; +}, +{ +glyphname = caroncomb; +lastChange = "2022-04-09 20:29:15 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m009; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1510); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m007; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1510); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m010; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1510); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m005; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1530); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m01; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1530); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m003; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1530); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m006; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1556); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m002; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1556); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m004; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1556); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1568); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = m008; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1568); +ref = circumflexcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,868); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (600,1568); +ref = circumflexcomb; +} +); +width = 600; +} +); +unicode = 780; +}, +{ +glyphname = brevecomb; +lastChange = "2022-09-04 19:19:45 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 300; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 348; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 468; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 340; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 404; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 520; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 396; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 464; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 604; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 464; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 524; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 684; +} +); +unicode = 774; +}, +{ +glyphname = ringcomb; +lastChange = "2022-09-27 19:35:34 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,862); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(351,668,o), +(385,707,o), +(385,765,cs), +(385,823,o), +(351,862,o), +(300,862,cs), +(249,862,o), +(215,823,o), +(215,765,cs), +(215,707,o), +(249,668,o), +(300,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(272,702,o), +(253,728,o), +(253,765,cs), +(253,802,o), +(272,828,o), +(300,828,cs), +(328,828,o), +(347,802,o), +(347,765,cs), +(347,728,o), +(328,702,o), +(300,702,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,862); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(357,668,o), +(401,711,o), +(401,765,cs), +(401,819,o), +(357,862,o), +(300,862,cs), +(243,862,o), +(199,819,o), +(199,765,cs), +(199,711,o), +(243,668,o), +(300,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,702,o), +(237,730,o), +(237,765,cs), +(237,800,o), +(265,828,o), +(300,828,cs), +(335,828,o), +(363,800,o), +(363,765,cs), +(363,730,o), +(335,702,o), +(300,702,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,862); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(383,668,o), +(440,707,o), +(440,765,cs), +(440,823,o), +(383,862,o), +(300,862,cs), +(217,862,o), +(160,823,o), +(160,765,cs), +(160,707,o), +(217,668,o), +(300,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(242,700,o), +(202,726,o), +(202,765,cs), +(202,804,o), +(242,830,o), +(300,830,cs), +(358,830,o), +(398,804,o), +(398,765,cs), +(398,726,o), +(358,700,o), +(300,700,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,882); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(358,668,o), +(398,711,o), +(398,775,cs), +(398,839,o), +(358,882,o), +(300,882,cs), +(242,882,o), +(202,839,o), +(202,775,cs), +(202,711,o), +(242,668,o), +(300,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,724,o), +(266,745,o), +(266,775,cs), +(266,805,o), +(280,826,o), +(300,826,cs), +(320,826,o), +(334,805,o), +(334,775,cs), +(334,745,o), +(320,724,o), +(300,724,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,882); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(365,668,o), +(416,715,o), +(416,775,cs), +(416,835,o), +(365,882,o), +(300,882,cs), +(235,882,o), +(184,835,o), +(184,775,cs), +(184,715,o), +(235,668,o), +(300,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,724,o), +(248,746,o), +(248,775,cs), +(248,804,o), +(271,826,o), +(300,826,cs), +(329,826,o), +(352,804,o), +(352,775,cs), +(352,746,o), +(329,724,o), +(300,724,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,882); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(395,668,o), +(460,711,o), +(460,775,cs), +(460,839,o), +(395,882,o), +(300,882,cs), +(205,882,o), +(140,839,o), +(140,775,cs), +(140,711,o), +(205,668,o), +(300,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(254,724,o), +(222,745,o), +(222,775,cs), +(222,805,o), +(254,826,o), +(300,826,cs), +(346,826,o), +(378,805,o), +(378,775,cs), +(378,745,o), +(346,724,o), +(300,724,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,908); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(367,668,o), +(412,717,o), +(412,788,cs), +(412,859,o), +(367,908,o), +(300,908,cs), +(233,908,o), +(188,859,o), +(188,788,cs), +(188,717,o), +(233,668,o), +(300,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,756,o), +(288,765,o), +(288,788,cs), +(288,811,o), +(291,820,o), +(300,820,cs), +(309,820,o), +(312,811,o), +(312,788,cs), +(312,765,o), +(309,756,o), +(300,756,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,908); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(374,668,o), +(432,721,o), +(432,788,cs), +(432,855,o), +(374,908,o), +(300,908,cs), +(226,908,o), +(168,855,o), +(168,788,cs), +(168,721,o), +(226,668,o), +(300,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(282,756,o), +(268,770,o), +(268,788,cs), +(268,806,o), +(282,820,o), +(300,820,cs), +(318,820,o), +(332,806,o), +(332,788,cs), +(332,770,o), +(318,756,o), +(300,756,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,908); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(405,668,o), +(477,717,o), +(477,788,cs), +(477,859,o), +(405,908,o), +(300,908,cs), +(195,908,o), +(123,859,o), +(123,788,cs), +(123,717,o), +(195,668,o), +(300,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(266,756,o), +(243,769,o), +(243,788,cs), +(243,807,o), +(266,820,o), +(300,820,cs), +(334,820,o), +(357,807,o), +(357,788,cs), +(357,769,o), +(334,756,o), +(300,756,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,920); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(421,680,o), +(492,725,o), +(492,800,cs), +(492,875,o), +(421,920,o), +(300,920,cs), +(179,920,o), +(108,875,o), +(108,800,cs), +(108,725,o), +(179,680,o), +(300,680,cs) +); +}, +{ +closed = 1; +nodes = ( +(289,776,o), +(284,784,o), +(284,800,cs), +(284,816,o), +(289,824,o), +(300,824,cs), +(311,824,o), +(316,816,o), +(316,800,cs), +(316,784,o), +(311,776,o), +(300,776,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,920); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(454,680,o), +(532,720,o), +(532,800,cs), +(532,880,o), +(454,920,o), +(300,920,cs), +(146,920,o), +(68,880,o), +(68,800,cs), +(68,720,o), +(146,680,o), +(300,680,cs) +); +}, +{ +closed = 1; +nodes = ( +(286,776,o), +(276,786,o), +(276,800,cs), +(276,814,o), +(286,824,o), +(300,824,cs), +(314,824,o), +(324,814,o), +(324,800,cs), +(324,786,o), +(314,776,o), +(300,776,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,920); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(524,680,o), +(622,716,o), +(622,800,cs), +(622,884,o), +(524,920,o), +(300,920,cs), +(76,920,o), +(-22,884,o), +(-22,800,cs), +(-22,716,o), +(76,680,o), +(300,680,cs) +); +}, +{ +closed = 1; +nodes = ( +(264,776,o), +(246,784,o), +(246,800,cs), +(246,816,o), +(264,824,o), +(300,824,cs), +(336,824,o), +(354,816,o), +(354,800,cs), +(354,784,o), +(336,776,o), +(300,776,cs) +); +} +); +width = 600; +} +); +unicode = 778; +}, +{ +glyphname = tildecomb; +lastChange = "2022-04-09 20:47:28 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(202,710,l), +(206,745,o), +(219,760,o), +(242,760,cs), +(278,760,o), +(304,714,o), +(358,714,cs), +(404,714,o), +(426,740,o), +(430,800,c), +(398,800,l), +(394,765,o), +(381,750,o), +(358,750,cs), +(322,750,o), +(296,796,o), +(242,796,cs), +(196,796,o), +(174,770,o), +(170,710,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,804); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(186,706,l), +(195,748,o), +(207,764,o), +(230,764,cs), +(272,764,o), +(310,710,o), +(370,710,cs), +(417,710,o), +(438,735,o), +(448,804,c), +(414,804,l), +(405,762,o), +(393,746,o), +(370,746,cs), +(328,746,o), +(290,800,o), +(230,800,cs), +(183,800,o), +(162,775,o), +(152,706,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,808); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(118,702,l), +(137,747,o), +(162,767,o), +(200,767,cs), +(262,767,o), +(314,706,o), +(400,706,cs), +(461,706,o), +(497,737,o), +(518,808,c), +(482,808,l), +(463,763,o), +(438,743,o), +(400,743,cs), +(338,743,o), +(286,804,o), +(200,804,cs), +(139,804,o), +(103,773,o), +(82,702,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,838); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(218,692,l), +(222,727,o), +(231,742,o), +(248,742,cs), +(278,742,o), +(286,696,o), +(352,696,cs), +(418,696,o), +(450,739,o), +(456,838,c), +(382,838,l), +(378,803,o), +(369,790,o), +(352,790,cs), +(322,790,o), +(314,834,o), +(248,834,cs), +(182,834,o), +(150,791,o), +(144,692,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(196,690,l), +(201,728,o), +(210,744,o), +(228,744,cs), +(268,744,o), +(292,694,o), +(372,694,cs), +(444,694,o), +(479,738,o), +(488,840,c), +(404,840,l), +(399,802,o), +(390,786,o), +(372,786,cs), +(332,786,o), +(308,836,o), +(228,836,cs), +(156,836,o), +(121,792,o), +(112,690,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(132,690,l), +(148,729,o), +(166,744,o), +(198,744,cs), +(268,744,o), +(292,694,o), +(392,694,cs), +(487,694,o), +(530,733,o), +(552,840,c), +(468,840,l), +(452,801,o), +(434,786,o), +(402,786,cs), +(332,786,o), +(308,836,o), +(208,836,cs), +(113,836,o), +(70,797,o), +(48,690,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,864); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(222,692,l), +(224,720,o), +(232,732,o), +(248,732,cs), +(268,732,o), +(292,704,o), +(362,704,cs), +(436,704,o), +(466,747,o), +(472,864,c), +(378,864,l), +(376,836,o), +(368,824,o), +(352,824,cs), +(332,824,o), +(308,852,o), +(238,852,cs), +(164,852,o), +(134,809,o), +(128,692,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,872); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(204,684,l), +(209,721,o), +(216,734,o), +(230,734,cs), +(270,734,o), +(292,698,o), +(372,698,cs), +(463,698,o), +(500,745,o), +(510,872,c), +(396,872,l), +(391,835,o), +(384,822,o), +(370,822,cs), +(330,822,o), +(308,858,o), +(228,858,cs), +(137,858,o), +(100,811,o), +(90,684,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,877); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(142,679,l), +(151,718,o), +(166,733,o), +(198,733,cs), +(248,733,o), +(302,693,o), +(402,693,cs), +(511,693,o), +(559,742,o), +(582,877,c), +(458,877,l), +(449,838,o), +(434,823,o), +(402,823,cs), +(352,823,o), +(298,863,o), +(198,863,cs), +(89,863,o), +(41,814,o), +(18,679,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,884); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,684,l), +(243,701,o), +(253,712,o), +(268,712,cs), +(298,712,o), +(302,698,o), +(362,698,cs), +(445,698,o), +(488,747,o), +(492,884,c), +(358,884,l), +(357,867,o), +(347,856,o), +(332,856,cs), +(302,856,o), +(298,870,o), +(238,870,cs), +(155,870,o), +(112,821,o), +(108,684,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,894); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(202,684,l), +(205,706,o), +(215,714,o), +(238,714,cs), +(278,714,o), +(302,688,o), +(382,688,cs), +(488,688,o), +(528,751,o), +(532,894,c), +(398,894,l), +(395,872,o), +(385,864,o), +(362,864,cs), +(322,864,o), +(298,890,o), +(218,890,cs), +(112,890,o), +(72,827,o), +(68,684,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (346,640); +}, +{ +name = top; +pos = (346,904); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,684,l), +(223,709,o), +(238,718,o), +(274,718,cs), +(314,718,o), +(348,698,o), +(438,698,cs), +(574,698,o), +(631,753,o), +(648,904,c), +(474,904,l), +(469,879,o), +(454,870,o), +(418,870,cs), +(378,870,o), +(344,890,o), +(254,890,cs), +(118,890,o), +(61,835,o), +(44,684,c) +); +} +); +width = 692; +} +); +unicode = 771; +}, +{ +glyphname = macroncomb; +lastChange = "2022-07-14 06:15:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,772); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(430,738,l), +(430,772,l), +(170,772,l), +(170,738,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,772); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(450,738,l), +(450,772,l), +(150,772,l), +(150,738,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,772); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(514,738,l), +(514,772,l), +(86,772,l), +(86,738,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,810); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(444,720,l), +(444,810,l), +(156,810,l), +(156,720,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,810); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(470,720,l), +(470,810,l), +(130,810,l), +(130,720,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,810); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(537,720,l), +(537,810,l), +(63,810,l), +(63,720,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(458,716,l), +(458,840,l), +(142,840,l), +(142,716,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,842); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(488,714,l), +(488,842,l), +(112,842,l), +(112,714,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,842); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(552,714,l), +(552,842,l), +(48,842,l), +(48,714,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,864); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(480,704,l), +(480,864,l), +(120,864,l), +(120,704,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,869); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(517,699,l), +(517,869,l), +(83,869,l), +(83,699,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,869); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(600,699,l), +(600,869,l), +(0,869,l), +(0,699,l) +); +} +); +width = 600; +} +); +unicode = 772; +}, +{ +glyphname = commaturnedabovecomb; +lastChange = "2022-09-17 12:37:29 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,840); +} +); +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (298,588); +}, +{ +name = top; +pos = (298,840); +} +); +layerId = m010; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (299,600); +}, +{ +name = top; +pos = (299,850); +} +); +layerId = m005; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,850); +} +); +layerId = m01; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,850); +} +); +layerId = m003; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,860); +} +); +layerId = m006; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,860); +} +); +layerId = m002; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,860); +} +); +layerId = m004; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (298,640); +}, +{ +name = top; +pos = (298,860); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (298,640); +}, +{ +name = top; +pos = (298,860); +} +); +layerId = m008; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (298,640); +}, +{ +name = top; +pos = (298,860); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = 180; +pos = (597,600); +ref = commaaccentcomb; +} +); +width = 600; +} +); +unicode = 786; +}, +{ +glyphname = dotbelowcomb; +lastChange = "2022-09-23 19:01:01 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-228); +} +); +layerId = m009; +shapes = ( +{ +pos = (252,-932); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-220); +} +); +layerId = m007; +shapes = ( +{ +pos = (246,-932); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-214); +} +); +layerId = m010; +shapes = ( +{ +pos = (236,-932); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-248); +} +); +layerId = m005; +shapes = ( +{ +pos = (216,-928); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-242); +} +); +layerId = m01; +shapes = ( +{ +pos = (206,-928); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-238); +} +); +layerId = m003; +shapes = ( +{ +pos = (200,-928); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-272); +} +); +layerId = m006; +shapes = ( +{ +pos = (190,-940); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-266); +} +); +layerId = m002; +shapes = ( +{ +pos = (172,-940); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-260); +} +); +layerId = m004; +shapes = ( +{ +pos = (160,-940); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-234); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (134,-908); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-234); +} +); +layerId = m008; +shapes = ( +{ +pos = (110,-908); +ref = dotaccentcomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-234); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (70,-908); +ref = dotaccentcomb; +} +); +width = 600; +} +); +unicode = 803; +}, +{ +glyphname = commaaccentcomb; +lastChange = "2022-09-17 12:27:08 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-240); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(320,-150,o), +(334,-134,o), +(334,-110,cs), +(334,-86,o), +(320,-70,o), +(298,-70,cs), +(276,-70,o), +(262,-86,o), +(262,-110,cs), +(262,-134,o), +(276,-150,o), +(298,-150,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,-240,l), +(323,-214,o), +(338,-169,o), +(338,-132,cs), +(338,-92,o), +(328,-70,o), +(298,-70,c), +(304,-146,l), +(304,-177,o), +(284,-217,o), +(256,-240,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-240); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(322,-150,o), +(338,-134,o), +(338,-110,cs), +(338,-86,o), +(322,-70,o), +(298,-70,cs), +(274,-70,o), +(258,-86,o), +(258,-110,cs), +(258,-134,o), +(274,-150,o), +(298,-150,cs) +); +}, +{ +closed = 1; +nodes = ( +(302,-240,l), +(325,-214,o), +(342,-168,o), +(342,-132,cs), +(342,-92,o), +(328,-70,o), +(298,-70,c), +(308,-146,l), +(308,-175,o), +(284,-215,o), +(252,-240,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-240); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(329,-146,o), +(348,-131,o), +(348,-108,cs), +(348,-85,o), +(329,-70,o), +(300,-70,cs), +(271,-70,o), +(252,-85,o), +(252,-108,cs), +(252,-131,o), +(271,-146,o), +(300,-146,cs) +); +}, +{ +closed = 1; +nodes = ( +(304,-240,l), +(333,-210,o), +(352,-166,o), +(352,-130,cs), +(352,-85,o), +(334,-70,o), +(300,-70,c), +(316,-140,l), +(316,-170,o), +(288,-210,o), +(246,-240,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-250); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(333,-170,o), +(356,-148,o), +(356,-115,cs), +(356,-82,o), +(333,-60,o), +(298,-60,cs), +(263,-60,o), +(240,-82,o), +(240,-115,cs), +(240,-148,o), +(263,-170,o), +(298,-170,cs) +); +}, +{ +closed = 1; +nodes = ( +(326,-250,l), +(347,-214,o), +(360,-168,o), +(360,-130,cs), +(360,-85,o), +(338,-60,o), +(298,-60,c), +(298,-162,l), +(298,-187,o), +(277,-222,o), +(236,-250,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-250); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(339,-170,o), +(366,-148,o), +(366,-115,cs), +(366,-82,o), +(339,-60,o), +(298,-60,cs), +(257,-60,o), +(230,-82,o), +(230,-115,cs), +(230,-148,o), +(257,-170,o), +(298,-170,cs) +); +}, +{ +closed = 1; +nodes = ( +(326,-250,l), +(354,-212,o), +(370,-169,o), +(370,-130,cs), +(370,-85,o), +(344,-60,o), +(298,-60,c), +(298,-162,l), +(298,-183,o), +(272,-218,o), +(224,-250,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-250); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(346,-170,o), +(376,-149,o), +(376,-115,cs), +(376,-81,o), +(346,-60,o), +(298,-60,cs), +(250,-60,o), +(220,-81,o), +(220,-115,cs), +(220,-149,o), +(250,-170,o), +(298,-170,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,-250,l), +(361,-215,o), +(380,-169,o), +(380,-130,cs), +(380,-84,o), +(352,-60,o), +(298,-60,c), +(304,-162,l), +(304,-184,o), +(274,-217,o), +(214,-250,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-260); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(342,-188,o), +(372,-160,o), +(372,-119,cs), +(372,-80,o), +(342,-50,o), +(298,-50,cs), +(254,-50,o), +(224,-78,o), +(224,-119,cs), +(224,-160,o), +(254,-188,o), +(298,-188,cs) +); +}, +{ +closed = 1; +nodes = ( +(336,-260,l), +(361,-222,o), +(376,-173,o), +(376,-130,cs), +(376,-82,o), +(345,-50,o), +(298,-50,c), +(288,-176,l), +(286,-200,o), +(260,-232,o), +(218,-260,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-260); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(351,-180,o), +(386,-154,o), +(386,-115,cs), +(386,-76,o), +(351,-50,o), +(298,-50,cs), +(245,-50,o), +(210,-76,o), +(210,-115,cs), +(210,-154,o), +(245,-180,o), +(298,-180,cs) +); +}, +{ +closed = 1; +nodes = ( +(340,-260,l), +(368,-226,o), +(390,-174,o), +(390,-130,cs), +(390,-79,o), +(357,-50,o), +(298,-50,c), +(284,-172,l), +(281,-200,o), +(248,-235,o), +(204,-260,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-260); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(361,-170,o), +(400,-147,o), +(400,-110,cs), +(400,-76,o), +(355,-50,o), +(298,-50,cs), +(235,-50,o), +(196,-73,o), +(196,-110,cs), +(196,-147,o), +(235,-170,o), +(298,-170,cs) +); +}, +{ +closed = 1; +nodes = ( +(340,-260,l), +(380,-226,o), +(404,-177,o), +(404,-130,cs), +(404,-77,o), +(368,-50,o), +(298,-50,c), +(298,-166,l), +(291,-194,o), +(250,-230,o), +(190,-260,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-260); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(365,-190,o), +(406,-163,o), +(406,-120,cs), +(406,-81,o), +(358,-50,o), +(298,-50,cs), +(231,-50,o), +(190,-77,o), +(190,-120,cs), +(190,-163,o), +(231,-190,o), +(298,-190,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,-260,l), +(397,-229,o), +(414,-183,o), +(414,-140,cs), +(414,-84,o), +(370,-50,o), +(298,-50,c), +(284,-186,l), +(269,-211,o), +(225,-244,o), +(184,-260,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-260); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(380,-190,o), +(426,-165,o), +(426,-120,cs), +(426,-81,o), +(370,-50,o), +(298,-50,cs), +(216,-50,o), +(170,-75,o), +(170,-120,cs), +(170,-165,o), +(216,-190,o), +(298,-190,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,-260,l), +(412,-229,o), +(434,-181,o), +(434,-140,cs), +(434,-82,o), +(385,-50,o), +(298,-50,c), +(284,-186,l), +(266,-215,o), +(213,-248,o), +(164,-260,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-260); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(409,-190,o), +(466,-166,o), +(466,-120,cs), +(466,-81,o), +(392,-50,o), +(298,-50,cs), +(187,-50,o), +(130,-74,o), +(130,-120,cs), +(130,-166,o), +(187,-190,o), +(298,-190,cs) +); +}, +{ +closed = 1; +nodes = ( +(410,-260,l), +(448,-224,o), +(474,-176,o), +(474,-140,cs), +(474,-81,o), +(414,-50,o), +(298,-50,c), +(284,-186,l), +(250,-214,o), +(196,-239,o), +(124,-260,c) +); +} +); +width = 600; +} +); +unicode = 806; +}, +{ +glyphname = cedillacomb; +lastChange = "2022-09-18 19:48:04 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-212); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(291,-82,l), +(309,-86,ls), +(340,-93,o), +(358,-112,o), +(358,-138,cs), +(358,-164,o), +(338,-182,o), +(308,-182,cs), +(275,-182,o), +(252,-165,o), +(246,-136,c), +(212,-136,l), +(216,-184,o), +(251,-212,o), +(306,-212,cs), +(359,-212,o), +(396,-181,o), +(396,-136,cs), +(396,-99,o), +(369,-71,o), +(324,-61,c), +(339,20,l), +(309,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-212); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(284,-86,l), +(303,-88,ls), +(349,-93,o), +(376,-111,o), +(376,-138,cs), +(376,-164,o), +(348,-182,o), +(308,-182,cs), +(268,-182,o), +(238,-165,o), +(228,-136,c), +(194,-136,l), +(200,-184,o), +(242,-212,o), +(306,-212,cs), +(370,-212,o), +(414,-181,o), +(414,-136,cs), +(414,-98,o), +(379,-70,o), +(321,-61,c), +(343,20,l), +(312,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-212); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(270,-84,l), +(289,-85,ls), +(372,-89,o), +(414,-107,o), +(414,-138,cs), +(414,-167,o), +(376,-184,o), +(312,-184,cs), +(248,-184,o), +(208,-168,o), +(189,-136,c), +(152,-136,l), +(166,-186,o), +(219,-212,o), +(312,-212,cs), +(405,-212,o), +(456,-186,o), +(456,-136,cs), +(456,-94,o), +(409,-69,o), +(317,-61,c), +(367,20,l), +(332,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-216); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(268,-78,l), +(296,-83,ls), +(317,-87,o), +(330,-100,o), +(330,-118,cs), +(330,-139,o), +(319,-152,o), +(300,-152,cs), +(281,-152,o), +(268,-142,o), +(266,-126,c), +(186,-126,l), +(188,-183,o), +(231,-216,o), +(302,-216,cs), +(377,-216,o), +(422,-181,o), +(422,-122,cs), +(422,-83,o), +(399,-54,o), +(357,-44,c), +(368,20,l), +(284,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-216); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(258,-84,l), +(305,-88,ls), +(331,-90,o), +(346,-102,o), +(346,-121,cs), +(346,-140,o), +(330,-152,o), +(304,-152,cs), +(276,-152,o), +(256,-142,o), +(250,-126,c), +(166,-126,l), +(170,-183,o), +(220,-216,o), +(302,-216,cs), +(390,-216,o), +(442,-181,o), +(442,-122,cs), +(442,-77,o), +(411,-46,o), +(354,-38,c), +(372,20,l), +(284,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-216); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(239,-86,l), +(315,-90,ls), +(362,-92,o), +(386,-104,o), +(386,-124,cs), +(386,-145,o), +(358,-156,o), +(304,-156,cs), +(253,-156,o), +(222,-146,o), +(210,-126,c), +(116,-126,l), +(122,-186,o), +(185,-216,o), +(302,-216,cs), +(428,-216,o), +(492,-186,o), +(492,-126,cs), +(492,-78,o), +(446,-50,o), +(355,-40,c), +(399,20,l), +(305,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-220); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(246,-88,l), +(286,-94,ls), +(299,-96,o), +(306,-105,o), +(306,-119,cs), +(306,-135,o), +(299,-144,o), +(287,-144,cs), +(277,-144,o), +(270,-137,o), +(268,-126,c), +(162,-126,l), +(166,-185,o), +(218,-220,o), +(302,-220,cs), +(386,-220,o), +(436,-184,o), +(436,-122,cs), +(436,-83,o), +(409,-52,o), +(364,-38,c), +(374,20,l), +(264,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-220); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(228,-90,l), +(286,-94,ls), +(305,-95,o), +(316,-104,o), +(316,-119,cs), +(316,-135,o), +(306,-144,o), +(288,-144,cs), +(272,-144,o), +(260,-137,o), +(256,-126,c), +(142,-126,l), +(146,-185,o), +(205,-220,o), +(302,-220,cs), +(405,-220,o), +(466,-184,o), +(466,-122,cs), +(466,-77,o), +(431,-46,o), +(372,-38,c), +(390,20,l), +(258,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-220); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(216,-88,l), +(292,-92,ls), +(331,-94,o), +(351,-103,o), +(351,-118,cs), +(351,-135,o), +(330,-144,o), +(288,-144,cs), +(250,-144,o), +(228,-135,o), +(221,-116,c), +(87,-116,l), +(92,-185,o), +(164,-220,o), +(302,-220,cs), +(447,-220,o), +(521,-187,o), +(521,-122,cs), +(521,-76,o), +(471,-47,o), +(373,-37,c), +(414,20,l), +(286,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-226); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(227,-94,l), +(286,-102,ls), +(296,-103,o), +(302,-110,o), +(302,-121,cs), +(302,-133,o), +(297,-140,o), +(289,-140,cs), +(283,-140,o), +(278,-135,o), +(276,-126,c), +(144,-126,l), +(148,-189,o), +(207,-226,o), +(302,-226,cs), +(404,-226,o), +(464,-189,o), +(464,-126,cs), +(464,-78,o), +(429,-45,o), +(370,-36,c), +(380,20,l), +(247,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-226); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(214,-98,l), +(286,-102,ls), +(301,-103,o), +(308,-109,o), +(308,-121,cs), +(308,-134,o), +(301,-140,o), +(287,-140,cs), +(276,-140,o), +(269,-135,o), +(266,-126,c), +(112,-126,l), +(116,-192,o), +(180,-226,o), +(302,-226,cs), +(431,-226,o), +(496,-192,o), +(496,-124,cs), +(496,-74,o), +(456,-45,o), +(378,-36,c), +(396,20,l), +(247,20,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +}, +{ +name = _tcedilla; +pos = (300,0); +}, +{ +name = bottom; +pos = (300,-226); +}, +{ +name = tcedilla; +pos = (300,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(200,-93,l), +(286,-97,ls), +(315,-98,o), +(328,-104,o), +(328,-118,cs), +(328,-132,o), +(313,-138,o), +(280,-138,cs), +(249,-138,o), +(233,-131,o), +(226,-114,c), +(32,-114,l), +(43,-192,o), +(125,-226,o), +(302,-226,cs), +(493,-226,o), +(576,-196,o), +(576,-126,cs), +(576,-68,o), +(518,-40,o), +(384,-34,c), +(424,20,l), +(275,20,l) +); +} +); +width = 600; +} +); +unicode = 807; +}, +{ +glyphname = ogonekcomb; +lastChange = "2022-09-09 19:42:42 +0000"; +layers = ( +{ +anchors = ( +{ +name = _ogonek; +pos = (375,10); +} +); +background = { +shapes = ( +{ +pos = (-64,0); +ref = a; +}, +{ +pos = (-178,0); +ref = A; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(357,-212,o), +(368,-210,o), +(375,-206,c), +(375,-176,l), +(370,-178,o), +(362,-180,o), +(350,-180,cs), +(321,-180,o), +(303,-158,o), +(303,-122,cs), +(303,-75,o), +(330,-29,o), +(375,0,c), +(357,2,l), +(340,0,l), +(292,-34,o), +(263,-82,o), +(263,-128,cs), +(263,-180,o), +(293,-212,o), +(342,-212,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (384,10); +} +); +background = { +shapes = ( +{ +pos = (-133,0); +ref = a; +}, +{ +pos = (-271,0); +ref = A; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(366,-212,o), +(378,-209,o), +(384,-206,c), +(384,-174,l), +(379,-176,o), +(370,-178,o), +(355,-178,cs), +(322,-178,o), +(302,-158,o), +(302,-126,cs), +(302,-84,o), +(333,-36,o), +(384,0,c), +(364,2,l), +(346,0,l), +(294,-38,o), +(262,-89,o), +(262,-133,cs), +(262,-182,o), +(295,-212,o), +(349,-212,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (408,10); +} +); +background = { +shapes = ( +{ +pos = (-301,0); +ref = a; +}, +{ +pos = (-506,0); +ref = A; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(376,-212,o), +(394,-210,o), +(408,-206,c), +(408,-176,l), +(394,-179,o), +(378,-180,o), +(359,-180,cs), +(298,-180,o), +(266,-162,o), +(266,-126,cs), +(266,-85,o), +(314,-42,o), +(408,0,c), +(389,2,l), +(370,0,l), +(274,-36,o), +(224,-80,o), +(224,-130,cs), +(224,-184,o), +(269,-212,o), +(355,-212,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (411,10); +} +); +background = { +shapes = ( +{ +pos = (-70,0); +ref = a; +}, +{ +pos = (-204,0); +ref = A; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(382,-216,o), +(397,-214,o), +(411,-210,c), +(411,-132,l), +(403,-135,o), +(396,-136,o), +(386,-136,cs), +(361,-136,o), +(346,-118,o), +(346,-88,cs), +(346,-52,o), +(371,-18,o), +(411,0,c), +(358,2,l), +(314,0,l), +(272,-30,o), +(247,-75,o), +(247,-118,cs), +(247,-179,o), +(289,-216,o), +(358,-216,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (404,10); +} +); +background = { +shapes = ( +{ +pos = (20,0); +ref = cedilla; +}, +{ +pos = (-161,0); +ref = a; +}, +{ +pos = (-319,0); +ref = A; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(372,-216,o), +(388,-214,o), +(404,-210,c), +(404,-132,l), +(392,-135,o), +(384,-136,o), +(370,-136,cs), +(340,-136,o), +(322,-120,o), +(322,-94,cs), +(322,-60,o), +(353,-24,o), +(404,0,c), +(348,2,l), +(298,0,l), +(251,-29,o), +(222,-74,o), +(222,-118,cs), +(222,-179,o), +(270,-216,o), +(348,-216,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (438,10); +} +); +background = { +shapes = ( +{ +pos = (-334,0); +ref = a; +}, +{ +pos = (-571,0); +ref = A; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(387,-216,o), +(412,-214,o), +(438,-210,c), +(438,-136,l), +(415,-139,o), +(399,-140,o), +(381,-140,cs), +(326,-140,o), +(298,-126,o), +(298,-100,cs), +(298,-66,o), +(346,-32,o), +(438,0,c), +(384,2,l), +(331,0,l), +(234,-21,o), +(184,-63,o), +(184,-124,cs), +(184,-185,o), +(240,-216,o), +(350,-216,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (434,10); +} +); +background = { +shapes = ( +{ +pos = (-94,0); +ref = a; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(399,-220,o), +(419,-216,o), +(434,-212,c), +(434,-102,l), +(431,-103,o), +(427,-104,o), +(422,-104,cs), +(403,-104,o), +(392,-90,o), +(392,-66,cs), +(392,-36,o), +(408,-11,o), +(434,0,c), +(363,4,l), +(292,0,l), +(249,-22,o), +(222,-64,o), +(222,-110,cs), +(222,-178,o), +(273,-220,o), +(356,-220,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (444,10); +} +); +background = { +shapes = ( +{ +pos = (-182,0); +ref = a; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(399,-220,o), +(428,-216,o), +(444,-212,c), +(444,-102,l), +(440,-103,o), +(434,-104,o), +(423,-104,cs), +(398,-104,o), +(382,-90,o), +(382,-68,cs), +(382,-36,o), +(406,-10,o), +(444,0,c), +(358,4,l), +(274,0,l), +(229,-32,o), +(202,-76,o), +(202,-116,cs), +(202,-180,o), +(261,-220,o), +(358,-220,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (484,10); +} +); +background = { +shapes = ( +{ +pos = (-360,0); +ref = a; +}, +{ +pos = (-562,0); +ref = A; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(414,-220,o), +(462,-216,o), +(484,-212,c), +(484,-106,l), +(472,-107,o), +(446,-108,o), +(426,-108,cs), +(371,-108,o), +(343,-96,o), +(343,-74,cs), +(343,-45,o), +(391,-20,o), +(484,0,c), +(400,4,l), +(312,0,l), +(211,-27,o), +(159,-68,o), +(159,-120,cs), +(159,-186,o), +(233,-220,o), +(378,-220,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (459,10); +} +); +background = { +shapes = ( +{ +pos = (-259,0); +ref = A; +}, +{ +pos = (-131,0); +ref = a; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(419,-226,o), +(440,-218,o), +(459,-210,c), +(459,-82,l), +(456,-83,o), +(451,-84,o), +(446,-84,cs), +(432,-84,o), +(424,-73,o), +(424,-54,cs), +(424,-30,o), +(437,-10,o), +(459,0,c), +(364,10,l), +(272,0,l), +(227,-27,o), +(199,-75,o), +(199,-126,cs), +(199,-188,o), +(258,-226,o), +(354,-226,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (504,10); +} +); +background = { +shapes = ( +{ +pos = (-194,0); +ref = a; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(448,-226,o), +(491,-218,o), +(514,-210,c), +(514,-82,l), +(508,-83,o), +(502,-84,o), +(494,-84,cs), +(474,-84,o), +(462,-73,o), +(462,-56,cs), +(462,-35,o), +(478,-14,o), +(504,0,c), +(381,10,l), +(270,0,l), +(223,-28,o), +(182,-68,o), +(182,-126,cs), +(182,-192,o), +(249,-226,o), +(380,-226,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (569,10); +} +); +background = { +shapes = ( +{ +pos = (-395,0); +ref = a; +}, +{ +pos = (-641,0); +ref = A; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(478,-226,o), +(537,-218,o), +(569,-210,c), +(569,-82,l), +(564,-83,o), +(558,-84,o), +(544,-84,cs), +(512,-84,o), +(496,-74,o), +(496,-54,cs), +(496,-29,o), +(521,-11,o), +(569,0,c), +(415,10,l), +(275,0,l), +(164,-39,o), +(117,-78,o), +(117,-130,cs), +(117,-195,o), +(204,-226,o), +(388,-226,cs) +); +} +); +width = 600; +} +); +unicode = 808; +}, +{ +category = Mark; +glyphname = ringacutecomb; +lastChange = "2022-10-02 07:53:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,1074); +} +); +background = { +shapes = ( +{ +pos = (26,0); +ref = Aringacute; +} +); +}; +layerId = m009; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (16,234); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,1074); +} +); +background = { +shapes = ( +{ +pos = (-24,0); +ref = Aringacute; +} +); +}; +layerId = m007; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (10,234); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,1074); +} +); +background = { +shapes = ( +{ +pos = (-154,0); +ref = Aringacute; +} +); +}; +layerId = m010; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (2,234); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,1082); +} +); +background = { +shapes = ( +{ +pos = (-14,0); +ref = Aringacute; +} +); +}; +layerId = m005; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (22,242); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,1082); +} +); +background = { +shapes = ( +{ +pos = (-64,0); +ref = Aringacute; +} +); +}; +layerId = m01; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (24,242); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,1082); +} +); +background = { +shapes = ( +{ +pos = (-206,0); +ref = Aringacute; +} +); +}; +layerId = m003; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (20,242); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,1110); +} +); +background = { +shapes = ( +{ +pos = (-33,0); +ref = Aringacute; +} +); +}; +layerId = m006; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (30,242); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,1110); +} +); +background = { +shapes = ( +{ +pos = (-93,0); +ref = Aringacute; +} +); +}; +layerId = m002; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (30,242); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,1110); +} +); +background = { +shapes = ( +{ +pos = (-221,0); +ref = Aringacute; +} +); +}; +layerId = m004; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (30,242); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,1116); +} +); +background = { +shapes = ( +{ +pos = (-64,0); +ref = Aringacute; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (30,242); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,1116); +} +); +background = { +shapes = ( +{ +pos = (-133,0); +ref = Aringacute; +} +); +}; +layerId = m008; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (30,242); +ref = acutecomb; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,1116); +} +); +background = { +shapes = ( +{ +pos = (-304,0); +ref = Aringacute; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +ref = ringcomb; +}, +{ +alignment = -1; +pos = (30,242); +ref = acutecomb; +} +); +width = 600; +} +); +subCategory = Nonspacing; +}, +{ +glyphname = ogonekcomb.e; +lastChange = "2022-09-10 18:55:23 +0000"; +layers = ( +{ +anchors = ( +{ +name = _ogonek; +pos = (267,10); +} +); +background = { +shapes = ( +{ +ref = e; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(431,-212,o), +(442,-210,o), +(449,-206,c), +(449,-176,l), +(444,-178,o), +(436,-180,o), +(424,-180,cs), +(394,-180,o), +(375,-157,o), +(375,-120,cs), +(375,-75,o), +(396,-18,o), +(430,30,cs), +(463,76,o), +(490,135,o), +(500,184,c), +(426,50,l), +(371,-3,o), +(337,-70,o), +(337,-126,cs), +(337,-179,o), +(367,-212,o), +(416,-212,cs) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (312,10); +} +); +background = { +shapes = ( +{ +ref = e; +}, +{ +pos = (140,0); +ref = ogonekcomb; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(506,-212,o), +(518,-209,o), +(524,-206,c), +(524,-174,l), +(519,-176,o), +(510,-178,o), +(497,-178,cs), +(457,-178,o), +(432,-153,o), +(432,-113,cs), +(432,-72,o), +(457,-20,o), +(498,30,cs), +(543,85,o), +(576,144,o), +(585,184,c), +(482,42,l), +(427,-11,o), +(394,-71,o), +(394,-117,cs), +(394,-176,o), +(431,-212,o), +(491,-212,cs) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (423,10); +} +); +background = { +shapes = ( +{ +ref = e; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(686,-212,o), +(704,-210,o), +(718,-206,c), +(718,-176,l), +(704,-179,o), +(688,-180,o), +(669,-180,cs), +(608,-180,o), +(576,-160,o), +(576,-120,cs), +(576,-78,o), +(614,-31,o), +(688,29,cs), +(746,76,o), +(785,129,o), +(803,184,c), +(686,48,l), +(586,-16,o), +(534,-74,o), +(534,-124,cs), +(534,-182,o), +(579,-212,o), +(665,-212,cs) +); +} +); +width = 845; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (288,10); +} +); +background = { +shapes = ( +{ +ref = e; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(457,-216,o), +(472,-214,o), +(486,-210,c), +(486,-132,l), +(478,-135,o), +(471,-136,o), +(461,-136,cs), +(436,-136,o), +(421,-118,o), +(421,-88,cs), +(421,-50,o), +(441,-6,o), +(474,38,cs), +(507,82,o), +(531,134,o), +(542,184,c), +(408,20,l), +(355,-18,o), +(322,-71,o), +(322,-118,cs), +(322,-179,o), +(364,-216,o), +(433,-216,cs) +); +} +); +width = 576; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (340,10); +} +); +background = { +shapes = ( +{ +ref = e; +}, +{ +pos = (170,0); +ref = ogonekcomb; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(542,-216,o), +(558,-214,o), +(574,-210,c), +(574,-132,l), +(564,-135,o), +(554,-136,o), +(544,-136,cs), +(512,-136,o), +(492,-116,o), +(492,-84,cs), +(492,-48,o), +(517,-8,o), +(559,39,cs), +(595,81,o), +(626,136,o), +(641,184,c), +(483,30,l), +(427,-15,o), +(392,-72,o), +(392,-118,cs), +(392,-179,o), +(440,-216,o), +(518,-216,cs) +); +} +); +width = 679; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (457,10); +} +); +background = { +shapes = ( +{ +ref = e; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(732,-216,o), +(757,-214,o), +(783,-210,c), +(783,-136,l), +(760,-139,o), +(744,-140,o), +(726,-140,cs), +(671,-140,o), +(643,-120,o), +(643,-82,cs), +(643,-50,o), +(678,-9,o), +(746,39,cs), +(812,85,o), +(856,135,o), +(875,184,c), +(693,30,l), +(585,-6,o), +(529,-58,o), +(529,-124,cs), +(529,-185,o), +(585,-216,o), +(695,-216,cs) +); +} +); +width = 913; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (298,10); +} +); +background = { +shapes = ( +{ +ref = e; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(477,-220,o), +(497,-216,o), +(512,-212,c), +(512,-102,l), +(509,-103,o), +(505,-104,o), +(500,-104,cs), +(475,-104,o), +(460,-87,o), +(460,-60,cs), +(460,-23,o), +(478,11,o), +(508,55,cs), +(541,104,o), +(564,154,o), +(573,194,c), +(390,0,l), +(335,-33,o), +(304,-78,o), +(304,-124,cs), +(304,-185,o), +(351,-220,o), +(434,-220,cs) +); +} +); +width = 595; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (354,10); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(138,252,l), +(660,252,l), +(664,270,o), +(666,291,o), +(666,313,cs), +(666,514,o), +(548,640,o), +(362,640,cs), +(167,640,o), +(37,509,o), +(37,313,cs), +(37,107,o), +(161,-20,o), +(364,-20,cs), +(516,-20,o), +(631,57,o), +(682,194,c), +(502,194,l), +(472,149,o), +(427,124,o), +(364,124,cs), +(259,124,o), +(205,189,o), +(205,313,cs), +(205,426,o), +(263,494,o), +(362,494,cs), +(460,494,o), +(510,432,o), +(510,313,c), +(562,376,l), +(138,376,l) +); +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(565,-220,o), +(594,-216,o), +(610,-212,c), +(610,-102,l), +(606,-103,o), +(600,-104,o), +(589,-104,cs), +(555,-104,o), +(534,-86,o), +(534,-56,cs), +(534,-26,o), +(557,12,o), +(595,55,cs), +(638,104,o), +(671,157,o), +(682,194,c), +(464,10,l), +(403,-18,o), +(366,-67,o), +(366,-120,cs), +(366,-184,o), +(423,-220,o), +(524,-220,cs) +); +} +); +width = 708; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (467,10); +} +); +background = { +shapes = ( +{ +ref = e; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(738,-220,o), +(786,-216,o), +(808,-212,c), +(808,-106,l), +(796,-107,o), +(770,-108,o), +(750,-108,cs), +(695,-108,o), +(667,-93,o), +(667,-64,cs), +(667,-32,o), +(707,3,o), +(785,55,cs), +(837,90,o), +(884,145,o), +(904,194,c), +(656,10,l), +(538,-21,o), +(483,-63,o), +(483,-120,cs), +(483,-188,o), +(553,-220,o), +(702,-220,cs) +); +} +); +width = 934; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (315,10); +} +); +background = { +shapes = ( +{ +ref = e; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(517,-226,o), +(538,-218,o), +(557,-210,c), +(557,-82,l), +(554,-83,o), +(549,-84,o), +(544,-84,cs), +(524,-84,o), +(512,-71,o), +(512,-50,cs), +(512,-12,o), +(535,35,o), +(573,103,cs), +(597,148,o), +(614,211,o), +(617,270,c), +(410,0,l), +(340,-30,o), +(297,-78,o), +(297,-126,cs), +(297,-188,o), +(356,-226,o), +(452,-226,cs) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (375,10); +} +); +background = { +shapes = ( +{ +ref = e; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(600,-226,o), +(643,-218,o), +(666,-210,c), +(666,-82,l), +(660,-83,o), +(654,-84,o), +(646,-84,cs), +(620,-84,o), +(604,-70,o), +(604,-46,cs), +(604,-9,o), +(629,28,o), +(669,85,cs), +(710,144,o), +(733,207,o), +(737,270,c), +(492,0,l), +(388,-26,o), +(334,-69,o), +(334,-126,cs), +(334,-192,o), +(401,-226,o), +(532,-226,cs) +); +} +); +width = 750; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (513,10); +} +); +background = { +shapes = ( +{ +ref = e; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(822,-226,o), +(881,-218,o), +(913,-210,c), +(913,-82,l), +(908,-83,o), +(902,-84,o), +(888,-84,cs), +(849,-84,o), +(830,-71,o), +(830,-44,cs), +(830,-12,o), +(857,19,o), +(913,75,cs), +(971,134,o), +(1005,200,o), +(1013,270,c), +(729,0,l), +(547,-16,o), +(461,-58,o), +(461,-130,cs), +(461,-195,o), +(548,-226,o), +(732,-226,cs) +); +} +); +width = 1026; +} +); +}, +{ +category = Mark; +glyphname = periodcentered.loclCAT; +lastChange = "2022-10-02 05:45:16 +0000"; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m009; +shapes = ( +{ +pos = (66,374); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m007; +shapes = ( +{ +pos = (82,382); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m010; +shapes = ( +{ +pos = (129,388); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m005; +shapes = ( +{ +pos = (78,348); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m01; +shapes = ( +{ +pos = (97,354); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m003; +shapes = ( +{ +pos = (137,358); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m006; +shapes = ( +{ +pos = (109,312); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m002; +shapes = ( +{ +pos = (129,326); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m004; +shapes = ( +{ +pos = (146,330); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (140,297); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m008; +shapes = ( +{ +pos = (172,307); +ref = period; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (250,307); +ref = period; +} +); +width = 600; +} +); +subCategory = Nonspacing; +}, +{ +glyphname = dieresiscomb.narrow; +lastChange = "2023-01-16 19:25:29 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (174,600); +}, +{ +name = top; +pos = (174,800); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(118,690,o), +(148,722,o), +(148,770,cs), +(148,818,o), +(118,850,o), +(74,850,cs), +(30,850,o), +(0,818,o), +(0,770,cs), +(0,722,o), +(30,690,o), +(74,690,cs) +); +}, +{ +closed = 1; +nodes = ( +(318,690,o), +(348,722,o), +(348,770,cs), +(348,818,o), +(318,850,o), +(274,850,cs), +(230,850,o), +(200,818,o), +(200,770,cs), +(200,722,o), +(230,690,o), +(274,690,cs) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = _top; +pos = (206,620); +}, +{ +name = top; +pos = (206,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(154,688,o), +(192,728,o), +(192,788,cs), +(192,848,o), +(154,888,o), +(96,888,cs), +(38,888,o), +(0,848,o), +(0,788,cs), +(0,728,o), +(38,688,o), +(96,688,cs) +); +}, +{ +closed = 1; +nodes = ( +(374,688,o), +(412,728,o), +(412,788,cs), +(412,848,o), +(374,888,o), +(316,888,cs), +(258,888,o), +(220,848,o), +(220,788,cs), +(220,728,o), +(258,688,o), +(316,688,cs) +); +} +); +width = 412; +}, +{ +anchors = ( +{ +name = _top; +pos = (231,600); +}, +{ +name = top; +pos = (231,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(149,707,o), +(184,731,o), +(184,770,cs), +(184,809,o), +(149,833,o), +(92,833,cs), +(35,833,o), +(0,809,o), +(0,770,cs), +(0,731,o), +(35,707,o), +(92,707,cs) +); +}, +{ +closed = 1; +nodes = ( +(427,707,o), +(462,731,o), +(462,770,cs), +(462,809,o), +(427,833,o), +(370,833,cs), +(313,833,o), +(278,809,o), +(278,770,cs), +(278,731,o), +(313,707,o), +(370,707,cs) +); +} +); +width = 462; +}, +{ +anchors = ( +{ +name = _top; +pos = (259,620); +}, +{ +name = top; +pos = (259,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(181,703,o), +(224,735,o), +(224,788,cs), +(224,841,o), +(181,873,o), +(112,873,cs), +(43,873,o), +(0,841,o), +(0,788,cs), +(0,735,o), +(43,703,o), +(112,703,cs) +); +}, +{ +closed = 1; +nodes = ( +(475,703,o), +(518,735,o), +(518,788,cs), +(518,841,o), +(475,873,o), +(406,873,cs), +(337,873,o), +(294,841,o), +(294,788,cs), +(294,735,o), +(337,703,o), +(406,703,cs) +); +} +); +width = 518; +}, +{ +anchors = ( +{ +name = _top; +pos = (147,600); +}, +{ +name = top; +pos = (147,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(102,678,o), +(126,713,o), +(126,770,cs), +(126,828,o), +(102,862,o), +(63,862,cs), +(24,862,o), +(0,828,o), +(0,770,cs), +(0,713,o), +(24,678,o), +(63,678,cs) +); +}, +{ +closed = 1; +nodes = ( +(270,678,o), +(294,713,o), +(294,770,cs), +(294,828,o), +(270,862,o), +(231,862,cs), +(192,862,o), +(168,828,o), +(168,770,cs), +(168,713,o), +(192,678,o), +(231,678,cs) +); +} +); +width = 294; +}, +{ +anchors = ( +{ +name = _top; +pos = (179,620); +}, +{ +name = top; +pos = (179,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(138,680,o), +(172,724,o), +(172,790,cs), +(172,856,o), +(138,900,o), +(86,900,cs), +(34,900,o), +(0,856,o), +(0,790,cs), +(0,724,o), +(34,680,o), +(86,680,cs) +); +}, +{ +closed = 1; +nodes = ( +(324,680,o), +(358,724,o), +(358,790,cs), +(358,856,o), +(324,900,o), +(272,900,cs), +(220,900,o), +(186,856,o), +(186,790,cs), +(186,724,o), +(220,680,o), +(272,680,cs) +); +} +); +width = 358; +}, +{ +anchors = ( +{ +name = _top; +pos = (137,588); +}, +{ +name = top; +pos = (137,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(75,719,o), +(94,736,o), +(94,762,cs), +(94,788,o), +(75,805,o), +(47,805,cs), +(19,805,o), +(0,788,o), +(0,762,cs), +(0,736,o), +(19,719,o), +(47,719,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,719,o), +(274,736,o), +(274,762,cs), +(274,788,o), +(255,805,o), +(227,805,cs), +(199,805,o), +(180,788,o), +(180,762,cs), +(180,736,o), +(199,719,o), +(227,719,cs) +); +} +); +width = 274; +}, +{ +anchors = ( +{ +name = _top; +pos = (250,640); +}, +{ +name = top; +pos = (250,800); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(194,676,o), +(240,718,o), +(240,786,cs), +(240,854,o), +(194,896,o), +(120,896,cs), +(46,896,o), +(0,854,o), +(0,786,cs), +(0,718,o), +(46,676,o), +(120,676,cs) +); +}, +{ +closed = 1; +nodes = ( +(454,676,o), +(500,718,o), +(500,786,cs), +(500,854,o), +(454,896,o), +(380,896,cs), +(306,896,o), +(260,854,o), +(260,786,cs), +(260,718,o), +(306,676,o), +(380,676,cs) +); +} +); +width = 500; +}, +{ +anchors = ( +{ +name = _top; +pos = (105,588); +}, +{ +name = top; +pos = (105,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(49,698,o), +(60,721,o), +(60,762,cs), +(60,803,o), +(49,826,o), +(30,826,cs), +(11,826,o), +(0,803,o), +(0,762,cs), +(0,721,o), +(11,698,o), +(30,698,cs) +); +}, +{ +closed = 1; +nodes = ( +(199,698,o), +(210,721,o), +(210,762,cs), +(210,803,o), +(199,826,o), +(180,826,cs), +(161,826,o), +(150,803,o), +(150,762,cs), +(150,721,o), +(161,698,o), +(180,698,cs) +); +} +); +width = 210; +}, +{ +anchors = ( +{ +name = _top; +pos = (180,588); +}, +{ +name = top; +pos = (180,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(91,726,o), +(112,740,o), +(112,762,cs), +(112,784,o), +(91,798,o), +(56,798,cs), +(21,798,o), +(0,784,o), +(0,762,cs), +(0,740,o), +(21,726,o), +(56,726,cs) +); +}, +{ +closed = 1; +nodes = ( +(339,726,o), +(360,740,o), +(360,762,cs), +(360,784,o), +(339,798,o), +(304,798,cs), +(269,798,o), +(248,784,o), +(248,762,cs), +(248,740,o), +(269,726,o), +(304,726,cs) +); +} +); +width = 360; +}, +{ +anchors = ( +{ +name = _top; +pos = (342,640); +}, +{ +name = top; +pos = (342,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(266,686,o), +(320,720,o), +(320,786,cs), +(320,852,o), +(266,886,o), +(160,886,cs), +(54,886,o), +(0,852,o), +(0,786,cs), +(0,720,o), +(54,686,o), +(160,686,cs) +); +}, +{ +closed = 1; +nodes = ( +(630,686,o), +(684,720,o), +(684,786,cs), +(684,852,o), +(630,886,o), +(524,886,cs), +(418,886,o), +(364,852,o), +(364,786,cs), +(364,720,o), +(418,686,o), +(524,686,cs) +); +} +); +width = 684; +}, +{ +anchors = ( +{ +name = _top; +pos = (204,640); +}, +{ +name = top; +pos = (204,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(162,666,o), +(200,712,o), +(200,786,cs), +(200,860,o), +(162,906,o), +(100,906,cs), +(38,906,o), +(0,860,o), +(0,786,cs), +(0,712,o), +(38,666,o), +(100,666,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,666,o), +(408,712,o), +(408,786,cs), +(408,860,o), +(370,906,o), +(308,906,cs), +(246,906,o), +(208,860,o), +(208,786,cs), +(208,712,o), +(246,666,o), +(308,666,cs) +); +} +); +width = 408; +} +); +metricLeft = "=0"; +metricRight = "=0"; +}, +{ +category = Mark; +glyphname = ringacutecomb.case; +lastChange = "2022-10-02 07:53:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,862); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(355,626,o), +(388,650,o), +(388,689,cs), +(388,728,o), +(355,752,o), +(300,752,cs), +(245,752,o), +(212,728,o), +(212,689,cs), +(212,650,o), +(245,626,o), +(300,626,cs) +); +}, +{ +closed = 1; +nodes = ( +(269,658,o), +(250,670,o), +(250,689,cs), +(250,708,o), +(269,720,o), +(300,720,cs), +(331,720,o), +(350,708,o), +(350,689,cs), +(350,670,o), +(331,658,o), +(300,658,cs) +); +}, +{ +closed = 1; +nodes = ( +(319,790,l), +(374,862,l), +(326,862,l), +(282,790,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,862); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(367,626,o), +(404,649,o), +(404,689,cs), +(404,729,o), +(367,752,o), +(300,752,cs), +(233,752,o), +(196,729,o), +(196,689,cs), +(196,649,o), +(233,626,o), +(300,626,cs) +); +}, +{ +closed = 1; +nodes = ( +(258,658,o), +(234,669,o), +(234,689,cs), +(234,709,o), +(258,720,o), +(300,720,cs), +(342,720,o), +(366,709,o), +(366,689,cs), +(366,669,o), +(342,658,o), +(300,658,cs) +); +}, +{ +closed = 1; +nodes = ( +(318,790,l), +(388,862,l), +(335,862,l), +(278,790,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,862); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(399,626,o), +(445,646,o), +(445,689,cs), +(445,732,o), +(399,752,o), +(300,752,cs), +(201,752,o), +(155,732,o), +(155,689,cs), +(155,646,o), +(201,626,o), +(300,626,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,658,o), +(197,667,o), +(197,689,cs), +(197,711,o), +(228,720,o), +(300,720,cs), +(372,720,o), +(403,711,o), +(403,689,cs), +(403,667,o), +(372,658,o), +(300,658,cs) +); +}, +{ +closed = 1; +nodes = ( +(321,790,l), +(424,862,l), +(362,862,l), +(272,790,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,882); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(361,626,o), +(398,654,o), +(398,700,cs), +(398,746,o), +(361,774,o), +(300,774,cs), +(239,774,o), +(202,746,o), +(202,700,cs), +(202,654,o), +(239,626,o), +(300,626,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,676,o), +(271,685,o), +(271,700,cs), +(271,715,o), +(281,724,o), +(300,724,cs), +(319,724,o), +(329,715,o), +(329,700,cs), +(329,685,o), +(319,676,o), +(300,676,cs) +); +}, +{ +closed = 1; +nodes = ( +(346,800,l), +(415,882,l), +(304,882,l), +(258,800,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,882); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(374,626,o), +(416,653,o), +(416,700,cs), +(416,747,o), +(374,774,o), +(300,774,cs), +(226,774,o), +(184,747,o), +(184,700,cs), +(184,653,o), +(226,626,o), +(300,626,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,676,o), +(252,684,o), +(252,700,cs), +(252,716,o), +(268,724,o), +(300,724,cs), +(332,724,o), +(348,716,o), +(348,700,cs), +(348,684,o), +(332,676,o), +(300,676,cs) +); +}, +{ +closed = 1; +nodes = ( +(342,800,l), +(436,882,l), +(316,882,l), +(252,800,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,882); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(413,628,o), +(462,650,o), +(462,700,cs), +(462,750,o), +(413,772,o), +(300,772,cs), +(187,772,o), +(138,750,o), +(138,700,cs), +(138,650,o), +(187,628,o), +(300,628,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,678,o), +(220,685,o), +(220,700,cs), +(220,715,o), +(244,722,o), +(300,722,cs), +(356,722,o), +(380,715,o), +(380,700,cs), +(380,685,o), +(356,678,o), +(300,678,cs) +); +}, +{ +closed = 1; +nodes = ( +(350,800,l), +(492,882,l), +(344,882,l), +(236,800,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,908); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(383,640,o), +(425,667,o), +(425,718,cs), +(425,769,o), +(383,796,o), +(300,796,cs), +(218,796,o), +(175,769,o), +(175,718,cs), +(175,667,o), +(218,640,o), +(300,640,cs) +); +}, +{ +closed = 1; +nodes = ( +(284,694,o), +(275,702,o), +(275,718,cs), +(275,734,o), +(284,742,o), +(300,742,cs), +(316,742,o), +(325,734,o), +(325,718,cs), +(325,702,o), +(316,694,o), +(300,694,cs) +); +}, +{ +closed = 1; +nodes = ( +(362,816,l), +(444,908,l), +(282,908,l), +(230,816,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,908); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(399,640,o), +(450,667,o), +(450,718,cs), +(450,769,o), +(399,796,o), +(300,796,cs), +(201,796,o), +(150,769,o), +(150,718,cs), +(150,667,o), +(201,640,o), +(300,640,cs) +); +}, +{ +closed = 1; +nodes = ( +(273,694,o), +(260,702,o), +(260,718,cs), +(260,734,o), +(273,742,o), +(300,742,cs), +(327,742,o), +(340,734,o), +(340,718,cs), +(340,702,o), +(327,694,o), +(300,694,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,816,l), +(484,908,l), +(304,908,l), +(230,816,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,908); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(441,642,o), +(501,665,o), +(501,718,cs), +(501,771,o), +(441,794,o), +(300,794,cs), +(159,794,o), +(99,771,o), +(99,718,cs), +(99,665,o), +(159,642,o), +(300,642,cs) +); +}, +{ +closed = 1; +nodes = ( +(241,696,o), +(219,702,o), +(219,718,cs), +(219,734,o), +(241,740,o), +(300,740,cs), +(359,740,o), +(381,734,o), +(381,718,cs), +(381,702,o), +(359,696,o), +(300,696,cs) +); +}, +{ +closed = 1; +nodes = ( +(372,816,l), +(534,908,l), +(316,908,l), +(194,816,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,920); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(435,658,o), +(493,681,o), +(493,734,cs), +(493,787,o), +(435,810,o), +(300,810,cs), +(165,810,o), +(107,787,o), +(107,734,cs), +(107,681,o), +(165,658,o), +(300,658,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,712,o), +(283,719,o), +(283,734,cs), +(283,749,o), +(288,756,o), +(300,756,cs), +(312,756,o), +(317,749,o), +(317,734,cs), +(317,719,o), +(312,712,o), +(300,712,cs) +); +}, +{ +closed = 1; +nodes = ( +(434,828,l), +(520,920,l), +(237,920,l), +(176,828,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,920); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(462,658,o), +(532,681,o), +(532,734,cs), +(532,787,o), +(462,810,o), +(300,810,cs), +(138,810,o), +(68,787,o), +(68,734,cs), +(68,681,o), +(138,658,o), +(300,658,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,712,o), +(270,720,o), +(270,734,cs), +(270,748,o), +(281,756,o), +(300,756,cs), +(319,756,o), +(330,748,o), +(330,734,cs), +(330,720,o), +(319,712,o), +(300,712,cs) +); +}, +{ +closed = 1; +nodes = ( +(451,828,l), +(555,920,l), +(215,920,l), +(141,828,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,640); +}, +{ +name = top; +pos = (300,920); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(550,658,o), +(626,676,o), +(626,734,cs), +(626,792,o), +(550,810,o), +(300,810,cs), +(50,810,o), +(-26,792,o), +(-26,734,cs), +(-26,676,o), +(50,658,o), +(300,658,cs) +); +}, +{ +closed = 1; +nodes = ( +(259,712,o), +(242,719,o), +(242,734,cs), +(242,749,o), +(259,756,o), +(300,756,cs), +(341,756,o), +(358,749,o), +(358,734,cs), +(358,719,o), +(341,712,o), +(300,712,cs) +); +}, +{ +closed = 1; +nodes = ( +(483,828,l), +(639,920,l), +(171,920,l), +(57,828,l) +); +} +); +width = 600; +} +); +subCategory = Nonspacing; +}, +{ +category = Mark; +glyphname = periodcentered.loclCAT.case; +lastChange = "2022-10-02 05:45:16 +0000"; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(92,344,o), +(106,365,o), +(106,400,cs), +(106,435,o), +(92,456,o), +(68,456,cs), +(44,456,o), +(30,435,o), +(30,400,cs), +(30,365,o), +(44,344,o), +(68,344,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(110,352,o), +(128,371,o), +(128,400,cs), +(128,429,o), +(110,448,o), +(84,448,cs), +(58,448,o), +(40,429,o), +(40,400,cs), +(40,371,o), +(58,352,o), +(84,352,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(98,358,o), +(118,374,o), +(118,400,cs), +(118,426,o), +(98,442,o), +(64,442,cs), +(30,442,o), +(10,426,o), +(10,400,cs), +(10,374,o), +(30,358,o), +(64,358,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(148,316,o), +(178,350,o), +(178,400,cs), +(178,450,o), +(148,484,o), +(104,484,cs), +(60,484,o), +(30,450,o), +(30,400,cs), +(30,350,o), +(60,316,o), +(104,316,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(154,322,o), +(188,354,o), +(188,400,cs), +(188,446,o), +(154,478,o), +(104,478,cs), +(54,478,o), +(20,446,o), +(20,400,cs), +(20,354,o), +(54,322,o), +(104,322,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(143,326,o), +(180,356,o), +(180,400,cs), +(180,444,o), +(143,474,o), +(90,474,cs), +(37,474,o), +(0,444,o), +(0,400,cs), +(0,356,o), +(37,326,o), +(90,326,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(197,276,o), +(236,322,o), +(236,400,cs), +(236,478,o), +(197,524,o), +(130,524,cs), +(63,524,o), +(24,478,o), +(24,400,cs), +(24,322,o), +(63,276,o), +(130,276,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(211,290,o), +(260,335,o), +(260,400,cs), +(260,465,o), +(211,510,o), +(140,510,cs), +(69,510,o), +(20,465,o), +(20,400,cs), +(20,335,o), +(69,290,o), +(140,290,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(218,294,o), +(270,333,o), +(270,400,cs), +(270,467,o), +(218,506,o), +(130,506,cs), +(42,506,o), +(-10,467,o), +(-10,400,cs), +(-10,333,o), +(42,294,o), +(130,294,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,304,o), +(268,365,o), +(268,475,cs), +(268,586,o), +(232,647,o), +(169,647,cs), +(106,647,o), +(71,586,o), +(71,475,cs), +(71,365,o), +(106,304,o), +(169,304,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(279,331,o), +(324,385,o), +(324,490,cs), +(324,596,o), +(279,650,o), +(192,650,cs), +(105,650,o), +(61,596,o), +(61,490,cs), +(61,385,o), +(105,331,o), +(192,331,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (0,400); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(386,337,o), +(464,382,o), +(464,470,cs), +(464,558,o), +(386,603,o), +(234,603,cs), +(82,603,o), +(4,558,o), +(4,470,cs), +(4,382,o), +(82,337,o), +(234,337,cs) +); +} +); +width = 600; +} +); +subCategory = Nonspacing; +}, +{ +glyphname = dieresis; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 220; +}, +{ +layerId = m007; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 276; +}, +{ +layerId = m010; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 368; +}, +{ +layerId = m005; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 310; +}, +{ +layerId = m01; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 370; +}, +{ +layerId = m003; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 450; +}, +{ +layerId = m006; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 392; +}, +{ +layerId = m002; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 448; +}, +{ +layerId = m004; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 544; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 460; +}, +{ +layerId = m008; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 552; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = dieresiscomb; +} +); +width = 704; +} +); +unicode = 168; +}, +{ +glyphname = dotaccent; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 96; +}, +{ +layerId = m007; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 108; +}, +{ +layerId = m010; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 128; +}, +{ +layerId = m005; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 168; +}, +{ +layerId = m01; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 188; +}, +{ +layerId = m003; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 200; +}, +{ +layerId = m006; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 220; +}, +{ +layerId = m002; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 256; +}, +{ +layerId = m004; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 280; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 332; +}, +{ +layerId = m008; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 380; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = dotaccentcomb; +} +); +width = 460; +} +); +unicode = 729; +}, +{ +glyphname = grave; +kernLeft = grave_left; +kernRight = grave_right; +lastChange = "2023-01-17 12:12:07 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (-212,0); +ref = gravecomb; +} +); +width = 182; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (-190,0); +ref = gravecomb; +} +); +width = 212; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (-162,0); +ref = gravecomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (-178,0); +ref = gravecomb; +} +); +width = 254; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (-166,0); +ref = gravecomb; +} +); +width = 274; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (-98,0); +ref = gravecomb; +} +); +width = 374; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (-150,0); +ref = gravecomb; +} +); +width = 318; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (-154,0); +ref = gravecomb; +} +); +width = 322; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (-88,0); +ref = gravecomb; +} +); +width = 410; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (-150,0); +ref = gravecomb; +} +); +width = 338; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (-128,0); +ref = gravecomb; +} +); +width = 382; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (-86,0); +ref = gravecomb; +} +); +width = 450; +} +); +unicode = 96; +}, +{ +glyphname = acute; +kernLeft = acute_left; +kernRight = acute_right; +lastChange = "2023-01-17 12:09:12 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +pos = (-206,0); +ref = acutecomb; +} +); +width = 182; +}, +{ +layerId = m007; +shapes = ( +{ +pos = (-198,0); +ref = acutecomb; +} +); +width = 212; +}, +{ +layerId = m010; +shapes = ( +{ +pos = (-174,0); +ref = acutecomb; +} +); +width = 276; +}, +{ +layerId = m005; +shapes = ( +{ +pos = (-168,0); +ref = acutecomb; +} +); +width = 254; +}, +{ +layerId = m01; +shapes = ( +{ +pos = (-160,0); +ref = acutecomb; +} +); +width = 274; +}, +{ +layerId = m003; +shapes = ( +{ +pos = (-128,0); +ref = acutecomb; +} +); +width = 374; +}, +{ +layerId = m006; +shapes = ( +{ +pos = (-132,0); +ref = acutecomb; +} +); +width = 318; +}, +{ +layerId = m002; +shapes = ( +{ +pos = (-124,0); +ref = acutecomb; +} +); +width = 322; +}, +{ +layerId = m004; +shapes = ( +{ +pos = (-102,0); +ref = acutecomb; +} +); +width = 410; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (-112,0); +ref = acutecomb; +} +); +width = 338; +}, +{ +layerId = m008; +shapes = ( +{ +pos = (-90,0); +ref = acutecomb; +} +); +width = 382; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (-64,0); +ref = acutecomb; +} +); +width = 450; +} +); +metricLeft = "=|grave"; +metricRight = "=|grave"; +unicode = 180; +}, +{ +glyphname = hungarumlaut; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = m007; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = m010; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = m005; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = m01; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = m003; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = m002; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = m004; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = hungarumlautcomb; +} +); +width = 600; +} +); +unicode = 733; +}, +{ +glyphname = circumflex; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = m007; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = m010; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = m005; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = m01; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = m003; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = m002; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = m004; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = circumflexcomb; +} +); +width = 600; +} +); +unicode = 710; +}, +{ +glyphname = caron; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = m007; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = m010; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = m005; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = m01; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = m003; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = m002; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = m004; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = caroncomb; +} +); +width = 600; +} +); +unicode = 711; +}, +{ +glyphname = breve; +lastChange = "2022-08-28 05:08:37 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 300; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 348; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 468; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 340; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 404; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 520; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 396; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 464; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 604; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 464; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 524; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +ref = "brevecomb-cy"; +} +); +width = 684; +} +); +unicode = 728; +}, +{ +glyphname = ring; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = m007; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = m010; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = m005; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = m01; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = m003; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = m002; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = m004; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = ringcomb; +} +); +width = 600; +} +); +unicode = 730; +}, +{ +glyphname = tilde; +lastChange = "2022-07-14 06:16:38 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(188,720,l), +(192,751,o), +(208,770,o), +(232,770,cs), +(278,770,o), +(304,724,o), +(368,724,cs), +(412,724,o), +(440,756,o), +(444,810,c), +(412,810,l), +(408,779,o), +(392,760,o), +(368,760,cs), +(322,760,o), +(296,806,o), +(232,806,cs), +(188,806,o), +(160,774,o), +(156,720,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(156,720,l), +(162,751,o), +(182,770,o), +(210,770,cs), +(272,770,o), +(310,724,o), +(390,724,cs), +(437,724,o), +(470,756,o), +(478,810,c), +(444,810,l), +(438,779,o), +(418,760,o), +(390,760,cs), +(328,760,o), +(290,806,o), +(210,806,cs), +(163,806,o), +(130,774,o), +(122,720,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,588); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(98,720,l), +(116,754,o), +(144,769,o), +(190,769,cs), +(262,769,o), +(314,724,o), +(410,724,cs), +(474,724,o), +(517,753,o), +(538,810,c), +(502,810,l), +(484,776,o), +(456,761,o), +(410,761,cs), +(338,761,o), +(286,806,o), +(190,806,cs), +(126,806,o), +(83,777,o), +(62,720,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(202,690,l), +(206,726,o), +(218,744,o), +(238,744,cs), +(268,744,o), +(292,694,o), +(362,694,cs), +(429,694,o), +(466,744,o), +(472,840,c), +(398,840,l), +(394,804,o), +(382,786,o), +(362,786,cs), +(332,786,o), +(308,836,o), +(238,836,cs), +(171,836,o), +(134,786,o), +(128,690,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(172,690,l), +(176,723,o), +(194,744,o), +(218,744,cs), +(268,744,o), +(292,694,o), +(382,694,cs), +(455,694,o), +(504,749,o), +(512,840,c), +(428,840,l), +(424,807,o), +(406,786,o), +(382,786,cs), +(332,786,o), +(308,836,o), +(218,836,cs), +(145,836,o), +(96,781,o), +(88,690,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,600); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(102,690,l), +(117,726,o), +(143,744,o), +(178,744,cs), +(268,744,o), +(292,694,o), +(412,694,cs), +(505,694,o), +(562,743,o), +(582,840,c), +(498,840,l), +(483,804,o), +(457,786,o), +(422,786,cs), +(332,786,o), +(308,836,o), +(188,836,cs), +(95,836,o), +(38,787,o), +(18,690,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(212,666,l), +(214,704,o), +(223,724,o), +(238,724,cs), +(258,724,o), +(302,680,o), +(372,680,cs), +(445,680,o), +(486,743,o), +(492,864,c), +(388,864,l), +(386,826,o), +(377,806,o), +(362,806,cs), +(342,806,o), +(298,850,o), +(228,850,cs), +(155,850,o), +(114,787,o), +(108,666,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(182,662,l), +(187,698,o), +(199,716,o), +(218,716,cs), +(258,716,o), +(302,676,o), +(382,676,cs), +(478,676,o), +(532,741,o), +(542,868,c), +(418,868,l), +(413,832,o), +(401,814,o), +(382,814,cs), +(342,814,o), +(298,854,o), +(218,854,cs), +(122,854,o), +(68,789,o), +(58,662,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(112,666,l), +(120,702,o), +(142,720,o), +(178,720,cs), +(228,720,o), +(322,680,o), +(422,680,cs), +(527,680,o), +(591,743,o), +(612,864,c), +(488,864,l), +(480,828,o), +(458,810,o), +(422,810,cs), +(372,810,o), +(278,850,o), +(178,850,cs), +(73,850,o), +(9,787,o), +(-12,666,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,666,l), +(233,683,o), +(243,694,o), +(258,694,cs), +(288,694,o), +(312,680,o), +(372,680,cs), +(463,680,o), +(510,749,o), +(512,884,c), +(368,884,l), +(367,867,o), +(357,856,o), +(342,856,cs), +(312,856,o), +(288,870,o), +(228,870,cs), +(137,870,o), +(90,801,o), +(88,666,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(202,662,l), +(205,681,o), +(219,692,o), +(238,692,cs), +(278,692,o), +(302,666,o), +(382,666,cs), +(497,666,o), +(557,741,o), +(562,888,c), +(398,888,l), +(395,869,o), +(381,858,o), +(362,858,cs), +(322,858,o), +(298,884,o), +(218,884,cs), +(103,884,o), +(43,809,o), +(38,662,c) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _top; +pos = (300,620); +}, +{ +name = top; +pos = (300,848); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(132,666,l), +(137,689,o), +(160,700,o), +(198,700,cs), +(238,700,o), +(332,680,o), +(432,680,cs), +(560,680,o), +(638,759,o), +(662,914,c), +(468,914,l), +(463,891,o), +(440,880,o), +(402,880,cs), +(362,880,o), +(268,900,o), +(168,900,cs), +(40,900,o), +(-38,821,o), +(-62,666,c) +); +} +); +width = 600; +} +); +unicode = 732; +}, +{ +glyphname = macron; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = m007; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = m010; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = m005; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = m01; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = m003; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = m002; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = m004; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = macroncomb; +} +); +width = 600; +} +); +unicode = 175; +}, +{ +glyphname = cedilla; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m007; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m010; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m005; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m01; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m003; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m002; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m004; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = cedillacomb; +} +); +width = 600; +} +); +unicode = 184; +}, +{ +glyphname = ogonek; +lastChange = "2022-09-02 08:47:34 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = m007; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = m010; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = m005; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +background = { +shapes = ( +{ +ref = cedilla; +} +); +}; +layerId = m01; +shapes = ( +{ +alignment = 1; +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = m003; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = m006; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = m002; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = m004; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = m008; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = ogonekcomb; +} +); +width = 600; +} +); +unicode = 731; +}, +{ +glyphname = apostrophemod; +lastChange = "2023-01-16 18:17:31 +0000"; +layers = ( +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 137; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 157; +}, +{ +layerId = m010; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 186; +}, +{ +layerId = m005; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 215; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 243; +}, +{ +layerId = m003; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 259; +}, +{ +layerId = m006; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 254; +}, +{ +layerId = m002; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 291; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 338; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 350; +}, +{ +layerId = m008; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 398; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = 1; +ref = quoteright; +} +); +width = 482; +} +); +unicode = 700; +}, +{ +glyphname = "_part.Cheabkhasian-cy"; +lastChange = "2023-04-27 15:36:57 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(320,365,l), +(320,469,l), +(290,469,ls), +(242,469,o), +(214,497,o), +(214,545,cs), +(214,574,o), +(222,604,o), +(238,629,c), +(134,629,l), +(118,599,o), +(110,565,o), +(110,525,cs), +(110,430,o), +(179,365,o), +(280,365,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(320,392,l), +(320,428,l), +(293,428,ls), +(230,428,o), +(204,456,o), +(204,523,cs), +(204,556,o), +(210,584,o), +(221,609,c), +(185,609,l), +(173,583,o), +(168,553,o), +(168,521,cs), +(168,435,o), +(210,392,o), +(293,392,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(320,392,l), +(320,428,l), +(280,428,ls), +(214,428,o), +(180,461,o), +(180,525,cs), +(180,552,o), +(186,580,o), +(200,609,c), +(164,609,l), +(150,583,o), +(144,553,o), +(144,523,cs), +(144,441,o), +(195,392,o), +(280,392,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(320,392,l), +(320,428,l), +(272,428,ls), +(166,428,o), +(120,459,o), +(120,529,cs), +(120,558,o), +(128,584,o), +(148,609,c), +(112,609,l), +(92,583,o), +(84,553,o), +(84,523,cs), +(84,436,o), +(147,392,o), +(272,392,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(320,365,l), +(320,467,l), +(296,467,ls), +(258,467,o), +(242,489,o), +(242,539,cs), +(242,572,o), +(249,602,o), +(263,629,c), +(161,629,l), +(147,601,o), +(140,567,o), +(140,523,cs), +(140,424,o), +(195,365,o), +(287,365,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(320,366,l), +(320,463,l), +(271,463,ls), +(172,463,o), +(135,486,o), +(135,547,cs), +(135,574,o), +(147,604,o), +(170,629,c), +(73,629,l), +(50,601,o), +(38,567,o), +(38,527,cs), +(38,420,o), +(111,366,o), +(256,366,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(320,329,l), +(320,481,l), +(304,481,ls), +(283,481,o), +(270,505,o), +(270,545,cs), +(270,589,o), +(281,621,o), +(299,649,c), +(147,649,l), +(129,618,o), +(118,572,o), +(118,525,cs), +(118,402,o), +(184,329,o), +(296,329,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(320,326,l), +(320,484,l), +(308,484,ls), +(264,484,o), +(242,508,o), +(242,555,cs), +(242,588,o), +(254,622,o), +(276,649,c), +(118,649,l), +(96,617,o), +(84,569,o), +(84,525,cs), +(84,407,o), +(168,326,o), +(290,326,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(320,334,l), +(320,481,l), +(297,481,ls), +(208,481,o), +(169,506,o), +(169,561,cs), +(169,592,o), +(184,621,o), +(214,649,c), +(55,649,l), +(28,621,o), +(12,575,o), +(12,525,cs), +(12,405,o), +(109,334,o), +(273,334,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,373,l), +(322,457,l), +(300,457,ls), +(279,457,o), +(269,472,o), +(269,502,cs), +(269,547,o), +(284,602,o), +(310,649,c), +(127,649,l), +(103,608,o), +(86,551,o), +(86,507,cs), +(86,414,o), +(132,373,o), +(240,373,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(300,373,l), +(300,457,l), +(298,457,ls), +(272,457,o), +(259,472,o), +(259,502,cs), +(259,545,o), +(275,592,o), +(303,629,c), +(79,629,l), +(53,597,o), +(35,548,o), +(35,507,cs), +(35,409,o), +(87,373,o), +(230,373,cs) +); +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(320,373,l), +(320,457,l), +(298,457,ls), +(273,457,o), +(260,472,o), +(260,502,cs), +(260,548,o), +(279,608,o), +(308,649,c), +(88,649,l), +(59,613,o), +(40,556,o), +(40,507,cs), +(40,414,o), +(96,373,o), +(226,373,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,373,l), +(320,457,l), +(297,457,ls), +(262,457,o), +(244,472,o), +(244,502,cs), +(244,547,o), +(266,602,o), +(308,649,c), +(-2,649,l), +(-42,608,o), +(-66,551,o), +(-66,507,cs), +(-66,409,o), +(4,373,o), +(196,373,cs) +); +} +); +width = 600; +} +); +}, +{ +glyphname = "_part.Dje-cy"; +lastChange = "2023-05-01 17:12:42 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (46,104); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(248,-136,ls), +(381,-136,o), +(456,-41,o), +(456,128,cs), +(456,188,ls), +(456,381,o), +(346,499,o), +(166,499,cs), +(102,499,o), +(42,489,o), +(-2,467,c), +(-2,359,l), +(38,381,o), +(92,391,o), +(146,391,cs), +(271,391,o), +(342,318,o), +(342,188,cs), +(342,128,ls), +(342,20,o), +(307,-40,o), +(246,-40,cs), +(226,-40,l), +(226,-136,l) +); +} +); +width = 512; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (54,104); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(264,-105,ls), +(352,-105,o), +(394,-30,o), +(394,130,cs), +(394,190,ls), +(394,385,o), +(315,477,o), +(146,477,cs), +(94,477,o), +(48,470,o), +(-2,445,c), +(-2,407,l), +(40,430,o), +(88,439,o), +(136,439,cs), +(283,439,o), +(352,359,o), +(352,190,cs), +(352,130,ls), +(352,-7,o), +(324,-71,o), +(264,-71,cs), +(256,-71,l), +(256,-105,l) +); +} +); +width = 444; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (137,104); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(326,-105,ls), +(429,-105,o), +(478,-28,o), +(478,136,cs), +(478,196,ls), +(478,381,o), +(379,477,o), +(188,477,cs), +(121,477,o), +(63,469,o), +(-2,441,c), +(-2,403,l), +(54,429,o), +(117,439,o), +(178,439,cs), +(348,439,o), +(436,356,o), +(436,196,cs), +(436,136,ls), +(436,-5,o), +(401,-71,o), +(326,-71,cs), +(314,-71,l), +(314,-105,l) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (337,104); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(466,-105,ls), +(606,-105,o), +(678,-28,o), +(678,120,cs), +(678,180,ls), +(678,382,o), +(557,477,o), +(301,477,cs), +(188,477,o), +(99,466,o), +(-2,435,c), +(-2,397,l), +(77,426,o), +(175,439,o), +(291,439,cs), +(526,439,o), +(636,356,o), +(636,180,cs), +(636,120,ls), +(636,-6,o), +(578,-71,o), +(466,-71,cs), +(430,-71,l), +(430,-105,l) +); +} +); +width = 740; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-14,104); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(217,-134,ls), +(336,-134,o), +(392,-50,o), +(392,130,cs), +(392,188,ls), +(392,393,o), +(306,499,o), +(138,499,cs), +(85,499,o), +(41,492,o), +(-2,477,c), +(-2,371,l), +(36,386,o), +(70,393,o), +(108,393,cs), +(224,393,o), +(278,327,o), +(278,186,cs), +(278,128,ls), +(278,12,o), +(258,-42,o), +(215,-42,cs), +(198,-42,l), +(198,-134,l) +); +} +); +width = 442; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (272,104); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(413,-132,ls), +(591,-132,o), +(682,-47,o), +(682,118,cs), +(682,178,ls), +(682,389,o), +(543,497,o), +(274,497,cs), +(169,497,o), +(73,485,o), +(-2,457,c), +(-2,357,l), +(71,385,o), +(158,397,o), +(244,397,cs), +(464,397,o), +(568,327,o), +(568,177,cs), +(568,117,ls), +(568,11,o), +(514,-44,o), +(410,-44,cs), +(362,-44,l), +(362,-132,l) +); +} +); +width = 738; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-130,108); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-158,ls), +(279,-158,o), +(342,-80,o), +(342,134,cs), +(342,186,ls), +(342,408,o), +(265,505,o), +(89,505,cs), +(57,505,o), +(23,500,o), +(-2,489,c), +(-2,321,l), +(15,332,o), +(39,337,o), +(59,337,cs), +(128,337,o), +(154,295,o), +(154,179,cs), +(154,126,ls), +(154,27,o), +(141,-10,o), +(106,-10,cs), +(92,-10,l), +(92,-158,l) +); +} +); +width = 375; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-36,108); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(165,-158,ls), +(358,-158,o), +(442,-71,o), +(442,128,cs), +(442,188,ls), +(442,401,o), +(341,509,o), +(142,509,cs), +(87,509,o), +(40,502,o), +(-2,485,c), +(-2,313,l), +(30,330,o), +(67,337,o), +(112,337,cs), +(211,337,o), +(254,292,o), +(254,188,cs), +(254,128,ls), +(254,32,o), +(226,-10,o), +(161,-10,cs), +(144,-10,l), +(144,-158,l) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (178,111); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(320,-152,ls), +(558,-152,o), +(662,-71,o), +(662,117,cs), +(662,177,ls), +(662,413,o), +(534,515,o), +(240,515,cs), +(151,515,o), +(68,505,o), +(-2,481,c), +(-2,321,l), +(65,345,o), +(136,355,o), +(210,355,cs), +(394,355,o), +(474,302,o), +(474,179,cs), +(474,117,ls), +(474,28,o), +(426,-10,o), +(315,-10,cs), +(262,-10,l), +(262,-152,l) +); +} +); +width = 706; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-248,42); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(9,-230,ls), +(236,-230,o), +(320,-144,o), +(320,90,cs), +(320,150,ls), +(320,414,o), +(252,529,o), +(96,529,cs), +(55,529,o), +(22,524,o), +(-2,514,c), +(-2,269,l), +(2,272,o), +(6,273,o), +(10,273,cs), +(28,273,o), +(32,248,o), +(32,150,cs), +(32,90,ls), +(32,10,o), +(27,-10,o), +(6,-10,cs), +(2,-10,l), +(2,-230,l) +); +} +); +width = 338; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-214,42); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(25,-230,ls), +(293,-230,o), +(392,-145,o), +(392,88,cs), +(392,136,ls), +(392,390,o), +(307,509,o), +(126,509,cs), +(72,509,o), +(33,504,o), +(-2,491,c), +(-2,235,l), +(6,242,o), +(13,245,o), +(24,245,cs), +(47,245,o), +(56,216,o), +(56,136,cs), +(56,88,ls), +(56,16,o), +(47,-10,o), +(21,-10,cs), +(4,-10,l), +(4,-230,l) +); +} +); +width = 410; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-80,42); +ref = _part.Hook; +}, +{ +ref = "_part.Tshe-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,-230,ls), +(474,-230,o), +(600,-145,o), +(600,88,cs), +(600,136,ls), +(600,389,o), +(474,499,o), +(184,499,cs), +(113,499,o), +(57,494,o), +(-2,481,c), +(-2,225,l), +(20,232,o), +(44,235,o), +(78,235,cs), +(149,235,o), +(180,202,o), +(180,126,cs), +(180,78,ls), +(180,14,o), +(160,-10,o), +(104,-10,cs), +(80,-10,l), +(80,-230,l) +); +} +); +width = 618; +} +); +metricRight = RNDU; +}, +{ +glyphname = _part.Middlehook; +lastChange = "2023-04-24 17:46:43 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = _part.Hook; +}, +{ +pos = (-220,0); +ref = K; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(160,-240,ls), +(339,-240,o), +(452,-113,o), +(452,90,cs), +(452,312,o), +(320,451,o), +(110,451,cs), +(59,451,o), +(22,444,o), +(-2,435,c), +(-2,339,l), +(22,348,o), +(59,355,o), +(110,355,cs), +(250,355,o), +(338,253,o), +(338,90,cs), +(338,-54,o), +(269,-144,o), +(160,-144,cs), +(140,-144,l), +(140,-240,l) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-80,0); +} +); +background = { +shapes = ( +{ +pos = (-60,0); +ref = _part.Hook; +}, +{ +pos = (-261,0); +ref = K; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(140,-266,ls), +(332,-266,o), +(449,-135,o), +(449,80,cs), +(449,312,o), +(312,457,o), +(94,457,cs), +(57,457,o), +(17,451,o), +(-2,443,c), +(-2,297,l), +(17,305,o), +(44,309,o), +(82,309,cs), +(192,309,o), +(261,221,o), +(261,80,cs), +(261,-43,o), +(215,-118,o), +(140,-118,cs), +(120,-118,l), +(120,-266,l) +); +} +); +width = 468; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(151,-209,ls), +(294,-209,o), +(384,-90,o), +(384,100,cs), +(384,297,o), +(275,421,o), +(101,421,cs), +(54,421,o), +(18,413,o), +(-2,403,c), +(-2,367,l), +(18,377,o), +(54,385,o), +(101,385,cs), +(249,385,o), +(342,275,o), +(342,100,cs), +(342,-69,o), +(268,-175,o), +(151,-175,cs), +(134,-175,l), +(134,-209,l) +); +} +); +width = 409; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-28,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(134,-240,ls), +(291,-240,o), +(380,-121,o), +(380,90,cs), +(380,314,o), +(271,451,o), +(92,451,cs), +(47,451,o), +(18,444,o), +(-2,435,c), +(-2,339,l), +(18,348,o), +(45,355,o), +(92,355,cs), +(200,355,o), +(266,254,o), +(266,90,cs), +(266,-60,o), +(218,-144,o), +(134,-144,cs), +(117,-144,l), +(117,-240,l) +); +} +); +width = 405; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-230,0); +} +); +background = { +shapes = ( +{ +pos = (-170,0); +ref = _part.Hook; +}, +{ +pos = (-371,0); +ref = K; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(68,-272,ls), +(313,-272,o), +(438,-156,o), +(438,70,cs), +(438,291,o), +(308,427,o), +(94,427,cs), +(57,427,o), +(17,421,o), +(-2,413,c), +(-2,195,l), +(8,203,o), +(18,207,o), +(34,207,cs), +(82,207,o), +(112,159,o), +(112,80,cs), +(112,-10,o), +(95,-52,o), +(58,-52,cs), +(48,-52,l), +(48,-272,l) +); +} +); +width = 447; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (10,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(250,-209,ls), +(497,-209,o), +(636,-101,o), +(636,90,cs), +(636,302,o), +(468,421,o), +(168,421,cs), +(87,421,o), +(31,412,o), +(-2,403,c), +(-2,367,l), +(31,376,o), +(87,385,o), +(168,385,cs), +(440,385,o), +(593,279,o), +(593,90,cs), +(593,-80,o), +(470,-175,o), +(250,-175,cs), +(222,-175,l), +(222,-209,l) +); +} +); +width = 667; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-40,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(188,-266,ls), +(453,-266,o), +(602,-141,o), +(602,80,cs), +(602,321,o), +(438,457,o), +(147,457,cs), +(86,457,o), +(32,449,o), +(-2,441,c), +(-2,295,l), +(32,303,o), +(69,309,o), +(130,309,cs), +(315,309,o), +(410,231,o), +(410,80,cs), +(410,-51,o), +(335,-118,o), +(188,-118,cs), +(161,-118,l), +(161,-266,l) +); +} +); +width = 624; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-270,0); +} +); +background = { +shapes = ( +{ +pos = (-94,0); +ref = _part.Hook; +}, +{ +pos = (-455,0); +ref = K; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(116,-272,ls), +(446,-272,o), +(616,-156,o), +(616,70,cs), +(616,306,o), +(459,427,o), +(153,427,cs), +(90,427,o), +(32,416,o), +(-2,403,c), +(-2,195,l), +(12,208,o), +(43,217,o), +(69,217,cs), +(150,217,o), +(196,168,o), +(196,80,cs), +(196,-2,o), +(153,-52,o), +(82,-52,cs), +(68,-52,l), +(68,-272,l) +); +} +); +width = 625; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-18,0); +ref = _part.Hook; +}, +{ +pos = (-148,0); +ref = K; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(179,-209,ls), +(349,-209,o), +(456,-90,o), +(456,100,cs), +(456,297,o), +(323,421,o), +(120,421,cs), +(62,421,o), +(22,413,o), +(-2,403,c), +(-2,367,l), +(22,377,o), +(62,385,o), +(120,385,cs), +(297,385,o), +(414,275,o), +(414,100,cs), +(414,-69,o), +(323,-175,o), +(179,-175,cs), +(159,-175,l), +(159,-209,l) +); +} +); +width = 484; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (18,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(224,-240,ls), +(484,-240,o), +(630,-121,o), +(630,90,cs), +(630,321,o), +(462,451,o), +(164,451,cs), +(93,451,o), +(31,444,o), +(-2,435,c), +(-2,339,l), +(31,348,o), +(93,355,o), +(164,355,cs), +(388,355,o), +(514,260,o), +(514,90,cs), +(514,-60,o), +(410,-144,o), +(224,-144,cs), +(196,-144,l), +(196,-240,l) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-220,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(56,-272,ls), +(259,-272,o), +(364,-156,o), +(364,70,cs), +(364,291,o), +(255,427,o), +(78,427,cs), +(47,427,o), +(14,421,o), +(-2,413,c), +(-2,205,l), +(6,213,o), +(15,217,o), +(28,217,cs), +(60,217,o), +(76,167,o), +(76,70,cs), +(76,-13,o), +(66,-52,o), +(44,-52,cs), +(40,-52,l), +(40,-272,l) +); +} +); +width = 373; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-100,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(115,-266,ls), +(283,-266,o), +(370,-148,o), +(370,80,cs), +(370,321,o), +(266,457,o), +(82,457,cs), +(48,457,o), +(16,451,o), +(-2,441,c), +(-2,295,l), +(14,305,o), +(30,309,o), +(52,309,cs), +(138,309,o), +(182,231,o), +(182,80,cs), +(182,-51,o), +(159,-118,o), +(115,-118,cs), +(99,-118,l), +(99,-266,l) +); +} +); +width = 387; +} +); +metricRight = "=RNDU/2"; +}, +{ +glyphname = "_part.Tshe-cy"; +lastChange = "2023-05-01 15:37:47 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(456,0,l), +(456,241,ls), +(456,412,o), +(368,499,o), +(196,499,cs), +(117,499,o), +(57,489,o), +(-2,467,c), +(-2,359,l), +(51,381,o), +(105,391,o), +(176,391,cs), +(292,391,o), +(342,343,o), +(342,231,cs), +(342,0,l) +); +} +); +width = 512; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(394,271,ls), +(394,408,o), +(324,477,o), +(186,477,cs), +(120,477,o), +(76,470,o), +(-2,445,c), +(-2,407,l), +(66,430,o), +(114,439,o), +(176,439,cs), +(299,439,o), +(352,385,o), +(352,261,cs), +(352,0,l) +); +} +); +width = 444; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(478,0,l), +(478,261,ls), +(478,397,o), +(385,477,o), +(228,477,cs), +(147,477,o), +(93,469,o), +(-2,441,c), +(-2,403,l), +(78,429,o), +(137,439,o), +(218,439,cs), +(363,439,o), +(436,376,o), +(436,251,cs), +(436,0,l) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(678,0,l), +(678,211,ls), +(678,398,o), +(577,477,o), +(331,477,cs), +(208,477,o), +(119,466,o), +(-2,435,c), +(-2,397,l), +(97,426,o), +(195,439,o), +(321,439,cs), +(549,439,o), +(636,375,o), +(636,201,cs), +(636,0,l) +); +} +); +width = 740; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(392,0,l), +(392,261,ls), +(392,411,o), +(305,499,o), +(158,499,cs), +(99,499,o), +(45,492,o), +(-2,477,c), +(-2,371,l), +(42,386,o), +(86,393,o), +(128,393,cs), +(227,393,o), +(278,345,o), +(278,251,cs), +(278,0,l) +); +} +); +width = 442; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(682,0,l), +(682,211,ls), +(682,403,o), +(562,497,o), +(314,497,cs), +(199,497,o), +(103,485,o), +(-2,457,c), +(-2,357,l), +(101,385,o), +(188,397,o), +(284,397,cs), +(492,397,o), +(568,344,o), +(568,201,cs), +(568,0,l) +); +} +); +width = 738; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(342,0,l), +(342,231,ls), +(342,413,o), +(260,505,o), +(99,505,cs), +(61,505,o), +(27,500,o), +(-2,489,c), +(-2,321,l), +(19,332,o), +(43,337,o), +(69,337,cs), +(128,337,o), +(154,299,o), +(154,211,cs), +(154,0,l) +); +} +); +width = 375; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(442,0,l), +(442,221,ls), +(442,412,o), +(344,509,o), +(152,509,cs), +(91,509,o), +(44,502,o), +(-2,485,c), +(-2,313,l), +(34,330,o), +(71,337,o), +(122,337,cs), +(214,337,o), +(254,296,o), +(254,201,cs), +(254,0,l) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(662,0,l), +(662,201,ls), +(662,409,o), +(533,515,o), +(280,515,cs), +(177,515,o), +(92,505,o), +(-2,481,c), +(-2,321,l), +(85,345,o), +(158,355,o), +(240,355,cs), +(403,355,o), +(474,302,o), +(474,181,cs), +(474,0,l) +); +} +); +width = 706; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,0,l), +(320,231,ls), +(320,439,o), +(252,529,o), +(96,529,cs), +(55,529,o), +(22,524,o), +(-2,514,c), +(-2,269,l), +(2,272,o), +(6,273,o), +(10,273,cs), +(25,273,o), +(32,259,o), +(32,231,cs), +(32,0,l) +); +} +); +width = 338; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(392,0,l), +(392,201,ls), +(392,405,o), +(302,509,o), +(126,509,cs), +(72,509,o), +(33,504,o), +(-2,491,c), +(-2,235,l), +(6,242,o), +(14,245,o), +(24,245,cs), +(47,245,o), +(56,225,o), +(56,171,cs), +(56,0,l) +); +} +); +width = 410; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(600,0,l), +(600,191,ls), +(600,406,o), +(474,499,o), +(184,499,cs), +(113,499,o), +(57,494,o), +(-2,481,c), +(-2,225,l), +(20,232,o), +(44,235,o), +(78,235,cs), +(149,235,o), +(180,205,o), +(180,135,cs), +(180,0,l) +); +} +); +width = 618; +} +); +metricRight = RNDU; +}, +{ +glyphname = "_part.Tshe-cy-Bar"; +lastChange = "2023-05-01 15:25:40 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bar; +pos = (206,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(5,700,l), +(609,700,l), +(609,800,l), +(5,800,l) +); +} +); +width = 614; +}, +{ +anchors = ( +{ +name = _bar; +pos = (188,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(4,632,l), +(672,632,l), +(672,800,l), +(4,800,l) +); +} +); +width = 676; +}, +{ +anchors = ( +{ +name = _bar; +pos = (182,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(5,762,l), +(465,762,l), +(465,800,l), +(5,800,l) +); +} +); +width = 470; +}, +{ +anchors = ( +{ +name = _bar; +pos = (160,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(5,702,l), +(515,702,l), +(515,800,l), +(5,800,l) +); +} +); +width = 520; +}, +{ +anchors = ( +{ +name = _bar; +pos = (150,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(2,560,l), +(770,560,l), +(770,800,l), +(2,800,l) +); +} +); +width = 772; +}, +{ +anchors = ( +{ +name = _bar; +pos = (300,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(6,762,l), +(764,762,l), +(764,800,l), +(6,800,l) +); +} +); +width = 770; +}, +{ +anchors = ( +{ +name = _bar; +pos = (268,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(4,648,l), +(898,648,l), +(898,800,l), +(4,800,l) +); +} +); +width = 902; +}, +{ +anchors = ( +{ +name = _bar; +pos = (190,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(2,560,l), +(1080,560,l), +(1080,800,l), +(2,800,l) +); +} +); +width = 1082; +}, +{ +anchors = ( +{ +name = _bar; +pos = (216,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(5,762,l), +(549,762,l), +(549,800,l), +(5,800,l) +); +} +); +width = 554; +}, +{ +anchors = ( +{ +name = _bar; +pos = (280,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(5,708,l), +(845,708,l), +(845,800,l), +(5,800,l) +); +} +); +width = 850; +}, +{ +anchors = ( +{ +name = _bar; +pos = (128,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(2,580,l), +(642,580,l), +(642,800,l), +(2,800,l) +); +} +); +width = 644; +}, +{ +anchors = ( +{ +name = _bar; +pos = (156,800); +} +); +background = { +shapes = ( +{ +ref = T; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(3,636,l), +(567,636,l), +(567,800,l), +(3,800,l) +); +} +); +width = 570; +} +); +}, +{ +glyphname = "_part.cheabkhasian-cy"; +lastChange = "2023-04-27 15:46:07 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(320,264,l), +(320,362,l), +(290,362,ls), +(240,362,o), +(214,386,o), +(214,434,cs), +(214,463,o), +(224,491,o), +(238,512,c), +(140,512,l), +(124,486,o), +(116,452,o), +(116,418,cs), +(116,326,o), +(183,264,o), +(280,264,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(320,252,l), +(320,376,l), +(290,376,ls), +(256,376,o), +(238,397,o), +(238,438,cs), +(238,469,o), +(251,504,o), +(272,532,c), +(144,532,l), +(124,502,o), +(112,459,o), +(112,418,cs), +(112,314,o), +(174,252,o), +(280,252,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(320,284,l), +(320,318,l), +(292,318,ls), +(232,318,o), +(206,344,o), +(206,402,cs), +(206,432,o), +(211,461,o), +(223,492,c), +(189,492,l), +(177,461,o), +(172,429,o), +(172,398,cs), +(172,326,o), +(213,284,o), +(283,284,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(320,264,l), +(320,360,l), +(298,360,ls), +(261,360,o), +(242,384,o), +(242,430,cs), +(242,463,o), +(250,491,o), +(262,512,c), +(166,512,l), +(153,486,o), +(146,452,o), +(146,414,cs), +(146,325,o), +(204,264,o), +(289,264,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(320,298,l), +(320,358,l), +(298,358,ls), +(276,358,o), +(266,370,o), +(266,398,cs), +(266,442,o), +(284,497,o), +(310,532,c), +(110,532,l), +(82,499,o), +(66,453,o), +(66,408,cs), +(66,331,o), +(111,298,o), +(214,298,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(320,284,l), +(320,319,l), +(268,319,ls), +(167,319,o), +(123,348,o), +(123,414,cs), +(123,445,o), +(134,471,o), +(151,492,c), +(114,492,l), +(96,466,o), +(88,438,o), +(88,408,cs), +(88,326,o), +(147,284,o), +(262,284,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(320,258,l), +(320,374,l), +(287,374,ls), +(210,374,o), +(186,401,o), +(186,442,cs), +(186,470,o), +(201,500,o), +(231,532,c), +(89,532,l), +(62,500,o), +(48,457,o), +(48,418,cs), +(48,314,o), +(131,258,o), +(273,258,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,298,l), +(320,358,l), +(294,358,ls), +(271,358,o), +(258,376,o), +(258,406,cs), +(258,444,o), +(281,495,o), +(314,532,c), +(22,532,l), +(-13,499,o), +(-34,454,o), +(-34,412,cs), +(-34,329,o), +(22,298,o), +(176,298,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(320,284,l), +(320,319,l), +(290,319,ls), +(219,319,o), +(183,352,o), +(183,416,cs), +(183,444,o), +(191,469,o), +(203,492,c), +(168,492,l), +(154,468,o), +(148,439,o), +(148,408,cs), +(148,332,o), +(199,284,o), +(280,284,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(320,264,l), +(320,358,l), +(276,358,ls), +(174,358,o), +(137,378,o), +(137,434,cs), +(137,463,o), +(151,491,o), +(171,512,c), +(75,512,l), +(55,488,o), +(44,454,o), +(44,418,cs), +(44,316,o), +(117,264,o), +(262,264,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,298,l), +(320,358,l), +(300,358,ls), +(282,358,o), +(274,370,o), +(274,398,cs), +(274,442,o), +(289,496,o), +(310,532,c), +(146,532,l), +(123,500,o), +(110,453,o), +(110,408,cs), +(110,335,o), +(155,298,o), +(242,298,cs) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(320,254,l), +(320,374,l), +(298,374,ls), +(277,374,o), +(266,392,o), +(266,426,cs), +(266,466,o), +(277,504,o), +(295,532,c), +(169,532,l), +(152,502,o), +(142,460,o), +(142,414,cs), +(142,313,o), +(197,254,o), +(289,254,cs) +); +} +); +width = 600; +} +); +}, +{ +glyphname = _part.middlehook; +lastChange = "2023-04-24 18:52:29 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (-10,0); +} +); +background = { +shapes = ( +{ +pos = (-90,0); +ref = _part.hook; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(120,-216,ls), +(295,-216,o), +(402,-113,o), +(402,54,cs), +(402,224,o), +(291,328,o), +(110,328,cs), +(61,328,o), +(24,320,o), +(-2,309,c), +(-2,213,l), +(26,224,o), +(63,232,o), +(110,232,cs), +(223,232,o), +(292,164,o), +(292,54,cs), +(292,-55,o), +(227,-122,o), +(120,-122,cs), +(100,-122,l), +(100,-216,l) +); +} +); +width = 418; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-80,0); +} +); +background = { +shapes = ( +{ +pos = (-90,0); +ref = _part.hook; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(116,-226,ls), +(297,-226,o), +(408,-120,o), +(408,54,cs), +(408,231,o), +(291,340,o), +(100,340,cs), +(61,340,o), +(21,332,o), +(-2,319,c), +(-2,167,l), +(18,178,o), +(53,186,o), +(90,186,cs), +(179,186,o), +(234,136,o), +(234,54,cs), +(234,-28,o), +(189,-78,o), +(116,-78,cs), +(96,-78,l), +(96,-226,l) +); +} +); +width = 419; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (40,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(97,-186,ls), +(231,-186,o), +(313,-99,o), +(313,44,cs), +(313,201,o), +(233,298,o), +(102,298,cs), +(55,298,o), +(21,288,o), +(-2,275,c), +(-2,239,l), +(22,252,o), +(57,262,o), +(102,262,cs), +(209,262,o), +(274,179,o), +(274,44,cs), +(274,-78,o), +(207,-152,o), +(97,-152,cs), +(89,-152,l), +(89,-186,l) +); +} +); +width = 327; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-25,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(101,-216,ls), +(248,-216,o), +(338,-113,o), +(338,54,cs), +(338,224,o), +(245,328,o), +(92,328,cs), +(51,328,o), +(20,320,o), +(-2,309,c), +(-2,213,l), +(22,224,o), +(53,232,o), +(92,232,cs), +(178,232,o), +(230,164,o), +(230,54,cs), +(230,-55,o), +(181,-122,o), +(101,-122,cs), +(84,-122,l), +(84,-216,l) +); +} +); +width = 352; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-239,0); +} +); +background = { +shapes = ( +{ +pos = (-224,0); +ref = _part.hook; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(46,-242,ls), +(258,-242,o), +(388,-126,o), +(388,64,cs), +(388,248,o), +(276,360,o), +(72,360,cs), +(38,360,o), +(9,353,o), +(-2,349,c), +(-2,137,l), +(5,142,o), +(14,146,o), +(26,146,cs), +(52,146,o), +(68,113,o), +(68,60,cs), +(68,3,o), +(55,-32,o), +(34,-32,cs), +(26,-32,l), +(26,-242,l) +); +} +); +width = 393; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (69,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(162,-186,ls), +(397,-186,o), +(518,-109,o), +(518,40,cs), +(518,210,o), +(400,298,o), +(170,298,cs), +(102,298,o), +(45,288,o), +(-2,271,c), +(-2,235,l), +(48,252,o), +(105,262,o), +(170,262,cs), +(372,262,o), +(476,187,o), +(476,40,cs), +(476,-87,o), +(369,-152,o), +(162,-152,cs), +(148,-152,l), +(148,-186,l) +); +} +); +width = 536; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-52,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(156,-226,ls), +(415,-226,o), +(548,-134,o), +(548,44,cs), +(548,239,o), +(411,340,o), +(145,340,cs), +(86,340,o), +(29,329,o), +(-2,317,c), +(-2,167,l), +(25,177,o), +(75,188,o), +(131,188,cs), +(285,188,o), +(364,139,o), +(364,44,cs), +(364,-37,o), +(293,-78,o), +(156,-78,cs), +(129,-78,l), +(129,-226,l) +); +} +); +width = 561; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-253,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(65,-242,ls), +(373,-242,o), +(546,-133,o), +(546,60,cs), +(546,252,o), +(389,360,o), +(110,360,cs), +(50,360,o), +(13,353,o), +(-2,349,c), +(-2,137,l), +(8,142,o), +(24,146,o), +(44,146,cs), +(107,146,o), +(146,112,o), +(146,56,cs), +(146,1,o), +(109,-32,o), +(49,-32,cs), +(37,-32,l), +(37,-242,l) +); +} +); +width = 551; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (58,0); +} +); +background = { +shapes = ( +{ +pos = (-70,0); +ref = _part.hook; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(116,-186,ls), +(270,-186,o), +(372,-94,o), +(372,44,cs), +(372,196,o), +(272,298,o), +(122,298,cs), +(73,298,o), +(32,288,o), +(-2,275,c), +(-2,239,l), +(34,252,o), +(75,262,o), +(122,262,cs), +(247,262,o), +(331,175,o), +(331,44,cs), +(331,-74,o), +(245,-152,o), +(116,-152,cs), +(106,-152,l), +(106,-186,l) +); +} +); +width = 388; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (20,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(168,-216,ls), +(427,-216,o), +(560,-128,o), +(560,44,cs), +(560,231,o), +(425,328,o), +(164,328,cs), +(90,328,o), +(34,319,o), +(-2,305,c), +(-2,209,l), +(37,223,o), +(92,232,o), +(164,232,cs), +(351,232,o), +(448,168,o), +(448,44,cs), +(448,-66,o), +(353,-122,o), +(168,-122,cs), +(140,-122,l), +(140,-216,l) +); +} +); +width = 576; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-195,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(38,-242,ls), +(214,-242,o), +(322,-126,o), +(322,64,cs), +(322,248,o), +(222,360,o), +(60,360,cs), +(35,360,o), +(12,354,o), +(-2,349,c), +(-2,137,l), +(4,142,o), +(11,146,o), +(21,146,cs), +(43,146,o), +(50,113,o), +(50,60,cs), +(50,3,o), +(45,-32,o), +(28,-32,cs), +(21,-32,l), +(21,-242,l) +); +} +); +width = 327; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-96,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(98,-226,ls), +(251,-226,o), +(344,-120,o), +(344,54,cs), +(344,231,o), +(245,340,o), +(84,340,cs), +(51,340,o), +(17,332,o), +(-2,319,c), +(-2,167,l), +(15,178,o), +(44,186,o), +(76,186,cs), +(137,186,o), +(174,136,o), +(174,54,cs), +(174,-28,o), +(145,-78,o), +(98,-78,cs), +(81,-78,l), +(81,-226,l) +); +} +); +width = 353; +} +); +metricRight = "=TNG"; +}, +{ +export = 0; +glyphname = _part.A; +lastChange = "2021-09-18 18:24:30 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (200,0); +} +); +layerId = m01; +shapes = ( +{ +alignment = -1; +piece = { +Width = 400; +}; +pos = (-5,-78); +ref = "_part.bar-middle-UC"; +} +); +width = 400; +}, +{ +anchors = ( +{ +name = _connect; +pos = (200,0); +} +); +layerId = m002; +shapes = ( +{ +alignment = -1; +piece = { +Width = 400; +}; +pos = (-4,-86); +ref = "_part.bar-middle-UC"; +} +); +width = 400; +}, +{ +anchors = ( +{ +name = _connect; +pos = (280,0); +} +); +layerId = m003; +shapes = ( +{ +alignment = -1; +piece = { +Width = 560; +}; +pos = (-5,-78); +ref = "_part.bar-middle-UC"; +} +); +width = 560; +}, +{ +anchors = ( +{ +name = _connect; +pos = (280,0); +} +); +layerId = m004; +shapes = ( +{ +alignment = -1; +piece = { +Width = 560; +}; +pos = (-4,-86); +ref = "_part.bar-middle-UC"; +} +); +width = 560; +}, +{ +anchors = ( +{ +name = _connect; +pos = (180,0); +} +); +layerId = m005; +shapes = ( +{ +alignment = -1; +piece = { +Width = 360; +}; +pos = (-4,-78); +ref = "_part.bar-middle-UC"; +} +); +width = 360; +}, +{ +anchors = ( +{ +name = _connect; +pos = (200,0); +} +); +layerId = m006; +shapes = ( +{ +alignment = -1; +piece = { +Width = 400; +}; +pos = (-3,-86); +ref = "_part.bar-middle-UC"; +} +); +width = 400; +}, +{ +anchors = ( +{ +name = _connect; +pos = (180,0); +} +); +layerId = m007; +shapes = ( +{ +alignment = -1; +piece = { +Width = 360; +}; +pos = (-5,-58); +ref = "_part.bar-middle-UC"; +} +); +width = 360; +}, +{ +anchors = ( +{ +name = _connect; +pos = (200,0); +} +); +layerId = m008; +shapes = ( +{ +alignment = -1; +piece = { +Width = 400; +}; +pos = (-4,-104); +ref = "_part.bar-middle-UC"; +scale = (1,0.9231); +} +); +width = 400; +}, +{ +anchors = ( +{ +name = _connect; +pos = (160,0); +} +); +layerId = m009; +shapes = ( +{ +alignment = -1; +piece = { +Width = 320; +}; +pos = (-5,-58); +ref = "_part.bar-middle-UC"; +} +); +width = 320; +}, +{ +anchors = ( +{ +name = _connect; +pos = (250,0); +} +); +layerId = m010; +shapes = ( +{ +alignment = -1; +piece = { +Width = 500; +}; +pos = (-6,-58); +ref = "_part.bar-middle-UC"; +} +); +width = 500; +}, +{ +anchors = ( +{ +name = _connect; +pos = (200,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +piece = { +Width = 400; +}; +pos = (-4,-94); +ref = "_part.bar-middle-UC"; +scale = (1,0.9231); +} +); +width = 400; +}, +{ +anchors = ( +{ +name = _connect; +pos = (200,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +piece = { +Width = 400; +}; +pos = (-4,-106); +ref = "_part.bar-middle-UC"; +scale = (1,0.9231); +} +); +width = 400; +} +); +}, +{ +export = 0; +glyphname = _part.B; +lastChange = "2022-11-26 16:18:41 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,694,l), +(198,694,ls), +(302,694,o), +(360,651,o), +(360,574,cs), +(360,497,o), +(302,454,o), +(198,454,cs), +(-2,454,l), +(-2,354,l), +(198,354,ls), +(308,354,o), +(370,309,o), +(370,230,cs), +(370,151,o), +(308,106,o), +(198,106,cs), +(-2,106,l), +(-2,0,l), +(198,0,ls), +(374,0,o), +(482,84,o), +(482,222,cs), +(482,312,o), +(434,381,o), +(352,406,c), +(352,422,l), +(425,446,o), +(468,505,o), +(468,582,cs), +(468,717,o), +(365,800,o), +(198,800,cs), +(-2,800,l) +); +} +); +width = 526; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,640,l), +(180,640,ls), +(243,640,o), +(278,611,o), +(278,559,cs), +(278,507,o), +(243,478,o), +(180,478,cs), +(-2,478,l), +(-2,330,l), +(184,330,ls), +(247,330,o), +(282,299,o), +(282,245,cs), +(282,191,o), +(247,160,o), +(184,160,cs), +(-2,160,l), +(-2,0,l), +(186,0,ls), +(365,0,o), +(466,84,o), +(466,232,cs), +(466,322,o), +(423,388,o), +(346,416,c), +(346,432,l), +(413,460,o), +(450,514,o), +(450,582,cs), +(450,722,o), +(354,800,o), +(182,800,cs), +(-2,800,l) +); +} +); +width = 496; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,700,l), +(392,700,ls), +(521,700,o), +(586,658,o), +(586,576,cs), +(586,494,o), +(521,452,o), +(392,452,cs), +(-2,452,l), +(-2,356,l), +(392,356,ls), +(531,356,o), +(600,312,o), +(600,228,cs), +(600,144,o), +(531,100,o), +(392,100,cs), +(-2,100,l), +(-2,0,l), +(392,0,ls), +(599,0,o), +(716,79,o), +(716,219,cs), +(716,316,o), +(662,384,o), +(566,408,c), +(566,424,l), +(649,444,o), +(696,501,o), +(696,582,cs), +(696,722,o), +(587,800,o), +(392,800,cs), +(-2,800,l) +); +} +); +width = 760; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-272,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,640,l), +(372,640,ls), +(456,640,o), +(500,613,o), +(500,560,cs), +(500,507,o), +(456,480,o), +(372,480,cs), +(-2,480,l), +(-2,332,l), +(380,332,ls), +(464,332,o), +(508,303,o), +(508,246,cs), +(508,189,o), +(464,160,o), +(380,160,cs), +(-2,160,l), +(-2,0,l), +(384,0,ls), +(585,0,o), +(698,81,o), +(698,224,cs), +(698,321,o), +(644,389,o), +(548,412,c), +(548,428,l), +(631,450,o), +(678,505,o), +(678,582,cs), +(678,722,o), +(569,800,o), +(376,800,cs), +(-2,800,l) +); +} +); +width = 733; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-198,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,694,l), +(130,694,ls), +(215,694,o), +(266,649,o), +(266,574,cs), +(266,499,o), +(215,454,o), +(130,454,cs), +(-2,454,l), +(-2,354,l), +(130,354,ls), +(221,354,o), +(274,308,o), +(274,230,cs), +(274,152,o), +(221,106,o), +(130,106,cs), +(-2,106,l), +(-2,0,l), +(130,0,ls), +(290,0,o), +(388,82,o), +(388,217,cs), +(388,311,o), +(343,381,o), +(268,404,c), +(268,420,l), +(335,439,o), +(374,500,o), +(374,584,cs), +(374,718,o), +(281,800,o), +(130,800,cs), +(-2,800,l) +); +} +); +width = 428; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,640,l), +(90,640,ls), +(138,640,o), +(170,608,o), +(170,561,cs), +(170,514,o), +(138,482,o), +(90,482,cs), +(-2,482,l), +(-2,326,l), +(94,326,ls), +(142,326,o), +(174,292,o), +(174,243,cs), +(174,194,o), +(142,160,o), +(94,160,cs), +(-2,160,l), +(-2,0,l), +(100,0,ls), +(264,0,o), +(364,87,o), +(364,230,cs), +(364,321,o), +(318,392,o), +(242,416,c), +(242,432,l), +(308,458,o), +(348,515,o), +(348,582,cs), +(348,717,o), +(252,800,o), +(96,800,cs), +(-2,800,l) +); +} +); +width = 390; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-149,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,762,l), +(220,762,ls), +(363,762,o), +(443,701,o), +(443,592,cs), +(443,485,o), +(363,424,o), +(220,424,cs), +(-2,424,l), +(-2,388,l), +(220,388,ls), +(368,388,o), +(452,325,o), +(452,212,cs), +(452,101,o), +(368,38,o), +(220,38,cs), +(-2,38,l), +(-2,0,l), +(220,0,ls), +(395,0,o), +(494,76,o), +(494,212,cs), +(494,315,o), +(438,384,o), +(338,404,c), +(338,414,l), +(431,431,o), +(484,496,o), +(484,592,cs), +(484,724,o), +(388,800,o), +(220,800,cs), +(-2,800,l) +); +} +); +width = 538; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-371,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,568,l), +(46,568,ls), +(76,568,o), +(94,549,o), +(94,518,cs), +(94,487,o), +(76,468,o), +(46,468,cs), +(-2,468,l), +(-2,340,l), +(40,340,ls), +(70,340,o), +(88,321,o), +(88,288,cs), +(88,255,o), +(70,236,o), +(40,236,cs), +(-2,236,l), +(-2,0,l), +(150,0,ls), +(322,0,o), +(424,84,o), +(424,226,cs), +(424,323,o), +(364,394,o), +(296,412,c), +(296,432,l), +(349,448,o), +(400,510,o), +(400,596,cs), +(400,724,o), +(298,800,o), +(126,800,cs), +(-2,800,l) +); +} +); +width = 439; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-137,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,762,l), +(156,762,ls), +(289,762,o), +(361,702,o), +(361,591,cs), +(361,484,o), +(287,424,o), +(156,424,cs), +(-2,424,l), +(-2,388,l), +(156,388,ls), +(292,388,o), +(368,324,o), +(368,211,cs), +(368,100,o), +(292,38,o), +(156,38,cs), +(-2,38,l), +(-2,0,l), +(156,0,ls), +(319,0,o), +(410,76,o), +(410,211,cs), +(410,310,o), +(359,380,o), +(268,405,c), +(268,415,l), +(354,435,o), +(402,499,o), +(402,591,cs), +(402,725,o), +(313,800,o), +(156,800,cs), +(-2,800,l) +); +} +); +width = 450; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-159,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,762,l), +(408,762,ls), +(579,762,o), +(667,704,o), +(667,592,cs), +(667,481,o), +(579,424,o), +(408,424,cs), +(-2,424,l), +(-2,388,l), +(408,388,ls), +(587,388,o), +(679,328,o), +(679,212,cs), +(679,97,o), +(587,38,o), +(408,38,cs), +(-2,38,l), +(-2,0,l), +(408,0,ls), +(615,0,o), +(722,72,o), +(722,212,cs), +(722,315,o), +(664,381,o), +(552,405,c), +(552,415,l), +(655,437,o), +(708,497,o), +(708,592,cs), +(708,727,o), +(604,800,o), +(408,800,cs), +(-2,800,l) +); +} +); +width = 771; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,562,l), +(152,562,ls), +(193,562,o), +(210,541,o), +(210,516,cs), +(210,491,o), +(193,470,o), +(152,470,cs), +(-2,470,l), +(-2,334,l), +(146,334,ls), +(187,334,o), +(204,313,o), +(204,286,cs), +(204,259,o), +(187,238,o), +(146,238,cs), +(-2,238,l), +(-2,0,l), +(340,0,ls), +(537,0,o), +(654,87,o), +(654,234,cs), +(654,353,o), +(577,431,o), +(446,443,c), +(446,463,l), +(548,479,o), +(608,537,o), +(608,620,cs), +(608,739,o), +(509,800,o), +(314,800,cs), +(-2,800,l) +); +} +); +width = 669; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,574,l), +(10,574,ls), +(43,574,o), +(62,552,o), +(62,516,cs), +(62,480,o), +(43,458,o), +(10,458,cs), +(-2,458,l), +(-2,358,l), +(4,358,ls), +(37,358,o), +(56,334,o), +(56,294,cs), +(56,254,o), +(37,230,o), +(4,230,cs), +(-2,230,l), +(-2,0,l), +(90,0,ls), +(247,0,o), +(344,88,o), +(344,232,cs), +(344,329,o), +(291,400,o), +(214,418,c), +(214,438,l), +(277,457,o), +(322,520,o), +(322,602,cs), +(322,725,o), +(229,800,o), +(78,800,cs), +(-2,800,l) +); +} +); +width = 359; +} +); +metricRight = "=SQRU/2.4"; +}, +{ +export = 0; +glyphname = "_part.Bar-stroke"; +lastChange = "2023-04-29 13:33:25 +0000"; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (222,400); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(468,414,l), +(468,450,l), +(132,450,l), +(132,414,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (202,400); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(498,414,l), +(498,450,l), +(102,450,l), +(102,414,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (164,400); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(576,414,l), +(576,450,l), +(24,450,l), +(24,414,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (195,400); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(485,344,l), +(485,440,l), +(115,440,l), +(115,344,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (180,400); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(520,344,l), +(520,440,l), +(80,440,l), +(80,344,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (135,400); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(605,346,l), +(605,438,l), +(-5,438,l), +(-5,346,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (175,400); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(505,292,l), +(505,432,l), +(95,432,l), +(95,292,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (157,400); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(543,292,l), +(543,432,l), +(57,432,l), +(57,292,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (114,400); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(626,294,l), +(626,430,l), +(-26,430,l), +(-26,294,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (127,400); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(533,222,l), +(533,422,l), +(67,422,l), +(67,222,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (100,400); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(580,222,l), +(580,422,l), +(20,422,l), +(20,222,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (26,400); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,222,l), +(694,422,l), +(-94,422,l), +(-94,222,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = "_part.Be-cy"; +lastChange = "2022-12-12 13:29:54 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-261,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(212,0,ls), +(384,0,o), +(494,98,o), +(494,251,cs), +(494,404,o), +(384,502,o), +(212,502,cs), +(-2,502,l), +(-2,340,l), +(198,340,ls), +(263,340,o), +(302,309,o), +(302,257,cs), +(302,205,o), +(263,174,o), +(198,174,cs), +(-2,174,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(452,626,l), +(452,800,l), +(-2,800,l), +(-2,626,l) +); +} +); +width = 524; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(232,0,ls), +(384,0,o), +(486,94,o), +(486,236,cs), +(486,376,o), +(384,470,o), +(232,470,cs), +(-2,470,l), +(-2,366,l), +(236,366,ls), +(317,366,o), +(372,314,o), +(372,237,cs), +(372,160,o), +(317,108,o), +(236,108,cs), +(-2,108,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(452,692,l), +(452,800,l), +(-2,800,l), +(-2,692,l) +); +} +); +width = 531; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(436,0,ls), +(623,0,o), +(728,85,o), +(728,235,cs), +(728,386,o), +(623,470,o), +(436,470,cs), +(-2,470,l), +(-2,374,l), +(444,374,ls), +(550,374,o), +(612,323,o), +(612,237,cs), +(612,151,o), +(550,100,o), +(444,100,cs), +(-2,100,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(702,700,l), +(702,800,l), +(-2,800,l), +(-2,700,l) +); +} +); +width = 773; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-272,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(390,0,ls), +(586,0,o), +(702,94,o), +(702,252,cs), +(702,410,o), +(586,504,o), +(390,504,cs), +(-2,504,l), +(-2,352,l), +(390,352,ls), +(465,352,o), +(510,316,o), +(510,256,cs), +(510,196,o), +(465,160,o), +(390,160,cs), +(-2,160,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(662,640,l), +(662,800,l), +(-2,800,l), +(-2,640,l) +); +} +); +width = 737; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-198,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(146,0,ls), +(294,0,o), +(388,92,o), +(388,236,cs), +(388,378,o), +(294,468,o), +(146,468,cs), +(-2,468,l), +(-2,368,l), +(150,368,ls), +(224,368,o), +(274,315,o), +(274,237,cs), +(274,159,o), +(224,106,o), +(150,106,cs), +(-2,106,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(363,694,l), +(363,800,l), +(-1,800,l), +(-1,694,l) +); +} +); +width = 428; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-250,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(122,0,ls), +(276,0,o), +(374,98,o), +(374,251,cs), +(374,404,o), +(276,502,o), +(122,502,cs), +(-2,502,l), +(-2,342,l), +(92,342,ls), +(151,342,o), +(186,310,o), +(186,256,cs), +(186,202,o), +(151,170,o), +(92,170,cs), +(-2,170,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(332,630,l), +(332,800,l), +(-2,800,l), +(-2,630,l) +); +} +); +width = 400; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-148,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(260,0,ls), +(415,0,o), +(502,80,o), +(502,221,cs), +(502,362,o), +(415,442,o), +(260,442,cs), +(-2,442,l), +(-2,406,l), +(264,406,ls), +(389,406,o), +(460,340,o), +(460,222,cs), +(460,104,o), +(389,38,o), +(264,38,cs), +(-2,38,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(462,762,l), +(462,800,l), +(-2,800,l), +(-2,762,l) +); +} +); +width = 547; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-371,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(108,0,ls), +(298,0,o), +(410,91,o), +(410,245,cs), +(410,399,o), +(298,490,o), +(108,490,cs), +(-2,490,l), +(-2,326,l), +(28,326,ls), +(65,326,o), +(84,309,o), +(84,276,cs), +(84,243,o), +(65,226,o), +(28,226,cs), +(-2,226,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(370,554,l), +(370,800,l), +(-2,800,l), +(-2,554,l) +); +} +); +width = 424; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-137,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(192,0,ls), +(330,0,o), +(414,84,o), +(414,221,cs), +(414,358,o), +(330,442,o), +(192,442,cs), +(-2,442,l), +(-2,406,l), +(196,406,ls), +(305,406,o), +(372,336,o), +(372,222,cs), +(372,108,o), +(305,38,o), +(196,38,cs), +(-2,38,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(372,762,l), +(372,800,l), +(-2,800,l), +(-2,762,l) +); +} +); +width = 454; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-159,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(450,0,ls), +(620,0,o), +(716,80,o), +(716,221,cs), +(716,362,o), +(620,442,o), +(450,442,cs), +(-2,442,l), +(-2,408,l), +(454,408,ls), +(594,408,o), +(673,341,o), +(673,222,cs), +(673,103,o), +(594,36,o), +(454,36,cs), +(-2,36,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(672,762,l), +(672,800,l), +(-2,800,l), +(-2,762,l) +); +} +); +width = 766; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-455,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(248,0,ls), +(517,0,o), +(634,76,o), +(634,250,cs), +(634,424,o), +(517,500,o), +(248,500,cs), +(-2,500,l), +(-2,330,l), +(158,330,ls), +(195,330,o), +(214,315,o), +(214,285,cs), +(214,255,o), +(195,240,o), +(158,240,cs), +(-2,240,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(586,560,l), +(586,800,l), +(-2,800,l), +(-2,560,l) +); +} +); +width = 648; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-323,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(68,0,ls), +(240,0,o), +(342,95,o), +(342,255,cs), +(342,415,o), +(240,510,o), +(68,510,cs), +(-2,510,l), +(-2,350,l), +(8,350,ls), +(38,350,o), +(54,330,o), +(54,290,cs), +(54,250,o), +(38,230,o), +(8,230,cs), +(-2,230,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(308,570,l), +(308,800,l), +(-2,800,l), +(-2,570,l) +); +} +); +width = 356; +} +); +metricRight = "=RNDU*0.8"; +}, +{ +export = 0; +glyphname = "_part.C-narrow"; +lastChange = "2026-03-25 23:24:15 +0000"; +layers = ( +{ +anchors = ( +{ +name = center; +pos = (293,400); +} +); +background = { +shapes = ( +{ +pos = (21,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(616,-16,o), +(731,89,o), +(741,244,c), +(630,244,l), +(615,154,o), +(548,92,o), +(458,92,cs), +(323,92,o), +(239,209,o), +(239,400,cs), +(239,591,o), +(325,708,o), +(468,708,cs), +(566,708,o), +(635,638,o), +(650,536,c), +(761,536,l), +(751,702,o), +(632,816,o), +(468,816,cs), +(263,816,o), +(127,650,o), +(127,400,cs), +(127,150,o), +(259,-16,o), +(458,-16,cs) +); +} +); +width = 799; +}, +{ +anchors = ( +{ +name = center; +pos = (274,394); +} +); +background = { +shapes = ( +{ +pos = (15,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(650,-20,o), +(779,104,o), +(796,306,c), +(622,306,l), +(602,207,o), +(542,152,o), +(456,152,cs), +(336,152,o), +(268,241,o), +(268,400,cs), +(268,559,o), +(339,648,o), +(464,648,cs), +(557,648,o), +(620,589,o), +(638,484,c), +(812,484,l), +(799,692,o), +(667,820,o), +(464,820,cs), +(231,820,o), +(88,660,o), +(88,400,cs), +(88,140,o), +(228,-20,o), +(456,-20,cs) +); +} +); +width = 838; +}, +{ +anchors = ( +{ +name = center; +pos = (363,400); +} +); +background = { +shapes = ( +{ +pos = (21,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(809,-16,o), +(967,99,o), +(993,286,c), +(887,286,l), +(847,157,o), +(738,84,o), +(578,84,cs), +(361,84,o), +(241,198,o), +(241,400,cs), +(241,602,o), +(362,716,o), +(582,716,cs), +(755,716,o), +(869,640,o), +(907,504,c), +(1013,504,l), +(993,697,o), +(829,816,o), +(582,816,cs), +(300,816,o), +(127,658,o), +(127,400,cs), +(127,142,o), +(298,-16,o), +(578,-16,cs) +); +} +); +width = 1051; +}, +{ +anchors = ( +{ +name = center; +pos = (377,394); +} +); +background = { +shapes = ( +{ +pos = (17,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(870,-20,o), +(1034,97,o), +(1051,306,c), +(869,306,l), +(839,196,o), +(746,140,o), +(594,140,cs), +(393,140,o), +(289,228,o), +(289,400,cs), +(289,572,o), +(395,660,o), +(602,660,cs), +(762,660,o), +(858,600,o), +(885,484,c), +(1067,484,l), +(1055,699,o), +(888,820,o), +(602,820,cs), +(281,820,o), +(101,669,o), +(101,400,cs), +(101,131,o), +(278,-20,o), +(594,-20,cs) +); +} +); +width = 1097; +}, +{ +anchors = ( +{ +name = center; +pos = (250,400); +} +); +background = { +shapes = ( +{ +pos = (30,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(537,-16,o), +(625,78,o), +(636,244,c), +(536,244,l), +(518,142,o), +(472,90,o), +(391,90,cs), +(283,90,o), +(224,195,o), +(224,400,cs), +(224,605,o), +(285,710,o), +(395,710,cs), +(481,710,o), +(530,651,o), +(550,536,c), +(650,536,l), +(639,715,o), +(547,816,o), +(395,816,cs), +(215,816,o), +(114,666,o), +(114,400,cs), +(114,134,o), +(214,-16,o), +(391,-16,cs) +); +} +); +width = 684; +}, +{ +anchors = ( +{ +name = center; +pos = (220,394); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(560,-20,o), +(664,97,o), +(678,306,c), +(512,306,l), +(494,202,o), +(454,148,o), +(389,148,cs), +(300,148,o), +(254,234,o), +(254,400,cs), +(254,566,o), +(301,652,o), +(393,652,cs), +(465,652,o), +(508,595,o), +(526,484,c), +(692,484,l), +(681,699,o), +(573,820,o), +(393,820,cs), +(189,820,o), +(74,669,o), +(74,400,cs), +(74,131,o), +(187,-20,o), +(389,-20,cs) +); +} +); +width = 714; +}, +{ +anchors = ( +{ +name = center; +pos = (270,400); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(569,-12,o), +(664,80,o), +(685,244,c), +(644,244,l), +(626,104,o), +(546,26,o), +(421,26,cs), +(260,26,o), +(169,161,o), +(169,400,cs), +(169,639,o), +(261,774,o), +(425,774,cs), +(557,774,o), +(640,688,o), +(656,536,c), +(697,536,l), +(678,713,o), +(580,812,o), +(425,812,cs), +(234,812,o), +(127,664,o), +(127,400,cs), +(127,136,o), +(233,-12,o), +(421,-12,cs) +); +} +); +width = 735; +}, +{ +anchors = ( +{ +name = center; +pos = (268,408); +} +); +background = { +shapes = ( +{ +pos = (13,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(677,-26,o), +(824,100,o), +(836,306,c), +(540,306,l), +(530,261,o), +(502,238,o), +(458,238,cs), +(392,238,o), +(358,293,o), +(358,400,cs), +(358,507,o), +(393,562,o), +(462,562,cs), +(509,562,o), +(538,539,o), +(548,494,c), +(844,494,l), +(836,700,o), +(688,826,o), +(454,826,cs), +(199,826,o), +(42,664,o), +(42,400,cs), +(42,136,o), +(197,-26,o), +(450,-26,cs) +); +} +); +width = 857; +}, +{ +anchors = ( +{ +name = center; +pos = (230,400); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(495,-12,o), +(571,75,o), +(585,244,c), +(545,244,l), +(532,100,o), +(470,26,o), +(362,26,cs), +(226,26,o), +(156,153,o), +(156,400,cs), +(156,647,o), +(227,774,o), +(366,774,cs), +(480,774,o), +(544,693,o), +(555,536,c), +(595,536,l), +(583,718,o), +(505,812,o), +(366,812,cs), +(200,812,o), +(114,672,o), +(114,400,cs), +(114,128,o), +(198,-12,o), +(362,-12,cs) +); +} +); +width = 629; +}, +{ +anchors = ( +{ +name = center; +pos = (350,400); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(755,-12,o), +(887,80,o), +(912,244,c), +(871,244,l), +(847,104,o), +(730,26,o), +(545,26,cs), +(313,26,o), +(183,161,o), +(183,400,cs), +(183,639,o), +(315,774,o), +(549,774,cs), +(750,774,o), +(872,688,o), +(887,536,c), +(928,536,l), +(912,713,o), +(776,812,o), +(549,812,cs), +(287,812,o), +(140,664,o), +(140,400,cs), +(140,136,o), +(286,-12,o), +(545,-12,cs) +); +} +); +width = 970; +}, +{ +anchors = ( +{ +name = center; +pos = (382,408); +} +); +background = { +shapes = ( +{ +pos = (13,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(954,-26,o), +(1140,87,o), +(1156,306,c), +(776,306,l), +(758,261,o), +(704,238,o), +(618,238,cs), +(502,238,o), +(442,293,o), +(442,400,cs), +(442,507,o), +(503,562,o), +(622,562,cs), +(718,562,o), +(776,539,o), +(792,494,c), +(1172,494,l), +(1156,713,o), +(966,826,o), +(614,826,cs), +(236,826,o), +(42,681,o), +(42,400,cs), +(42,119,o), +(235,-26,o), +(610,-26,cs) +); +} +); +width = 1185; +}, +{ +anchors = ( +{ +name = center; +pos = (224,408); +} +); +background = { +shapes = ( +{ +pos = (13,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(574,-26,o), +(694,94,o), +(706,306,c), +(442,306,l), +(438,256,o), +(420,234,o), +(382,234,cs), +(334,234,o), +(314,284,o), +(314,400,cs), +(314,516,o), +(336,566,o), +(386,566,cs), +(427,566,o), +(446,544,o), +(450,494,c), +(714,494,l), +(706,706,o), +(585,826,o), +(378,826,cs), +(163,826,o), +(42,673,o), +(42,400,cs), +(42,127,o), +(162,-26,o), +(374,-26,cs) +); +} +); +width = 727; +} +); +metricLeft = "=SQRU*1.2"; +metricRight = C; +}, +{ +export = 0; +glyphname = "_part.Che-cy"; +lastChange = "2022-04-07 17:24:32 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (512,0); +} +); +background = { +shapes = ( +{ +pos = (-100,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(56,549,ls), +(56,378,o), +(144,291,o), +(316,291,cs), +(395,291,o), +(455,301,o), +(514,323,c), +(514,431,l), +(461,409,o), +(407,399,o), +(336,399,cs), +(220,399,o), +(170,447,o), +(170,559,cs), +(170,800,l), +(56,800,l) +); +} +); +width = 512; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (480,0); +} +); +background = { +shapes = ( +{ +pos = (-91,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(38,559,ls), +(38,368,o), +(136,271,o), +(328,271,cs), +(389,271,o), +(436,278,o), +(482,295,c), +(482,467,l), +(446,450,o), +(409,443,o), +(358,443,cs), +(266,443,o), +(226,484,o), +(226,579,cs), +(226,800,l), +(38,800,l) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (738,0); +} +); +background = { +shapes = ( +{ +pos = (-114,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(56,569,ls), +(56,377,o), +(176,283,o), +(424,283,cs), +(539,283,o), +(635,295,o), +(740,323,c), +(740,423,l), +(637,395,o), +(550,383,o), +(454,383,cs), +(246,383,o), +(170,436,o), +(170,579,cs), +(170,800,l), +(56,800,l) +); +} +); +width = 738; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (706,0); +} +); +background = { +shapes = ( +{ +pos = (-110,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(44,569,ls), +(44,361,o), +(173,255,o), +(426,255,cs), +(529,255,o), +(614,265,o), +(708,289,c), +(708,449,l), +(621,425,o), +(548,415,o), +(466,415,cs), +(303,415,o), +(232,468,o), +(232,589,cs), +(232,800,l), +(44,800,l) +); +} +); +width = 706; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (442,0); +} +); +background = { +shapes = ( +{ +pos = (-68,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(50,529,ls), +(50,379,o), +(137,291,o), +(284,291,cs), +(343,291,o), +(397,298,o), +(444,313,c), +(444,419,l), +(400,404,o), +(356,397,o), +(314,397,cs), +(215,397,o), +(164,445,o), +(164,539,cs), +(164,800,l), +(50,800,l) +); +} +); +width = 442; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (375,0); +} +); +background = { +shapes = ( +{ +pos = (-75,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(33,549,ls), +(33,367,o), +(115,275,o), +(276,275,cs), +(314,275,o), +(348,280,o), +(377,291,c), +(377,459,l), +(356,448,o), +(332,443,o), +(306,443,cs), +(247,443,o), +(221,481,o), +(221,569,cs), +(221,800,l), +(33,800,l) +); +} +); +width = 375; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (534,0); +} +); +background = { +shapes = ( +{ +pos = (-90,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(56,539,ls), +(56,403,o), +(149,323,o), +(306,323,cs), +(387,323,o), +(441,331,o), +(536,359,c), +(536,397,l), +(456,371,o), +(397,361,o), +(316,361,cs), +(171,361,o), +(98,424,o), +(98,549,cs), +(98,800,l), +(56,800,l) +); +} +); +width = 534; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (410,0); +} +); +background = { +shapes = ( +{ +pos = (-79,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(18,539,ls), +(18,335,o), +(108,231,o), +(284,231,cs), +(338,231,o), +(377,236,o), +(412,249,c), +(412,505,l), +(404,498,o), +(396,495,o), +(386,495,cs), +(363,495,o), +(354,515,o), +(354,569,cs), +(354,800,l), +(18,800,l) +); +} +); +width = 410; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (444,0); +} +); +background = { +shapes = ( +{ +pos = (-81,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(50,529,ls), +(50,392,o), +(120,323,o), +(258,323,cs), +(324,323,o), +(368,330,o), +(446,355,c), +(446,393,l), +(378,370,o), +(330,361,o), +(268,361,cs), +(145,361,o), +(92,415,o), +(92,539,cs), +(92,800,l), +(50,800,l) +); +} +); +width = 444; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (740,0); +} +); +background = { +shapes = ( +{ +pos = (-135,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(62,579,ls), +(62,392,o), +(163,313,o), +(409,313,cs), +(532,313,o), +(621,324,o), +(742,355,c), +(742,393,l), +(643,364,o), +(545,351,o), +(419,351,cs), +(191,351,o), +(104,415,o), +(104,589,cs), +(104,800,l), +(62,800,l) +); +} +); +width = 740; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (618,0); +} +); +background = { +shapes = ( +{ +pos = (-107,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,539,ls), +(18,324,o), +(144,231,o), +(434,231,cs), +(505,231,o), +(561,236,o), +(620,249,c), +(620,505,l), +(598,498,o), +(574,495,o), +(540,495,cs), +(469,495,o), +(438,525,o), +(438,595,cs), +(438,800,l), +(18,800,l) +); +} +); +width = 618; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (338,0); +} +); +background = { +shapes = ( +{ +pos = (-67,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,529,ls), +(18,321,o), +(86,231,o), +(242,231,cs), +(283,231,o), +(316,236,o), +(340,246,c), +(340,491,l), +(336,488,o), +(332,487,o), +(328,487,cs), +(313,487,o), +(306,501,o), +(306,529,cs), +(306,800,l), +(18,800,l) +); +} +); +width = 338; +} +); +metricLeft = RNDU; +}, +{ +export = 0; +glyphname = _part.D; +lastChange = "2022-03-24 17:29:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(156,692,l), +(329,692,o), +(432,584,o), +(432,400,cs), +(432,216,o), +(329,108,o), +(156,108,c), +(-2,108,l), +(-2,0,l), +(156,0,l), +(398,0,o), +(546,152,o), +(546,400,cs), +(546,648,o), +(398,800,o), +(156,800,c), +(-2,800,l), +(-2,692,l) +); +} +); +width = 602; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-261,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(156,624,l), +(281,624,o), +(358,539,o), +(358,400,cs), +(358,261,o), +(281,176,o), +(156,176,c), +(-2,176,l), +(-2,0,l), +(156,0,l), +(390,0,o), +(546,160,o), +(546,400,cs), +(546,640,o), +(390,800,o), +(156,800,c), +(-2,800,l), +(-2,624,l) +); +} +); +width = 584; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(324,700,l), +(553,700,o), +(688,589,o), +(688,400,cs), +(688,211,o), +(553,100,o), +(324,100,c), +(-2,100,l), +(-2,0,l), +(334,0,l), +(629,0,o), +(804,149,o), +(804,400,cs), +(804,651,o), +(629,800,o), +(334,800,c), +(-2,800,l), +(-2,700,l) +); +} +); +width = 860; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(324,638,l), +(507,638,o), +(602,557,o), +(602,400,cs), +(602,243,o), +(507,162,o), +(324,162,c), +(-2,162,l), +(-2,0,l), +(324,0,l), +(625,0,o), +(794,144,o), +(794,400,cs), +(794,656,o), +(625,800,o), +(324,800,c), +(-2,800,l), +(-2,638,l) +); +} +); +width = 838; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(72,694,l), +(241,694,o), +(328,594,o), +(328,400,cs), +(328,206,o), +(241,106,o), +(72,106,c), +(-2,106,l), +(-2,0,l), +(72,0,l), +(309,0,o), +(442,144,o), +(442,400,cs), +(442,656,o), +(309,800,o), +(72,800,c), +(-2,800,l), +(-2,694,l) +); +} +); +width = 492; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(60,628,l), +(180,628,o), +(242,550,o), +(242,400,cs), +(242,250,o), +(180,172,o), +(60,172,c), +(-2,172,l), +(-2,0,l), +(60,0,l), +(297,0,o), +(430,144,o), +(430,400,cs), +(430,656,o), +(297,800,o), +(60,800,c), +(-2,800,l), +(-2,628,l) +); +} +); +width = 463; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-148,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(205,762,l), +(389,762,o), +(511,617,o), +(511,400,cs), +(511,183,o), +(389,38,o), +(205,38,c), +(-2,38,l), +(-2,0,l), +(205,0,l), +(414,0,o), +(553,160,o), +(553,400,cs), +(553,640,o), +(414,800,o), +(205,800,c), +(-2,800,l), +(-2,762,l) +); +} +); +width = 609; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-371,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(10,546,l), +(69,546,o), +(104,492,o), +(104,400,cs), +(104,308,o), +(69,254,o), +(10,254,c), +(-2,254,l), +(-2,0,l), +(10,0,l), +(274,0,o), +(430,149,o), +(430,400,cs), +(430,651,o), +(274,800,o), +(10,800,c), +(-2,800,l), +(-2,546,l) +); +} +); +width = 448; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(132,762,l), +(309,762,o), +(418,624,o), +(418,400,cs), +(418,176,o), +(309,38,o), +(132,38,c), +(-2,38,l), +(-2,0,l), +(132,0,l), +(335,0,o), +(460,152,o), +(460,400,cs), +(460,648,o), +(335,800,o), +(132,800,c), +(-2,800,l), +(-2,762,l) +); +} +); +width = 510; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(378,762,l), +(604,762,o), +(743,624,o), +(743,400,cs), +(743,176,o), +(604,38,o), +(378,38,c), +(-2,38,l), +(-2,0,l), +(374,0,l), +(629,0,o), +(786,152,o), +(786,400,cs), +(786,648,o), +(629,800,o), +(374,800,c), +(-2,800,l), +(-2,762,l) +); +} +); +width = 848; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-455,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(120,536,l), +(202,536,o), +(244,490,o), +(244,400,cs), +(244,310,o), +(202,264,o), +(120,264,c), +(-2,264,l), +(-2,0,l), +(160,0,l), +(493,0,o), +(664,136,o), +(664,400,cs), +(664,664,o), +(493,800,o), +(160,800,c), +(-2,800,l), +(-2,536,l) +); +} +); +width = 682; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-323,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,554,l), +(49,554,o), +(64,513,o), +(64,400,cs), +(64,287,o), +(49,246,o), +(10,246,c), +(-2,246,l), +(-2,0,l), +(10,0,l), +(229,0,o), +(352,144,o), +(352,400,cs), +(352,656,o), +(229,800,o), +(10,800,c), +(-2,800,l), +(-2,554,l) +); +} +); +width = 370; +} +); +metricRight = RNDU; +}, +{ +export = 0; +glyphname = "_part.De-cy"; +lastChange = "2022-10-16 15:38:30 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (48,0); +}, +{ +name = "#exit"; +pos = (618,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(666,0,l), +(666,108,l), +(618,108,l), +(618,800,l), +(110,800,l), +(100,278,o), +(68,208,o), +(10,108,c), +(0,108,l) +); +}, +{ +closed = 1; +nodes = ( +(179,196,o), +(207,270,o), +(217,692,c), +(504,692,l), +(504,108,l), +(131,108,l) +); +} +); +width = 666; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (130,0); +}, +{ +name = "#exit"; +pos = (618,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(738,0,l), +(738,180,l), +(698,180,l), +(698,800,l), +(104,800,l), +(90,350,o), +(69,240,o), +(10,180,c), +(0,180,l) +); +}, +{ +closed = 1; +nodes = ( +(252,240,o), +(265,310,o), +(279,620,c), +(510,620,l), +(510,180,l), +(213,180,l) +); +} +); +width = 738; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (40,0); +}, +{ +name = "#exit"; +pos = (887,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(927,0,l), +(927,100,l), +(869,100,l), +(869,800,l), +(150,800,l), +(140,270,o), +(88,200,o), +(20,100,c), +(0,100,l) +); +}, +{ +closed = 1; +nodes = ( +(203,188,o), +(247,270,o), +(257,700,c), +(755,700,l), +(755,100,l), +(145,100,l) +); +} +); +width = 927; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (100,0); +}, +{ +name = "#exit"; +pos = (898,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(988,0,l), +(988,164,l), +(938,164,l), +(938,800,l), +(150,800,l), +(130,334,o), +(89,224,o), +(20,164,c), +(0,164,l) +); +}, +{ +closed = 1; +nodes = ( +(268,224,o), +(301,310,o), +(321,636,c), +(750,636,l), +(750,164,l), +(219,164,l) +); +} +); +width = 988; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,0); +}, +{ +name = "#exit"; +pos = (487,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(563,0,l), +(563,106,l), +(515,106,l), +(515,800,l), +(100,800,l), +(90,276,o), +(68,206,o), +(10,106,c), +(0,106,l) +); +}, +{ +closed = 1; +nodes = ( +(180,194,o), +(198,270,o), +(208,694,c), +(401,694,l), +(401,106,l), +(132,106,l) +); +} +); +width = 563; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (140,0); +}, +{ +name = "#exit"; +pos = (482,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(622,0,l), +(622,176,l), +(582,176,l), +(582,800,l), +(96,800,l), +(82,346,o), +(69,236,o), +(10,176,c), +(0,176,l) +); +}, +{ +closed = 1; +nodes = ( +(245,236,o), +(254,310,o), +(268,624,c), +(394,624,l), +(394,176,l), +(206,176,l) +); +} +); +width = 632; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (36,0); +}, +{ +name = "#exit"; +pos = (565,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(601,0,l), +(601,38,l), +(565,38,l), +(565,800,l), +(106,800,l), +(96,208,o), +(64,138,o), +(5,38,c), +(0,38,l) +); +}, +{ +closed = 1; +nodes = ( +(101,127,o), +(135,210,o), +(145,762,c), +(523,762,l), +(523,38,l), +(50,38,l) +); +} +); +width = 601; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (310,0); +}, +{ +name = "#exit"; +pos = (558,0); +} +); +background = { +shapes = ( +{ +pos = (-1,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(30,0,l), +(828,0,l), +(828,280,l), +(788,280,l), +(788,800,l), +(110,800,l), +(106,424,o), +(85,340,o), +(50,280,c), +(30,280,l) +); +}, +{ +closed = 1; +nodes = ( +(378,330,o), +(387,400,o), +(391,520,c), +(452,520,l), +(452,280,l), +(353,280,l) +); +} +); +width = 858; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (36,0); +}, +{ +name = "#exit"; +pos = (470,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(506,0,l), +(506,38,l), +(470,38,l), +(470,800,l), +(96,800,l), +(86,208,o), +(64,138,o), +(5,38,c), +(0,38,l) +); +}, +{ +closed = 1; +nodes = ( +(101,127,o), +(125,210,o), +(135,762,c), +(428,762,l), +(428,38,l), +(50,38,l) +); +} +); +width = 506; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (36,0); +}, +{ +name = "#exit"; +pos = (800,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(836,0,l), +(836,38,l), +(790,38,l), +(790,800,l), +(146,800,l), +(136,208,o), +(84,138,o), +(15,38,c), +(0,38,l) +); +}, +{ +closed = 1; +nodes = ( +(121,127,o), +(175,210,o), +(185,762,c), +(748,762,l), +(748,38,l), +(60,38,l) +); +} +); +width = 836; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (370,0); +}, +{ +name = "#exit"; +pos = (818,0); +} +); +background = { +shapes = ( +{ +pos = (-1,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(30,0,l), +(1158,0,l), +(1158,280,l), +(1088,280,l), +(1088,800,l), +(160,800,l), +(146,424,o), +(115,340,o), +(70,280,c), +(30,280,l) +); +}, +{ +closed = 1; +nodes = ( +(473,330,o), +(484,400,o), +(492,520,c), +(668,520,l), +(668,280,l), +(438,280,l) +); +} +); +width = 1188; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (260,0); +}, +{ +name = "#exit"; +pos = (406,0); +} +); +background = { +shapes = ( +{ +pos = (-36,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(666,0,l), +(666,260,l), +(626,260,l), +(626,800,l), +(70,800,l), +(66,404,o), +(45,320,o), +(20,260,c), +(0,260,l) +); +}, +{ +closed = 1; +nodes = ( +(289,330,o), +(299,400,o), +(303,540,c), +(348,540,l), +(348,260,l), +(267,260,l) +); +} +); +width = 666; +} +); +}, +{ +export = 0; +glyphname = _part.E; +lastChange = "2022-04-15 20:16:05 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.B; +}, +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,696,l), +(414,696,l), +(414,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,353,l), +(364,353,l), +(364,453,l), +(-2,453,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(404,0,l), +(404,104,l), +(-2,104,l) +); +} +); +width = 473; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.B; +}, +{ +pos = (-261,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,626,l), +(402,626,l), +(402,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,318,l), +(348,318,l), +(348,474,l), +(-2,474,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(392,0,l), +(392,174,l), +(-2,174,l) +); +} +); +width = 443; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.B; +}, +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,700,l), +(646,700,l), +(646,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,355,l), +(592,355,l), +(592,451,l), +(-2,451,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(636,0,l), +(636,100,l), +(-2,100,l) +); +} +); +width = 705; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.B; +}, +{ +pos = (-272,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,640,l), +(632,640,l), +(632,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,320,l), +(578,320,l), +(578,472,l), +(-2,472,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(622,0,l), +(622,160,l), +(-2,160,l) +); +} +); +width = 679; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.B; +}, +{ +pos = (-198,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(-1,696,l), +(327,696,l), +(327,800,l), +(-1,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,353,l), +(276,353,l), +(276,453,l), +(-2,453,l) +); +}, +{ +closed = 1; +nodes = ( +(-1,0,l), +(317,0,l), +(317,104,l), +(-1,104,l) +); +} +); +width = 380; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.B; +}, +{ +pos = (-250,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,630,l), +(306,630,l), +(306,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,322,l), +(252,322,l), +(252,478,l), +(-2,478,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(296,0,l), +(296,170,l), +(-2,170,l) +); +} +); +width = 340; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.B; +}, +{ +pos = (-148,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,762,l), +(438,762,l), +(438,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,385,l), +(388,385,l), +(388,421,l), +(-2,421,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(428,0,l), +(428,38,l), +(-2,38,l) +); +} +); +width = 497; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-371,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,544,l), +(324,544,l), +(324,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,314,l), +(270,314,l), +(270,482,l), +(-2,482,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(314,0,l), +(314,256,l), +(-2,256,l) +); +} +); +width = 343; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.B; +}, +{ +pos = (-137,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,762,l), +(368,762,l), +(368,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,385,l), +(318,385,l), +(318,421,l), +(-2,421,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(358,0,l), +(358,38,l), +(-2,38,l) +); +} +); +width = 421; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.B; +}, +{ +pos = (-159,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,762,l), +(662,762,l), +(662,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,385,l), +(612,385,l), +(612,421,l), +(-2,421,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(652,0,l), +(652,38,l), +(-2,38,l) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (2,0); +} +); +background = { +shapes = ( +{ +pos = (-455,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,554,l), +(532,554,l), +(532,800,l), +(0,800,l) +); +}, +{ +closed = 1; +nodes = ( +(0,302,l), +(468,302,l), +(468,494,l), +(0,494,l) +); +}, +{ +closed = 1; +nodes = ( +(0,0,l), +(522,0,l), +(522,246,l), +(0,246,l) +); +} +); +width = 551; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-323,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,550,l), +(272,550,l), +(272,800,l), +(-2,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,314,l), +(218,314,l), +(218,482,l), +(-2,482,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(262,0,l), +(262,250,l), +(-2,250,l) +); +} +); +width = 291; +} +); +metricRight = "=H/1.8"; +}, +{ +export = 0; +glyphname = _part.F; +lastChange = "2022-03-12 12:25:26 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (0,393); +} +); +background = { +shapes = ( +{ +ref = _part.E; +} +); +}; +layerId = m01; +shapes = ( +{ +alignment = -1; +piece = { +Width = 412; +}; +pos = (-5,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,343,l), +(366,343,l), +(366,443,l), +(0,443,l) +); +} +); +width = 437; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,386); +} +); +background = { +shapes = ( +{ +ref = _part.E; +} +); +}; +layerId = m002; +shapes = ( +{ +alignment = -1; +piece = { +Width = 400; +}; +pos = (-4,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,294,l), +(350,294,l), +(350,458,l), +(0,458,l) +); +} +); +width = 419; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,393); +} +); +background = { +shapes = ( +{ +ref = _part.E; +} +); +}; +layerId = m003; +shapes = ( +{ +alignment = -1; +piece = { +Width = 644; +}; +pos = (-5,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,345,l), +(594,345,l), +(594,441,l), +(0,441,l) +); +} +); +width = 669; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,386); +} +); +background = { +shapes = ( +{ +ref = _part.E; +} +); +}; +layerId = m004; +shapes = ( +{ +alignment = -1; +piece = { +Width = 630; +}; +pos = (-4,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,298,l), +(580,298,l), +(580,454,l), +(0,454,l) +); +} +); +width = 651; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,393); +} +); +background = { +shapes = ( +{ +ref = _part.E; +} +); +}; +layerId = m005; +shapes = ( +{ +alignment = -1; +piece = { +Width = 324; +}; +pos = (-4,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,343,l), +(278,343,l), +(278,443,l), +(0,443,l) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,386); +} +); +background = { +shapes = ( +{ +ref = _part.E; +} +); +}; +layerId = m006; +shapes = ( +{ +alignment = -1; +piece = { +Width = 304; +}; +pos = (-3,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,296,l), +(254,296,l), +(254,456,l), +(0,456,l) +); +} +); +width = 320; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,393); +} +); +background = { +shapes = ( +{ +ref = _part.E; +} +); +}; +layerId = m007; +shapes = ( +{ +alignment = -1; +piece = { +Width = 436; +}; +pos = (-5,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,375,l), +(390,375,l), +(390,411,l), +(0,411,l) +); +} +); +width = 461; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,386); +} +); +background = { +shapes = ( +{ +ref = _part.P; +} +); +}; +layerId = m008; +shapes = ( +{ +alignment = -1; +piece = { +Width = 322; +}; +pos = (-2,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,226,l), +(272,226,l), +(272,454,l), +(0,454,l) +); +} +); +width = 333; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,393); +} +); +background = { +shapes = ( +{ +ref = _part.E; +} +); +}; +layerId = m009; +shapes = ( +{ +alignment = -1; +piece = { +Width = 366; +}; +pos = (-5,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,375,l), +(320,375,l), +(320,411,l), +(0,411,l) +); +} +); +width = 389; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,393); +} +); +background = { +shapes = ( +{ +ref = _part.E; +} +); +}; +layerId = m010; +shapes = ( +{ +alignment = -1; +piece = { +Width = 660; +}; +pos = (-6,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,375,l), +(614,375,l), +(614,411,l), +(0,411,l) +); +} +); +width = 687; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,393); +} +); +background = { +shapes = ( +{ +ref = _part.P; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +alignment = -1; +piece = { +Width = 528; +}; +pos = (-2,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,218,l), +(468,218,l), +(468,444,l), +(0,444,l) +); +} +); +width = 539; +}, +{ +anchors = ( +{ +name = _connect; +pos = (0,393); +} +); +background = { +shapes = ( +{ +ref = _part.P; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +alignment = -1; +piece = { +Width = 270; +}; +pos = (-2,0); +ref = "_part.bar-top-UC"; +}, +{ +closed = 1; +nodes = ( +(0,228,l), +(220,228,l), +(220,444,l), +(0,444,l) +); +} +); +width = 281; +} +); +metricRight = "=SQRU/5"; +}, +{ +export = 0; +glyphname = _part.Hook; +lastChange = "2023-04-18 18:30:55 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottomright; +pos = (340,0); +}, +{ +name = _hookleft; +pos = (298,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(210,-209,ls), +(298,-209,o), +(340,-153,o), +(340,-33,cs), +(340,0,l), +(319,20,l), +(298,0,l), +(298,-33,ls), +(298,-130,o), +(271,-175,o), +(210,-175,cs), +(202,-175,l), +(202,-209,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (341,0); +}, +{ +name = _hookleft; +pos = (299,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(189,-209,ls), +(292,-209,o), +(341,-153,o), +(341,-33,cs), +(341,0,l), +(320,20,l), +(299,0,l), +(299,-33,ls), +(299,-130,o), +(263,-175,o), +(189,-175,cs), +(177,-175,l), +(177,-209,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (341,0); +}, +{ +name = _hookleft; +pos = (299,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(129,-209,ls), +(269,-209,o), +(341,-142,o), +(341,-13,cs), +(341,0,l), +(321,20,l), +(299,0,l), +(299,-13,ls), +(299,-120,o), +(242,-175,o), +(129,-175,cs), +(93,-175,l), +(93,-209,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (406,0); +}, +{ +name = _hookleft; +pos = (292,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(231,-238,ls), +(346,-238,o), +(406,-170,o), +(406,-37,cs), +(406,0,l), +(349,20,l), +(292,0,l), +(292,-43,ls), +(292,-111,o), +(268,-146,o), +(229,-146,cs), +(212,-146,l), +(212,-238,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (410,0); +}, +{ +name = _hookleft; +pos = (296,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(202,-240,ls), +(339,-240,o), +(410,-171,o), +(410,-37,cs), +(410,0,l), +(353,20,l), +(296,0,l), +(296,-43,ls), +(296,-110,o), +(262,-144,o), +(200,-144,cs), +(180,-144,l), +(180,-240,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (410,0); +}, +{ +name = _hookleft; +pos = (296,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(141,-236,ls), +(319,-236,o), +(410,-162,o), +(410,-17,cs), +(410,0,l), +(353,20,l), +(296,10,l), +(296,-13,ls), +(296,-102,o), +(242,-148,o), +(138,-148,cs), +(90,-148,l), +(90,-236,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (472,0); +}, +{ +name = _hookleft; +pos = (284,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(236,-266,ls), +(396,-266,o), +(472,-185,o), +(472,-13,cs), +(472,0,l), +(379,20,l), +(284,0,l), +(284,-13,ls), +(284,-84,o), +(269,-118,o), +(236,-118,cs), +(222,-118,l), +(222,-266,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (478,0); +}, +{ +name = _hookleft; +pos = (290,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(201,-266,ls), +(384,-266,o), +(478,-181,o), +(478,-17,cs), +(478,0,l), +(385,20,l), +(290,0,l), +(290,-13,ls), +(290,-82,o), +(258,-118,o), +(197,-118,cs), +(180,-118,l), +(180,-266,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (484,0); +}, +{ +name = _hookleft; +pos = (296,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(142,-263,ls), +(375,-263,o), +(484,-184,o), +(484,-17,cs), +(484,0,l), +(391,20,l), +(296,20,l), +(296,7,ls), +(296,-80,o), +(244,-121,o), +(137,-121,cs), +(84,-121,l), +(84,-263,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (568,0); +}, +{ +name = _hookleft; +pos = (280,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(257,-272,ls), +(475,-272,o), +(568,-195,o), +(568,-17,cs), +(568,0,l), +(426,20,l), +(280,0,l), +(280,-13,ls), +(280,-40,o), +(272,-52,o), +(254,-52,cs), +(250,-52,l), +(250,-272,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (606,0); +}, +{ +name = _hookleft; +pos = (270,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(239,-272,ls), +(496,-272,o), +(606,-195,o), +(606,-17,cs), +(606,0,l), +(440,20,l), +(270,0,l), +(270,-13,ls), +(270,-39,o), +(258,-52,o), +(235,-52,cs), +(218,-52,l), +(218,-272,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (680,0); +}, +{ +name = _hookleft; +pos = (260,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(209,-272,ls), +(539,-272,o), +(680,-192,o), +(680,-7,cs), +(680,0,l), +(472,20,l), +(260,20,l), +(260,17,ls), +(260,-31,o), +(237,-52,o), +(184,-52,cs), +(160,-52,l), +(160,-272,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = _part.K; +lastChange = "2022-10-21 19:37:33 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(486,0,l), +(111,390,l), +(498,800,l), +(351,800,l), +(-37,387,l), +(333,0,l) +); +} +); +width = 488; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-137,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(398,0,l), +(38,388,l), +(402,800,l), +(350,800,l), +(-16,386,l), +(342,0,l) +); +} +); +width = 392; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-148,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(480,0,l), +(46,388,l), +(488,800,l), +(431,800,l), +(-14,386,l), +(418,0,l) +); +} +); +width = 478; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-159,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(681,0,l), +(58,388,l), +(701,800,l), +(630,800,l), +(-16,386,l), +(603,0,l) +); +} +); +width = 689; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-209,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(93,391,l), +(402,800,l), +(273,800,l), +(-36,386,l), +(257,0,l) +); +} +); +width = 392; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(694,0,l), +(127,390,l), +(710,800,l), +(532,800,l), +(-56,386,l), +(504,0,l) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-250,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(367,0,l), +(171,396,l), +(379,800,l), +(193,800,l), +(-20,386,l), +(171,0,l) +); +} +); +width = 373; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-261,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(472,0,l), +(157,396,l), +(488,800,l), +(282,800,l), +(-56,386,l), +(251,0,l) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-272,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(689,0,l), +(178,395,l), +(709,800,l), +(466,800,l), +(-76,386,l), +(422,0,l) +); +} +); +width = 701; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-371,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(438,0,l), +(284,402,l), +(452,800,l), +(120,800,l), +(-46,386,l), +(85,0,l) +); +} +); +width = 448; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-455,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(652,0,l), +(342,402,l), +(670,800,l), +(220,800,l), +(-106,386,l), +(172,0,l) +); +} +); +width = 666; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-323,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,0,l), +(252,408,l), +(366,800,l), +(89,800,l), +(-26,386,l), +(66,0,l) +); +} +); +width = 362; +} +); +metricRight = "=TNGU*-2"; +}, +{ +export = 0; +glyphname = _part.M; +lastChange = "2022-11-06 15:32:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (620,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(-20,800,l), +(223,0,l), +(397,0,l), +(640,800,l), +(535,800,l), +(301,20,l), +(323,20,l), +(89,800,l) +); +} +); +width = 620; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (604,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(-34,800,l), +(170,0,l), +(430,0,l), +(638,800,l), +(485,800,l), +(284,26,l), +(328,26,l), +(131,800,l) +); +} +); +width = 604; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (932,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(-30,800,l), +(373,0,l), +(559,0,l), +(962,800,l), +(845,800,l), +(448,12,l), +(490,12,l), +(93,800,l) +); +} +); +width = 932; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (916,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-50,800,l), +(322,0,l), +(594,0,l), +(966,800,l), +(783,800,l), +(433,48,l), +(498,48,l), +(148,800,l) +); +} +); +width = 916; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (490,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,800,l), +(159,0,l), +(329,0,l), +(506,800,l), +(414,800,l), +(238,5,l), +(256,5,l), +(82,800,l) +); +} +); +width = 490; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (468,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(-22,800,l), +(113,0,l), +(355,0,l), +(490,800,l), +(354,800,l), +(221,10,l), +(257,10,l), +(124,800,l) +); +} +); +width = 468; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (682,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(-9,800,l), +(306,0,l), +(376,0,l), +(691,800,l), +(649,800,l), +(336,4,l), +(348,4,l), +(35,800,l) +); +} +); +width = 682; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (68,0); +}, +{ +name = "#exit"; +pos = (404,0); +} +); +layerId = m008; +metricLeft = "=20"; +metricRight = "=20"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,800,l), +(138,0,l), +(334,0,l), +(472,800,l), +(331,800,l), +(234,246,l), +(254,246,l), +(157,800,l) +); +} +); +width = 472; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (562,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(-8,800,l), +(246,0,l), +(316,0,l), +(570,800,l), +(528,800,l), +(276,8,l), +(288,8,l), +(36,800,l) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (980,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(-12,800,l), +(455,0,l), +(525,0,l), +(992,800,l), +(945,800,l), +(483,7,l), +(499,7,l), +(37,800,l) +); +} +); +width = 980; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (636,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-48,800,l), +(120,0,l), +(516,0,l), +(684,800,l), +(449,800,l), +(282,6,l), +(372,6,l), +(206,800,l) +); +} +); +width = 636; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (292,0); +} +); +guides = ( +{ +pos = (292,539); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-38,800,l), +(48,0,l), +(244,0,l), +(330,800,l), +(220,800,l), +(134,6,l), +(174,6,l), +(88,800,l) +); +} +); +width = 292; +} +); +}, +{ +export = 0; +glyphname = _part.N; +lastChange = "2022-03-16 18:39:38 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (456,800); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(358,0,l), +(478,0,l), +(130,800,l), +(10,800,l) +); +} +); +width = 488; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (50,0); +}, +{ +name = "#exit"; +pos = (408,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(273,0,l), +(448,0,l), +(185,800,l), +(10,800,l) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (40,0); +}, +{ +name = "#exit"; +pos = (694,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(584,0,l), +(724,0,l), +(150,800,l), +(10,800,l) +); +} +); +width = 734; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (54,0); +}, +{ +name = "#exit"; +pos = (638,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(474,0,l), +(682,0,l), +(218,800,l), +(10,800,l) +); +} +); +width = 692; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (50,0); +}, +{ +name = "#exit"; +pos = (380,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(313,0,l), +(420,0,l), +(117,800,l), +(10,800,l) +); +} +); +width = 430; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (60,0); +}, +{ +name = "#exit"; +pos = (304,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(210,0,l), +(354,0,l), +(154,800,l), +(10,800,l) +); +} +); +width = 364; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (22,0); +}, +{ +name = "#exit"; +pos = (506,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(470,0,l), +(518,0,l), +(58,800,l), +(10,800,l) +); +} +); +width = 528; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (90,0); +}, +{ +name = "#exit"; +pos = (288,800); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(179,0,l), +(368,0,l), +(199,800,l), +(10,800,l) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (28,0); +}, +{ +name = "#exit"; +pos = (430,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(448,0,l), +(55,800,l), +(10,800,l) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (28,0); +}, +{ +name = "#exit"; +pos = (734,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(697,0,l), +(752,0,l), +(65,800,l), +(10,800,l) +); +} +); +width = 762; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,0); +}, +{ +name = "#exit"; +pos = (446,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,l), +(512,0,l), +(292,800,l), +(10,800,l) +); +} +); +width = 522; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (100,0); +}, +{ +name = "#exit"; +pos = (242,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(332,0,l), +(152,800,l), +(10,800,l) +); +} +); +width = 342; +} +); +metricLeft = "=10"; +metricRight = "=10"; +}, +{ +export = 0; +glyphname = _part.P; +lastChange = "2022-12-12 12:36:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +}, +{ +pos = (-220,0); +ref = B; +} +); +}; +layerId = m01; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(232,330,ls), +(384,330,o), +(486,424,o), +(486,564,cs), +(486,706,o), +(384,800,o), +(232,800,cs), +(-2,800,l), +(-2,692,l), +(236,692,ls), +(317,692,o), +(372,640,o), +(372,563,cs), +(372,486,o), +(317,434,o), +(236,434,cs), +(-2,434,l), +(-2,330,l) +); +} +); +width = 507; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-261,0); +ref = H; +}, +{ +pos = (-261,0); +ref = B; +} +); +}; +layerId = m002; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(212,298,ls), +(380,298,o), +(494,398,o), +(494,544,cs), +(494,696,o), +(380,800,o), +(212,800,cs), +(-2,800,l), +(-2,624,l), +(198,624,ls), +(263,624,o), +(302,595,o), +(302,546,cs), +(302,497,o), +(263,468,o), +(198,468,cs), +(-2,468,l), +(-2,298,l) +); +} +); +width = 509; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +}, +{ +pos = (-220,0); +ref = B; +} +); +}; +layerId = m003; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(436,330,ls), +(623,330,o), +(728,414,o), +(728,564,cs), +(728,715,o), +(623,800,o), +(436,800,cs), +(-2,800,l), +(-2,700,l), +(444,700,ls), +(550,700,o), +(612,649,o), +(612,563,cs), +(612,477,o), +(550,426,o), +(444,426,cs), +(-2,426,l), +(-2,330,l) +); +} +); +width = 749; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-272,0); +ref = H; +}, +{ +pos = (-272,0); +ref = B; +} +); +}; +layerId = m004; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(390,296,ls), +(586,296,o), +(702,388,o), +(702,544,cs), +(702,705,o), +(586,800,o), +(390,800,cs), +(-2,800,l), +(-2,640,l), +(390,640,ls), +(465,640,o), +(510,605,o), +(510,546,cs), +(510,487,o), +(465,452,o), +(390,452,cs), +(-2,452,l), +(-2,296,l) +); +} +); +width = 719; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-198,0); +ref = H; +}, +{ +pos = (-198,0); +ref = B; +} +); +}; +layerId = m005; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(146,332,ls), +(294,332,o), +(388,422,o), +(388,564,cs), +(388,708,o), +(294,800,o), +(146,800,cs), +(-2,800,l), +(-2,694,l), +(150,694,ls), +(224,694,o), +(274,641,o), +(274,563,cs), +(274,485,o), +(224,432,o), +(150,432,cs), +(-2,432,l), +(-2,332,l) +); +} +); +width = 407; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-250,0); +ref = H; +}, +{ +pos = (-250,0); +ref = B; +} +); +}; +layerId = m006; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(122,298,ls), +(273,298,o), +(374,396,o), +(374,544,cs), +(374,698,o), +(273,800,o), +(122,800,cs), +(-2,800,l), +(-2,624,l), +(92,624,ls), +(151,624,o), +(186,594,o), +(186,544,cs), +(186,494,o), +(151,464,o), +(92,464,cs), +(-2,464,l), +(-2,298,l) +); +} +); +width = 386; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-148,0); +ref = H; +}, +{ +pos = (-148,0); +ref = B; +} +); +}; +layerId = m007; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(260,358,ls), +(415,358,o), +(502,438,o), +(502,579,cs), +(502,720,o), +(415,800,o), +(260,800,cs), +(-2,800,l), +(-2,762,l), +(264,762,ls), +(389,762,o), +(460,696,o), +(460,578,cs), +(460,460,o), +(389,394,o), +(264,394,cs), +(-2,394,l), +(-2,358,l) +); +} +); +width = 523; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-371,0); +ref = H; +} +); +}; +layerId = m008; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(98,216,ls), +(291,216,o), +(410,327,o), +(410,508,cs), +(410,689,o), +(291,800,o), +(98,800,cs), +(-2,800,l), +(-2,544,l), +(28,544,ls), +(65,544,o), +(84,527,o), +(84,494,cs), +(84,461,o), +(65,444,o), +(28,444,cs), +(-2,444,l), +(-2,216,l) +); +} +); +width = 417; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-137,0); +ref = H; +}, +{ +pos = (-137,0); +ref = B; +} +); +}; +layerId = m009; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(192,358,ls), +(330,358,o), +(414,442,o), +(414,579,cs), +(414,716,o), +(330,800,o), +(192,800,cs), +(-2,800,l), +(-2,762,l), +(196,762,ls), +(305,762,o), +(372,692,o), +(372,578,cs), +(372,464,o), +(305,394,o), +(196,394,cs), +(-2,394,l), +(-2,358,l) +); +} +); +width = 433; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-159,0); +ref = H; +}, +{ +pos = (-159,0); +ref = B; +} +); +}; +layerId = m010; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(450,358,ls), +(620,358,o), +(716,438,o), +(716,579,cs), +(716,720,o), +(620,800,o), +(450,800,cs), +(-2,800,l), +(-2,764,l), +(454,764,ls), +(594,764,o), +(673,697,o), +(673,578,cs), +(673,459,o), +(594,392,o), +(454,392,cs), +(-2,392,l), +(-2,358,l) +); +} +); +width = 739; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m008; +background = { +shapes = ( +{ +pos = (-340,0); +ref = H; +}, +{ +pos = (-340,0); +ref = B; +} +); +}; +layerId = "79ABC5C0-16E6-4BDE-A432-FCA998FB174C"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(98,330,ls), +(310,330,o), +(410,412,o), +(410,565,cs), +(410,718,o), +(310,800,o), +(98,800,cs), +(-2,800,l), +(-2,574,l), +(18,574,ls), +(62,574,o), +(84,557,o), +(84,524,cs), +(84,491,o), +(62,474,o), +(18,474,cs), +(-2,474,l), +(-2,330,l) +); +} +); +width = 417; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m009; +background = { +shapes = ( +{ +pos = (-162,0); +ref = H; +}, +{ +pos = (-162,0); +ref = B; +} +); +}; +layerId = "4ECB6B5D-ED3C-4000-B7FB-B3FFE919E47B"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(192,368,ls), +(330,368,o), +(414,448,o), +(414,579,cs), +(414,716,o), +(330,800,o), +(192,800,cs), +(-2,800,l), +(-2,762,l), +(196,762,ls), +(305,762,o), +(372,692,o), +(372,578,cs), +(372,464,o), +(305,394,o), +(196,394,cs), +(-2,394,l), +(-2,368,l) +); +} +); +width = 433; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m007; +background = { +shapes = ( +{ +pos = (-162,0); +ref = H; +}, +{ +pos = (-162,0); +ref = B; +} +); +}; +layerId = "2B740395-C415-46D1-B602-2EAD0802170A"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(260,368,ls), +(415,368,o), +(502,444,o), +(502,579,cs), +(502,720,o), +(415,800,o), +(260,800,cs), +(-2,800,l), +(-2,762,l), +(264,762,ls), +(389,762,o), +(460,696,o), +(460,578,cs), +(460,462,o), +(389,396,o), +(264,396,cs), +(-2,396,l), +(-2,368,l) +); +} +); +width = 523; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m010; +background = { +shapes = ( +{ +pos = (-162,0); +ref = H; +}, +{ +pos = (-162,0); +ref = B; +} +); +}; +layerId = "98BCEDB9-DAF2-425C-9236-5DA5F955F0F5"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(450,366,ls), +(620,366,o), +(716,443,o), +(716,579,cs), +(716,720,o), +(620,800,o), +(450,800,cs), +(-2,800,l), +(-2,762,l), +(454,762,ls), +(594,762,o), +(673,696,o), +(673,578,cs), +(673,460,o), +(594,394,o), +(454,394,cs), +(-2,394,l), +(-2,366,l) +); +} +); +width = 739; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m005; +background = { +shapes = ( +{ +pos = (-214,0); +ref = H; +}, +{ +pos = (-214,0); +ref = B; +} +); +}; +layerId = "13E07BF4-5184-4612-A4D6-B66BC26E6859"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(146,342,ls), +(292,342,o), +(388,428,o), +(388,564,cs), +(388,706,o), +(292,800,o), +(146,800,cs), +(-2,800,l), +(-2,690,l), +(150,690,ls), +(227,690,o), +(274,642,o), +(274,563,cs), +(274,484,o), +(227,436,o), +(150,436,cs), +(-2,436,l), +(-2,342,l) +); +} +); +width = 407; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m01; +background = { +shapes = ( +{ +pos = (-234,0); +ref = H; +}, +{ +pos = (-234,0); +ref = B; +} +); +}; +layerId = "22A0D27C-6D94-4C33-BFDB-5DFBF4C8ED36"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(232,340,ls), +(384,340,o), +(486,430,o), +(486,564,cs), +(486,706,o), +(384,800,o), +(232,800,cs), +(-2,800,l), +(-2,692,l), +(236,692,ls), +(320,692,o), +(372,643,o), +(372,563,cs), +(372,483,o), +(320,434,o), +(236,434,cs), +(-2,434,l), +(-2,340,l) +); +} +); +width = 507; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m003; +background = { +shapes = ( +{ +pos = (-254,0); +ref = H; +}, +{ +pos = (-254,0); +ref = B; +} +); +}; +layerId = "0DE3A9B5-E6BB-45F3-94D4-0E32D1D87675"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(436,342,ls), +(623,342,o), +(728,422,o), +(728,564,cs), +(728,715,o), +(623,800,o), +(436,800,cs), +(-2,800,l), +(-2,700,l), +(444,700,ls), +(555,700,o), +(612,653,o), +(612,563,cs), +(612,473,o), +(555,426,o), +(444,426,cs), +(-2,426,l), +(-2,342,l) +); +} +); +width = 749; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m006; +background = { +shapes = ( +{ +pos = (-288,0); +ref = H; +}, +{ +pos = (-288,0); +ref = B; +} +); +}; +layerId = "B02F5541-3E50-4C39-8161-FA7BF506BCC7"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(122,308,ls), +(273,308,o), +(374,402,o), +(374,544,cs), +(374,698,o), +(273,800,o), +(122,800,cs), +(-2,800,l), +(-2,624,l), +(92,624,ls), +(150,624,o), +(186,594,o), +(186,544,cs), +(186,494,o), +(150,464,o), +(92,464,cs), +(-2,464,l), +(-2,308,l) +); +} +); +width = 386; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m002; +background = { +shapes = ( +{ +pos = (-308,0); +ref = H; +}, +{ +pos = (-308,0); +ref = B; +} +); +}; +layerId = "BF459346-1528-474D-B2A1-88BF7E3F2A0B"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(212,308,ls), +(381,308,o), +(494,402,o), +(494,544,cs), +(494,698,o), +(381,800,o), +(212,800,cs), +(-2,800,l), +(-2,620,l), +(212,620,ls), +(270,620,o), +(306,591,o), +(306,544,cs), +(306,497,o), +(270,468,o), +(212,468,cs), +(-2,468,l), +(-2,308,l) +); +} +); +width = 509; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = m004; +background = { +shapes = ( +{ +pos = (-328,0); +ref = H; +}, +{ +pos = (-328,0); +ref = B; +} +); +}; +layerId = "278C77D0-A299-48D5-A8D1-8BF4F3B4FCD6"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(390,312,ls), +(590,312,o), +(702,396,o), +(702,544,cs), +(702,708,o), +(590,800,o), +(390,800,cs), +(-2,800,l), +(-2,636,l), +(390,636,ls), +(469,636,o), +(510,605,o), +(510,544,cs), +(510,483,o), +(469,452,o), +(390,452,cs), +(-2,452,l), +(-2,312,l) +); +} +); +width = 719; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-455,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(228,208,ls), +(496,208,o), +(634,309,o), +(634,504,cs), +(634,699,o), +(496,800,o), +(228,800,cs), +(-2,800,l), +(-2,554,l), +(148,554,ls), +(189,554,o), +(214,532,o), +(214,494,cs), +(214,456,o), +(189,434,o), +(148,434,cs), +(-2,434,l), +(-2,208,l) +); +} +); +width = 641; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +background = { +shapes = ( +{ +pos = (-323,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +Shortness = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(68,208,ls), +(238,208,o), +(342,320,o), +(342,504,cs), +(342,688,o), +(238,800,o), +(68,800,cs), +(-2,800,l), +(-2,564,l), +(8,564,ls), +(38,564,o), +(54,540,o), +(54,494,cs), +(54,448,o), +(38,424,o), +(8,424,cs), +(-2,424,l), +(-2,208,l) +); +} +); +width = 349; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +background = { +shapes = ( +{ +pos = (-323,0); +ref = H; +} +); +}; +layerId = "A7EC89CB-3D45-4321-8E4B-0DE7D6A070AF"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(68,330,ls), +(243,330,o), +(342,415,o), +(342,565,cs), +(342,715,o), +(243,800,o), +(68,800,cs), +(-2,800,l), +(-2,584,l), +(8,584,ls), +(38,584,o), +(54,564,o), +(54,524,cs), +(54,484,o), +(38,464,o), +(8,464,cs), +(-2,464,l), +(-2,330,l) +); +} +); +width = 349; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = connect; +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +background = { +shapes = ( +{ +pos = (-455,0); +ref = H; +} +); +}; +layerId = "A84D8514-BC07-4EF1-A349-D0D3BD1420D9"; +name = Short; +partSelection = { +Shortness = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(248,340,ls), +(517,340,o), +(634,410,o), +(634,570,cs), +(634,730,o), +(517,800,o), +(248,800,cs), +(-2,800,l), +(-2,580,l), +(158,580,ls), +(195,580,o), +(214,565,o), +(214,535,cs), +(214,505,o), +(195,490,o), +(158,490,cs), +(-2,490,l), +(-2,340,l) +); +} +); +width = 641; +} +); +metricRight = "=SQRU/5"; +partsSettings = ( +{ +bottomValue = 74; +name = Shortness; +topValue = 235; +} +); +}, +{ +export = 0; +glyphname = "_part.Q-tail"; +lastChange = "2021-08-22 18:34:32 +0000"; +layers = ( +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(386,-216,l), +(386,-112,l), +(-20,-4,l), +(-20,-108,l) +); +} +); +width = 386; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(411,-220,l), +(411,-62,l), +(-20,-6,l), +(-20,-164,l) +); +} +); +width = 411; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(536,-216,l), +(536,-112,l), +(-20,-4,l), +(-20,-108,l) +); +} +); +width = 536; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(551,-220,l), +(551,-62,l), +(-20,-6,l), +(-20,-164,l) +); +} +); +width = 551; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(326,-216,l), +(326,-112,l), +(-20,-4,l), +(-20,-108,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(347,-220,l), +(347,-62,l), +(-20,-6,l), +(-20,-164,l) +); +} +); +width = 347; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(348,-212,l), +(348,-168,l), +(-10,-4,l), +(-10,-48,l) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(420,-226,l), +(420,-28,l), +(-20,-22,l), +(-20,-220,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(293,-212,l), +(293,-168,l), +(-10,-4,l), +(-10,-48,l) +); +} +); +width = 293; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(485,-212,l), +(485,-170,l), +(-10,-4,l), +(-10,-46,l) +); +} +); +width = 485; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(592,-226,l), +(592,-28,l), +(-20,-22,l), +(-20,-220,l) +); +} +); +width = 592; +}, +{ +anchors = ( +{ +name = _tail; +pos = (0,-10); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(358,-226,l), +(358,-28,l), +(-20,-22,l), +(-20,-220,l) +); +} +); +width = 358; +} +); +}, +{ +export = 0; +glyphname = _part.R; +lastChange = "2022-04-11 20:03:19 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(176,360,ls), +(331,360,o), +(418,439,o), +(418,579,cs), +(418,720,o), +(331,800,o), +(176,800,cs), +(-2,800,l), +(-2,762,l), +(180,762,ls), +(305,762,o), +(376,696,o), +(376,579,cs), +(376,462,o), +(305,396,o), +(180,396,cs), +(-2,396,l), +(-2,360,l) +); +}, +{ +closed = 1; +nodes = ( +(424,0,l), +(225,370,l), +(180,370,l), +(377,0,l) +); +} +); +width = 450; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-162,0); +ref = H; +}, +{ +pos = (-162,0); +ref = B; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(246,360,ls), +(402,360,o), +(498,443,o), +(498,579,cs), +(498,716,o), +(402,800,o), +(246,800,cs), +(-2,800,l), +(-2,762,l), +(250,762,ls), +(378,762,o), +(456,692,o), +(456,579,cs), +(456,466,o), +(378,396,o), +(250,396,cs), +(-2,396,l), +(-2,360,l) +); +}, +{ +closed = 1; +nodes = ( +(508,0,l), +(251,370,l), +(203,370,l), +(457,0,l) +); +} +); +width = 537; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-162,0); +ref = H; +}, +{ +pos = (-162,0); +ref = B; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(458,360,ls), +(628,360,o), +(724,439,o), +(724,579,cs), +(724,720,o), +(628,800,o), +(458,800,cs), +(-2,800,l), +(-2,762,l), +(462,762,ls), +(602,762,o), +(681,696,o), +(681,579,cs), +(681,462,o), +(602,396,o), +(462,396,cs), +(-2,396,l), +(-2,360,l) +); +}, +{ +closed = 1; +nodes = ( +(724,0,l), +(406,370,l), +(352,370,l), +(668,0,l) +); +} +); +width = 757; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-214,0); +ref = H; +}, +{ +pos = (-214,0); +ref = B; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(126,345,ls), +(283,345,o), +(380,430,o), +(380,569,cs), +(380,712,o), +(283,800,o), +(126,800,cs), +(-2,800,l), +(-2,694,l), +(126,694,ls), +(214,694,o), +(266,648,o), +(266,569,cs), +(266,490,o), +(214,444,o), +(126,444,cs), +(-2,444,l), +(-2,345,l) +); +}, +{ +closed = 1; +nodes = ( +(400,0,l), +(214,365,l), +(92,365,l), +(274,0,l) +); +} +); +width = 426; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-234,0); +ref = H; +}, +{ +pos = (-234,0); +ref = B; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(222,345,ls), +(379,345,o), +(476,430,o), +(476,569,cs), +(476,712,o), +(379,800,o), +(222,800,cs), +(-2,800,l), +(-2,692,l), +(222,692,ls), +(310,692,o), +(362,646,o), +(362,569,cs), +(362,490,o), +(310,444,o), +(222,444,cs), +(-2,444,l), +(-2,345,l) +); +}, +{ +closed = 1; +nodes = ( +(496,0,l), +(256,365,l), +(128,365,l), +(362,0,l) +); +} +); +width = 525; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-254,0); +ref = B; +}, +{ +pos = (-254,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(431,345,ls), +(613,345,o), +(725,430,o), +(725,569,cs), +(725,717,o), +(619,800,o), +(431,800,cs), +(-2,800,l), +(-2,700,l), +(431,700,ls), +(545,700,o), +(609,653,o), +(609,569,cs), +(609,485,o), +(545,438,o), +(431,438,cs), +(-2,438,l), +(-2,345,l) +); +}, +{ +closed = 1; +nodes = ( +(735,0,l), +(434,365,l), +(292,365,l), +(592,0,l) +); +} +); +width = 764; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-288,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(110,308,ls), +(257,308,o), +(372,412,o), +(372,544,cs), +(372,698,o), +(267,800,o), +(110,800,cs), +(-2,800,l), +(-2,640,l), +(96,640,ls), +(148,640,o), +(184,603,o), +(184,548,cs), +(184,493,o), +(148,456,o), +(96,456,cs), +(-2,456,l), +(-2,308,l) +); +}, +{ +closed = 1; +nodes = ( +(390,0,l), +(212,338,l), +(20,338,l), +(190,0,l) +); +} +); +width = 407; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-308,0); +ref = B; +}, +{ +pos = (-308,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(202,308,ls), +(354,308,o), +(474,412,o), +(474,544,cs), +(474,698,o), +(365,800,o), +(202,800,cs), +(-2,800,l), +(-2,640,l), +(188,640,ls), +(244,640,o), +(282,603,o), +(282,548,cs), +(282,493,o), +(244,456,o), +(188,456,cs), +(-2,456,l), +(-2,308,l) +); +}, +{ +closed = 1; +nodes = ( +(494,0,l), +(264,338,l), +(60,338,l), +(282,0,l) +); +} +); +width = 514; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-328,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(434,308,ls), +(602,308,o), +(716,404,o), +(716,544,cs), +(716,705,o), +(611,800,o), +(434,800,cs), +(-2,800,l), +(-2,640,l), +(404,640,ls), +(479,640,o), +(524,605,o), +(524,546,cs), +(524,487,o), +(479,452,o), +(404,452,cs), +(-2,452,l), +(-2,308,l) +); +}, +{ +closed = 1; +nodes = ( +(726,0,l), +(436,338,l), +(219,338,l), +(498,0,l) +); +} +); +width = 749; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-371,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(98,274,ls), +(310,274,o), +(430,369,o), +(430,537,cs), +(430,705,o), +(310,800,o), +(98,800,cs), +(-2,800,l), +(-2,562,l), +(40,562,ls), +(87,562,o), +(114,539,o), +(114,497,cs), +(114,455,o), +(87,432,o), +(40,432,cs), +(-2,432,l), +(-2,274,l) +); +}, +{ +closed = 1; +nodes = ( +(450,0,l), +(320,358,l), +(10,308,l), +(100,0,l) +); +} +); +width = 460; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-455,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(338,274,ls), +(559,274,o), +(684,369,o), +(684,537,cs), +(684,705,o), +(559,800,o), +(338,800,cs), +(-2,800,l), +(-2,552,l), +(178,552,ls), +(233,552,o), +(264,529,o), +(264,487,cs), +(264,445,o), +(233,422,o), +(178,422,cs), +(-2,422,l), +(-2,274,l) +); +}, +{ +closed = 1; +nodes = ( +(708,0,l), +(448,308,l), +(10,308,l), +(230,0,l) +); +} +); +width = 718; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-323,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(48,274,ls), +(249,274,o), +(352,363,o), +(352,537,cs), +(352,711,o), +(249,800,o), +(48,800,cs), +(-2,800,l), +(-2,562,l), +(8,562,ls), +(46,562,o), +(64,538,o), +(64,487,cs), +(64,436,o), +(46,412,o), +(8,412,cs), +(-2,412,l), +(-2,274,l) +); +}, +{ +closed = 1; +nodes = ( +(370,0,l), +(270,350,l), +(5,298,l), +(68,0,l) +); +} +); +width = 380; +} +); +metricRight = "=SQRU/3.6"; +}, +{ +export = 0; +glyphname = "_part.Softsign-cy"; +lastChange = "2023-04-29 19:27:07 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (426,0); +} +); +background = { +shapes = ( +{ +pos = (-371,0); +ref = H; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(78,0,ls), +(278,0,o), +(390,105,o), +(390,292,cs), +(390,479,o), +(278,584,o), +(78,584,cs), +(-2,584,l), +(-2,366,l), +(18,366,ls), +(55,366,o), +(74,346,o), +(74,306,cs), +(74,266,o), +(55,246,o), +(18,246,cs), +(-2,246,l), +(-2,0,l) +); +} +); +width = 397; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (436,0); +} +); +background = { +shapes = ( +{ +pos = (-209,0); +ref = H; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(114,0,ls), +(272,0,o), +(366,91,o), +(366,246,cs), +(366,398,o), +(272,488,o), +(114,488,cs), +(-2,488,l), +(-2,388,l), +(114,388,ls), +(201,388,o), +(252,336,o), +(252,247,cs), +(252,158,o), +(201,106,o), +(114,106,cs), +(-2,106,l), +(-2,0,l) +); +} +); +width = 385; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (556,0); +} +); +background = { +shapes = ( +{ +pos = (-261,0); +ref = H; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(162,0,ls), +(339,0,o), +(444,97,o), +(444,262,cs), +(444,425,o), +(339,522,o), +(162,522,cs), +(-2,522,l), +(-2,352,l), +(154,352,ls), +(218,352,o), +(256,320,o), +(256,266,cs), +(256,212,o), +(218,180,o), +(154,180,cs), +(-2,180,l), +(-2,0,l) +); +} +); +width = 459; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (506,0); +} +); +background = { +shapes = ( +{ +pos = (-137,0); +ref = H; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(162,0,ls), +(308,0,o), +(394,86,o), +(394,231,cs), +(394,376,o), +(308,462,o), +(162,462,cs), +(-2,462,l), +(-2,426,l), +(162,426,ls), +(281,426,o), +(352,354,o), +(352,232,cs), +(352,110,o), +(281,38,o), +(162,38,cs), +(-2,38,l), +(-2,0,l) +); +} +); +width = 413; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (572,0); +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(186,0,ls), +(356,0,o), +(456,91,o), +(456,246,cs), +(456,399,o), +(356,490,o), +(186,490,cs), +(-2,490,l), +(-2,386,l), +(186,386,ls), +(284,386,o), +(342,334,o), +(342,247,cs), +(342,160,o), +(284,108,o), +(186,108,cs), +(-2,108,l), +(-2,0,l) +); +} +); +width = 477; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (856,0); +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = H; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,ls), +(578,0,o), +(686,95,o), +(686,256,cs), +(686,417,o), +(578,512,o), +(394,512,cs), +(-2,512,l), +(-2,414,l), +(394,414,ls), +(505,414,o), +(570,356,o), +(570,257,cs), +(570,158,o), +(505,100,o), +(394,100,cs), +(-2,100,l), +(-2,0,l) +); +} +); +width = 707; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (416,0); +} +); +background = { +shapes = ( +{ +pos = (-250,0); +ref = H; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(92,0,ls), +(242,0,o), +(344,108,o), +(344,266,cs), +(344,418,o), +(242,522,o), +(92,522,cs), +(-2,522,l), +(-2,356,l), +(62,356,ls), +(121,356,o), +(156,323,o), +(156,266,cs), +(156,209,o), +(121,176,o), +(62,176,cs), +(-2,176,l), +(-2,0,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (906,0); +} +); +background = { +shapes = ( +{ +pos = (-159,0); +ref = H; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(412,0,ls), +(579,0,o), +(678,86,o), +(678,231,cs), +(678,376,o), +(579,462,o), +(412,462,cs), +(-2,462,l), +(-2,426,l), +(412,426,ls), +(552,426,o), +(635,354,o), +(635,232,cs), +(635,110,o), +(552,38,o), +(412,38,cs), +(-2,38,l), +(-2,0,l) +); +} +); +width = 701; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (616,0); +} +); +background = { +shapes = ( +{ +pos = (-148,0); +ref = H; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,ls), +(385,0,o), +(472,83,o), +(472,231,cs), +(472,379,o), +(385,462,o), +(230,462,cs), +(-2,462,l), +(-2,426,l), +(234,426,ls), +(359,426,o), +(430,356,o), +(430,232,cs), +(430,108,o), +(359,38,o), +(234,38,cs), +(-2,38,l), +(-2,0,l) +); +} +); +width = 493; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (801,0); +} +); +background = { +shapes = ( +{ +pos = (-272,0); +ref = H; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(350,0,ls), +(546,0,o), +(662,101,o), +(662,272,cs), +(662,443,o), +(546,544,o), +(350,544,cs), +(-2,544,l), +(-2,388,l), +(350,388,ls), +(425,388,o), +(470,346,o), +(470,276,cs), +(470,206,o), +(425,164,o), +(350,164,cs), +(-2,164,l), +(-2,0,l) +); +} +); +width = 679; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (648,0); +} +); +background = { +shapes = ( +{ +pos = (-455,0); +ref = H; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,0,ls), +(462,0,o), +(600,101,o), +(600,296,cs), +(600,491,o), +(462,592,o), +(194,592,cs), +(-2,592,l), +(-2,366,l), +(104,366,ls), +(154,366,o), +(180,349,o), +(180,316,cs), +(180,283,o), +(154,266,o), +(104,266,cs), +(-2,266,l), +(-2,0,l) +); +} +); +width = 607; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (346,0); +} +); +background = { +shapes = ( +{ +pos = (-323,0); +ref = H; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(48,0,ls), +(223,0,o), +(322,107,o), +(322,296,cs), +(322,485,o), +(223,592,o), +(48,592,cs), +(-2,592,l), +(-2,386,l), +(10,386,ls), +(32,386,o), +(44,359,o), +(44,306,cs), +(44,253,o), +(32,226,o), +(10,226,cs), +(-2,226,l), +(-2,0,l) +); +} +); +width = 329; +} +); +metricRight = "=SQRU/5"; +}, +{ +export = 0; +glyphname = "_part.Ya-cy"; +lastChange = "2022-10-23 08:52:15 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (531,0); +} +); +background = { +shapes = ( +{ +pos = (530,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(533,325,l), +(533,425,l), +(323,425,ls), +(234,425,o), +(179,476,o), +(179,559,cs), +(179,641,o), +(234,692,o), +(323,692,cs), +(533,692,l), +(533,800,l), +(319,800,ls), +(166,800,o), +(65,706,o), +(65,559,cs), +(65,419,o), +(167,325,o), +(319,325,cs) +); +}, +{ +closed = 1; +nodes = ( +(174,0,l), +(416,345,l), +(285,345,l), +(35,0,l) +); +} +); +width = 531; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (432,0); +} +); +background = { +shapes = ( +{ +pos = (432,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(434,325,l), +(434,425,l), +(320,425,ls), +(231,425,o), +(176,476,o), +(176,560,cs), +(176,643,o), +(231,694,o), +(320,694,cs), +(434,694,l), +(434,800,l), +(316,800,ls), +(159,800,o), +(62,708,o), +(62,559,cs), +(62,419,o), +(164,325,o), +(316,325,cs) +); +}, +{ +closed = 1; +nodes = ( +(163,0,l), +(365,345,l), +(238,345,l), +(32,0,l) +); +} +); +width = 432; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (518,0); +} +); +background = { +shapes = ( +{ +pos = (519,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(520,288,l), +(520,440,l), +(346,440,ls), +(284,440,o), +(242,478,o), +(242,534,cs), +(242,590,o), +(284,628,o), +(346,628,cs), +(520,628,l), +(520,800,l), +(316,800,ls), +(159,800,o), +(54,694,o), +(54,534,cs), +(54,391,o), +(164,288,o), +(316,288,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,0,l), +(458,318,l), +(246,318,l), +(24,0,l) +); +} +); +width = 518; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (456,0); +} +); +background = { +shapes = ( +{ +pos = (456,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(458,340,l), +(458,376,l), +(294,376,ls), +(168,376,o), +(90,449,o), +(90,569,cs), +(90,689,o), +(168,762,o), +(294,762,cs), +(458,762,l), +(458,800,l), +(290,800,ls), +(140,800,o), +(48,712,o), +(48,569,cs), +(48,427,o), +(140,340,o), +(290,340,cs) +); +}, +{ +closed = 1; +nodes = ( +(80,0,l), +(277,350,l), +(231,350,l), +(32,0,l) +); +} +); +width = 456; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (411,0); +} +); +background = { +shapes = ( +{ +pos = (411,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(413,288,l), +(413,436,l), +(341,436,ls), +(279,436,o), +(237,475,o), +(237,534,cs), +(237,593,o), +(279,632,o), +(341,632,cs), +(413,632,l), +(413,800,l), +(311,800,ls), +(154,800,o), +(49,694,o), +(49,534,cs), +(49,391,o), +(159,288,o), +(311,288,cs) +); +}, +{ +closed = 1; +nodes = ( +(227,0,l), +(401,318,l), +(205,318,l), +(21,0,l) +); +} +); +width = 411; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (770,0); +} +); +background = { +shapes = ( +{ +pos = (770,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(772,325,l), +(772,417,l), +(355,417,ls), +(237,417,o), +(171,468,o), +(171,559,cs), +(171,649,o), +(237,700,o), +(355,700,cs), +(772,700,l), +(772,800,l), +(355,800,ls), +(163,800,o), +(55,713,o), +(55,559,cs), +(55,414,o), +(169,325,o), +(355,325,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,0,l), +(478,345,l), +(336,345,l), +(35,0,l) +); +} +); +width = 770; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (763,0); +} +); +background = { +shapes = ( +{ +pos = (763,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(765,340,l), +(765,376,l), +(319,376,ls), +(178,376,o), +(92,449,o), +(92,569,cs), +(92,689,o), +(178,762,o), +(319,762,cs), +(765,762,l), +(765,800,l), +(315,800,ls), +(150,800,o), +(49,712,o), +(49,569,cs), +(49,427,o), +(150,340,o), +(315,340,cs) +); +}, +{ +closed = 1; +nodes = ( +(96,0,l), +(411,350,l), +(357,350,l), +(39,0,l) +); +} +); +width = 763; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (543,0); +} +); +background = { +shapes = ( +{ +pos = (543,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(545,340,l), +(545,376,l), +(311,376,ls), +(178,376,o), +(97,449,o), +(97,569,cs), +(97,689,o), +(178,762,o), +(311,762,cs), +(545,762,l), +(545,800,l), +(307,800,ls), +(151,800,o), +(55,712,o), +(55,569,cs), +(55,427,o), +(151,340,o), +(307,340,cs) +); +}, +{ +closed = 1; +nodes = ( +(87,0,l), +(341,350,l), +(292,350,l), +(35,0,l) +); +} +); +width = 543; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (754,0); +} +); +background = { +shapes = ( +{ +pos = (754,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(756,288,l), +(756,432,l), +(364,432,ls), +(290,432,o), +(244,472,o), +(244,536,cs), +(244,600,o), +(290,640,o), +(364,640,cs), +(756,640,l), +(756,800,l), +(330,800,ls), +(155,800,o), +(48,699,o), +(48,534,cs), +(48,386,o), +(161,288,o), +(330,288,cs) +); +}, +{ +closed = 1; +nodes = ( +(257,0,l), +(526,318,l), +(307,318,l), +(28,0,l) +); +} +); +width = 754; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (472,0); +} +); +background = { +shapes = ( +{ +pos = (472,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(474,258,l), +(474,420,l), +(432,420,ls), +(378,420,o), +(348,446,o), +(348,491,cs), +(348,536,o), +(378,562,o), +(432,562,cs), +(474,562,l), +(474,800,l), +(364,800,ls), +(152,800,o), +(32,702,o), +(32,529,cs), +(32,356,o), +(152,258,o), +(364,258,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,0,l), +(472,298,l), +(162,358,l), +(12,0,l) +); +} +); +width = 472; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (720,0); +} +); +background = { +shapes = ( +{ +pos = (720,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(722,238,l), +(722,410,l), +(544,410,ls), +(488,410,o), +(456,436,o), +(456,481,cs), +(456,526,o), +(488,552,o), +(544,552,cs), +(722,552,l), +(722,800,l), +(382,800,ls), +(161,800,o), +(36,699,o), +(36,519,cs), +(36,345,o), +(167,238,o), +(382,238,cs) +); +}, +{ +closed = 1; +nodes = ( +(480,0,l), +(703,298,l), +(313,358,l), +(12,0,l) +); +} +); +width = 720; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (382,0); +} +); +background = { +shapes = ( +{ +pos = (382,0); +ref = _part.R; +scale = (-1,1); +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(384,238,l), +(384,400,l), +(372,400,ls), +(335,400,o), +(318,426,o), +(318,481,cs), +(318,536,o), +(335,562,o), +(372,562,cs), +(384,562,l), +(384,800,l), +(334,800,ls), +(133,800,o), +(30,704,o), +(30,519,cs), +(30,339,o), +(139,238,o), +(334,238,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,0,l), +(380,268,l), +(116,328,l), +(12,0,l) +); +} +); +width = 382; +} +); +metricLeft = "=SQRU/3"; +}, +{ +export = 0; +glyphname = "_part.Yu-cy"; +lastChange = "2022-04-11 18:00:59 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(530,-16,o), +(664,146,o), +(664,400,cs), +(664,654,o), +(530,816,o), +(322,816,cs), +(114,816,o), +(-20,654,o), +(-20,400,cs), +(-20,146,o), +(114,-16,o), +(322,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(174,92,o), +(88,206,o), +(88,400,cs), +(88,594,o), +(174,708,o), +(319,708,cs), +(464,708,o), +(550,594,o), +(550,400,cs), +(550,206,o), +(464,92,o), +(319,92,cs) +); +} +); +width = 720; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(584,-20,o), +(732,146,o), +(732,400,cs), +(732,654,o), +(584,820,o), +(356,820,cs), +(128,820,o), +(-20,654,o), +(-20,400,cs), +(-20,146,o), +(128,-20,o), +(356,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(228,152,o), +(154,246,o), +(154,400,cs), +(154,554,o), +(228,648,o), +(349,648,cs), +(470,648,o), +(544,554,o), +(544,400,cs), +(544,246,o), +(470,152,o), +(349,152,cs) +); +} +); +width = 770; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(755,-16,o), +(932,139,o), +(932,400,cs), +(932,661,o), +(755,816,o), +(456,816,cs), +(157,816,o), +(-20,661,o), +(-20,400,cs), +(-20,139,o), +(157,-16,o), +(456,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(223,84,o), +(88,201,o), +(88,400,cs), +(88,599,o), +(223,716,o), +(452,716,cs), +(681,716,o), +(816,599,o), +(816,400,cs), +(816,201,o), +(681,84,o), +(452,84,cs) +); +} +); +width = 988; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(803,-20,o), +(986,130,o), +(986,400,cs), +(986,670,o), +(803,820,o), +(483,820,cs), +(163,820,o), +(-20,670,o), +(-20,400,cs), +(-20,130,o), +(163,-20,o), +(483,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,140,o), +(158,228,o), +(158,400,cs), +(158,572,o), +(265,660,o), +(476,660,cs), +(687,660,o), +(794,572,o), +(794,400,cs), +(794,228,o), +(687,140,o), +(476,140,cs) +); +} +); +width = 1030; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(454,-16,o), +(556,134,o), +(556,400,cs), +(556,666,o), +(454,816,o), +(268,816,cs), +(82,816,o), +(-20,666,o), +(-20,400,cs), +(-20,134,o), +(82,-16,o), +(268,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(148,90,o), +(88,195,o), +(88,400,cs), +(88,605,o), +(148,710,o), +(265,710,cs), +(382,710,o), +(442,605,o), +(442,400,cs), +(442,195,o), +(382,90,o), +(265,90,cs) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(488,-20,o), +(594,130,o), +(594,400,cs), +(594,670,o), +(488,820,o), +(287,820,cs), +(86,820,o), +(-20,670,o), +(-20,400,cs), +(-20,130,o), +(86,-20,o), +(287,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,148,o), +(154,233,o), +(154,400,cs), +(154,567,o), +(196,652,o), +(280,652,cs), +(364,652,o), +(406,567,o), +(406,400,cs), +(406,233,o), +(364,148,o), +(280,148,cs) +); +} +); +width = 627; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(495,-12,o), +(612,141,o), +(612,400,cs), +(612,659,o), +(495,812,o), +(296,812,cs), +(97,812,o), +(-20,659,o), +(-20,400,cs), +(-20,141,o), +(97,-12,o), +(296,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,26,o), +(20,165,o), +(20,400,cs), +(20,635,o), +(122,774,o), +(295,774,cs), +(468,774,o), +(570,635,o), +(570,400,cs), +(570,165,o), +(468,26,o), +(295,26,cs) +); +} +); +width = 668; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(625,-26,o), +(772,132,o), +(772,400,cs), +(772,668,o), +(625,826,o), +(376,826,cs), +(127,826,o), +(-20,668,o), +(-20,400,cs), +(-20,132,o), +(127,-26,o), +(376,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(296,238,o), +(266,293,o), +(266,400,cs), +(266,507,o), +(296,562,o), +(356,562,cs), +(416,562,o), +(446,507,o), +(446,400,cs), +(446,293,o), +(416,238,o), +(356,238,cs) +); +} +); +width = 790; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(415,-12,o), +(514,141,o), +(514,400,cs), +(514,659,o), +(415,812,o), +(247,812,cs), +(79,812,o), +(-20,659,o), +(-20,400,cs), +(-20,141,o), +(79,-12,o), +(247,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(104,26,o), +(20,165,o), +(20,400,cs), +(20,635,o), +(104,774,o), +(246,774,cs), +(388,774,o), +(472,635,o), +(472,400,cs), +(472,165,o), +(388,26,o), +(246,26,cs) +); +} +); +width = 564; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(697,-12,o), +(860,141,o), +(860,400,cs), +(860,659,o), +(697,812,o), +(420,812,cs), +(143,812,o), +(-20,659,o), +(-20,400,cs), +(-20,141,o), +(143,-12,o), +(420,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(168,26,o), +(20,165,o), +(20,400,cs), +(20,635,o), +(168,774,o), +(418,774,cs), +(669,774,o), +(817,635,o), +(817,400,cs), +(817,165,o), +(669,26,o), +(418,26,cs) +); +} +); +width = 922; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(846,-26,o), +(1026,118,o), +(1026,400,cs), +(1026,682,o), +(846,826,o), +(493,826,cs), +(140,826,o), +(-40,682,o), +(-40,400,cs), +(-40,118,o), +(140,-26,o), +(493,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,238,o), +(346,293,o), +(346,400,cs), +(346,507,o), +(390,562,o), +(476,562,cs), +(562,562,o), +(606,507,o), +(606,400,cs), +(606,293,o), +(562,238,o), +(476,238,cs) +); +} +); +width = 1044; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(512,-26,o), +(620,118,o), +(620,400,cs), +(620,682,o), +(512,826,o), +(300,826,cs), +(88,826,o), +(-20,682,o), +(-20,400,cs), +(-20,118,o), +(88,-26,o), +(300,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(247,234,o), +(236,273,o), +(236,400,cs), +(236,527,o), +(247,566,o), +(284,566,cs), +(321,566,o), +(332,527,o), +(332,400,cs), +(332,273,o), +(321,234,o), +(284,234,cs) +); +} +); +width = 638; +} +); +metricRight = RNDU; +}, +{ +export = 0; +glyphname = "_part.Zhe-cy"; +lastChange = "2022-04-12 15:42:08 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-604,0); +ref = "Sha-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(426,0,l), +(106,388,l), +(434,800,l), +(297,800,l), +(-32,384,l), +(283,0,l) +); +} +); +width = 429; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-451,0); +ref = "Sha-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(347,0,l), +(44,388,l), +(351,800,l), +(302,800,l), +(-6,386,l), +(295,0,l) +); +} +); +width = 346; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-525,0); +ref = "Sha-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(416,0,l), +(45,388,l), +(424,800,l), +(371,800,l), +(-10,386,l), +(359,0,l) +); +} +); +width = 419; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-691,0); +ref = "Sha-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(583,0,l), +(54,388,l), +(603,800,l), +(540,800,l), +(-12,386,l), +(514,0,l) +); +} +); +width = 597; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-524,0); +ref = "Sha-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(352,0,l), +(97,391,l), +(358,800,l), +(236,800,l), +(-26,386,l), +(223,0,l) +); +} +); +width = 353; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-764,0); +ref = "Sha-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(591,0,l), +(117,390,l), +(605,800,l), +(447,800,l), +(-47,385,l), +(421,0,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-568,0); +ref = "Sha-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(362,0,l), +(170,397,l), +(370,800,l), +(186,800,l), +(-20,386,l), +(167,0,l) +); +} +); +width = 367; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-655,0); +ref = "Sha-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(452,0,l), +(164,397,l), +(464,800,l), +(266,800,l), +(-42,386,l), +(238,0,l) +); +} +); +width = 460; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-830,0); +ref = "Sha-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(644,0,l), +(180,394,l), +(662,800,l), +(434,800,l), +(-59,385,l), +(393,0,l) +); +} +); +width = 658; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-765,0); +ref = "Sha-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(432,0,l), +(296,406,l), +(442,800,l), +(115,800,l), +(-32,386,l), +(85,0,l) +); +} +); +width = 440; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-1005,0); +ref = "Sha-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(620,0,l), +(348,402,l), +(624,800,l), +(200,800,l), +(-72,386,l), +(160,0,l) +); +} +); +width = 622; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-647,0); +ref = "Sha-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(360,0,l), +(254,408,l), +(364,800,l), +(88,800,l), +(-24,386,l), +(68,0,l) +); +} +); +width = 362; +} +); +metricRight = "=TNGU*-1"; +}, +{ +export = 0; +glyphname = _part.asterisk; +lastChange = "2021-12-27 14:15:46 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,30,l), +(0,0,l), +(40,30,l), +(60,248,l), +(-60,248,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(-60,50,l), +(0,0,l), +(60,50,l), +(90,248,l), +(-90,248,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,30,l), +(0,0,l), +(40,30,l), +(62,268,l), +(-62,268,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-60,50,l), +(0,0,l), +(60,50,l), +(92,268,l), +(-92,268,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,30,l), +(0,0,l), +(40,30,l), +(57,228,l), +(-57,228,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(-60,50,l), +(0,0,l), +(60,50,l), +(86,228,l), +(-86,228,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,12,l), +(0,0,l), +(16,12,l), +(24,248,l), +(-24,248,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(-110,140,l), +(0,0,l), +(110,140,l), +(140,298,l), +(-140,298,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,12,l), +(0,0,l), +(16,12,l), +(23,228,l), +(-23,228,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,12,l), +(0,0,l), +(16,12,l), +(26,268,l), +(-26,268,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-110,140,l), +(0,0,l), +(110,140,l), +(140,318,l), +(-140,318,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-108,140,l), +(0,0,l), +(108,140,l), +(136,278,l), +(-136,278,l) +); +} +); +width = 0; +} +); +}, +{ +export = 0; +glyphname = "_part.asterisk-assembled"; +lastChange = "2021-12-27 13:59:07 +0000"; +layers = ( +{ +layerId = m002; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = m01; +shapes = ( +{ +alignment = -1; +ref = _part.asterisk; +}, +{ +alignment = -1; +angle = 72; +ref = _part.asterisk; +}, +{ +alignment = -1; +angle = -72; +ref = _part.asterisk; +}, +{ +alignment = -1; +angle = 144; +ref = _part.asterisk; +}, +{ +alignment = -1; +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = m003; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = m004; +shapes = ( +{ +alignment = -1; +ref = _part.asterisk; +}, +{ +alignment = -1; +angle = 72; +ref = _part.asterisk; +}, +{ +alignment = -1; +angle = -72; +ref = _part.asterisk; +}, +{ +alignment = -1; +angle = 144; +ref = _part.asterisk; +}, +{ +alignment = -1; +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = m005; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = m006; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = m007; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = m008; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = m009; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = m010; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +ref = _part.asterisk; +}, +{ +angle = 72; +ref = _part.asterisk; +}, +{ +angle = -72; +ref = _part.asterisk; +}, +{ +angle = 144; +ref = _part.asterisk; +}, +{ +angle = -144; +ref = _part.asterisk; +} +); +width = 0; +} +); +}, +{ +export = 0; +glyphname = _part.b; +lastChange = "2022-01-20 13:17:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +} +); +background = { +shapes = ( +{ +pos = (27,0); +ref = o; +} +); +}; +layerId = m01; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(574,-16,o), +(684,110,o), +(684,300,cs), +(684,490,o), +(574,616,o), +(408,616,cs), +(329,616,o), +(261,587,o), +(220,536,c), +(206,536,l), +(206,848,l), +(96,848,l), +(96,0,l), +(206,0,l), +(206,64,l), +(220,64,l), +(261,13,o), +(329,-16,o), +(408,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,431,o), +(273,512,o), +(388,512,cs), +(503,512,o), +(574,431,o), +(574,300,cs), +(574,169,o), +(503,88,o), +(388,88,cs), +(273,88,o), +(202,169,o), +(202,300,cs) +); +} +); +width = 737; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +} +); +associatedMasterId = m01; +layerId = "24940AE9-F65E-402C-B25F-606BC794ECC9"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(574,-16,o), +(684,110,o), +(684,300,cs), +(684,490,o), +(574,616,o), +(408,616,cs), +(329,616,o), +(261,587,o), +(220,536,c), +(206,536,l), +(206,800,l), +(96,800,l), +(96,0,l), +(206,0,l), +(206,64,l), +(220,64,l), +(261,13,o), +(329,-16,o), +(408,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,431,o), +(273,512,o), +(388,512,cs), +(503,512,o), +(574,431,o), +(574,300,cs), +(574,169,o), +(503,88,o), +(388,88,cs), +(273,88,o), +(202,169,o), +(202,300,cs) +); +} +); +width = 737; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (66,0); +} +); +background = { +shapes = ( +{ +pos = (21,0); +ref = o; +} +); +}; +layerId = m002; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(593,-16,o), +(702,114,o), +(702,310,cs), +(702,506,o), +(593,636,o), +(430,636,cs), +(356,636,o), +(294,607,o), +(266,560,c), +(246,560,l), +(246,848,l), +(66,848,l), +(66,0,l), +(246,0,l), +(246,60,l), +(266,60,l), +(294,13,o), +(356,-16,o), +(430,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,410,o), +(289,472,o), +(380,472,cs), +(471,472,o), +(526,410,o), +(526,310,cs), +(526,210,o), +(471,148,o), +(380,148,cs), +(289,148,o), +(234,210,o), +(234,310,cs) +); +} +); +width = 739; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (66,0); +} +); +associatedMasterId = m002; +layerId = "5093B223-92AE-4C2D-82A3-6DD2CF922364"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(593,-16,o), +(702,114,o), +(702,310,cs), +(702,506,o), +(593,636,o), +(430,636,cs), +(356,636,o), +(294,607,o), +(266,560,c), +(246,560,l), +(246,820,l), +(66,820,l), +(66,0,l), +(246,0,l), +(246,60,l), +(266,60,l), +(294,13,o), +(356,-16,o), +(430,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,410,o), +(289,472,o), +(380,472,cs), +(471,472,o), +(526,410,o), +(526,310,cs), +(526,210,o), +(471,148,o), +(380,148,cs), +(289,148,o), +(234,210,o), +(234,310,cs) +); +} +); +width = 739; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +} +); +background = { +shapes = ( +{ +pos = (25,0); +ref = o; +} +); +}; +layerId = m003; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(770,-16,o), +(918,104,o), +(918,300,cs), +(918,496,o), +(770,616,o), +(528,616,cs), +(391,616,o), +(282,583,o), +(226,524,c), +(206,524,l), +(206,848,l), +(96,848,l), +(96,0,l), +(206,0,l), +(206,76,l), +(226,76,l), +(282,17,o), +(391,-16,o), +(528,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,441,o), +(311,520,o), +(504,520,cs), +(697,520,o), +(806,441,o), +(806,300,cs), +(806,159,o), +(697,80,o), +(504,80,cs), +(311,80,o), +(202,159,o), +(202,300,cs) +); +} +); +width = 971; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,0); +} +); +background = { +shapes = ( +{ +pos = (18,0); +ref = o; +} +); +}; +layerId = m004; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(782,-20,o), +(924,105,o), +(924,310,cs), +(924,515,o), +(782,640,o), +(551,640,cs), +(422,640,o), +(326,610,o), +(286,558,c), +(256,558,l), +(256,848,l), +(76,848,l), +(76,0,l), +(256,0,l), +(256,62,l), +(286,62,l), +(326,10,o), +(422,-20,o), +(551,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,427,o), +(328,488,o), +(491,488,cs), +(654,488,o), +(738,427,o), +(738,310,cs), +(738,193,o), +(654,132,o), +(491,132,cs), +(328,132,o), +(244,193,o), +(244,310,cs) +); +} +); +width = 966; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +} +); +associatedMasterId = m003; +layerId = "8D4F94B6-1287-4D54-9C66-E57BA90F8A3B"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(770,-16,o), +(918,104,o), +(918,300,cs), +(918,496,o), +(770,616,o), +(528,616,cs), +(391,616,o), +(282,583,o), +(226,524,c), +(206,524,l), +(206,800,l), +(96,800,l), +(96,0,l), +(206,0,l), +(206,76,l), +(226,76,l), +(282,17,o), +(391,-16,o), +(528,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(202,441,o), +(311,520,o), +(504,520,cs), +(697,520,o), +(806,441,o), +(806,300,cs), +(806,159,o), +(697,80,o), +(504,80,cs), +(311,80,o), +(202,159,o), +(202,300,cs) +); +} +); +width = 971; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,0); +} +); +associatedMasterId = m004; +layerId = "2D85255F-D54F-4D7B-871E-9AEC0799B9DD"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(782,-20,o), +(924,105,o), +(924,310,cs), +(924,515,o), +(782,640,o), +(551,640,cs), +(422,640,o), +(326,610,o), +(286,558,c), +(256,558,l), +(256,820,l), +(76,820,l), +(76,0,l), +(256,0,l), +(256,62,l), +(286,62,l), +(326,10,o), +(422,-20,o), +(551,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(244,427,o), +(328,488,o), +(491,488,cs), +(654,488,o), +(738,427,o), +(738,310,cs), +(738,193,o), +(654,132,o), +(491,132,cs), +(328,132,o), +(244,193,o), +(244,310,cs) +); +} +); +width = 966; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +} +); +background = { +shapes = ( +{ +pos = (36,0); +ref = o; +} +); +}; +layerId = m005; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(498,-16,o), +(586,104,o), +(586,300,cs), +(586,496,o), +(498,616,o), +(355,616,cs), +(290,616,o), +(238,591,o), +(210,546,c), +(196,546,l), +(196,848,l), +(86,848,l), +(86,0,l), +(196,0,l), +(196,54,l), +(210,54,l), +(238,9,o), +(290,-16,o), +(355,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(192,437,o), +(243,514,o), +(335,514,cs), +(427,514,o), +(478,437,o), +(478,300,cs), +(478,163,o), +(427,86,o), +(335,86,cs), +(243,86,o), +(192,163,o), +(192,300,cs) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (56,0); +} +); +background = { +shapes = ( +{ +pos = (25,0); +ref = o; +} +); +}; +layerId = m006; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-16,o), +(600,101,o), +(600,310,cs), +(600,519,o), +(523,636,o), +(387,636,cs), +(327,636,o), +(280,612,o), +(256,570,c), +(236,570,l), +(236,848,l), +(56,848,l), +(56,0,l), +(236,0,l), +(236,50,l), +(256,50,l), +(280,8,o), +(327,-16,o), +(387,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,420,o), +(260,476,o), +(327,476,cs), +(394,476,o), +(428,420,o), +(428,310,cs), +(428,200,o), +(394,144,o), +(327,144,cs), +(260,144,o), +(226,200,o), +(226,310,cs) +); +} +); +width = 631; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +} +); +associatedMasterId = m005; +layerId = "7E45F926-1ADE-475F-BDDA-217F6099F762"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(498,-16,o), +(586,104,o), +(586,300,cs), +(586,496,o), +(498,616,o), +(355,616,cs), +(290,616,o), +(238,591,o), +(210,546,c), +(196,546,l), +(196,800,l), +(86,800,l), +(86,0,l), +(196,0,l), +(196,54,l), +(210,54,l), +(238,9,o), +(290,-16,o), +(355,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(192,437,o), +(243,514,o), +(335,514,cs), +(427,514,o), +(478,437,o), +(478,300,cs), +(478,163,o), +(427,86,o), +(335,86,cs), +(243,86,o), +(192,163,o), +(192,300,cs) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (56,0); +} +); +associatedMasterId = m006; +layerId = "DFA4D3A0-C1DE-4BD5-A179-92FD999CC0E4"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(523,-16,o), +(600,101,o), +(600,310,cs), +(600,519,o), +(523,636,o), +(387,636,cs), +(327,636,o), +(280,612,o), +(256,570,c), +(236,570,l), +(236,820,l), +(56,820,l), +(56,0,l), +(236,0,l), +(236,50,l), +(256,50,l), +(280,8,o), +(327,-16,o), +(387,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,420,o), +(260,476,o), +(327,476,cs), +(394,476,o), +(428,420,o), +(428,310,cs), +(428,200,o), +(394,144,o), +(327,144,cs), +(260,144,o), +(226,200,o), +(226,310,cs) +); +} +); +width = 631; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +} +); +background = { +shapes = ( +{ +pos = (31,0); +ref = o; +} +); +}; +layerId = m007; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(529,-12,o), +(630,104,o), +(630,294,cs), +(630,484,o), +(529,600,o), +(365,600,cs), +(263,600,o), +(180,552,o), +(146,474,c), +(136,474,l), +(136,848,l), +(96,848,l), +(96,0,l), +(136,0,l), +(136,114,l), +(146,114,l), +(180,36,o), +(263,-12,o), +(365,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,461,o), +(220,564,o), +(361,564,cs), +(502,564,o), +(589,461,o), +(589,294,cs), +(589,127,o), +(502,24,o), +(361,24,cs), +(220,24,o), +(133,127,o), +(133,294,cs) +); +} +); +width = 683; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +} +); +associatedMasterId = m007; +layerId = "38D4E0C4-AB0C-402D-AAB3-9123729644B1"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(529,-12,o), +(630,104,o), +(630,294,cs), +(630,484,o), +(529,600,o), +(365,600,cs), +(263,600,o), +(180,552,o), +(146,474,c), +(136,474,l), +(136,788,l), +(96,788,l), +(96,0,l), +(136,0,l), +(136,114,l), +(146,114,l), +(180,36,o), +(263,-12,o), +(365,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(133,461,o), +(220,564,o), +(361,564,cs), +(502,564,o), +(589,461,o), +(589,294,cs), +(589,127,o), +(502,24,o), +(361,24,cs), +(220,24,o), +(133,127,o), +(133,294,cs) +); +} +); +width = 683; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = o; +} +); +}; +layerId = m008; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(663,-16,o), +(744,105,o), +(744,320,cs), +(744,535,o), +(663,656,o), +(520,656,cs), +(447,656,o), +(390,614,o), +(372,546,c), +(352,546,l), +(352,848,l), +(32,848,l), +(32,0,l), +(352,0,l), +(352,94,l), +(372,94,l), +(390,26,o), +(447,-16,o), +(520,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(344,394,o), +(356,426,o), +(384,426,cs), +(412,426,o), +(424,394,o), +(424,320,cs), +(424,246,o), +(412,214,o), +(384,214,cs), +(356,214,o), +(344,246,o), +(344,320,cs) +); +} +); +width = 762; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +} +); +associatedMasterId = m008; +layerId = "1636C5D6-0895-4F8F-B7AD-21CEDEB241BE"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(663,-16,o), +(744,105,o), +(744,320,cs), +(744,535,o), +(663,656,o), +(520,656,cs), +(447,656,o), +(390,614,o), +(372,546,c), +(352,546,l), +(352,840,l), +(32,840,l), +(32,0,l), +(352,0,l), +(352,94,l), +(372,94,l), +(390,26,o), +(447,-16,o), +(520,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(344,394,o), +(356,426,o), +(384,426,cs), +(412,426,o), +(424,394,o), +(424,320,cs), +(424,246,o), +(412,214,o), +(384,214,cs), +(356,214,o), +(344,246,o), +(344,320,cs) +); +} +); +width = 762; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +} +); +background = { +shapes = ( +{ +pos = (28,0); +ref = o; +} +); +}; +layerId = m009; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(456,-12,o), +(536,98,o), +(536,294,cs), +(536,490,o), +(456,600,o), +(313,600,cs), +(232,600,o), +(168,563,o), +(136,496,c), +(126,496,l), +(126,848,l), +(86,848,l), +(86,0,l), +(126,0,l), +(126,92,l), +(136,92,l), +(168,25,o), +(232,-12,o), +(313,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,467,o), +(189,564,o), +(309,564,cs), +(429,564,o), +(496,467,o), +(496,294,cs), +(496,121,o), +(429,24,o), +(309,24,cs), +(189,24,o), +(122,121,o), +(122,294,cs) +); +} +); +width = 584; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +} +); +associatedMasterId = m009; +layerId = "3DCEC22D-B93E-4A6E-9391-98940AF5608D"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(456,-12,o), +(536,98,o), +(536,294,cs), +(536,490,o), +(456,600,o), +(313,600,cs), +(232,600,o), +(168,563,o), +(136,496,c), +(126,496,l), +(126,788,l), +(86,788,l), +(86,0,l), +(126,0,l), +(126,92,l), +(136,92,l), +(168,25,o), +(232,-12,o), +(313,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,467,o), +(189,564,o), +(309,564,cs), +(429,564,o), +(496,467,o), +(496,294,cs), +(496,121,o), +(429,24,o), +(309,24,cs), +(189,24,o), +(122,121,o), +(122,294,cs) +); +} +); +width = 584; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +} +); +background = { +shapes = ( +{ +pos = (28,0); +ref = o; +} +); +}; +layerId = m010; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(714,-12,o), +(846,98,o), +(846,294,cs), +(846,490,o), +(714,600,o), +(478,600,cs), +(326,600,o), +(212,552,o), +(162,466,c), +(146,466,l), +(146,848,l), +(106,848,l), +(106,0,l), +(146,0,l), +(146,122,l), +(162,122,l), +(212,36,o), +(326,-12,o), +(478,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(144,467,o), +(263,564,o), +(474,564,cs), +(685,564,o), +(804,467,o), +(804,294,cs), +(804,121,o), +(685,24,o), +(474,24,cs), +(263,24,o), +(144,121,o), +(144,294,cs) +); +} +); +width = 905; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +} +); +associatedMasterId = m010; +layerId = "73201D2C-7750-41EA-AFA4-67458FDE28B9"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(714,-12,o), +(846,98,o), +(846,294,cs), +(846,490,o), +(714,600,o), +(478,600,cs), +(324,600,o), +(210,552,o), +(162,466,c), +(146,466,l), +(146,788,l), +(106,788,l), +(106,0,l), +(146,0,l), +(146,122,l), +(162,122,l), +(210,36,o), +(324,-12,o), +(478,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(144,467,o), +(263,564,o), +(474,564,cs), +(685,564,o), +(804,467,o), +(804,294,cs), +(804,121,o), +(685,24,o), +(474,24,cs), +(263,24,o), +(144,121,o), +(144,294,cs) +); +} +); +width = 905; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +} +); +background = { +shapes = ( +{ +pos = (2,0); +ref = o; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(905,-16,o), +(1020,105,o), +(1020,320,cs), +(1020,535,o), +(905,656,o), +(700,656,cs), +(599,656,o), +(508,612,o), +(472,546,c), +(432,546,l), +(432,848,l), +(32,848,l), +(32,0,l), +(432,0,l), +(432,94,l), +(472,94,l), +(508,28,o), +(599,-16,o), +(700,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(420,377,o), +(454,406,o), +(520,406,cs), +(586,406,o), +(620,377,o), +(620,320,cs), +(620,263,o), +(586,234,o), +(520,234,cs), +(454,234,o), +(420,263,o), +(420,320,cs) +); +} +); +width = 1038; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = o; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +"Stem Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(568,-16,o), +(624,92,o), +(624,320,cs), +(624,548,o), +(568,656,o), +(448,656,cs), +(389,656,o), +(342,618,o), +(324,556,c), +(304,556,l), +(304,848,l), +(32,848,l), +(32,0,l), +(304,0,l), +(304,84,l), +(324,84,l), +(342,22,o), +(389,-16,o), +(448,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,406,o), +(300,428,o), +(322,428,cs), +(344,428,o), +(350,406,o), +(350,320,cs), +(350,234,o), +(344,212,o), +(322,212,cs), +(300,212,o), +(294,234,o), +(294,320,cs) +); +} +); +width = 642; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +background = { +shapes = ( +{ +pos = (4,0); +ref = o; +} +); +}; +layerId = "917F6C44-B7F9-4E33-918E-AF9C46755282"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(905,-16,o), +(1020,105,o), +(1020,320,cs), +(1020,535,o), +(905,656,o), +(700,656,cs), +(599,656,o), +(508,612,o), +(472,546,c), +(432,546,l), +(432,840,l), +(32,840,l), +(32,0,l), +(432,0,l), +(432,94,l), +(472,94,l), +(508,28,o), +(599,-16,o), +(700,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(420,377,o), +(454,406,o), +(520,406,cs), +(586,406,o), +(620,377,o), +(620,320,cs), +(620,263,o), +(586,234,o), +(520,234,cs), +(454,234,o), +(420,263,o), +(420,320,cs) +); +} +); +width = 1038; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "C202102F-2A11-45E1-9CF1-B81AC8B3D518"; +name = Low; +partSelection = { +"Stem Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(568,-16,o), +(624,92,o), +(624,320,cs), +(624,548,o), +(568,656,o), +(448,656,cs), +(389,656,o), +(342,618,o), +(324,556,c), +(304,556,l), +(304,840,l), +(32,840,l), +(32,0,l), +(304,0,l), +(304,84,l), +(324,84,l), +(342,22,o), +(389,-16,o), +(448,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,406,o), +(300,428,o), +(322,428,cs), +(344,428,o), +(350,406,o), +(350,320,cs), +(350,234,o), +(344,212,o), +(322,212,cs), +(300,212,o), +(294,234,o), +(294,320,cs) +); +} +); +width = 642; +} +); +metricLeft = SQR; +metricRight = RND; +partsSettings = ( +{ +bottomValue = 800; +name = "Stem Height"; +topValue = 848; +} +); +}, +{ +export = 0; +glyphname = "_part.bar-bottom"; +lastChange = "2022-01-20 13:17:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (216,0); +} +); +layerId = m01; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,0,l), +(216,0,l), +(216,104,l), +(16,104,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (416,0); +} +); +associatedMasterId = m01; +layerId = "6DC5EFF5-EAEC-40CE-A1AA-0CA17CD4C523"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,0,l), +(416,0,l), +(416,104,l), +(16,104,l) +); +} +); +width = 432; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (11,0); +}, +{ +name = "#exit"; +pos = (211,0); +} +); +layerId = m002; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(11,0,l), +(211,0,l), +(211,160,l), +(11,160,l) +); +} +); +width = 222; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (11,0); +}, +{ +name = "#exit"; +pos = (411,0); +} +); +associatedMasterId = m002; +layerId = "B014E8F9-590D-459A-9148-1E0178A3219A"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(11,0,l), +(411,0,l), +(411,160,l), +(11,160,l) +); +} +); +width = 422; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (216,0); +} +); +layerId = m003; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,0,l), +(216,0,l), +(216,96,l), +(16,96,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (13,0); +}, +{ +name = "#exit"; +pos = (213,0); +} +); +layerId = m004; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,0,l), +(213,0,l), +(213,152,l), +(13,152,l) +); +} +); +width = 226; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (416,0); +} +); +associatedMasterId = m003; +layerId = "D611B799-9EBD-4229-8EE0-A1FE59AC9124"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,0,l), +(416,0,l), +(416,96,l), +(16,96,l) +); +} +); +width = 432; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (13,0); +}, +{ +name = "#exit"; +pos = (413,0); +} +); +associatedMasterId = m004; +layerId = "4E9876CD-B4E4-4E49-B175-0CCC398C5BBA"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,0,l), +(413,0,l), +(413,152,l), +(13,152,l) +); +} +); +width = 426; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (14,0); +}, +{ +name = "#exit"; +pos = (214,0); +} +); +layerId = m005; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(14,0,l), +(214,0,l), +(214,102,l), +(14,102,l) +); +} +); +width = 228; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (9,0); +}, +{ +name = "#exit"; +pos = (209,0); +} +); +layerId = m006; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(9,0,l), +(209,0,l), +(209,154,l), +(9,154,l) +); +} +); +width = 218; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (14,0); +}, +{ +name = "#exit"; +pos = (414,0); +} +); +associatedMasterId = m005; +layerId = "2ACED1CA-8CA6-41F4-A70E-158770D9FA5A"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(14,0,l), +(414,0,l), +(414,102,l), +(14,102,l) +); +} +); +width = 428; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (9,0); +}, +{ +name = "#exit"; +pos = (409,0); +} +); +associatedMasterId = m006; +layerId = "76584D96-CE96-41D5-BD74-B5C91D7ECF29"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(9,0,l), +(409,0,l), +(409,154,l), +(9,154,l) +); +} +); +width = 418; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (216,0); +} +); +layerId = m007; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,0,l), +(216,0,l), +(216,36,l), +(16,36,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (207,0); +} +); +layerId = m008; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(209,0,l), +(209,240,l), +(5,240,l) +); +} +); +width = 214; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (14,0); +}, +{ +name = "#exit"; +pos = (214,0); +} +); +layerId = m009; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(14,0,l), +(214,0,l), +(214,34,l), +(14,34,l) +); +} +); +width = 228; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (416,0); +} +); +associatedMasterId = m007; +layerId = "71B5D759-D9EE-4670-8198-D7112E19A3B9"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,0,l), +(416,0,l), +(416,36,l), +(16,36,l) +); +} +); +width = 432; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (14,0); +}, +{ +name = "#exit"; +pos = (414,0); +} +); +associatedMasterId = m009; +layerId = "0D1D4BCC-55E9-4583-88D7-541E51C2CE4E"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(14,0,l), +(414,0,l), +(414,34,l), +(14,34,l) +); +} +); +width = 428; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (18,0); +}, +{ +name = "#exit"; +pos = (218,0); +} +); +layerId = m010; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(18,0,l), +(218,0,l), +(218,34,l), +(18,34,l) +); +} +); +width = 236; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (407,0); +} +); +associatedMasterId = m008; +layerId = "31C6C238-CA25-42A6-94FD-1A126DA75C41"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(409,0,l), +(409,240,l), +(5,240,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (18,0); +}, +{ +name = "#exit"; +pos = (418,0); +} +); +associatedMasterId = m010; +layerId = "5E970F37-61E8-46B0-BDDE-2D05D3F09B7E"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(18,0,l), +(418,0,l), +(418,34,l), +(18,34,l) +); +} +); +width = 436; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (207,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(209,0,l), +(209,240,l), +(5,240,l) +); +} +); +width = 214; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (207,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(209,0,l), +(209,220,l), +(5,220,l) +); +} +); +width = 214; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (407,0); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "23C184F0-4D64-4CAA-ACAE-67800015E1EB"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(409,0,l), +(409,220,l), +(5,220,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (407,0); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "374DADCB-E6C0-49C3-A3CA-8C9DAE3FFECA"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(409,0,l), +(409,240,l), +(5,240,l) +); +} +); +width = 414; +} +); +metricLeft = "=SQR/6"; +metricRight = "=SQR/6"; +partsSettings = ( +{ +bottomValue = 200; +name = "Bar Width"; +topValue = 400; +} +); +}, +{ +export = 0; +glyphname = "_part.bar-bottom-UC"; +lastChange = "2022-04-04 20:14:08 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (106,0); +} +); +layerId = m002; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,0,l), +(108,0,l), +(108,180,l), +(4,180,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +} +); +layerId = m01; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(109,0,l), +(109,108,l), +(5,108,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +} +); +associatedMasterId = m01; +layerId = "F3A5F718-5BAA-467A-BCC8-6E4C71A081E5"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(1009,0,l), +(1009,108,l), +(5,108,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (1006,0); +} +); +associatedMasterId = m002; +layerId = "11830CA0-3A41-43CF-B5D4-3F8429032DA0"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,0,l), +(1008,0,l), +(1008,180,l), +(4,180,l) +); +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +} +); +layerId = m003; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(109,0,l), +(109,100,l), +(5,100,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (106,0); +} +); +layerId = m004; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,0,l), +(108,0,l), +(108,164,l), +(4,164,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +} +); +associatedMasterId = m003; +layerId = "15BB75B8-BCB7-47A6-9F82-F21BCFF2AC28"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(1009,0,l), +(1009,100,l), +(5,100,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (1006,0); +} +); +associatedMasterId = m004; +layerId = "4D1ACBD8-A187-4C83-BA1F-E3F85D65B8A0"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,0,l), +(1008,0,l), +(1008,164,l), +(4,164,l) +); +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +} +); +layerId = m005; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(109,0,l), +(109,106,l), +(5,106,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (5,0); +}, +{ +name = "#exit"; +pos = (105,0); +} +); +layerId = m006; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(3,0,l), +(107,0,l), +(107,176,l), +(3,176,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +} +); +associatedMasterId = m005; +layerId = "A7819F0B-6B30-475E-A353-DFCFA86E53AA"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(1009,0,l), +(1009,106,l), +(5,106,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (5,0); +}, +{ +name = "#exit"; +pos = (1005,0); +} +); +associatedMasterId = m006; +layerId = "C22D09B5-15D7-46C6-B5F9-47645180A8D2"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(3,0,l), +(1007,0,l), +(1007,176,l), +(3,176,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +} +); +layerId = m007; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(109,0,l), +(109,38,l), +(5,38,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +} +); +associatedMasterId = m007; +layerId = "F9F59F3C-9EC7-48F8-9038-C3FF30699465"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(1009,0,l), +(1009,38,l), +(5,38,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (104,0); +} +); +layerId = m008; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,0,l), +(106,0,l), +(106,278,l), +(2,278,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (1004,0); +} +); +associatedMasterId = m008; +layerId = "D4194161-A767-4774-AD4F-02452180C33E"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,0,l), +(1006,0,l), +(1006,278,l), +(2,278,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +} +); +layerId = m009; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(109,0,l), +(109,38,l), +(5,38,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +} +); +associatedMasterId = m009; +layerId = "A4DC267B-D153-41D2-93B1-693830BDAC09"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,0,l), +(1009,0,l), +(1009,38,l), +(5,38,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (8,0); +}, +{ +name = "#exit"; +pos = (108,0); +} +); +layerId = m010; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(6,0,l), +(110,0,l), +(110,38,l), +(6,38,l) +); +} +); +width = 116; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (8,0); +}, +{ +name = "#exit"; +pos = (1008,0); +} +); +associatedMasterId = m010; +layerId = "1FF20BDC-750E-4F1B-8455-8F285D42A182"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(6,0,l), +(1010,0,l), +(1010,38,l), +(6,38,l) +); +} +); +width = 1016; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (104,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,0,l), +(106,0,l), +(106,280,l), +(2,280,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (104,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,0,l), +(106,0,l), +(106,260,l), +(2,260,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (1004,0); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "E0CF0BE1-D008-4EB1-83DA-C242B2580601"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,0,l), +(1006,0,l), +(1006,260,l), +(2,260,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (1004,0); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "1D55C846-24BE-4405-B2B4-DFC092FABFF9"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,0,l), +(1006,0,l), +(1006,280,l), +(2,280,l) +); +} +); +width = 1008; +} +); +metricLeft = TNGU; +metricRight = TNGU; +partsSettings = ( +{ +bottomValue = 100; +name = Width; +topValue = 1000; +} +); +}, +{ +export = 0; +glyphname = "_part.bar-middle"; +lastChange = "2022-11-12 17:25:47 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +layerId = m01; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,243,l), +(100,243,l), +(100,347,l), +(0,347,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +associatedMasterId = m01; +layerId = "6874F032-EC5C-4605-8EBE-9C0D52A99750"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,243,l), +(1000,243,l), +(1000,347,l), +(0,347,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +layerId = m002; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,226,l), +(100,226,l), +(100,386,l), +(0,386,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +associatedMasterId = m002; +layerId = "1150D3A4-E544-4A9E-8AE2-3F4674563F3D"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,226,l), +(1000,226,l), +(1000,386,l), +(0,386,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +layerId = m003; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,247,l), +(100,247,l), +(100,343,l), +(0,343,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +layerId = m004; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,230,l), +(100,230,l), +(100,382,l), +(0,382,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +associatedMasterId = m003; +layerId = "D69E3422-8350-45C6-94C4-55CFDF7B7E80"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,247,l), +(1000,247,l), +(1000,343,l), +(0,343,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +associatedMasterId = m004; +layerId = "C8AA0B0B-1FE8-4302-BED4-B2F8C3EE2823"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,230,l), +(1000,230,l), +(1000,382,l), +(0,382,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +layerId = m005; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,244,l), +(100,244,l), +(100,346,l), +(0,346,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +layerId = m006; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,229,l), +(100,229,l), +(100,383,l), +(0,383,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +associatedMasterId = m005; +layerId = "E06CD364-4EBB-4E37-BEFF-553151D9D8B7"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,244,l), +(1000,244,l), +(1000,346,l), +(0,346,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +associatedMasterId = m006; +layerId = "C3F55142-7419-4FDD-9803-069ECAAF810B"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,229,l), +(1000,229,l), +(1000,383,l), +(0,383,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +layerId = m007; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,277,l), +(100,277,l), +(100,313,l), +(0,313,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +associatedMasterId = m007; +layerId = "3BF8CFFB-C0A9-402C-A149-A525BB3BFEF1"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,277,l), +(1000,277,l), +(1000,313,l), +(0,313,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +layerId = m008; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,196,l), +(100,196,l), +(100,436,l), +(0,436,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +layerId = m009; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,278,l), +(100,278,l), +(100,312,l), +(0,312,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +associatedMasterId = m009; +layerId = "1F23D4DC-CB80-44D7-ADEC-27979BAE6BBC"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,278,l), +(1000,278,l), +(1000,312,l), +(0,312,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +layerId = m010; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,278,l), +(100,278,l), +(100,312,l), +(0,312,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,295); +} +); +associatedMasterId = m010; +layerId = "EDC148FB-903C-4634-AD31-42EE1913552D"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,278,l), +(1000,278,l), +(1000,312,l), +(0,312,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +associatedMasterId = m008; +layerId = "2D9B35BE-6BAA-446C-9009-5F1C579085B8"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,196,l), +(1000,196,l), +(1000,436,l), +(0,436,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,196,l), +(100,196,l), +(100,436,l), +(0,436,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (100,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,206,l), +(100,206,l), +(100,426,l), +(0,426,l) +); +} +); +width = 100; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "6DF5B36C-0BA2-4513-83A8-A16158551DC0"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,196,l), +(1000,196,l), +(1000,436,l), +(0,436,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1000,0); +}, +{ +name = _connect; +pos = (0,306); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "59B87801-C475-42F8-A9FC-430C42F5B58D"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,206,l), +(1000,206,l), +(1000,426,l), +(0,426,l) +); +} +); +width = 1000; +} +); +partsSettings = ( +{ +bottomValue = 100; +name = "Bar Width"; +topValue = 1000; +} +); +}, +{ +export = 0; +glyphname = "_part.bar-middle-UC"; +lastChange = "2022-01-20 13:17:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (106,0); +}, +{ +name = _connect; +pos = (6,396); +} +); +layerId = m002; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,306,l), +(108,306,l), +(108,486,l), +(4,486,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +layerId = m01; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,349,l), +(109,349,l), +(109,457,l), +(5,457,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +associatedMasterId = m01; +layerId = "F3A5F718-5BAA-467A-BCC8-6E4C71A081E5"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,349,l), +(1009,349,l), +(1009,457,l), +(5,457,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (1006,0); +}, +{ +name = _connect; +pos = (6,396); +} +); +associatedMasterId = m002; +layerId = "11830CA0-3A41-43CF-B5D4-3F8429032DA0"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,306,l), +(1008,306,l), +(1008,486,l), +(4,486,l) +); +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +layerId = m003; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,353,l), +(109,353,l), +(109,453,l), +(5,453,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (106,0); +}, +{ +name = _connect; +pos = (6,396); +} +); +layerId = m004; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,314,l), +(108,314,l), +(108,478,l), +(4,478,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +associatedMasterId = m003; +layerId = "B909AC73-2784-4735-A01B-37F61F022BE4"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,353,l), +(1009,353,l), +(1009,453,l), +(5,453,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (1006,0); +}, +{ +name = _connect; +pos = (6,396); +} +); +associatedMasterId = m004; +layerId = "09B27A2D-F08A-489B-A09D-93EEE7F04BAA"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,314,l), +(1008,314,l), +(1008,478,l), +(4,478,l) +); +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +layerId = m005; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,350,l), +(109,350,l), +(109,456,l), +(5,456,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (5,0); +}, +{ +name = "#exit"; +pos = (105,0); +}, +{ +name = _connect; +pos = (5,396); +} +); +layerId = m006; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(3,308,l), +(107,308,l), +(107,484,l), +(3,484,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +associatedMasterId = m005; +layerId = "AE0BD765-133E-4BF7-8CB7-0150952F2AAA"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,350,l), +(1009,350,l), +(1009,456,l), +(5,456,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (5,0); +}, +{ +name = "#exit"; +pos = (1005,0); +}, +{ +name = _connect; +pos = (5,396); +} +); +associatedMasterId = m006; +layerId = "35A562A1-9849-4925-ABCA-A08A6EA90A99"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(3,308,l), +(1007,308,l), +(1007,484,l), +(3,484,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +layerId = m007; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,384,l), +(109,384,l), +(109,422,l), +(5,422,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +associatedMasterId = m007; +layerId = "B16F3EA9-536C-4B80-ACA0-FBADFEDBDC4D"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,384,l), +(1009,384,l), +(1009,422,l), +(5,422,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (104,0); +}, +{ +name = _connect; +pos = (4,396); +} +); +layerId = m008; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,256,l), +(106,256,l), +(106,536,l), +(2,536,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (1004,0); +}, +{ +name = _connect; +pos = (4,396); +} +); +associatedMasterId = m008; +layerId = "A2AA6BB6-3C5E-43E7-A7F5-F9BE8909CBCD"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,256,l), +(1006,256,l), +(1006,536,l), +(2,536,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +layerId = m009; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,384,l), +(109,384,l), +(109,422,l), +(5,422,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,403); +} +); +associatedMasterId = m009; +layerId = "B804B37E-2403-4324-B7D7-D568C2E7A246"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,384,l), +(1009,384,l), +(1009,422,l), +(5,422,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (8,0); +}, +{ +name = "#exit"; +pos = (108,0); +}, +{ +name = _connect; +pos = (8,403); +} +); +layerId = m010; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(6,384,l), +(110,384,l), +(110,422,l), +(6,422,l) +); +} +); +width = 116; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (8,0); +}, +{ +name = "#exit"; +pos = (1008,0); +}, +{ +name = _connect; +pos = (8,403); +} +); +associatedMasterId = m010; +layerId = "B7597A29-3E0C-4B3F-A989-2D5BD0E73136"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(6,384,l), +(1010,384,l), +(1010,422,l), +(6,422,l) +); +} +); +width = 1016; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (104,0); +}, +{ +name = _connect; +pos = (4,396); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,256,l), +(106,256,l), +(106,536,l), +(2,536,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (104,0); +}, +{ +name = _connect; +pos = (4,396); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,266,l), +(106,266,l), +(106,526,l), +(2,526,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (1004,0); +}, +{ +name = _connect; +pos = (4,396); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "CE0EFF81-0C96-45AF-8B33-FFCD31A6F2EB"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,266,l), +(1006,266,l), +(1006,526,l), +(2,526,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (1004,0); +}, +{ +name = _connect; +pos = (4,396); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "4AB7AFFD-922A-41D6-BAD6-CFD52F9551C6"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,256,l), +(1006,256,l), +(1006,536,l), +(2,536,l) +); +} +); +width = 1008; +} +); +metricLeft = TNGU; +metricRight = TNGU; +partsSettings = ( +{ +bottomValue = 100; +name = Width; +topValue = 1000; +} +); +}, +{ +export = 0; +glyphname = "_part.bar-stroke"; +lastChange = "2023-04-28 16:39:08 +0000"; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (235,400); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(445,383,l), +(445,417,l), +(155,417,l), +(155,383,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (228,400); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(472,382,l), +(472,418,l), +(128,418,l), +(128,382,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (191,400); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(539,383,l), +(539,417,l), +(61,417,l), +(61,383,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (210,400); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(460,352,l), +(460,448,l), +(140,448,l), +(140,352,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (200,400); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(490,352,l), +(490,448,l), +(110,448,l), +(110,352,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (166,400); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(564,354,l), +(564,446,l), +(36,446,l), +(36,354,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (178,400); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(482,330,l), +(482,470,l), +(118,470,l), +(118,330,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (164,400); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(516,330,l), +(516,470,l), +(84,470,l), +(84,330,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (140,400); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(590,332,l), +(590,468,l), +(10,468,l), +(10,332,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (133,400); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(517,300,l), +(517,500,l), +(83,500,l), +(83,300,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (110,400); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(560,300,l), +(560,500,l), +(40,500,l), +(40,300,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,400); +}, +{ +name = _leftcenter; +pos = (44,400); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(666,300,l), +(666,500,l), +(-66,500,l), +(-66,300,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = "_part.bar-top"; +lastChange = "2022-11-13 19:24:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (116,0); +} +); +layerId = m01; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,496,l), +(116,496,l), +(116,600,l), +(16,600,l) +); +} +); +width = 132; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (416,0); +} +); +associatedMasterId = m01; +layerId = "6DC5EFF5-EAEC-40CE-A1AA-0CA17CD4C523"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,496,l), +(416,496,l), +(416,600,l), +(16,600,l) +); +} +); +width = 432; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (11,0); +}, +{ +name = "#exit"; +pos = (111,0); +} +); +layerId = m002; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(11,460,l), +(111,460,l), +(111,620,l), +(11,620,l) +); +} +); +width = 122; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (11,0); +}, +{ +name = "#exit"; +pos = (411,0); +} +); +associatedMasterId = m002; +layerId = "6DE89C2A-F760-43CA-B1AD-04911E6D1C57"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(11,460,l), +(411,460,l), +(411,620,l), +(11,620,l) +); +} +); +width = 422; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (116,0); +} +); +layerId = m003; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,504,l), +(116,504,l), +(116,600,l), +(16,600,l) +); +} +); +width = 132; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (13,0); +}, +{ +name = "#exit"; +pos = (113,0); +} +); +layerId = m004; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,468,l), +(113,468,l), +(113,620,l), +(13,620,l) +); +} +); +width = 126; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (416,0); +} +); +associatedMasterId = m003; +layerId = "B46D66AD-8469-4E4D-80FC-703F5F785B9A"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,504,l), +(416,504,l), +(416,600,l), +(16,600,l) +); +} +); +width = 432; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (13,0); +}, +{ +name = "#exit"; +pos = (413,0); +} +); +associatedMasterId = m004; +layerId = "EFF6ACC8-2189-4851-AA77-54C11E7AD620"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,468,l), +(413,468,l), +(413,620,l), +(13,620,l) +); +} +); +width = 426; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (14,0); +}, +{ +name = "#exit"; +pos = (114,0); +} +); +layerId = m005; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(14,498,l), +(114,498,l), +(114,600,l), +(14,600,l) +); +} +); +width = 128; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (9,0); +}, +{ +name = "#exit"; +pos = (109,0); +} +); +layerId = m006; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(9,466,l), +(109,466,l), +(109,620,l), +(9,620,l) +); +} +); +width = 118; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (13,0); +}, +{ +name = "#exit"; +pos = (414,0); +} +); +associatedMasterId = m005; +layerId = "52450A29-07FB-4965-A6B6-AFD017E8BA28"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(14,498,l), +(414,498,l), +(414,600,l), +(14,600,l) +); +} +); +width = 428; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (9,0); +}, +{ +name = "#exit"; +pos = (409,0); +} +); +associatedMasterId = m006; +layerId = "956C0349-55CB-4E9A-9A3C-EAB382A2D2B5"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(9,466,l), +(409,466,l), +(409,620,l), +(9,620,l) +); +} +); +width = 418; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (116,0); +} +); +layerId = m007; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,552,l), +(116,552,l), +(116,588,l), +(16,588,l) +); +} +); +width = 132; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +} +); +layerId = m008; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,400,l), +(109,400,l), +(109,640,l), +(5,640,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (14,0); +}, +{ +name = "#exit"; +pos = (114,0); +} +); +layerId = m009; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(14,554,l), +(114,554,l), +(114,588,l), +(14,588,l) +); +} +); +width = 128; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (16,0); +}, +{ +name = "#exit"; +pos = (416,0); +} +); +associatedMasterId = m007; +layerId = "ED3B4591-E33F-4C59-89A1-BFC350CAAADF"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(16,552,l), +(416,552,l), +(416,588,l), +(16,588,l) +); +} +); +width = 432; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (14,0); +}, +{ +name = "#exit"; +pos = (414,0); +} +); +associatedMasterId = m009; +layerId = "D745E3AE-3582-4DD6-A9DE-C437C6AB853E"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(14,554,l), +(414,554,l), +(414,588,l), +(14,588,l) +); +} +); +width = 428; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (18,0); +}, +{ +name = "#exit"; +pos = (118,0); +} +); +layerId = m010; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(18,554,l), +(118,554,l), +(118,588,l), +(18,588,l) +); +} +); +width = 136; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (407,0); +} +); +associatedMasterId = m008; +layerId = "E1256528-1AAF-4586-9B3E-9F12C095F0F6"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,400,l), +(409,400,l), +(409,640,l), +(5,640,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (18,0); +}, +{ +name = "#exit"; +pos = (418,0); +} +); +associatedMasterId = m010; +layerId = "5573B766-F7AD-4808-93A1-6891C2D56E7D"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(18,554,l), +(418,554,l), +(418,588,l), +(18,588,l) +); +} +); +width = 436; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,420,l), +(109,420,l), +(109,640,l), +(5,640,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +"Bar Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,400,l), +(109,400,l), +(109,640,l), +(5,640,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (407,0); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "A1ABF417-52E7-4860-AC98-9EDD6D6167B6"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,420,l), +(409,420,l), +(409,640,l), +(5,640,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (407,0); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "CDE7B41D-084E-42FE-8251-D17BEC96FE3D"; +name = "Max Width"; +partSelection = { +"Bar Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,400,l), +(409,400,l), +(409,640,l), +(5,640,l) +); +} +); +width = 414; +} +); +metricLeft = "=SQR/6"; +metricRight = "=SQR/6"; +partsSettings = ( +{ +bottomValue = 100; +name = "Bar Width"; +topValue = 400; +} +); +}, +{ +export = 0; +glyphname = "_part.bar-top-UC"; +lastChange = "2022-04-04 20:13:41 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (106,0); +}, +{ +name = _connect; +pos = (6,800); +} +); +layerId = m002; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,620,l), +(108,620,l), +(108,800,l), +(4,800,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +layerId = m01; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,692,l), +(109,692,l), +(109,800,l), +(5,800,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +associatedMasterId = m01; +layerId = "F3A5F718-5BAA-467A-BCC8-6E4C71A081E5"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,692,l), +(1009,692,l), +(1009,800,l), +(5,800,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (1006,0); +}, +{ +name = _connect; +pos = (6,800); +} +); +associatedMasterId = m002; +layerId = "11830CA0-3A41-43CF-B5D4-3F8429032DA0"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,620,l), +(1008,620,l), +(1008,800,l), +(4,800,l) +); +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +layerId = m003; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,700,l), +(109,700,l), +(109,800,l), +(5,800,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (106,0); +}, +{ +name = _connect; +pos = (6,800); +} +); +layerId = m004; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,636,l), +(108,636,l), +(108,800,l), +(4,800,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +associatedMasterId = m003; +layerId = "A1401A6D-8608-418E-989B-B9F054DF6AEA"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,700,l), +(1009,700,l), +(1009,800,l), +(5,800,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (1006,0); +}, +{ +name = _connect; +pos = (6,800); +} +); +associatedMasterId = m004; +layerId = "D3DF4714-462D-4BB1-AA25-EB6EE9290E99"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,636,l), +(1008,636,l), +(1008,800,l), +(4,800,l) +); +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +layerId = m005; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,694,l), +(109,694,l), +(109,800,l), +(5,800,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (5,0); +}, +{ +name = "#exit"; +pos = (105,0); +}, +{ +name = _connect; +pos = (5,800); +} +); +layerId = m006; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(3,624,l), +(107,624,l), +(107,800,l), +(3,800,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +associatedMasterId = m005; +layerId = "E11AB8BE-56D0-4CCE-8FAE-173E1FB88F46"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,694,l), +(1009,694,l), +(1009,800,l), +(5,800,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (5,0); +}, +{ +name = "#exit"; +pos = (1005,0); +}, +{ +name = _connect; +pos = (5,800); +} +); +associatedMasterId = m006; +layerId = "80210BEC-A4D0-4F85-A891-FA1AD3BE1964"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(3,624,l), +(1007,624,l), +(1007,800,l), +(3,800,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +layerId = m007; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,762,l), +(109,762,l), +(109,800,l), +(5,800,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +associatedMasterId = m007; +layerId = "072F4AD4-BDA3-48FD-9A8B-0272B70565B8"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,762,l), +(1009,762,l), +(1009,800,l), +(5,800,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (104,0); +}, +{ +name = _connect; +pos = (4,800); +} +); +layerId = m008; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,520,l), +(106,520,l), +(106,800,l), +(2,800,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (1004,0); +}, +{ +name = _connect; +pos = (4,800); +} +); +associatedMasterId = m008; +layerId = "6056ED15-2D1C-4566-81C4-233CA433ACF4"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,520,l), +(1006,520,l), +(1006,800,l), +(2,800,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (107,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +layerId = m009; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,762,l), +(109,762,l), +(109,800,l), +(5,800,l) +); +} +); +width = 114; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (7,0); +}, +{ +name = "#exit"; +pos = (1007,0); +}, +{ +name = _connect; +pos = (7,800); +} +); +associatedMasterId = m009; +layerId = "1CE375AC-27FC-46A3-A0CC-01840FDD7D8F"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,762,l), +(1009,762,l), +(1009,800,l), +(5,800,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (8,0); +}, +{ +name = "#exit"; +pos = (108,0); +}, +{ +name = _connect; +pos = (8,800); +} +); +layerId = m010; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(6,762,l), +(110,762,l), +(110,800,l), +(6,800,l) +); +} +); +width = 116; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (8,0); +}, +{ +name = "#exit"; +pos = (1008,0); +}, +{ +name = _connect; +pos = (8,800); +} +); +associatedMasterId = m010; +layerId = "E6E4237D-387B-46D1-9C7F-537B31CD5BFA"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(6,762,l), +(1010,762,l), +(1010,800,l), +(6,800,l) +); +} +); +width = 1016; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (104,0); +}, +{ +name = _connect; +pos = (4,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,520,l), +(106,520,l), +(106,800,l), +(2,800,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (104,0); +}, +{ +name = _connect; +pos = (4,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,540,l), +(106,540,l), +(106,800,l), +(2,800,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (1004,0); +}, +{ +name = _connect; +pos = (4,800); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "274F9010-FB38-46BA-A30F-DB487080808D"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,540,l), +(1006,540,l), +(1006,800,l), +(2,800,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (4,0); +}, +{ +name = "#exit"; +pos = (1004,0); +}, +{ +name = _connect; +pos = (4,800); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "E0D9689B-1235-4D79-81B5-843AF4315FB7"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,520,l), +(1006,520,l), +(1006,800,l), +(2,800,l) +); +} +); +width = 1008; +} +); +metricLeft = TNGU; +metricRight = TNGU; +partsSettings = ( +{ +bottomValue = 100; +name = Width; +topValue = 1000; +} +); +}, +{ +export = 0; +glyphname = "_part.bowl-Ef-cy"; +lastChange = "2022-04-12 17:38:35 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (405,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(236,182,o), +(149,266,o), +(149,400,cs), +(149,534,o), +(236,618,o), +(375,618,cs), +(407,618,l), +(407,726,l), +(375,726,ls), +(171,726,o), +(35,596,o), +(35,400,cs), +(35,204,o), +(171,74,o), +(375,74,cs), +(407,74,l), +(407,182,l), +(375,182,ls) +); +} +); +width = 405; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (404,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(277,236,o), +(212,298,o), +(212,400,cs), +(212,502,o), +(277,564,o), +(384,564,cs), +(406,564,l), +(406,736,l), +(384,736,ls), +(168,736,o), +(24,602,o), +(24,400,cs), +(24,198,o), +(168,64,o), +(384,64,cs), +(406,64,l), +(406,236,l), +(384,236,ls) +); +} +); +width = 404; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (525,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(258,174,o), +(151,251,o), +(151,400,cs), +(151,549,o), +(258,626,o), +(465,626,cs), +(527,626,l), +(527,726,l), +(465,726,ls), +(190,726,o), +(35,609,o), +(35,400,cs), +(35,191,o), +(190,74,o), +(465,74,cs), +(527,74,l), +(527,174,l), +(465,174,ls) +); +} +); +width = 525; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (538,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(313,224,o), +(220,287,o), +(220,400,cs), +(220,513,o), +(313,576,o), +(478,576,cs), +(540,576,l), +(540,736,l), +(478,736,ls), +(190,736,o), +(28,615,o), +(28,400,cs), +(28,185,o), +(190,64,o), +(478,64,cs), +(540,64,l), +(540,224,l), +(478,224,ls) +); +} +); +width = 538; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (351,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(221,180,o), +(145,266,o), +(145,400,cs), +(145,534,o), +(221,620,o), +(341,620,cs), +(353,620,l), +(353,726,l), +(341,726,ls), +(155,726,o), +(31,596,o), +(31,400,cs), +(31,204,o), +(155,74,o), +(341,74,cs), +(353,74,l), +(353,180,l), +(341,180,ls) +); +} +); +width = 351; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (331,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(254,232,o), +(209,299,o), +(209,400,cs), +(209,501,o), +(254,568,o), +(321,568,cs), +(333,568,l), +(333,736,l), +(321,736,ls), +(141,736,o), +(21,602,o), +(21,400,cs), +(21,198,o), +(141,64,o), +(321,64,cs), +(333,64,l), +(333,232,l), +(321,232,ls) +); +} +); +width = 331; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (389,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(190,127,o), +(77,236,o), +(77,400,cs), +(77,564,o), +(190,673,o), +(359,673,cs), +(391,673,l), +(391,711,l), +(359,711,ls), +(165,711,o), +(35,587,o), +(35,400,cs), +(35,213,o), +(165,89,o), +(359,89,cs), +(391,89,l), +(391,127,l), +(359,127,ls) +); +} +); +width = 389; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (362,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(320,308,o), +(297,343,o), +(297,400,cs), +(297,457,o), +(320,492,o), +(358,492,cs), +(364,492,l), +(364,756,l), +(352,756,ls), +(147,756,o), +(11,614,o), +(11,400,cs), +(11,186,o), +(147,44,o), +(352,44,cs), +(364,44,l), +(364,308,l), +(358,308,ls) +); +} +); +width = 361; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (335,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(174,127,o), +(73,236,o), +(73,400,cs), +(73,564,o), +(174,673,o), +(325,673,cs), +(337,673,l), +(337,711,l), +(325,711,ls), +(149,711,o), +(31,587,o), +(31,400,cs), +(31,213,o), +(149,89,o), +(325,89,cs), +(337,89,l), +(337,127,l), +(325,127,ls) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (503,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(212,127,o), +(82,225,o), +(82,400,cs), +(82,575,o), +(212,673,o), +(443,673,cs), +(505,673,l), +(505,711,l), +(443,711,ls), +(184,711,o), +(39,599,o), +(39,400,cs), +(39,201,o), +(184,89,o), +(443,89,cs), +(505,89,l), +(505,127,l), +(443,127,ls) +); +} +); +width = 503; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (516,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(455,308,o), +(431,341,o), +(431,400,cs), +(431,459,o), +(455,492,o), +(498,492,cs), +(518,492,l), +(518,756,l), +(478,756,ls), +(179,756,o), +(11,628,o), +(11,400,cs), +(11,172,o), +(179,44,o), +(478,44,cs), +(518,44,l), +(518,308,l), +(498,308,ls) +); +} +); +width = 515; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (303,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,288,o), +(259,324,o), +(260,400,cs), +(259,476,o), +(272,512,o), +(299,512,cs), +(305,512,l), +(305,756,l), +(293,756,ls), +(124,756,o), +(11,614,o), +(11,400,cs), +(11,186,o), +(124,44,o), +(293,44,cs), +(305,44,l), +(305,288,l), +(299,288,ls) +); +} +); +width = 302; +} +); +metricLeft = "=RNDU/1.6"; +}, +{ +export = 0; +glyphname = "_part.bowl-ef-cy"; +lastChange = "2022-11-20 20:49:42 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (359,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(237,88,o), +(163,173,o), +(163,300,cs), +(163,427,o), +(237,512,o), +(349,512,cs), +(361,512,l), +(361,616,l), +(349,616,ls), +(171,616,o), +(53,490,o), +(53,300,cs), +(53,111,o), +(171,-16,o), +(349,-16,cs), +(361,-16,l), +(361,88,l), +(349,88,ls) +); +} +); +width = 359; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (364,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(265,140,o), +(211,205,o), +(211,310,cs), +(211,415,o), +(265,480,o), +(354,480,cs), +(366,480,l), +(366,640,l), +(354,640,ls), +(164,640,o), +(37,508,o), +(37,310,cs), +(37,112,o), +(164,-20,o), +(354,-20,cs), +(366,-20,l), +(366,140,l), +(354,140,ls) +); +} +); +width = 364; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (500,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(268,80,o), +(165,159,o), +(165,300,cs), +(165,441,o), +(268,520,o), +(450,520,cs), +(502,520,l), +(502,616,l), +(450,616,ls), +(204,616,o), +(53,496,o), +(53,300,cs), +(53,104,o), +(204,-16,o), +(450,-16,cs), +(502,-16,l), +(502,80,l), +(450,80,ls) +); +} +); +width = 500; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (511,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(313,132,o), +(226,193,o), +(226,310,cs), +(226,427,o), +(313,488,o), +(481,488,cs), +(513,488,l), +(513,640,l), +(481,640,ls), +(200,640,o), +(42,521,o), +(42,310,cs), +(42,99,o), +(200,-20,o), +(481,-20,cs), +(513,-20,l), +(513,132,l), +(481,132,ls) +); +} +); +width = 511; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (297,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(205,86,o), +(156,163,o), +(156,301,cs), +(156,437,o), +(205,514,o), +(293,514,cs), +(299,514,l), +(299,616,l), +(293,616,ls), +(141,616,o), +(48,496,o), +(48,301,cs), +(48,104,o), +(141,-16,o), +(293,-16,cs), +(299,-16,l), +(299,86,l), +(293,86,ls) +); +} +); +width = 297; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (293,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(231,134,o), +(201,194,o), +(201,310,cs), +(201,426,o), +(231,486,o), +(289,486,cs), +(295,486,l), +(295,640,l), +(289,640,ls), +(124,640,o), +(31,521,o), +(31,310,cs), +(31,99,o), +(124,-20,o), +(289,-20,cs), +(295,-20,l), +(295,134,l), +(289,134,ls) +); +} +); +width = 293; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (358,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(191,24,o), +(94,127,o), +(94,294,cs), +(94,461,o), +(191,564,o), +(348,564,cs), +(360,564,l), +(360,600,l), +(348,600,ls), +(165,600,o), +(53,484,o), +(53,294,cs), +(53,104,o), +(165,-12,o), +(348,-12,cs), +(360,-12,l), +(360,24,l), +(348,24,ls) +); +} +); +width = 358; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (378,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(344,214,o), +(328,250,o), +(328,320,cs), +(328,390,o), +(344,426,o), +(374,426,cs), +(380,426,l), +(380,666,l), +(374,666,ls), +(153,666,o), +(18,535,o), +(18,320,cs), +(18,105,o), +(153,-26,o), +(374,-26,cs), +(380,-26,l), +(380,214,l), +(374,214,ls) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (303,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(164,24,o), +(88,121,o), +(88,294,cs), +(88,467,o), +(164,564,o), +(299,564,cs), +(305,564,l), +(305,600,l), +(299,600,ls), +(138,600,o), +(48,490,o), +(48,294,cs), +(48,98,o), +(138,-12,o), +(299,-12,cs), +(305,-12,l), +(305,24,l), +(299,24,ls) +); +} +); +width = 303; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (493,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(228,24,o), +(101,121,o), +(101,294,cs), +(101,467,o), +(228,564,o), +(453,564,cs), +(495,564,l), +(495,600,l), +(453,600,ls), +(201,600,o), +(59,490,o), +(59,294,cs), +(59,98,o), +(201,-12,o), +(453,-12,cs), +(495,-12,l), +(495,24,l), +(453,24,ls) +); +} +); +width = 493; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (498,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(442,214,o), +(418,250,o), +(418,320,cs), +(418,390,o), +(442,426,o), +(490,426,cs), +(500,426,l), +(500,666,l), +(474,666,ls), +(173,666,o), +(18,548,o), +(18,320,cs), +(18,92,o), +(173,-26,o), +(474,-26,cs), +(500,-26,l), +(500,214,l), +(490,214,ls) +); +} +); +width = 498; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (330,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,194,o), +(280,232,o), +(280,320,cs), +(280,408,o), +(294,446,o), +(326,446,cs), +(332,446,l), +(332,666,l), +(326,666,ls), +(129,666,o), +(18,541,o), +(18,320,cs), +(18,99,o), +(129,-26,o), +(326,-26,cs), +(332,-26,l), +(332,194,l), +(326,194,ls) +); +} +); +width = 330; +} +); +metricLeft = RND; +}, +{ +export = 0; +glyphname = _part.brace; +lastChange = "2023-12-15 18:55:34 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (59,380); +}, +{ +name = connect; +pos = (59,380); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(374,920,l), +(231,910,o), +(136,825,o), +(136,708,cs), +(136,658,o), +(156,607,o), +(156,557,cs), +(156,473,o), +(127,437,o), +(59,438,c), +(59,380,l), +(129,380,l), +(129,387,l), +(215,398,o), +(256,444,o), +(256,532,cs), +(256,594,o), +(236,656,o), +(236,718,cs), +(236,776,o), +(288,816,o), +(374,824,c) +); +} +); +width = 433; +}, +{ +anchors = ( +{ +name = _connect; +pos = (41,380); +}, +{ +name = connect; +pos = (41,380); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(446,982,l), +(236,976,o), +(118,877,o), +(118,708,cs), +(118,638,o), +(138,607,o), +(138,557,cs), +(138,501,o), +(109,467,o), +(41,468,c), +(41,380,l), +(171,380,l), +(171,387,l), +(268,393,o), +(318,449,o), +(318,532,cs), +(318,594,o), +(298,636,o), +(298,688,cs), +(298,765,o), +(348,810,o), +(446,820,c) +); +} +); +width = 487; +}, +{ +anchors = ( +{ +name = _connect; +pos = (59,380); +}, +{ +name = connect; +pos = (59,380); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(498,920,l), +(292,912,o), +(186,826,o), +(186,668,cs), +(186,638,o), +(196,597,o), +(196,567,cs), +(196,478,o), +(152,437,o), +(59,438,c), +(59,380,l), +(129,380,l), +(129,387,l), +(239,395,o), +(296,448,o), +(296,542,cs), +(296,584,o), +(286,636,o), +(286,678,cs), +(286,771,o), +(354,818,o), +(498,824,c) +); +} +); +width = 557; +}, +{ +anchors = ( +{ +name = _connect; +pos = (47,380); +}, +{ +name = connect; +pos = (47,380); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(589,982,l), +(309,963,o), +(164,863,o), +(164,688,cs), +(164,618,o), +(184,607,o), +(184,557,cs), +(184,493,o), +(143,467,o), +(47,468,c), +(47,380,l), +(177,380,l), +(177,387,l), +(300,395,o), +(364,444,o), +(364,532,cs), +(364,594,o), +(344,616,o), +(344,668,cs), +(344,752,o), +(427,804,o), +(589,820,c) +); +} +); +width = 636; +}, +{ +anchors = ( +{ +name = _connect; +pos = (53,380); +}, +{ +name = connect; +pos = (53,380); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(319,920,l), +(200,912,o), +(120,831,o), +(120,718,cs), +(120,668,o), +(140,607,o), +(140,557,cs), +(140,473,o), +(114,437,o), +(53,438,c), +(53,380,l), +(123,380,l), +(123,387,l), +(203,397,o), +(240,444,o), +(240,532,cs), +(240,594,o), +(220,666,o), +(220,728,cs), +(220,782,o), +(258,818,o), +(319,824,c) +); +} +); +width = 372; +}, +{ +anchors = ( +{ +name = _connect; +pos = (34,380); +}, +{ +name = connect; +pos = (34,380); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(375,982,l), +(200,977,o), +(101,878,o), +(101,708,cs), +(101,638,o), +(111,607,o), +(111,557,cs), +(111,494,o), +(88,467,o), +(34,468,c), +(34,380,l), +(164,380,l), +(164,387,l), +(245,392,o), +(291,444,o), +(291,532,cs), +(291,594,o), +(281,636,o), +(281,688,cs), +(281,769,o), +(313,814,o), +(375,820,c) +); +} +); +width = 409; +}, +{ +anchors = ( +{ +name = _connect; +pos = (59,380); +}, +{ +name = connect; +pos = (59,380); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(310,856,l), +(197,848,o), +(134,798,o), +(134,718,cs), +(134,658,o), +(154,607,o), +(154,532,cs), +(154,448,o), +(120,401,o), +(59,402,c), +(59,380,l), +(89,380,l), +(89,385,l), +(156,393,o), +(194,446,o), +(194,532,cs), +(194,594,o), +(174,656,o), +(174,718,cs), +(174,780,o), +(220,816,o), +(310,824,c) +); +} +); +width = 369; +}, +{ +anchors = ( +{ +name = _connect; +pos = (19,380); +}, +{ +name = connect; +pos = (19,380); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(514,940,l), +(238,928,o), +(96,842,o), +(96,688,cs), +(96,638,o), +(116,603,o), +(116,567,cs), +(116,521,o), +(87,503,o), +(19,503,c), +(19,380,l), +(249,380,l), +(249,387,l), +(366,395,o), +(426,437,o), +(426,512,cs), +(426,554,o), +(406,576,o), +(406,618,cs), +(406,662,o), +(443,688,o), +(514,694,c) +); +} +); +width = 533; +}, +{ +anchors = ( +{ +name = _connect; +pos = (53,380); +}, +{ +name = connect; +pos = (53,380); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(265,856,l), +(171,849,o), +(118,799,o), +(118,718,cs), +(118,658,o), +(138,607,o), +(138,532,cs), +(138,448,o), +(107,401,o), +(53,402,c), +(53,380,l), +(83,380,l), +(83,385,l), +(144,392,o), +(178,445,o), +(178,532,cs), +(178,594,o), +(158,656,o), +(158,718,cs), +(158,782,o), +(194,818,o), +(265,824,c) +); +} +); +width = 318; +}, +{ +anchors = ( +{ +name = _connect; +pos = (65,380); +}, +{ +name = connect; +pos = (65,380); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(414,856,l), +(258,853,o), +(170,792,o), +(170,688,cs), +(170,628,o), +(190,597,o), +(190,522,cs), +(190,444,o), +(145,401,o), +(65,402,c), +(65,380,l), +(95,380,l), +(95,384,l), +(181,390,o), +(230,440,o), +(230,522,cs), +(230,584,o), +(210,626,o), +(210,688,cs), +(210,775,o), +(279,821,o), +(414,824,c) +); +} +); +width = 479; +}, +{ +anchors = ( +{ +name = _connect; +pos = (19,380); +}, +{ +name = connect; +pos = (19,380); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(704,940,l), +(318,934,o), +(136,864,o), +(136,702,cs), +(136,648,o), +(156,623,o), +(156,587,cs), +(156,528,o), +(115,503,o), +(19,503,c), +(19,380,l), +(359,380,l), +(359,387,l), +(476,395,o), +(536,437,o), +(536,512,cs), +(536,554,o), +(516,576,o), +(516,618,cs), +(516,667,o), +(572,690,o), +(704,694,c) +); +} +); +width = 723; +}, +{ +anchors = ( +{ +name = _connect; +pos = (19,380); +}, +{ +name = connect; +pos = (19,380); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,940,l), +(187,926,o), +(86,845,o), +(86,688,cs), +(86,638,o), +(96,603,o), +(96,567,cs), +(96,512,o), +(70,483,o), +(19,483,c), +(19,380,l), +(199,380,l), +(199,387,l), +(303,393,o), +(356,442,o), +(356,532,cs), +(356,574,o), +(346,596,o), +(346,648,cs), +(346,699,o), +(373,728,o), +(424,734,c) +); +} +); +width = 443; +} +); +metricLeft = "=|E"; +metricRight = E; +}, +{ +export = 0; +glyphname = "_part.che-cy"; +lastChange = "2022-11-07 07:42:51 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (429,0); +} +); +background = { +shapes = ( +{ +pos = (-63,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(53,420,ls), +(53,276,o), +(131,202,o), +(283,202,cs), +(337,202,o), +(387,210,o), +(431,226,c), +(431,328,l), +(384,311,o), +(343,304,o), +(297,304,cs), +(206,304,o), +(163,341,o), +(163,420,cs), +(163,600,l), +(53,600,l) +); +} +); +width = 429; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (419,0); +} +); +background = { +shapes = ( +{ +pos = (-59,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(37,420,ls), +(37,262,o), +(119,180,o), +(279,180,cs), +(334,180,o), +(380,186,o), +(421,198,c), +(421,358,l), +(395,346,o), +(362,340,o), +(319,340,cs), +(250,340,o), +(217,372,o), +(217,440,cs), +(217,620,l), +(37,620,l) +); +} +); +width = 419; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (621,0); +} +); +background = { +shapes = ( +{ +pos = (-89,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(53,430,ls), +(53,257,o), +(147,182,o), +(362,182,cs), +(455,182,o), +(525,191,o), +(623,214,c), +(623,310,l), +(536,287,o), +(474,278,o), +(393,278,cs), +(225,278,o), +(163,322,o), +(163,440,cs), +(163,600,l), +(53,600,l) +); +} +); +width = 621; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (616,0); +} +); +background = { +shapes = ( +{ +pos = (-104,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(42,430,ls), +(42,256,o), +(157,166,o), +(380,166,cs), +(465,166,o), +(541,175,o), +(618,194,c), +(618,346,l), +(552,327,o), +(487,318,o), +(414,318,cs), +(280,318,o), +(222,358,o), +(222,450,cs), +(222,620,l), +(42,620,l) +); +} +); +width = 616; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (348,0); +} +); +background = { +shapes = ( +{ +pos = (-49,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(48,400,ls), +(48,273,o), +(115,202,o), +(234,202,cs), +(278,202,o), +(315,209,o), +(350,224,c), +(350,326,l), +(319,311,o), +(288,304,o), +(254,304,cs), +(191,304,o), +(158,337,o), +(158,400,cs), +(158,600,l), +(48,600,l) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (325,0); +} +); +background = { +shapes = ( +{ +pos = (-61,0); +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(31,390,ls), +(31,256,o), +(106,180,o), +(239,180,cs), +(275,180,o), +(301,185,o), +(327,196,c), +(327,350,l), +(312,339,o), +(294,334,o), +(269,334,cs), +(230,334,o), +(211,358,o), +(211,410,cs), +(211,620,l), +(31,620,l) +); +} +); +width = 325; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (451,0); +} +); +background = { +shapes = ( +{ +pos = (-61,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(53,420,ls), +(53,291,o), +(120,230,o), +(263,230,cs), +(327,230,o), +(392,240,o), +(453,260,c), +(453,296,l), +(400,276,o), +(338,266,o), +(273,266,cs), +(151,266,o), +(93,315,o), +(93,420,cs), +(93,588,l), +(53,588,l) +); +} +); +width = 451; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (346,0); +} +); +background = { +shapes = ( +{ +pos = (-74,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(18,410,ls), +(18,245,o), +(97,160,o), +(251,160,cs), +(293,160,o), +(326,165,o), +(348,176,c), +(348,400,l), +(344,394,o), +(339,392,o), +(332,392,cs), +(319,392,o), +(314,402,o), +(314,424,cs), +(314,640,l), +(18,640,l) +); +} +); +width = 346; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (378,0); +} +); +background = { +shapes = ( +{ +pos = (-62,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(48,410,ls), +(48,291,o), +(108,230,o), +(224,230,cs), +(283,230,o), +(333,240,o), +(380,262,c), +(380,296,l), +(340,274,o), +(294,264,o), +(234,264,cs), +(138,264,o), +(88,314,o), +(88,410,cs), +(88,588,l), +(48,588,l) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (629,0); +} +); +background = { +shapes = ( +{ +pos = (-101,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(59,430,ls), +(59,283,o), +(148,220,o), +(354,220,cs), +(450,220,o), +(539,231,o), +(631,254,c), +(631,288,l), +(549,265,o), +(464,254,o), +(364,254,cs), +(179,254,o), +(99,308,o), +(99,434,cs), +(99,588,l), +(59,588,l) +); +} +); +width = 629; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (536,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,420,ls), +(18,243,o), +(135,160,o), +(383,160,cs), +(450,160,o), +(502,166,o), +(538,178,c), +(538,402,l), +(525,395,o), +(505,392,o), +(480,392,cs), +(437,392,o), +(418,411,o), +(418,454,cs), +(418,640,l), +(18,640,l) +); +} +); +width = 536; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (300,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,410,ls), +(18,240,o), +(82,160,o), +(218,160,cs), +(253,160,o), +(285,166,o), +(302,176,c), +(302,398,l), +(298,394,o), +(294,392,o), +(288,392,cs), +(277,392,o), +(272,402,o), +(272,420,cs), +(272,640,l), +(18,640,l) +); +} +); +width = 300; +} +); +metricLeft = RND; +}, +{ +export = 0; +glyphname = _part.circumflexcomb; +lastChange = "2022-06-04 05:33:03 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(227,690,l), +(361,840,l), +(231,840,l), +(127,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(251,688,l), +(376,868,l), +(222,868,l), +(118,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(213,688,l), +(387,868,l), +(211,868,l), +(75,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(208,670,l), +(323,840,l), +(276,840,l), +(171,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(240,690,l), +(360,840,l), +(236,840,l), +(146,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(246,694,l), +(434,874,l), +(164,874,l), +(32,694,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(159,670,l), +(322,840,l), +(266,840,l), +(116,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(183,688,l), +(404,868,l), +(194,868,l), +(34,688,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,694,l), +(488,874,l), +(100,874,l), +(-58,694,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(191,670,l), +(324,840,l), +(273,840,l), +(152,670,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(185,690,l), +(369,840,l), +(220,840,l), +(65,690,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +pos = (300,0); +}, +{ +name = connect; +pos = (300,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,694,l), +(419,874,l), +(179,874,l), +(71,694,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = _part.comma; +lastChange = "2023-01-16 10:50:48 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (152,0); +} +); +background = { +shapes = ( +{ +pos = (-69,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (152,70); +}, +{ +angle = 90; +pos = (-16,70); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(102,-180,l), +(140,-115,o), +(162,-34,o), +(162,40,cs), +(162,108,o), +(127,148,o), +(68,148,c), +(76,0,l), +(76,-52,o), +(40,-119,o), +(-20,-180,c) +); +} +); +width = 205; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (206,0); +} +); +background = { +shapes = ( +{ +pos = (-71,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (206,98); +}, +{ +angle = 90; +pos = (-34,98); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(142,-180,l), +(189,-110,o), +(216,-14,o), +(216,78,cs), +(216,160,o), +(168,208,o), +(86,208,c), +(86,0,l), +(82,-52,o), +(38,-119,o), +(-34,-180,c) +); +} +); +width = 243; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (193,0); +} +); +background = { +shapes = ( +{ +pos = (-40,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (193,66); +}, +{ +angle = 90; +pos = (13,66); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(133,-180,l), +(177,-119,o), +(203,-39,o), +(203,36,cs), +(203,109,o), +(171,140,o), +(103,140,c), +(117,0,l), +(110,-64,o), +(63,-131,o), +(-10,-180,c) +); +} +); +width = 246; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (266,0); +} +); +background = { +shapes = ( +{ +pos = (-56,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (266,94); +}, +{ +angle = 90; +pos = (-14,94); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(176,-180,l), +(235,-115,o), +(276,-17,o), +(276,63,cs), +(276,154,o), +(225,200,o), +(126,200,c), +(140,0,l), +(135,-50,o), +(71,-123,o), +(-20,-180,c) +); +} +); +width = 308; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (156,0); +} +); +background = { +shapes = ( +{ +pos = (-40,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (156,76); +}, +{ +angle = 90; +pos = (8,76); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(116,-180,l), +(149,-107,o), +(166,-33,o), +(166,40,cs), +(166,115,o), +(135,160,o), +(82,160,c), +(82,0,l), +(82,-60,o), +(52,-121,o), +(-6,-180,c) +); +} +); +width = 204; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (215,0); +} +); +background = { +shapes = ( +{ +pos = (-28,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (215,112); +}, +{ +angle = 90; +pos = (3,112); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(149,-180,l), +(197,-101,o), +(225,-2,o), +(225,88,cs), +(225,180,o), +(189,236,o), +(110,236,c), +(99,0,l), +(95,-48,o), +(56,-115,o), +(-7,-180,c) +); +} +); +width = 246; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (152,0); +} +); +background = { +shapes = ( +{ +pos = (11,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (152,42); +}, +{ +angle = 90; +pos = (64,42); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-170,l), +(139,-109,o), +(156,-42,o), +(156,30,cs), +(156,68,o), +(138,90,o), +(108,90,c), +(120,0,l), +(120,-54,o), +(99,-111,o), +(58,-170,c) +); +} +); +width = 199; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (274,0); +} +); +background = { +shapes = ( +{ +pos = (-120,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (-102,117); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(174,-180,l), +(247,-94,o), +(284,-4,o), +(284,87,cs), +(284,196,o), +(225,250,o), +(86,250,c), +(76,0,l), +(59,-61,o), +(-13,-134,o), +(-102,-180,c) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (148,0); +} +); +background = { +shapes = ( +{ +pos = (24,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (148,50); +}, +{ +angle = 90; +pos = (72,50); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(114,-170,l), +(138,-119,o), +(152,-43,o), +(152,36,cs), +(152,78,o), +(138,106,o), +(110,106,c), +(118,0,l), +(116,-58,o), +(97,-121,o), +(68,-170,c) +); +} +); +width = 190; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (164,0); +} +); +background = { +shapes = ( +{ +pos = (-3,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (164,36); +}, +{ +angle = 90; +pos = (56,36); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(102,-170,l), +(141,-120,o), +(168,-42,o), +(168,24,cs), +(168,60,o), +(148,78,o), +(110,78,c), +(130,0,l), +(127,-55,o), +(91,-124,o), +(42,-170,c) +); +} +); +width = 217; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (316,0); +} +); +background = { +shapes = ( +{ +pos = (-162,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (-144,117); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,-180,l), +(279,-108,o), +(326,-22,o), +(326,77,cs), +(326,201,o), +(254,250,o), +(86,250,c), +(96,0,l), +(67,-67,o), +(-39,-146,o), +(-144,-180,c) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (252,0); +} +); +background = { +shapes = ( +{ +pos = (-94,0); +ref = period; +} +); +}; +guides = ( +{ +angle = 90; +pos = (-76,127); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,-180,l), +(225,-108,o), +(262,9,o), +(262,107,cs), +(262,215,o), +(202,270,o), +(86,270,c), +(74,0,l), +(56,-62,o), +(-4,-135,o), +(-76,-180,c) +); +} +); +width = 270; +} +); +metricRight = "=period-10"; +}, +{ +export = 0; +glyphname = _part.currency; +lastChange = "2022-01-20 13:17:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = connect; +pos = (337,350); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(453,140,o), +(547,234,o), +(547,350,cs), +(547,466,o), +(453,560,o), +(337,560,cs), +(221,560,o), +(127,466,o), +(127,350,cs), +(127,234,o), +(221,140,o), +(337,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,230,o), +(217,284,o), +(217,350,cs), +(217,416,o), +(271,470,o), +(337,470,cs), +(403,470,o), +(457,416,o), +(457,350,cs), +(457,284,o), +(403,230,o), +(337,230,cs) +); +} +); +width = 674; +}, +{ +anchors = ( +{ +name = connect; +pos = (333,350); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(469,105,o), +(578,214,o), +(578,350,cs), +(578,486,o), +(469,595,o), +(333,595,cs), +(197,595,o), +(88,486,o), +(88,350,cs), +(88,214,o), +(197,105,o), +(333,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(286,265,o), +(248,303,o), +(248,350,cs), +(248,397,o), +(286,435,o), +(333,435,cs), +(380,435,o), +(418,397,o), +(418,350,cs), +(418,303,o), +(380,265,o), +(333,265,cs) +); +} +); +width = 666; +}, +{ +anchors = ( +{ +name = connect; +pos = (337,350); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(453,140,o), +(547,234,o), +(547,350,cs), +(547,466,o), +(453,560,o), +(337,560,cs), +(221,560,o), +(127,466,o), +(127,350,cs), +(127,234,o), +(221,140,o), +(337,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,230,o), +(217,284,o), +(217,350,cs), +(217,416,o), +(271,470,o), +(337,470,cs), +(403,470,o), +(457,416,o), +(457,350,cs), +(457,284,o), +(403,230,o), +(337,230,cs) +); +} +); +width = 674; +}, +{ +anchors = ( +{ +name = connect; +pos = (346,350); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(482,105,o), +(591,214,o), +(591,350,cs), +(591,486,o), +(482,595,o), +(346,595,cs), +(210,595,o), +(101,486,o), +(101,350,cs), +(101,214,o), +(210,105,o), +(346,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,265,o), +(261,303,o), +(261,350,cs), +(261,397,o), +(299,435,o), +(346,435,cs), +(393,435,o), +(431,397,o), +(431,350,cs), +(431,303,o), +(393,265,o), +(346,265,cs) +); +} +); +width = 692; +}, +{ +anchors = ( +{ +name = connect; +pos = (324,350); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(440,140,o), +(534,234,o), +(534,350,cs), +(534,466,o), +(440,560,o), +(324,560,cs), +(208,560,o), +(114,466,o), +(114,350,cs), +(114,234,o), +(208,140,o), +(324,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(258,230,o), +(204,284,o), +(204,350,cs), +(204,416,o), +(258,470,o), +(324,470,cs), +(390,470,o), +(444,416,o), +(444,350,cs), +(444,284,o), +(390,230,o), +(324,230,cs) +); +} +); +width = 648; +}, +{ +anchors = ( +{ +name = connect; +pos = (319,350); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(455,105,o), +(564,214,o), +(564,350,cs), +(564,486,o), +(455,595,o), +(319,595,cs), +(183,595,o), +(74,486,o), +(74,350,cs), +(74,214,o), +(183,105,o), +(319,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(272,265,o), +(234,303,o), +(234,350,cs), +(234,397,o), +(272,435,o), +(319,435,cs), +(366,435,o), +(404,397,o), +(404,350,cs), +(404,303,o), +(366,265,o), +(319,265,cs) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = connect; +pos = (337,350); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(453,140,o), +(547,234,o), +(547,350,cs), +(547,466,o), +(453,560,o), +(337,560,cs), +(221,560,o), +(127,466,o), +(127,350,cs), +(127,234,o), +(221,140,o), +(337,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(239,176,o), +(163,252,o), +(163,350,cs), +(163,448,o), +(239,524,o), +(337,524,cs), +(435,524,o), +(511,448,o), +(511,350,cs), +(511,252,o), +(435,176,o), +(337,176,cs) +); +} +); +width = 674; +}, +{ +anchors = ( +{ +name = connect; +pos = (287,350); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(422,105,o), +(532,215,o), +(532,350,cs), +(532,485,o), +(422,595,o), +(287,595,cs), +(152,595,o), +(42,485,o), +(42,350,cs), +(42,215,o), +(152,105,o), +(287,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,307,o), +(244,326,o), +(244,350,cs), +(244,374,o), +(263,393,o), +(287,393,cs), +(311,393,o), +(330,374,o), +(330,350,cs), +(330,326,o), +(311,307,o), +(287,307,cs) +); +} +); +width = 574; +}, +{ +anchors = ( +{ +name = connect; +pos = (324,350); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(440,140,o), +(534,234,o), +(534,350,cs), +(534,466,o), +(440,560,o), +(324,560,cs), +(208,560,o), +(114,466,o), +(114,350,cs), +(114,234,o), +(208,140,o), +(324,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,176,o), +(150,252,o), +(150,350,cs), +(150,448,o), +(226,524,o), +(324,524,cs), +(422,524,o), +(498,448,o), +(498,350,cs), +(498,252,o), +(422,176,o), +(324,176,cs) +); +} +); +width = 648; +}, +{ +anchors = ( +{ +name = connect; +pos = (350,350); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(466,140,o), +(560,234,o), +(560,350,cs), +(560,466,o), +(466,560,o), +(350,560,cs), +(234,560,o), +(140,466,o), +(140,350,cs), +(140,234,o), +(234,140,o), +(350,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(252,176,o), +(176,252,o), +(176,350,cs), +(176,448,o), +(252,524,o), +(350,524,cs), +(448,524,o), +(524,448,o), +(524,350,cs), +(524,252,o), +(448,176,o), +(350,176,cs) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = connect; +pos = (287,350); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,105,o), +(532,215,o), +(532,350,cs), +(532,485,o), +(422,595,o), +(287,595,cs), +(152,595,o), +(42,485,o), +(42,350,cs), +(42,215,o), +(152,105,o), +(287,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,307,o), +(244,326,o), +(244,350,cs), +(244,374,o), +(263,393,o), +(287,393,cs), +(311,393,o), +(330,374,o), +(330,350,cs), +(330,326,o), +(311,307,o), +(287,307,cs) +); +} +); +width = 574; +}, +{ +anchors = ( +{ +name = connect; +pos = (287,350); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,105,o), +(532,215,o), +(532,350,cs), +(532,485,o), +(422,595,o), +(287,595,cs), +(152,595,o), +(42,485,o), +(42,350,cs), +(42,215,o), +(152,105,o), +(287,105,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,307,o), +(244,326,o), +(244,350,cs), +(244,374,o), +(263,393,o), +(287,393,cs), +(311,393,o), +(330,374,o), +(330,350,cs), +(330,326,o), +(311,307,o), +(287,307,cs) +); +} +); +width = 574; +} +); +metricLeft = "=SQRU*1.2"; +metricRight = "=SQRU*1.2"; +}, +{ +export = 0; +glyphname = "_part.currency-arm"; +lastChange = "2022-01-08 20:32:26 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,200,l), +(16,200,l), +(16,320,l), +(-16,320,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,200,l), +(40,200,l), +(40,320,l), +(-40,320,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(-80,200,l), +(80,200,l), +(80,320,l), +(-80,320,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,200,l), +(16,200,l), +(16,320,l), +(-16,320,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(-80,200,l), +(80,200,l), +(80,320,l), +(-80,320,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,200,l), +(40,200,l), +(40,320,l), +(-40,320,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,200,l), +(40,200,l), +(40,320,l), +(-40,320,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,200,l), +(16,200,l), +(16,320,l), +(-16,320,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-80,200,l), +(80,200,l), +(80,320,l), +(-80,320,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(-120,200,l), +(120,200,l), +(120,300,l), +(-120,300,l) +); +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-120,200,l), +(120,200,l), +(120,300,l), +(-120,300,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +}, +{ +name = connect; +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-120,200,l), +(120,200,l), +(120,300,l), +(-120,300,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = "_part.currency-arms-assembled"; +lastChange = "2022-01-08 20:32:26 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m007; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m005; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m002; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m009; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m006; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m003; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m01; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m010; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m004; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = m008; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 0; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _connect; +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +angle = -45; +ref = "_part.currency-arm"; +}, +{ +angle = 45; +ref = "_part.currency-arm"; +}, +{ +angle = 135; +ref = "_part.currency-arm"; +}, +{ +angle = -135; +ref = "_part.currency-arm"; +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = "_part.currency-cross-double"; +lastChange = "2023-04-28 15:26:37 +0000"; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (55,400); +} +); +layerId = m01; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,450,l), +(105,450,l), +(105,542,l), +(5,542,l) +); +}, +{ +closed = 1; +nodes = ( +(5,278,l), +(105,278,l), +(105,370,l), +(5,370,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = _center; +pos = (505,400); +} +); +associatedMasterId = m01; +layerId = "20DFB8F2-8306-4569-9570-14CBCD883647"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,450,l), +(1005,450,l), +(1005,542,l), +(5,542,l) +); +}, +{ +closed = 1; +nodes = ( +(5,278,l), +(1005,278,l), +(1005,370,l), +(5,370,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = _center; +pos = (54,400); +} +); +layerId = m002; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,435,l), +(104,435,l), +(104,575,l), +(4,575,l) +); +}, +{ +closed = 1; +nodes = ( +(4,245,l), +(104,245,l), +(104,385,l), +(4,385,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = _center; +pos = (55,400); +} +); +layerId = m003; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,450,l), +(105,450,l), +(105,542,l), +(5,542,l) +); +}, +{ +closed = 1; +nodes = ( +(5,278,l), +(105,278,l), +(105,370,l), +(5,370,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = _center; +pos = (54,400); +} +); +layerId = m004; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,437,l), +(104,437,l), +(104,573,l), +(4,573,l) +); +}, +{ +closed = 1; +nodes = ( +(4,247,l), +(104,247,l), +(104,383,l), +(4,383,l) +); +} +); +width = 108; +}, +{ +anchors = ( +{ +name = _center; +pos = (55,400); +} +); +layerId = m005; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,450,l), +(105,450,l), +(105,542,l), +(5,542,l) +); +}, +{ +closed = 1; +nodes = ( +(5,278,l), +(105,278,l), +(105,370,l), +(5,370,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = _center; +pos = (53,400); +} +); +layerId = m006; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(3,435,l), +(103,435,l), +(103,575,l), +(3,575,l) +); +}, +{ +closed = 1; +nodes = ( +(3,245,l), +(103,245,l), +(103,385,l), +(3,385,l) +); +} +); +width = 106; +}, +{ +anchors = ( +{ +name = _center; +pos = (55,400); +} +); +layerId = m007; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,466,l), +(105,466,l), +(105,502,l), +(5,502,l) +); +}, +{ +closed = 1; +nodes = ( +(5,298,l), +(105,298,l), +(105,334,l), +(5,334,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = _center; +pos = (52,400); +} +); +layerId = m008; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,410,l), +(102,410,l), +(102,464,l), +(2,464,l) +); +}, +{ +closed = 1; +nodes = ( +(2,318,l), +(102,318,l), +(102,372,l), +(2,372,l) +); +} +); +width = 104; +}, +{ +anchors = ( +{ +name = _center; +pos = (55,400); +} +); +layerId = m009; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,466,l), +(105,466,l), +(105,502,l), +(5,502,l) +); +}, +{ +closed = 1; +nodes = ( +(5,298,l), +(105,298,l), +(105,334,l), +(5,334,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = _center; +pos = (56,400); +} +); +layerId = m010; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(6,466,l), +(106,466,l), +(106,502,l), +(6,502,l) +); +}, +{ +closed = 1; +nodes = ( +(6,298,l), +(106,298,l), +(106,334,l), +(6,334,l) +); +} +); +width = 112; +}, +{ +anchors = ( +{ +name = _center; +pos = (505,400); +} +); +associatedMasterId = m003; +layerId = "3B52D3B5-D29B-4D81-BAA2-14514AD9AB53"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,450,l), +(1005,450,l), +(1005,542,l), +(5,542,l) +); +}, +{ +closed = 1; +nodes = ( +(5,278,l), +(1005,278,l), +(1005,370,l), +(5,370,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = _center; +pos = (505,400); +} +); +associatedMasterId = m005; +layerId = "63424547-228C-4859-9996-47E0844C8A3C"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,450,l), +(1005,450,l), +(1005,542,l), +(5,542,l) +); +}, +{ +closed = 1; +nodes = ( +(5,278,l), +(1005,278,l), +(1005,370,l), +(5,370,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = _center; +pos = (505,400); +} +); +associatedMasterId = m009; +layerId = "6EC1ACBA-8452-4BD2-A18B-6F75C151E819"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,466,l), +(1005,466,l), +(1005,502,l), +(5,502,l) +); +}, +{ +closed = 1; +nodes = ( +(5,298,l), +(1005,298,l), +(1005,334,l), +(5,334,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = _center; +pos = (505,400); +} +); +associatedMasterId = m007; +layerId = "8D7465C7-D9B7-4B87-ADA7-910D64515255"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(5,466,l), +(1005,466,l), +(1005,502,l), +(5,502,l) +); +}, +{ +closed = 1; +nodes = ( +(5,298,l), +(1005,298,l), +(1005,334,l), +(5,334,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = _center; +pos = (506,400); +} +); +associatedMasterId = m010; +layerId = "658359C1-F7E4-4D4F-B930-B8ACA9D06E01"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(6,466,l), +(1006,466,l), +(1006,502,l), +(6,502,l) +); +}, +{ +closed = 1; +nodes = ( +(6,298,l), +(1006,298,l), +(1006,334,l), +(6,334,l) +); +} +); +width = 1012; +}, +{ +anchors = ( +{ +name = _center; +pos = (503,400); +} +); +associatedMasterId = m006; +layerId = "46C1F2EE-6A34-4359-B58E-5462B4DA3E23"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(3,435,l), +(1003,435,l), +(1003,575,l), +(3,575,l) +); +}, +{ +closed = 1; +nodes = ( +(3,245,l), +(1003,245,l), +(1003,385,l), +(3,385,l) +); +} +); +width = 1006; +}, +{ +anchors = ( +{ +name = _center; +pos = (504,400); +} +); +associatedMasterId = m002; +layerId = "A10DA922-00E0-453C-A2AE-11F8561220A6"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,435,l), +(1004,435,l), +(1004,575,l), +(4,575,l) +); +}, +{ +closed = 1; +nodes = ( +(4,245,l), +(1004,245,l), +(1004,385,l), +(4,385,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = _center; +pos = (504,400); +} +); +associatedMasterId = m004; +layerId = "44A5763D-C2F6-4FB7-9723-DF39188A3B49"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(4,437,l), +(1004,437,l), +(1004,573,l), +(4,573,l) +); +}, +{ +closed = 1; +nodes = ( +(4,247,l), +(1004,247,l), +(1004,383,l), +(4,383,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = _center; +pos = (502,400); +} +); +associatedMasterId = m008; +layerId = "34A22282-C9F8-4AD4-9D31-323F02D35769"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,410,l), +(1002,410,l), +(1002,464,l), +(2,464,l) +); +}, +{ +closed = 1; +nodes = ( +(2,318,l), +(1002,318,l), +(1002,372,l), +(2,372,l) +); +} +); +width = 1004; +}, +{ +anchors = ( +{ +name = _center; +pos = (52,400); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,410,l), +(102,410,l), +(102,464,l), +(2,464,l) +); +}, +{ +closed = 1; +nodes = ( +(2,318,l), +(102,318,l), +(102,372,l), +(2,372,l) +); +} +); +width = 104; +}, +{ +anchors = ( +{ +name = _center; +pos = (52,400); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +Width = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,410,l), +(102,410,l), +(102,464,l), +(2,464,l) +); +}, +{ +closed = 1; +nodes = ( +(2,318,l), +(102,318,l), +(102,372,l), +(2,372,l) +); +} +); +width = 104; +}, +{ +anchors = ( +{ +name = _center; +pos = (502,400); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "C0A0B9BD-0D45-4DF0-A153-ACE67D14A0AE"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,410,l), +(1002,410,l), +(1002,464,l), +(2,464,l) +); +}, +{ +closed = 1; +nodes = ( +(2,318,l), +(1002,318,l), +(1002,372,l), +(2,372,l) +); +} +); +width = 1004; +}, +{ +anchors = ( +{ +name = _center; +pos = (502,400); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "527D8DA2-52F7-4901-BD00-0688E00A6078"; +name = "Max Width"; +partSelection = { +Width = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(2,410,l), +(1002,410,l), +(1002,464,l), +(2,464,l) +); +}, +{ +closed = 1; +nodes = ( +(2,318,l), +(1002,318,l), +(1002,372,l), +(2,372,l) +); +} +); +width = 1004; +} +); +metricLeft = TNGU; +metricRight = TNGU; +partsSettings = ( +{ +bottomValue = 100; +name = Width; +topValue = 1000; +} +); +}, +{ +export = 0; +glyphname = "_part.currency-stroke"; +lastChange = "2022-01-11 18:14:35 +0000"; +layers = ( +{ +anchors = ( +{ +name = _currencystroke; +pos = (48,300); +} +); +layerId = m01; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-100,l), +(96,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 96; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (48,300); +} +); +associatedMasterId = m01; +layerId = "668CDF49-99B1-4CD5-9A9C-D2968F869456"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-200,l), +(96,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 96; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (70,300); +} +); +layerId = m002; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(140,-100,l), +(140,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 140; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (48,300); +} +); +layerId = m003; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-100,l), +(96,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 96; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (70,300); +} +); +layerId = m004; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(140,-100,l), +(140,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 140; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (48,300); +} +); +layerId = m005; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-100,l), +(96,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 96; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (70,300); +} +); +layerId = m006; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(140,-100,l), +(140,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 140; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (18,300); +} +); +layerId = m007; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(36,-100,l), +(36,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 36; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (27,300); +} +); +layerId = m008; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(54,-100,l), +(54,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 54; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (18,300); +} +); +layerId = m009; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(36,-100,l), +(36,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 36; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (18,300); +} +); +layerId = m010; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(36,-100,l), +(36,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 36; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (48,300); +} +); +associatedMasterId = m005; +layerId = "0F4272DE-2326-45EA-9F13-A044D4A431D8"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-200,l), +(96,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 96; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (48,300); +} +); +associatedMasterId = m003; +layerId = "94D62B32-7D7C-40C2-9540-2084D0E893D5"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-200,l), +(96,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 96; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (18,300); +} +); +associatedMasterId = m009; +layerId = "11CCFBA6-77C1-4B68-A354-8DB5D413B942"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(36,-200,l), +(36,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 36; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (18,300); +} +); +associatedMasterId = m007; +layerId = "74411D56-7896-49D0-A95F-15E9B76C2B97"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(36,-200,l), +(36,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 36; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (18,300); +} +); +associatedMasterId = m010; +layerId = "4B0E8201-DBE3-4D53-BDB8-A5348743FE27"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(36,-200,l), +(36,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 36; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (70,300); +} +); +associatedMasterId = m002; +layerId = "9B205D7A-7ED0-41EB-A186-AB34DAD7B906"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(140,-200,l), +(140,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 140; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (70,300); +} +); +associatedMasterId = m006; +layerId = "83600401-68F4-4D73-BE7A-378E91E2BFE9"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(140,-200,l), +(140,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 140; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (70,300); +} +); +associatedMasterId = m004; +layerId = "ED083F88-E8AF-4AEC-9FF0-7E1B0CD5BB8A"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(140,-200,l), +(140,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 140; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (27,300); +} +); +associatedMasterId = m008; +layerId = "7548B65C-8899-4058-A3CF-8FDD2E019600"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(54,-200,l), +(54,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 54; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (27,300); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(54,-100,l), +(54,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 54; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (27,300); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(54,-100,l), +(54,700,l), +(0,700,l), +(0,-100,l) +); +} +); +width = 54; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (27,300); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "EB556276-2B2C-4205-A407-40C60E9E8500"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(54,-200,l), +(54,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 54; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (27,300); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "596802FC-4898-4A56-9454-43965FC7CE3E"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(54,-200,l), +(54,800,l), +(0,800,l), +(0,-200,l) +); +} +); +width = 54; +} +); +metricLeft = "=0"; +metricRight = "=0"; +partsSettings = ( +{ +bottomValue = 800; +name = "Stroke Height"; +topValue = 1000; +} +); +}, +{ +export = 0; +glyphname = _part.dcroat; +lastChange = "2022-09-25 20:35:53 +0000"; +layers = ( +{ +anchors = ( +{ +name = _hbar; +pos = (261,680); +}, +{ +name = _topright; +pos = (450,680); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(480,510,l), +(480,600,l), +(120,600,l), +(120,510,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (266,700); +}, +{ +name = _topright; +pos = (420,700); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(450,554,l), +(450,588,l), +(150,588,l), +(150,554,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (246,700); +}, +{ +name = _topright; +pos = (450,700); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(480,554,l), +(480,588,l), +(120,588,l), +(120,554,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (186,700); +}, +{ +name = _topright; +pos = (520,700); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(550,554,l), +(550,588,l), +(50,588,l), +(50,554,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (241,680); +}, +{ +name = _topright; +pos = (420,680); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(450,510,l), +(450,600,l), +(150,600,l), +(150,510,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (191,680); +}, +{ +name = _topright; +pos = (520,680); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(550,510,l), +(550,600,l), +(50,600,l), +(50,510,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (288,690); +}, +{ +name = _topright; +pos = (438,690); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(468,500,l), +(468,620,l), +(132,620,l), +(132,500,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (266,690); +}, +{ +name = _topright; +pos = (470,690); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(500,500,l), +(500,620,l), +(100,620,l), +(100,500,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (208,690); +}, +{ +name = _topright; +pos = (538,690); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(568,510,l), +(568,620,l), +(32,620,l), +(32,510,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (278,680); +}, +{ +name = _topright; +pos = (470,680); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(500,500,l), +(500,640,l), +(100,640,l), +(100,500,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (262,680); +}, +{ +name = _topright; +pos = (510,680); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(540,500,l), +(540,640,l), +(60,640,l), +(60,500,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _hbar; +pos = (205,680); +}, +{ +name = _topright; +pos = (607,680); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,500,l), +(637,640,l), +(-37,640,l), +(-37,500,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = "_part.de-cy"; +lastChange = "2022-11-25 19:19:12 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (70,0); +}, +{ +name = "#exit"; +pos = (526,0); +} +); +background = { +shapes = ( +{ +pos = (-66,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(93,254,o), +(83,174,o), +(22,104,c), +(0,104,l), +(0,0,l), +(600,0,l), +(600,104,l), +(536,104,l), +(536,600,l), +(103,600,l) +); +}, +{ +closed = 1; +nodes = ( +(148,104,l), +(189,174,o), +(195,254,o), +(205,496,c), +(426,496,l), +(426,104,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (134,0); +}, +{ +name = "#exit"; +pos = (526,0); +} +); +background = { +shapes = ( +{ +pos = (-41,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(81,330,o), +(79,210,o), +(20,160,c), +(0,160,l), +(0,0,l), +(660,0,l), +(660,160,l), +(606,160,l), +(606,620,l), +(91,620,l) +); +}, +{ +closed = 1; +nodes = ( +(214,160,l), +(245,210,o), +(249,284,o), +(259,460,c), +(426,460,l), +(426,160,l) +); +} +); +width = 660; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (64,0); +}, +{ +name = "#exit"; +pos = (782,0); +} +); +background = { +shapes = ( +{ +pos = (-78,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(141,246,o), +(111,166,o), +(30,96,c), +(0,96,l), +(0,0,l), +(836,0,l), +(836,96,l), +(762,96,l), +(762,600,l), +(151,600,l) +); +}, +{ +closed = 1; +nodes = ( +(156,96,l), +(222,166,o), +(243,254,o), +(253,504,c), +(652,504,l), +(652,96,l) +); +} +); +width = 836; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (126,0); +}, +{ +name = "#exit"; +pos = (768,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(123,322,o), +(111,202,o), +(30,152,c), +(0,152,l), +(0,0,l), +(884,0,l), +(884,152,l), +(820,152,l), +(820,620,l), +(141,620,l) +); +}, +{ +closed = 1; +nodes = ( +(222,152,l), +(271,202,o), +(283,284,o), +(299,468,c), +(640,468,l), +(640,152,l) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (79,0); +}, +{ +name = "#exit"; +pos = (429,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(83,252,o), +(83,172,o), +(22,102,c), +(0,102,l), +(0,0,l), +(508,0,l), +(508,102,l), +(454,102,l), +(454,600,l), +(93,600,l) +); +}, +{ +closed = 1; +nodes = ( +(146,102,l), +(187,172,o), +(185,254,o), +(195,498,c), +(344,498,l), +(344,102,l) +); +} +); +width = 518; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (138,0); +}, +{ +name = "#exit"; +pos = (416,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,324,o), +(63,204,o), +(18,154,c), +(4,154,l), +(4,0,l), +(560,0,l), +(560,154,l), +(512,154,l), +(512,620,l), +(71,620,l) +); +}, +{ +closed = 1; +nodes = ( +(196,154,l), +(219,204,o), +(222,284,o), +(231,466,c), +(332,466,l), +(332,154,l) +); +} +); +width = 564; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (6,0); +}, +{ +name = "#exit"; +pos = (534,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(91,212,o), +(81,126,o), +(30,36,c), +(0,36,l), +(0,0,l), +(540,0,l), +(540,36,l), +(476,36,l), +(476,588,l), +(101,588,l) +); +}, +{ +closed = 1; +nodes = ( +(74,36,l), +(117,126,o), +(127,212,o), +(137,552,c), +(436,552,l), +(436,36,l) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (263,0); +}, +{ +name = "#exit"; +pos = (437,0); +} +); +background = { +shapes = ( +{ +pos = (-8,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(58,358,o), +(53,290,o), +(12,240,c), +(0,240,l), +(0,0,l), +(700,0,l), +(700,240,l), +(676,240,l), +(676,640,l), +(62,640,l) +); +}, +{ +closed = 1; +nodes = ( +(288,240,l), +(305,270,o), +(312,302,o), +(316,400,c), +(366,400,l), +(366,240,l) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (14,0); +}, +{ +name = "#exit"; +pos = (442,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(81,210,o), +(81,124,o), +(30,34,c), +(0,34,l), +(0,0,l), +(456,0,l), +(456,34,l), +(402,34,l), +(402,588,l), +(91,588,l) +); +}, +{ +closed = 1; +nodes = ( +(73,34,l), +(116,124,o), +(116,212,o), +(126,554,c), +(362,554,l), +(362,34,l) +); +} +); +width = 456; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-5,0); +}, +{ +name = "#exit"; +pos = (757,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(121,210,o), +(101,124,o), +(30,34,c), +(0,34,l), +(0,0,l), +(752,0,l), +(752,34,l), +(688,34,l), +(688,588,l), +(141,588,l) +); +}, +{ +closed = 1; +nodes = ( +(74,34,l), +(137,124,o), +(155,212,o), +(175,554,c), +(648,554,l), +(648,34,l) +); +} +); +width = 752; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (287,0); +}, +{ +name = "#exit"; +pos = (701,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(68,358,o), +(63,290,o), +(22,240,c), +(0,240,l), +(0,0,l), +(988,0,l), +(988,240,l), +(954,240,l), +(954,640,l), +(72,640,l) +); +}, +{ +closed = 1; +nodes = ( +(368,240,l), +(385,270,o), +(392,302,o), +(396,400,c), +(554,400,l), +(554,240,l) +); +} +); +width = 988; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (219,0); +}, +{ +name = "#exit"; +pos = (379,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,338,o), +(53,270,o), +(12,220,c), +(0,220,l), +(0,0,l), +(598,0,l), +(598,220,l), +(574,220,l), +(574,640,l), +(62,640,l) +); +}, +{ +closed = 1; +nodes = ( +(244,220,l), +(261,250,o), +(268,292,o), +(272,420,c), +(302,420,l), +(302,220,l) +); +} +); +width = 598; +} +); +}, +{ +export = 0; +glyphname = _part.divide; +lastChange = "2023-01-17 20:14:27 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (94,381); +} +); +layerId = m01; +shapes = ( +{ +pos = (0,-151); +ref = dotaccentcomb; +}, +{ +pos = (0,-627); +ref = dotaccentcomb; +} +); +width = 188; +}, +{ +anchors = ( +{ +name = _connect; +pos = (128,381); +} +); +layerId = m002; +shapes = ( +{ +pos = (0,-161); +ref = dotaccentcomb; +}, +{ +pos = (0,-653); +ref = dotaccentcomb; +} +); +width = 248; +}, +{ +anchors = ( +{ +name = _connect; +pos = (100,381); +} +); +layerId = m003; +shapes = ( +{ +pos = (0,-131); +ref = dotaccentcomb; +}, +{ +pos = (0,-647); +ref = dotaccentcomb; +} +); +width = 212; +}, +{ +anchors = ( +{ +name = _connect; +pos = (140,381); +} +); +layerId = m004; +shapes = ( +{ +pos = (0,-161); +ref = dotaccentcomb; +}, +{ +pos = (0,-653); +ref = dotaccentcomb; +} +); +width = 284; +}, +{ +anchors = ( +{ +name = _connect; +pos = (84,381); +} +); +layerId = m005; +shapes = ( +{ +pos = (0,-191); +ref = dotaccentcomb; +}, +{ +pos = (0,-587); +ref = dotaccentcomb; +} +); +width = 168; +}, +{ +anchors = ( +{ +name = _connect; +pos = (110,381); +} +); +layerId = m006; +shapes = ( +{ +pos = (0,-181); +ref = dotaccentcomb; +}, +{ +pos = (0,-633); +ref = dotaccentcomb; +} +); +width = 220; +}, +{ +anchors = ( +{ +name = _connect; +pos = (54,381); +} +); +layerId = m007; +shapes = ( +{ +pos = (0,-139); +ref = dotaccentcomb; +}, +{ +pos = (0,-623); +ref = dotaccentcomb; +} +); +width = 116; +}, +{ +anchors = ( +{ +name = _connect; +pos = (190,381); +} +); +layerId = m008; +shapes = ( +{ +pos = (0,-187); +ref = dotaccentcomb; +}, +{ +pos = (0,-599); +ref = dotaccentcomb; +} +); +width = 388; +}, +{ +anchors = ( +{ +name = _connect; +pos = (48,381); +} +); +layerId = m009; +shapes = ( +{ +pos = (0,-179); +ref = dotaccentcomb; +}, +{ +pos = (0,-583); +ref = dotaccentcomb; +} +); +width = 84; +}, +{ +anchors = ( +{ +name = _connect; +pos = (64,381); +} +); +layerId = m010; +shapes = ( +{ +pos = (0,-119); +ref = dotaccentcomb; +}, +{ +pos = (0,-643); +ref = dotaccentcomb; +} +); +width = 136; +}, +{ +anchors = ( +{ +name = _connect; +pos = (230,381); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (0,-167); +ref = dotaccentcomb; +}, +{ +pos = (0,-619); +ref = dotaccentcomb; +} +); +width = 468; +}, +{ +anchors = ( +{ +name = _connect; +pos = (166,381); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (0,-207); +ref = dotaccentcomb; +}, +{ +pos = (0,-579); +ref = dotaccentcomb; +} +); +width = 320; +} +); +metricLeft = "=10"; +metricRight = "=10"; +}, +{ +export = 0; +glyphname = "_part.divide-minus"; +lastChange = "2022-03-27 19:31:39 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (406,320); +}, +{ +name = connect; +pos = (406,320); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(706,270,l), +(706,370,l), +(106,370,l), +(106,270,l) +); +} +); +width = 812; +}, +{ +anchors = ( +{ +name = _connect; +pos = (322,320); +}, +{ +name = connect; +pos = (322,320); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(582,240,l), +(582,400,l), +(62,400,l), +(62,240,l) +); +} +); +width = 644; +}, +{ +anchors = ( +{ +name = _connect; +pos = (373,320); +}, +{ +name = connect; +pos = (373,320); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(673,240,l), +(673,400,l), +(73,400,l), +(73,240,l) +); +} +); +width = 746; +}, +{ +anchors = ( +{ +name = _connect; +pos = (355,320); +}, +{ +name = connect; +pos = (355,320); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(615,302,l), +(615,338,l), +(95,338,l), +(95,302,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = _connect; +pos = (355,320); +}, +{ +name = connect; +pos = (355,320); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(615,270,l), +(615,370,l), +(95,370,l), +(95,270,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = _connect; +pos = (335,320); +}, +{ +name = connect; +pos = (335,320); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(635,272,l), +(635,368,l), +(35,368,l), +(35,272,l) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = _connect; +pos = (437,320); +}, +{ +name = connect; +pos = (437,320); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(757,302,l), +(757,338,l), +(117,338,l), +(117,302,l) +); +} +); +width = 874; +}, +{ +anchors = ( +{ +name = _connect; +pos = (404,320); +}, +{ +name = connect; +pos = (404,320); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(724,240,l), +(724,400,l), +(84,400,l), +(84,240,l) +); +} +); +width = 808; +}, +{ +anchors = ( +{ +name = _connect; +pos = (355,320); +}, +{ +name = connect; +pos = (355,320); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(675,272,l), +(675,368,l), +(35,368,l), +(35,272,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = _connect; +pos = (406,320); +}, +{ +name = connect; +pos = (406,320); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(706,302,l), +(706,338,l), +(106,338,l), +(106,302,l) +); +} +); +width = 812; +}, +{ +anchors = ( +{ +name = _connect; +pos = (426,320); +}, +{ +name = connect; +pos = (426,320); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(746,270,l), +(746,370,l), +(106,370,l), +(106,270,l) +); +} +); +width = 852; +}, +{ +anchors = ( +{ +name = _connect; +pos = (295,320); +}, +{ +name = connect; +pos = (295,320); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,272,l), +(555,368,l), +(35,368,l), +(35,272,l) +); +} +); +width = 590; +} +); +metricLeft = SQRU; +metricRight = SQRU; +}, +{ +export = 0; +glyphname = "_part.ef-ef-cy-liga"; +lastChange = "2022-11-20 21:41:42 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (502,0); +} +); +background = { +shapes = ( +{ +pos = (365,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (203,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +pos = (502,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 502; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (390,0); +} +); +background = { +shapes = ( +{ +pos = (314,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (174,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +pos = (390,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 390; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (480,0); +} +); +layerId = m002; +shapes = ( +{ +pos = (480,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 480; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (470,0); +} +); +layerId = m009; +shapes = ( +{ +pos = (470,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 470; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (354,0); +} +); +layerId = m006; +shapes = ( +{ +pos = (354,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 354; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (782,0); +} +); +background = { +shapes = ( +{ +pos = (465,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (303,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +pos = (782,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 782; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (826,0); +} +); +layerId = m010; +shapes = ( +{ +pos = (826,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 826; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (568,0); +} +); +layerId = m007; +shapes = ( +{ +pos = (568,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 568; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (754,0); +} +); +layerId = m004; +shapes = ( +{ +pos = (754,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 754; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (410,0); +} +); +layerId = m008; +shapes = ( +{ +pos = (410,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 410; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (560,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (560,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 560; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (362,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (362,0); +ref = "_part.ef-ef-cy-liga-part"; +scale = (-1,1); +}, +{ +ref = "_part.ef-ef-cy-liga-part"; +} +); +width = 362; +} +); +}, +{ +export = 0; +glyphname = "_part.ef-ef-cy-liga-part"; +lastChange = "2022-11-20 21:41:41 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (251,300); +}, +{ +name = connect; +pos = (251,300); +} +); +background = { +shapes = ( +{ +pos = (359,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (143,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(504,-16,l), +(504,88,l), +(492,88,ls), +(388,88,o), +(318,171,o), +(298,318,cs), +(272,509,o), +(168,616,o), +(10,616,cs), +(-2,616,l), +(-2,512,l), +(10,512,ls), +(114,512,o), +(184,429,o), +(204,282,cs), +(230,91,o), +(334,-16,o), +(492,-16,cs) +); +} +); +width = 502; +}, +{ +anchors = ( +{ +name = _connect; +pos = (195,300); +}, +{ +name = connect; +pos = (195,300); +} +); +background = { +shapes = ( +{ +pos = (297,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (93,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(392,-16,l), +(392,86,l), +(386,86,ls), +(306,86,o), +(256,167,o), +(241,321,cs), +(223,510,o), +(137,616,o), +(4,616,cs), +(-2,616,l), +(-2,514,l), +(4,514,ls), +(84,514,o), +(134,435,o), +(149,281,cs), +(168,92,o), +(253,-16,o), +(386,-16,cs) +); +} +); +width = 390; +}, +{ +anchors = ( +{ +name = _connect; +pos = (240,310); +}, +{ +name = connect; +pos = (240,310); +} +); +background = { +shapes = ( +{ +pos = (364,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (116,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(482,-20,l), +(482,140,l), +(470,140,ls), +(402,140,o), +(352,208,o), +(322,340,cs), +(281,532,o), +(169,640,o), +(10,640,cs), +(-2,640,l), +(-2,480,l), +(10,480,ls), +(78,480,o), +(128,412,o), +(158,280,cs), +(199,88,o), +(311,-20,o), +(470,-20,cs) +); +} +); +width = 480; +}, +{ +anchors = ( +{ +name = _connect; +pos = (235,294); +}, +{ +name = connect; +pos = (235,294); +} +); +background = { +shapes = ( +{ +pos = (303,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (167,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(472,-12,l), +(472,24,l), +(466,24,ls), +(348,24,o), +(271,125,o), +(252,304,cs), +(233,488,o), +(138,600,o), +(4,600,cs), +(-2,600,l), +(-2,564,l), +(4,564,ls), +(122,564,o), +(199,463,o), +(218,284,cs), +(237,100,o), +(332,-12,o), +(466,-12,cs) +); +} +); +width = 470; +}, +{ +anchors = ( +{ +name = _connect; +pos = (177,310); +}, +{ +name = connect; +pos = (177,310); +} +); +background = { +shapes = ( +{ +pos = (293,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (61,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(356,-20,l), +(356,134,l), +(350,134,ls), +(303,134,o), +(267,204,o), +(245,339,cs), +(215,526,o), +(123,640,o), +(4,640,cs), +(-2,640,l), +(-2,486,l), +(4,486,ls), +(51,486,o), +(87,416,o), +(109,281,cs), +(139,94,o), +(231,-20,o), +(350,-20,cs) +); +} +); +width = 354; +}, +{ +anchors = ( +{ +name = _connect; +pos = (391,300); +}, +{ +name = connect; +pos = (391,300); +} +); +background = { +shapes = ( +{ +pos = (500,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (282,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(784,-16,l), +(784,80,l), +(742,80,ls), +(587,80,o), +(491,157,o), +(441,320,cs), +(381,515,o), +(244,616,o), +(40,616,cs), +(-2,616,l), +(-2,520,l), +(40,520,ls), +(195,520,o), +(291,443,o), +(341,280,cs), +(401,85,o), +(538,-16,o), +(742,-16,cs) +); +} +); +width = 782; +}, +{ +anchors = ( +{ +name = _connect; +pos = (413,294); +}, +{ +name = connect; +pos = (413,294); +} +); +background = { +shapes = ( +{ +pos = (493,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (333,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(828,-12,l), +(828,24,l), +(806,24,ls), +(597,24,o), +(469,119,o), +(430,304,cs), +(389,499,o), +(250,600,o), +(20,600,cs), +(-2,600,l), +(-2,564,l), +(20,564,ls), +(229,564,o), +(357,469,o), +(396,284,cs), +(437,89,o), +(576,-12,o), +(806,-12,cs) +); +} +); +width = 826; +}, +{ +anchors = ( +{ +name = _connect; +pos = (284,294); +}, +{ +name = connect; +pos = (284,294); +} +); +background = { +shapes = ( +{ +pos = (358,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (210,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(570,-12,l), +(570,24,l), +(558,24,ls), +(422,24,o), +(329,125,o), +(301,304,cs), +(271,493,o), +(166,600,o), +(10,600,cs), +(-2,600,l), +(-2,564,l), +(10,564,ls), +(146,564,o), +(239,463,o), +(267,284,cs), +(297,95,o), +(402,-12,o), +(558,-12,cs) +); +} +); +width = 568; +}, +{ +anchors = ( +{ +name = _connect; +pos = (377,310); +}, +{ +name = connect; +pos = (377,310); +} +); +background = { +shapes = ( +{ +pos = (511,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (243,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(756,-20,l), +(756,132,l), +(724,132,ls), +(570,132,o), +(476,203,o), +(449,340,cs), +(412,532,o), +(261,640,o), +(30,640,cs), +(-2,640,l), +(-2,488,l), +(30,488,ls), +(184,488,o), +(278,417,o), +(305,280,cs), +(342,88,o), +(493,-20,o), +(724,-20,cs) +); +} +); +width = 754; +}, +{ +anchors = ( +{ +name = _connect; +pos = (205,320); +}, +{ +name = connect; +pos = (205,320); +} +); +background = { +shapes = ( +{ +pos = (378,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (32,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(412,-26,l), +(412,214,l), +(406,214,ls), +(382,214,o), +(366,255,o), +(351,350,cs), +(321,540,o), +(182,666,o), +(4,666,cs), +(-2,666,l), +(-2,426,l), +(4,426,ls), +(28,426,o), +(44,385,o), +(59,290,cs), +(89,100,o), +(228,-26,o), +(406,-26,cs) +); +} +); +width = 410; +}, +{ +anchors = ( +{ +name = _connect; +pos = (280,320); +}, +{ +name = connect; +pos = (280,320); +} +); +background = { +shapes = ( +{ +pos = (498,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (62,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(562,-26,l), +(562,214,l), +(556,214,ls), +(515,214,o), +(491,255,o), +(476,350,cs), +(445,546,o), +(273,666,o), +(24,666,cs), +(-2,666,l), +(-2,426,l), +(4,426,ls), +(45,426,o), +(69,385,o), +(84,290,cs), +(115,94,o), +(287,-26,o), +(536,-26,cs) +); +} +); +width = 560; +}, +{ +anchors = ( +{ +name = _connect; +pos = (181,320); +}, +{ +name = connect; +pos = (181,320); +} +); +background = { +shapes = ( +{ +pos = (330,0); +ref = "_part.bowl-ef-cy"; +scale = (-1,1); +}, +{ +pos = (32,0); +ref = "_part.bowl-ef-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(364,-26,l), +(364,194,l), +(358,194,ls), +(334,194,o), +(319,241,o), +(307,350,cs), +(287,546,o), +(171,666,o), +(4,666,cs), +(-2,666,l), +(-2,446,l), +(4,446,ls), +(28,446,o), +(43,399,o), +(55,290,cs), +(75,94,o), +(191,-26,o), +(358,-26,cs) +); +} +); +width = 362; +} +); +}, +{ +export = 0; +glyphname = "_part.em-cy"; +lastChange = "2022-11-13 11:00:51 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (0,300); +}, +{ +name = "#exit"; +pos = (460,300); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(-24,600,l), +(142,0,l), +(318,0,l), +(484,600,l), +(384,600,l), +(222,15,l), +(242,15,l), +(80,600,l) +); +} +); +width = 460; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,300); +}, +{ +name = "#exit"; +pos = (360,300); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,600,l), +(104,0,l), +(256,0,l), +(376,600,l), +(288,600,l), +(174,30,l), +(190,30,l), +(76,600,l) +); +} +); +width = 360; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-5,310); +}, +{ +name = "#exit"; +pos = (433,310); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(-39,620,l), +(98,0,l), +(330,0,l), +(467,620,l), +(328,620,l), +(192,4,l), +(240,4,l), +(104,620,l) +); +} +); +width = 428; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,294); +}, +{ +name = "#exit"; +pos = (436,294); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,588,l), +(187,0,l), +(249,0,l), +(446,588,l), +(407,588,l), +(212,5,l), +(227,5,l), +(32,588,l) +); +} +); +width = 436; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,310); +}, +{ +name = "#exit"; +pos = (308,310); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(-26,620,l), +(64,0,l), +(244,0,l), +(334,620,l), +(227,620,l), +(142,33,l), +(174,33,l), +(89,620,l) +); +} +); +width = 308; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-10,300); +}, +{ +name = "#exit"; +pos = (716,300); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(-50,600,l), +(270,0,l), +(436,0,l), +(756,600,l), +(647,600,l), +(333,11,l), +(380,11,l), +(66,600,l) +); +} +); +width = 706; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,294); +}, +{ +name = "#exit"; +pos = (772,294); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(-12,588,l), +(354,0,l), +(418,0,l), +(784,588,l), +(741,588,l), +(376,3,l), +(397,3,l), +(33,588,l) +); +} +); +width = 772; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,294); +}, +{ +name = "#exit"; +pos = (530,294); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,588,l), +(234,0,l), +(296,0,l), +(540,588,l), +(500,588,l), +(258,4,l), +(275,4,l), +(33,588,l) +); +} +); +width = 530; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-10,310); +}, +{ +name = "#exit"; +pos = (682,310); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-54,620,l), +(204,0,l), +(468,0,l), +(726,620,l), +(561,620,l), +(306,7,l), +(372,7,l), +(117,620,l) +); +} +); +width = 672; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-2,320); +}, +{ +name = "#exit"; +pos = (320,320); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(-46,640,l), +(64,0,l), +(254,0,l), +(364,640,l), +(242,640,l), +(141,44,l), +(193,44,l), +(92,640,l) +); +} +); +width = 318; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (40,320); +}, +{ +name = "#exit"; +pos = (436,320); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-4,640,l), +(96,0,l), +(380,0,l), +(480,640,l), +(318,640,l), +(227,44,l), +(265,44,l), +(174,640,l) +); +} +); +width = 478; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,320); +}, +{ +name = "#exit"; +pos = (268,320); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-54,640,l), +(62,0,l), +(206,0,l), +(322,640,l), +(220,640,l), +(113,44,l), +(171,44,l), +(64,640,l) +); +} +); +width = 268; +} +); +}, +{ +export = 0; +glyphname = _part.exclam; +lastChange = "2022-01-20 13:17:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = question; +pos = (163,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,230,l), +(220,230,l), +(220,800,l), +(106,800,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = question; +pos = (167,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,260,l), +(261,260,l), +(261,800,l), +(73,800,l) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = question; +pos = (163,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,230,l), +(220,230,l), +(220,800,l), +(106,800,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = question; +pos = (178,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,240,l), +(272,240,l), +(272,800,l), +(84,800,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = question; +pos = (152,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,230,l), +(209,230,l), +(209,800,l), +(95,800,l) +); +} +); +width = 304; +}, +{ +anchors = ( +{ +name = question; +pos = (156,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,280,l), +(250,280,l), +(250,800,l), +(62,800,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = question; +pos = (127,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,170,l), +(148,170,l), +(148,800,l), +(106,800,l) +); +} +); +width = 254; +}, +{ +anchors = ( +{ +name = question; +pos = (203,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,280,l), +(371,280,l), +(371,800,l), +(35,800,l) +); +} +); +width = 406; +}, +{ +anchors = ( +{ +name = question; +pos = (116,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,170,l), +(137,170,l), +(137,800,l), +(95,800,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = question; +pos = (138,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,170,l), +(159,170,l), +(159,800,l), +(117,800,l) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = question; +pos = (245,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,280,l), +(455,280,l), +(455,800,l), +(35,800,l) +); +} +); +width = 490; +}, +{ +anchors = ( +{ +name = question; +pos = (179,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,260,l), +(323,260,l), +(323,800,l), +(35,800,l) +); +} +); +width = 358; +} +); +metricLeft = SQRU; +metricRight = SQRU; +}, +{ +export = 0; +glyphname = "_part.f-f-liga"; +lastChange = "2022-01-20 13:18:35 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (872,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(262,498,l), +(512,498,l), +(512,0,l), +(622,0,l), +(622,498,l), +(782,498,l), +(782,600,l), +(622,600,l), +(622,658,ls), +(622,719,o), +(671,756,o), +(750,756,cs), +(826,756,o), +(872,719,o), +(872,658,c), +(982,658,l), +(982,786,o), +(894,864,o), +(750,864,cs), +(621,864,o), +(532,802,o), +(515,700,c), +(567,760,l), +(487,760,l), +(536,695,l), +(534,787,o), +(466,844,o), +(356,844,cs), +(230,844,o), +(152,766,o), +(152,638,cs), +(152,600,l), +(32,600,l), +(32,498,l), +(152,498,l), +(152,0,l), +(262,0,l) +); +}, +{ +closed = 1; +nodes = ( +(262,638,ls), +(262,699,o), +(309,736,o), +(386,736,cs), +(464,736,o), +(512,706,o), +(512,658,cs), +(512,600,l), +(262,600,l) +); +} +); +width = 990; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (708,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(238,498,l), +(418,498,l), +(418,0,l), +(528,0,l), +(528,498,l), +(636,498,l), +(636,600,l), +(528,600,l), +(528,668,ls), +(528,724,o), +(560,756,o), +(618,756,cs), +(676,756,o), +(708,724,o), +(708,668,c), +(818,668,l), +(818,793,o), +(746,864,o), +(618,864,cs), +(502,864,o), +(431,804,o), +(420,698,c), +(478,770,l), +(383,770,l), +(442,695,l), +(438,784,o), +(386,834,o), +(298,834,cs), +(189,834,o), +(128,767,o), +(128,648,cs), +(128,600,l), +(28,600,l), +(28,498,l), +(128,498,l), +(128,0,l), +(238,0,l) +); +}, +{ +closed = 1; +nodes = ( +(238,648,ls), +(238,698,o), +(270,726,o), +(328,726,cs), +(386,726,o), +(418,702,o), +(418,658,cs), +(418,600,l), +(238,600,l) +); +} +); +width = 818; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (902,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(322,452,l), +(522,452,l), +(522,0,l), +(702,0,l), +(702,452,l), +(852,452,l), +(852,620,l), +(702,620,l), +(702,640,ls), +(702,689,o), +(737,716,o), +(800,716,cs), +(865,716,o), +(902,689,o), +(902,640,c), +(1082,640,l), +(1082,786,o), +(980,868,o), +(800,868,cs), +(642,868,o), +(548,802,o), +(540,684,c), +(613,770,l), +(497,770,l), +(578,680,l), +(574,788,o), +(496,848,o), +(362,848,cs), +(221,848,o), +(142,773,o), +(142,640,cs), +(142,620,l), +(22,620,l), +(22,452,l), +(142,452,l), +(142,0,l), +(322,0,l) +); +}, +{ +closed = 1; +nodes = ( +(322,640,ls), +(322,676,o), +(358,696,o), +(422,696,cs), +(486,696,o), +(522,676,o), +(522,640,cs), +(522,620,l), +(322,620,l) +); +} +); +width = 1094; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (716,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(176,552,l), +(426,552,l), +(426,0,l), +(466,0,l), +(466,552,l), +(604,552,l), +(604,588,l), +(466,588,l), +(466,688,ls), +(466,774,o), +(509,822,o), +(586,822,cs), +(669,822,o), +(716,774,o), +(716,688,c), +(756,688,l), +(756,798,o), +(695,860,o), +(586,860,cs), +(486,860,o), +(428,800,o), +(426,692,c), +(448,758,l), +(415,758,l), +(438,690,l), +(434,786,o), +(383,840,o), +(296,840,cs), +(194,840,o), +(136,778,o), +(136,668,cs), +(136,588,l), +(28,588,l), +(28,552,l), +(136,552,l), +(136,0,l), +(176,0,l) +); +}, +{ +closed = 1; +nodes = ( +(176,668,ls), +(176,754,o), +(219,802,o), +(296,802,cs), +(379,802,o), +(426,750,o), +(426,658,cs), +(426,588,l), +(176,588,l) +); +} +); +width = 756; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (726,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(298,452,l), +(422,452,l), +(422,0,l), +(602,0,l), +(602,452,l), +(686,452,l), +(686,620,l), +(602,620,l), +(602,650,ls), +(602,694,o), +(624,718,o), +(662,718,cs), +(703,718,o), +(726,694,o), +(726,650,c), +(906,650,l), +(906,790,o), +(819,868,o), +(664,868,cs), +(543,868,o), +(461,805,o), +(435,692,c), +(498,770,l), +(413,770,l), +(470,690,l), +(468,791,o), +(410,848,o), +(310,848,cs), +(187,848,o), +(118,777,o), +(118,650,cs), +(118,620,l), +(18,620,l), +(18,452,l), +(118,452,l), +(118,0,l), +(298,0,l) +); +}, +{ +closed = 1; +nodes = ( +(298,650,ls), +(298,681,o), +(320,698,o), +(358,698,cs), +(399,698,o), +(422,681,o), +(422,650,cs), +(422,620,l), +(298,620,l) +); +} +); +width = 910; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1224,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(314,500,l), +(714,500,l), +(714,0,l), +(824,0,l), +(824,500,l), +(1114,500,l), +(1114,600,l), +(824,600,l), +(824,618,ls), +(824,706,o), +(902,760,o), +(1029,760,cs), +(1150,760,o), +(1224,706,o), +(1224,618,c), +(1334,618,l), +(1334,771,o), +(1218,864,o), +(1029,864,cs), +(857,864,o), +(738,787,o), +(717,661,c), +(775,740,l), +(693,740,l), +(750,651,l), +(750,771,o), +(651,844,o), +(489,844,cs), +(312,844,o), +(204,758,o), +(204,618,cs), +(204,600,l), +(32,600,l), +(32,500,l), +(204,500,l), +(204,0,l), +(314,0,l) +); +}, +{ +closed = 1; +nodes = ( +(314,618,ls), +(314,694,o), +(392,740,o), +(519,740,cs), +(640,740,o), +(714,694,o), +(714,618,cs), +(714,600,l), +(314,600,l) +); +} +); +width = 1350; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1184,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(244,552,l), +(694,552,l), +(694,0,l), +(734,0,l), +(734,552,l), +(1044,552,l), +(1044,588,l), +(734,588,l), +(734,638,ls), +(734,756,o), +(813,822,o), +(954,822,cs), +(1101,822,o), +(1184,756,o), +(1184,638,c), +(1224,638,l), +(1224,780,o), +(1127,860,o), +(954,860,cs), +(806,860,o), +(714,795,o), +(697,679,c), +(728,728,l), +(686,728,l), +(707,682,l), +(703,783,o), +(615,840,o), +(463,840,cs), +(297,840,o), +(204,760,o), +(204,618,cs), +(204,588,l), +(36,588,l), +(36,552,l), +(204,552,l), +(204,0,l), +(244,0,l) +); +}, +{ +closed = 1; +nodes = ( +(244,618,ls), +(244,736,o), +(323,802,o), +(463,802,cs), +(611,802,o), +(694,743,o), +(694,638,cs), +(694,588,l), +(244,588,l) +); +} +); +width = 1229; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (860,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(180,552,l), +(500,552,l), +(500,0,l), +(540,0,l), +(540,552,l), +(730,552,l), +(730,588,l), +(540,588,l), +(540,668,ls), +(540,763,o), +(600,822,o), +(697,822,cs), +(798,822,o), +(860,763,o), +(860,668,c), +(900,668,l), +(900,787,o), +(823,860,o), +(697,860,cs), +(587,860,o), +(513,798,o), +(501,697,c), +(522,748,l), +(487,748,l), +(512,697,l), +(508,786,o), +(442,840,o), +(337,840,cs), +(215,840,o), +(140,767,o), +(140,648,cs), +(140,588,l), +(32,588,l), +(32,552,l), +(140,552,l), +(140,0,l), +(180,0,l) +); +}, +{ +closed = 1; +nodes = ( +(180,648,ls), +(180,743,o), +(240,802,o), +(337,802,cs), +(438,802,o), +(500,747,o), +(500,658,cs), +(500,588,l), +(180,588,l) +); +} +); +width = 900; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (1286,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(386,452,l), +(746,452,l), +(746,0,l), +(926,0,l), +(926,452,l), +(1206,452,l), +(1206,610,l), +(926,610,l), +(926,620,ls), +(926,683,o), +(991,718,o), +(1107,718,cs), +(1222,718,o), +(1286,683,o), +(1286,620,c), +(1466,620,l), +(1466,779,o), +(1337,868,o), +(1109,868,cs), +(915,868,o), +(791,795,o), +(764,664,c), +(837,750,l), +(731,750,l), +(810,670,l), +(802,784,o), +(697,848,o), +(517,848,cs), +(318,848,o), +(206,766,o), +(206,620,cs), +(206,610,l), +(26,610,l), +(26,452,l), +(206,452,l), +(206,0,l), +(386,0,l) +); +}, +{ +closed = 1; +nodes = ( +(386,620,ls), +(386,670,o), +(452,698,o), +(569,698,cs), +(682,698,o), +(746,670,o), +(746,620,cs), +(746,610,l), +(386,610,l) +); +} +); +width = 1488; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (884,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(420,346,l), +(506,346,l), +(506,0,l), +(798,0,l), +(798,346,l), +(854,346,l), +(854,586,l), +(798,586,l), +(798,616,ls), +(798,638,o), +(812,650,o), +(839,650,cs), +(869,650,o), +(884,638,o), +(884,616,c), +(1176,616,l), +(1176,776,o), +(1044,874,o), +(829,874,cs), +(671,874,o), +(557,791,o), +(530,656,c), +(632,762,l), +(481,762,l), +(588,658,l), +(588,780,o), +(502,854,o), +(362,854,cs), +(217,854,o), +(128,760,o), +(128,606,cs), +(128,586,l), +(10,586,l), +(10,346,l), +(128,346,l), +(128,0,l), +(420,0,l) +); +}, +{ +closed = 1; +nodes = ( +(420,602,ls), +(420,620,o), +(434,630,o), +(461,630,cs), +(491,630,o), +(506,620,o), +(506,602,cs), +(506,586,l), +(420,586,l) +); +} +); +width = 1184; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 640; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 640; +} +); +metricLeft = f; +}, +{ +export = 0; +glyphname = "_part.f-liga"; +lastChange = "2023-01-17 18:15:45 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (512,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(262,496,l), +(422,496,l), +(422,600,l), +(262,600,l), +(262,658,ls), +(262,723,o), +(308,760,o), +(391,760,cs), +(468,760,o), +(512,723,o), +(512,658,c), +(622,658,l), +(622,786,o), +(534,864,o), +(391,864,cs), +(243,864,o), +(152,786,o), +(152,658,cs), +(152,600,l), +(32,600,l), +(32,496,l), +(152,496,l), +(152,0,l), +(262,0,l) +); +} +); +width = 622; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (426,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(176,554,l), +(314,554,l), +(314,588,l), +(176,588,l), +(176,688,ls), +(176,775,o), +(219,824,o), +(296,824,cs), +(379,824,o), +(426,775,o), +(426,688,c), +(466,688,l), +(466,798,o), +(405,860,o), +(296,860,cs), +(194,860,o), +(136,798,o), +(136,688,cs), +(136,588,l), +(28,588,l), +(28,554,l), +(136,554,l), +(136,0,l), +(176,0,l) +); +} +); +width = 466; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (500,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(180,552,l), +(370,552,l), +(370,588,l), +(180,588,l), +(180,668,ls), +(180,765,o), +(240,824,o), +(337,824,cs), +(438,824,o), +(500,765,o), +(500,668,c), +(540,668,l), +(540,787,o), +(463,860,o), +(337,860,cs), +(215,860,o), +(140,787,o), +(140,668,cs), +(140,588,l), +(32,588,l), +(32,552,l), +(140,552,l), +(140,0,l), +(180,0,l) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (694,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(244,554,l), +(554,554,l), +(554,588,l), +(244,588,l), +(244,638,ls), +(244,757,o), +(323,824,o), +(464,824,cs), +(611,824,o), +(694,757,o), +(694,638,c), +(734,638,l), +(734,780,o), +(637,860,o), +(464,860,cs), +(298,860,o), +(204,780,o), +(204,638,cs), +(204,588,l), +(36,588,l), +(36,554,l), +(204,554,l), +(204,0,l), +(244,0,l) +); +} +); +width = 734; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (418,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(238,498,l), +(346,498,l), +(346,600,l), +(238,600,l), +(238,668,ls), +(238,728,o), +(270,762,o), +(328,762,cs), +(386,762,o), +(418,728,o), +(418,668,c), +(528,668,l), +(528,790,o), +(452,864,o), +(328,864,cs), +(204,864,o), +(128,790,o), +(128,668,cs), +(128,600,l), +(28,600,l), +(28,498,l), +(128,498,l), +(128,0,l), +(238,0,l) +); +} +); +width = 528; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (714,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(314,504,l), +(604,504,l), +(604,600,l), +(314,600,l), +(314,618,ls), +(314,720,o), +(378,768,o), +(515,768,cs), +(650,768,o), +(714,720,o), +(714,618,c), +(824,618,l), +(824,780,o), +(719,864,o), +(515,864,cs), +(310,864,o), +(204,780,o), +(204,618,cs), +(204,600,l), +(32,600,l), +(32,504,l), +(204,504,l), +(204,0,l), +(314,0,l) +); +} +); +width = 824; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (422,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(298,466,l), +(382,466,l), +(382,620,l), +(298,620,l), +(298,650,ls), +(298,695,o), +(318,718,o), +(358,718,cs), +(400,718,o), +(422,695,o), +(422,650,c), +(602,650,l), +(602,790,o), +(515,868,o), +(360,868,cs), +(205,868,o), +(118,790,o), +(118,650,cs), +(118,620,l), +(18,620,l), +(18,466,l), +(118,466,l), +(118,0,l), +(298,0,l) +); +} +); +width = 602; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (522,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(322,460,l), +(472,460,l), +(472,620,l), +(322,620,l), +(322,640,ls), +(322,690,o), +(356,716,o), +(422,716,cs), +(488,716,o), +(522,690,o), +(522,640,c), +(702,640,l), +(702,786,o), +(601,868,o), +(422,868,cs), +(243,868,o), +(142,786,o), +(142,640,cs), +(142,620,l), +(22,620,l), +(22,460,l), +(142,460,l), +(142,0,l), +(322,0,l) +); +} +); +width = 702; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (746,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(386,458,l), +(666,458,l), +(666,610,l), +(386,610,l), +(386,620,ls), +(386,689,o), +(444,722,o), +(567,722,cs), +(689,722,o), +(746,689,o), +(746,620,c), +(926,620,l), +(926,784,o), +(805,868,o), +(569,868,cs), +(329,868,o), +(206,784,o), +(206,620,cs), +(206,610,l), +(26,610,l), +(26,458,l), +(206,458,l), +(206,0,l), +(386,0,l) +); +} +); +width = 926; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (468,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(408,370,l), +(438,370,l), +(438,610,l), +(408,610,l), +(408,640,ls), +(408,662,o), +(418,672,o), +(438,672,cs), +(458,672,o), +(468,662,o), +(468,640,c), +(788,640,l), +(788,799,o), +(668,874,o), +(413,874,cs), +(192,874,o), +(88,799,o), +(88,640,cs), +(88,610,l), +(10,610,l), +(10,370,l), +(88,370,l), +(88,0,l), +(408,0,l) +); +} +); +width = 788; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (764,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(598,370,l), +(712,370,l), +(712,610,l), +(598,610,l), +(598,616,ls), +(598,655,o), +(622,672,o), +(679,672,cs), +(738,672,o), +(764,655,o), +(764,616,c), +(1164,616,l), +(1164,797,o), +(1015,874,o), +(669,874,cs), +(339,874,o), +(198,797,o), +(198,616,cs), +(198,610,l), +(10,610,l), +(10,370,l), +(198,370,l), +(198,0,l), +(598,0,l) +); +} +); +width = 1164; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (404,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(350,390,l), +(377,390,l), +(377,610,l), +(350,610,l), +(350,640,ls), +(350,661,o), +(359,672,o), +(376,672,cs), +(394,672,o), +(404,661,o), +(404,640,c), +(676,640,l), +(676,794,o), +(572,874,o), +(371,874,cs), +(178,874,o), +(78,794,o), +(78,640,cs), +(78,610,l), +(10,610,l), +(10,390,l), +(78,390,l), +(78,0,l), +(350,0,l) +); +} +); +width = 676; +} +); +metricLeft = f; +metricRight = "=0"; +}, +{ +export = 0; +glyphname = _part.greater; +lastChange = "2022-01-20 13:17:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (626,320); +}, +{ +name = connect; +pos = (626,320); +} +); +background = { +shapes = ( +{ +pos = (-250,0); +ref = plus; +} +); +}; +layerId = m01; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(106,528,l), +(626,290,l), +(626,391,l), +(106,636,l) +); +} +); +width = 732; +}, +{ +anchors = ( +{ +name = _connect; +pos = (593,320); +}, +{ +name = connect; +pos = (593,320); +} +); +background = { +shapes = ( +{ +pos = (-220,0); +ref = plus; +} +); +}; +layerId = m002; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(73,482,l), +(593,276,l), +(593,422,l), +(73,640,l) +); +} +); +width = 666; +}, +{ +anchors = ( +{ +name = _connect; +pos = (666,320); +}, +{ +name = connect; +pos = (666,320); +} +); +background = { +shapes = ( +{ +pos = (-270,0); +ref = plus; +} +); +}; +layerId = m003; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(106,548,l), +(666,296,l), +(666,397,l), +(106,656,l) +); +} +); +width = 772; +}, +{ +anchors = ( +{ +name = _connect; +pos = (644,320); +}, +{ +name = connect; +pos = (644,320); +} +); +background = { +shapes = ( +{ +pos = (-240,0); +ref = plus; +} +); +}; +layerId = m004; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(84,503,l), +(644,286,l), +(644,432,l), +(84,660,l) +); +} +); +width = 728; +}, +{ +anchors = ( +{ +name = _connect; +pos = (535,320); +}, +{ +name = connect; +pos = (535,320); +} +); +background = { +shapes = ( +{ +pos = (-199,0); +ref = plus; +} +); +}; +layerId = m005; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(95,488,l), +(535,296,l), +(535,396,l), +(95,596,l) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = _connect; +pos = (502,320); +}, +{ +name = connect; +pos = (502,320); +} +); +background = { +shapes = ( +{ +pos = (-180,0); +ref = plus; +} +); +}; +layerId = m006; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(62,441,l), +(502,268,l), +(502,414,l), +(62,600,l) +); +} +); +width = 564; +}, +{ +anchors = ( +{ +name = _connect; +pos = (626,320); +}, +{ +name = connect; +pos = (626,320); +} +); +background = { +shapes = ( +{ +pos = (-282,0); +ref = plus; +} +); +}; +layerId = m007; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(106,591,l), +(626,308,l), +(626,347,l), +(106,632,l) +); +} +); +width = 732; +}, +{ +anchors = ( +{ +name = _connect; +pos = (555,320); +}, +{ +name = connect; +pos = (555,320); +} +); +background = { +shapes = ( +{ +pos = (-180,0); +ref = plus; +} +); +}; +layerId = m008; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(35,414,l), +(555,260,l), +(555,477,l), +(35,646,l) +); +} +); +width = 590; +}, +{ +anchors = ( +{ +name = _connect; +pos = (535,320); +}, +{ +name = connect; +pos = (535,320); +} +); +background = { +shapes = ( +{ +pos = (-242,0); +ref = plus; +} +); +}; +layerId = m009; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(95,551,l), +(535,306,l), +(535,345,l), +(95,592,l) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = _connect; +pos = (677,320); +}, +{ +name = connect; +pos = (677,320); +} +); +background = { +shapes = ( +{ +pos = (-302,0); +ref = plus; +} +); +}; +layerId = m010; +partSelection = { +"Vertical Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(117,611,l), +(677,310,l), +(677,348,l), +(117,652,l) +); +} +); +width = 794; +}, +{ +anchors = ( +{ +name = _connect; +pos = (595,320); +}, +{ +name = connect; +pos = (595,320); +} +); +background = { +shapes = ( +{ +pos = (-200,0); +ref = plus; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,422,l), +(595,260,l), +(595,482,l), +(35,666,l) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = _connect; +pos = (475,320); +}, +{ +name = connect; +pos = (475,320); +} +); +background = { +shapes = ( +{ +pos = (-150,0); +ref = plus; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,384,l), +(475,250,l), +(475,446,l), +(35,606,l) +); +} +); +width = 510; +} +); +metricLeft = SQRU; +metricRight = SQRU; +partsSettings = ( +{ +bottomValue = 180; +name = "Vertical Shift"; +topValue = 270; +} +); +}, +{ +export = 0; +glyphname = _part.hook; +lastChange = "2022-09-25 09:09:47 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottomright; +pos = (340,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(211,-186,ls), +(299,-186,o), +(340,-140,o), +(340,-41,cs), +(340,0,l), +(321,20,l), +(300,0,l), +(300,-43,ls), +(300,-117,o), +(272,-152,o), +(213,-152,cs), +(204,-152,l), +(204,-186,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (340,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(198,-186,ls), +(292,-186,o), +(340,-137,o), +(340,-41,cs), +(340,0,l), +(321,20,l), +(300,0,l), +(300,-43,ls), +(300,-115,o), +(266,-152,o), +(200,-152,cs), +(190,-152,l), +(190,-186,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (340,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(156,-185,ls), +(277,-185,o), +(340,-136,o), +(340,-41,cs), +(340,0,l), +(321,20,l), +(300,0,l), +(300,-43,ls), +(300,-116,o), +(252,-153,o), +(159,-153,cs), +(124,-153,l), +(124,-185,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (410,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(234,-216,ls), +(354,-216,o), +(410,-156,o), +(410,-27,cs), +(410,0,l), +(355,20,l), +(300,0,l), +(300,-33,ls), +(300,-94,o), +(279,-122,o), +(233,-122,cs), +(226,-122,l), +(226,-216,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (410,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(212,-216,ls), +(343,-216,o), +(410,-148,o), +(410,-17,cs), +(410,0,l), +(355,20,l), +(300,0,l), +(300,-23,ls), +(300,-88,o), +(269,-122,o), +(210,-122,cs), +(190,-122,l), +(190,-216,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (410,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(160,-216,ls), +(335,-216,o), +(410,-153,o), +(410,-7,cs), +(410,0,l), +(355,20,l), +(300,0,l), +(300,-13,ls), +(300,-91,o), +(257,-124,o), +(157,-124,cs), +(130,-124,l), +(130,-216,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (480,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(260,-226,ls), +(414,-226,o), +(480,-160,o), +(480,-7,cs), +(480,0,l), +(390,20,l), +(300,0,l), +(300,-3,ls), +(300,-55,o), +(287,-78,o), +(257,-78,cs), +(244,-78,l), +(244,-226,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (480,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(231,-226,ls), +(395,-226,o), +(480,-152,o), +(480,-7,cs), +(480,0,l), +(390,20,l), +(300,0,l), +(300,-3,ls), +(300,-52,o), +(275,-78,o), +(227,-78,cs), +(200,-78,l), +(200,-226,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (480,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(180,-223,ls), +(378,-223,o), +(480,-150,o), +(480,-7,cs), +(480,0,l), +(390,20,l), +(300,20,l), +(300,17,ls), +(300,-52,o), +(262,-81,o), +(175,-81,cs), +(140,-81,l), +(140,-223,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (572,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,-242,ls), +(499,-242,o), +(572,-177,o), +(572,-27,cs), +(572,0,l), +(438,20,l), +(300,0,l), +(300,-3,ls), +(300,-23,o), +(295,-32,o), +(284,-32,cs), +(280,-32,l), +(280,-242,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (620,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(329,-242,ls), +(515,-242,o), +(620,-165,o), +(620,-27,cs), +(620,0,l), +(462,20,l), +(300,0,l), +(300,-3,ls), +(300,-22,o), +(291,-32,o), +(275,-32,cs), +(270,-32,l), +(270,-242,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (700,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(333,-242,ls), +(590,-242,o), +(700,-175,o), +(700,-20,cs), +(700,0,l), +(503,20,l), +(300,20,l), +(300,18,ls), +(300,-17,o), +(284,-32,o), +(247,-32,cs), +(210,-32,l), +(210,-242,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = "_part.j-liga"; +lastChange = "2022-01-20 13:18:32 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(126,-16,ls), +(126,-77,o), +(100,-114,o), +(57,-114,cs), +(20,-114,o), +(-6,-96,o), +(-10,-66,c), +(-126,-66,l), +(-118,-159,o), +(-48,-216,o), +(57,-216,cs), +(168,-216,o), +(236,-140,o), +(236,-16,cs), +(236,600,l), +(126,600,l) +); +} +); +width = 332; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-46,ls), +(96,-88,o), +(83,-112,o), +(59,-112,cs), +(33,-112,o), +(18,-95,o), +(16,-66,c), +(-96,-66,l), +(-90,-162,o), +(-34,-216,o), +(59,-216,cs), +(153,-216,o), +(206,-155,o), +(206,-46,cs), +(206,600,l), +(96,600,l) +); +} +); +width = 292; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(127,2,ls), +(127,-44,o), +(111,-68,o), +(79,-68,cs), +(53,-68,o), +(38,-58,o), +(34,-40,c), +(-154,-40,l), +(-146,-155,o), +(-62,-220,o), +(79,-220,cs), +(225,-220,o), +(307,-140,o), +(307,2,cs), +(307,620,l), +(127,620,l) +); +} +); +width = 373; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(133,-66,ls), +(133,-135,o), +(105,-174,o), +(54,-174,cs), +(3,-174,o), +(-28,-142,o), +(-32,-86,c), +(-76,-86,l), +(-66,-167,o), +(-19,-212,o), +(54,-212,cs), +(130,-212,o), +(173,-159,o), +(173,-66,cs), +(173,588,l), +(133,588,l) +); +} +); +width = 259; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(99,-30,ls), +(99,-60,o), +(94,-74,o), +(82,-74,cs), +(71,-74,o), +(64,-63,o), +(62,-40,c), +(-118,-40,l), +(-114,-155,o), +(-41,-220,o), +(85,-220,cs), +(209,-220,o), +(279,-151,o), +(279,-28,cs), +(279,620,l), +(99,620,l) +); +} +); +width = 335; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(204,8,ls), +(204,-70,o), +(158,-114,o), +(77,-114,cs), +(12,-114,o), +(-28,-93,o), +(-34,-56,c), +(-166,-56,l), +(-154,-158,o), +(-66,-216,o), +(77,-216,cs), +(229,-216,o), +(314,-135,o), +(314,8,cs), +(314,600,l), +(204,600,l) +); +} +); +width = 410; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(197,-16,ls), +(197,-117,o), +(143,-174,o), +(47,-174,cs), +(-36,-174,o), +(-92,-139,o), +(-108,-76,c), +(-154,-76,l), +(-134,-163,o), +(-62,-212,o), +(47,-212,cs), +(169,-212,o), +(237,-141,o), +(237,-16,cs), +(237,588,l), +(197,588,l) +); +} +); +width = 343; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(139,-56,ls), +(139,-129,o), +(99,-174,o), +(35,-174,cs), +(-20,-174,o), +(-60,-141,o), +(-72,-86,c), +(-116,-86,l), +(-101,-164,o), +(-43,-212,o), +(35,-212,cs), +(124,-212,o), +(179,-153,o), +(179,-56,cs), +(179,588,l), +(139,588,l) +); +} +); +width = 275; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(187,42,ls), +(187,-37,o), +(156,-74,o), +(91,-74,cs), +(46,-74,o), +(20,-63,o), +(8,-40,c), +(-180,-40,l), +(-165,-155,o), +(-67,-220,o), +(91,-220,cs), +(268,-220,o), +(367,-126,o), +(367,42,cs), +(367,610,l), +(187,610,l) +); +} +); +width = 443; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-8,ls), +(62,-28,o), +(55,-38,o), +(42,-38,cs), +(27,-38,o), +(19,-28,o), +(18,-8,c), +(-240,-8,l), +(-232,-143,o), +(-122,-226,o), +(50,-226,cs), +(238,-226,o), +(354,-136,o), +(354,12,cs), +(354,586,l), +(62,586,l) +); +} +); +width = 386; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +width = 32; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +width = 32; +} +); +metricLeft = jdotless; +metricRight = jdotless; +}, +{ +export = 0; +glyphname = _part.k; +lastChange = "2022-03-12 12:13:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(410,0,l), +(113,296,l), +(414,600,l), +(268,600,l), +(-36,292,l), +(257,0,l) +); +} +); +width = 422; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(331,0,l), +(42,292,l), +(333,588,l), +(281,588,l), +(-12,290,l), +(275,0,l) +); +} +); +width = 340; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(402,0,l), +(48,291,l), +(406,588,l), +(348,588,l), +(-12,290,l), +(340,0,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(579,0,l), +(60,292,l), +(587,588,l), +(511,588,l), +(-16,290,l), +(500,0,l) +); +} +); +width = 596; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(327,0,l), +(102,297,l), +(329,600,l), +(202,600,l), +(-28,292,l), +(193,0,l) +); +} +); +width = 336; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(612,0,l), +(134,295,l), +(620,600,l), +(436,600,l), +(-56,292,l), +(418,0,l) +); +} +); +width = 628; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(341,0,l), +(164,310,l), +(343,620,l), +(157,620,l), +(-26,300,l), +(145,0,l) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(440,0,l), +(167,309,l), +(444,620,l), +(239,620,l), +(-46,300,l), +(218,0,l) +); +} +); +width = 450; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(654,0,l), +(182,307,l), +(658,620,l), +(399,620,l), +(-86,300,l), +(375,0,l) +); +} +); +width = 665; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(378,0,l), +(294,330,l), +(382,640,l), +(63,640,l), +(-20,310,l), +(48,0,l) +); +} +); +width = 385; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(578,0,l), +(350,334,l), +(582,640,l), +(152,640,l), +(-80,310,l), +(122,0,l) +); +} +); +width = 585; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = "_part.shoulder-n"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(318,0,l), +(252,330,l), +(322,640,l), +(46,640,l), +(-14,310,l), +(32,0,l) +); +} +); +width = 325; +} +); +metricRight = "=TNG/2"; +}, +{ +export = 0; +glyphname = "_part.leg-El-cy"; +lastChange = "2022-10-30 11:33:13 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (296,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(196,800,l), +(176,380,ls), +(168,219,o), +(152,153,o), +(120,124,cs), +(97,103,o), +(65,100,o), +(30,100,cs), +(10,100,l), +(10,-8,l), +(40,-8,ls), +(104,-8,o), +(162,4,o), +(202,38,cs), +(251,81,o), +(276,164,o), +(286,370,cs), +(306,800,l) +); +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(40,-8,ls), +(160,-8,o), +(269,0,o), +(282,280,cs), +(306,800,l), +(196,800,l), +(175,350,ls), +(164,110,o), +(120,100,o), +(30,100,cs), +(10,100,l), +(10,-8,l) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (340,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(58,-12,ls), +(210,-12,o), +(313,0,o), +(328,320,cs), +(350,800,l), +(170,800,l), +(150,380,ls), +(141,194,o), +(120,164,o), +(38,164,cs), +(8,164,l), +(8,-12,l) +); +} +); +width = 340; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (336,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(235,800,l), +(207,380,ls), +(197,230,o), +(177,162,o), +(145,130,cs), +(119,104,o), +(84,100,o), +(40,100,cs), +(10,100,l), +(10,-8,l), +(60,-8,ls), +(128,-8,o), +(182,2,o), +(225,46,cs), +(271,93,o), +(306,180,o), +(318,370,cs), +(346,800,l) +); +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(60,-8,ls), +(190,-8,o), +(294,0,o), +(312,280,cs), +(346,800,l), +(238,800,l), +(208,350,ls), +(191,100,o), +(140,92,o), +(40,92,cs), +(10,92,l), +(10,-8,l) +); +} +); +width = 336; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (378,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(68,-12,ls), +(290,-12,o), +(350,63,o), +(367,320,cs), +(398,800,l), +(226,800,l), +(198,380,ls), +(186,199,o), +(160,152,o), +(48,152,cs), +(8,152,l), +(8,-12,l) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (256,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(156,800,l), +(144,350,ls), +(140,207,o), +(125,148,o), +(98,122,cs), +(80,103,o), +(55,100,o), +(30,100,cs), +(10,100,l), +(10,-8,l), +(40,-8,ls), +(92,-8,o), +(136,3,o), +(171,30,cs), +(219,67,o), +(249,142,o), +(254,340,cs), +(266,800,l) +); +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(40,-8,ls), +(140,-8,o), +(243,0,o), +(250,240,cs), +(266,800,l), +(158,800,l), +(144,310,ls), +(138,108,o), +(100,98,o), +(30,98,cs), +(10,98,l), +(10,-8,l) +); +} +); +width = 256; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (306,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(36,-12,ls), +(200,-12,o), +(292,0,o), +(301,320,cs), +(314,800,l), +(136,800,l), +(124,380,ls), +(119,188,o), +(100,160,o), +(26,160,cs), +(6,160,l), +(6,-12,l) +); +} +); +width = 306; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (226,0); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(196,800,l), +(176,370,ls), +(167,169,o), +(147,92,o), +(114,58,cs), +(92,37,o), +(64,30,o), +(30,30,cs), +(10,30,l), +(10,-8,l), +(30,-8,ls), +(72,-8,o), +(119,-1,o), +(146,28,cs), +(185,67,o), +(207,151,o), +(216,360,cs), +(236,800,l) +); +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(40,-8,ls), +(110,-8,o), +(200,0,o), +(210,230,cs), +(236,800,l), +(196,800,l), +(171,260,ls), +(161,40,o), +(100,30,o), +(30,30,cs), +(10,30,l), +(10,-8,l) +); +} +); +width = 226; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (394,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(90,-8,ls), +(250,-8,o), +(389,0,o), +(398,350,cs), +(410,800,l), +(110,800,l), +(98,410,ls), +(94,281,o), +(70,272,o), +(20,272,cs), +(4,272,l), +(4,-8,l) +); +} +); +width = 394; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (196,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(30,-8,ls), +(110,-8,o), +(184,0,o), +(190,230,cs), +(206,800,l), +(166,800,l), +(151,260,ls), +(145,40,o), +(100,30,o), +(20,30,cs), +(10,30,l), +(10,-8,l) +); +} +); +width = 196; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (258,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(52,-8,ls), +(140,-8,o), +(217,0,o), +(232,230,cs), +(268,800,l), +(228,800,l), +(193,260,ls), +(179,40,o), +(130,30,o), +(42,30,cs), +(12,30,l), +(12,-8,l) +); +} +); +width = 258; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (514,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-8,ls), +(320,-8,o), +(486,0,o), +(505,350,cs), +(530,800,l), +(180,800,l), +(158,410,ls), +(151,281,o), +(110,272,o), +(30,272,cs), +(4,272,l), +(4,-8,l) +); +} +); +width = 514; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (342,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,-8,ls), +(220,-8,o), +(336,0,o), +(344,350,cs), +(354,800,l), +(88,800,l), +(78,390,ls), +(75,261,o), +(48,252,o), +(18,252,cs), +(4,252,l), +(4,-8,l) +); +} +); +width = 342; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (226,0); +} +); +associatedMasterId = m007; +layerId = "E182761E-1D09-4744-8063-EEB461D87B90"; +name = "29 Oct 22 20:22"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,800,l), +(176,370,ls), +(161,40,o), +(118,30,o), +(30,30,cs), +(10,30,l), +(10,-8,l), +(40,-8,ls), +(140,-8,o), +(200,0,o), +(216,360,cs), +(236,800,l) +); +} +); +width = 226; +} +); +metricLeft = "=TNGU*2"; +}, +{ +export = 0; +glyphname = "_part.leg-el-cy"; +lastChange = "2022-12-03 13:47:03 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (256,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-8,ls), +(190,-8,o), +(248,10,o), +(259,266,cs), +(274,600,l), +(168,600,l), +(154,296,ls), +(145,108,o), +(126,94,o), +(52,94,cs), +(32,94,l), +(32,-8,l) +); +} +); +width = 256; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (302,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-8,ls), +(228,-8,o), +(295,25,o), +(305,266,cs), +(320,620,l), +(150,620,l), +(136,306,ls), +(130,174,o), +(116,150,o), +(42,150,cs), +(22,150,l), +(22,-8,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (321,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(82,-8,ls), +(243,-8,o), +(294,35,o), +(308,246,cs), +(332,600,l), +(226,600,l), +(204,276,ls), +(192,104,o), +(157,88,o), +(62,88,cs), +(32,88,l), +(32,-8,l) +); +} +); +width = 321; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (339,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(85,-8,ls), +(267,-8,o), +(331,56,o), +(343,266,cs), +(364,620,l), +(196,620,l), +(176,306,ls), +(167,171,o), +(129,146,o), +(55,146,cs), +(25,146,l), +(25,-8,l) +); +} +); +width = 330; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (211,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(59,-8,ls), +(181,-8,o), +(221,35,o), +(226,214,cs), +(237,600,l), +(131,600,l), +(121,244,ls), +(117,104,o), +(101,92,o), +(45,92,cs), +(29,92,l), +(29,-8,l) +); +} +); +width = 231; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (269,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(49,-8,ls), +(220,-8,o), +(267,36,o), +(273,246,cs), +(283,620,l), +(119,620,l), +(109,286,ls), +(105,170,o), +(84,146,o), +(31,146,cs), +(19,146,l), +(19,-8,l) +); +} +); +width = 270; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (206,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-8,ls), +(146,-8,o), +(189,25,o), +(197,186,cs), +(216,588,l), +(178,588,l), +(160,206,ls), +(153,56,o), +(128,26,o), +(52,26,cs), +(32,26,l), +(32,-8,l) +); +} +); +width = 206; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (357,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(80,-8,l), +(301,-8,o), +(367,48,o), +(374,332,cs), +(382,640,l), +(102,640,l), +(90,342,ls), +(86,254,o), +(65,232,o), +(21,232,c), +(11,232,l), +(11,-8,l) +); +} +); +width = 360; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (173,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(49,-8,ls), +(127,-8,o), +(166,26,o), +(170,156,cs), +(183,588,l), +(145,588,l), +(133,176,ls), +(130,56,o), +(109,26,o), +(39,26,cs), +(29,26,l), +(29,-8,l) +); +} +); +width = 174; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (250,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(75,-8,ls), +(167,-8,o), +(221,32,o), +(232,196,cs), +(259,588,l), +(221,588,l), +(195,216,ls), +(184,56,o), +(148,26,o), +(55,26,cs), +(35,26,l), +(35,-8,l) +); +} +); +width = 239; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (465,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,-8,l), +(407,-8,o), +(470,50,o), +(483,332,cs), +(497,640,l), +(151,640,l), +(131,342,ls), +(125,254,o), +(106,232,o), +(31,232,c), +(11,232,l), +(11,-8,l) +); +} +); +width = 466; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (305,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(80,-8,l), +(258,-8,o), +(316,50,o), +(321,332,cs), +(327,640,l), +(89,640,l), +(79,342,ls), +(76,228,o), +(51,212,o), +(21,212,c), +(11,212,l), +(11,-8,l) +); +} +); +width = 309; +} +); +metricLeft = "=SQR/3"; +}, +{ +export = 0; +glyphname = _part.multiply; +lastChange = "2022-03-27 19:31:33 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (373,320); +}, +{ +name = connect; +pos = (373,320); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(640,121,l), +(174,587,l), +(106,519,l), +(572,53,l) +); +} +); +width = 746; +}, +{ +anchors = ( +{ +name = _connect; +pos = (312,320); +}, +{ +name = connect; +pos = (312,320); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(529,127,l), +(119,537,l), +(95,513,l), +(505,103,l) +); +} +); +width = 624; +}, +{ +anchors = ( +{ +name = _connect; +pos = (351,320); +}, +{ +name = connect; +pos = (351,320); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(596,99,l), +(130,565,l), +(106,541,l), +(572,75,l) +); +} +); +width = 702; +}, +{ +anchors = ( +{ +name = _connect; +pos = (384,320); +}, +{ +name = connect; +pos = (384,320); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(651,77,l), +(141,587,l), +(117,563,l), +(627,53,l) +); +} +); +width = 768; +}, +{ +anchors = ( +{ +name = _connect; +pos = (334,320); +}, +{ +name = connect; +pos = (334,320); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(573,149,l), +(163,559,l), +(95,491,l), +(505,81,l) +); +} +); +width = 668; +}, +{ +anchors = ( +{ +name = _connect; +pos = (394,320); +}, +{ +name = connect; +pos = (394,320); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(682,99,l), +(173,608,l), +(106,541,l), +(615,32,l) +); +} +); +width = 788; +}, +{ +anchors = ( +{ +name = _connect; +pos = (321,320); +}, +{ +name = connect; +pos = (321,320); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(580,169,l), +(170,579,l), +(62,471,l), +(472,61,l) +); +} +); +width = 642; +}, +{ +anchors = ( +{ +name = _connect; +pos = (360,320); +}, +{ +name = connect; +pos = (360,320); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(647,140,l), +(180,607,l), +(73,500,l), +(540,33,l) +); +} +); +width = 720; +}, +{ +anchors = ( +{ +name = _connect; +pos = (392,320); +}, +{ +name = connect; +pos = (392,320); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(700,119,l), +(191,628,l), +(84,521,l), +(593,12,l) +); +} +); +width = 784; +}, +{ +anchors = ( +{ +name = _connect; +pos = (314,320); +}, +{ +name = connect; +pos = (314,320); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(593,188,l), +(182,599,l), +(35,452,l), +(446,41,l) +); +} +); +width = 628; +}, +{ +anchors = ( +{ +name = _connect; +pos = (349,320); +}, +{ +name = connect; +pos = (349,320); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(663,167,l), +(196,634,l), +(35,473,l), +(502,6,l) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = _connect; +pos = (366,320); +}, +{ +name = connect; +pos = (366,320); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(697,142,l), +(188,651,l), +(35,498,l), +(544,-11,l) +); +} +); +width = 732; +} +); +metricLeft = SQRU; +metricRight = SQRU; +}, +{ +export = 0; +glyphname = _part.notequal; +lastChange = "2021-08-29 17:10:32 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(0,41,l), +(102,41,l), +(420,721,l), +(318,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(-29,41,l), +(131,41,l), +(449,721,l), +(289,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(0,41,l), +(102,41,l), +(420,721,l), +(318,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-29,41,l), +(131,41,l), +(449,721,l), +(289,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(0,41,l), +(102,41,l), +(420,721,l), +(318,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(-29,41,l), +(131,41,l), +(449,721,l), +(289,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(33,41,l), +(69,41,l), +(387,721,l), +(351,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(0,41,l), +(102,41,l), +(420,721,l), +(318,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(33,41,l), +(69,41,l), +(387,721,l), +(351,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(33,41,l), +(69,41,l), +(387,721,l), +(351,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,41,l), +(102,41,l), +(420,721,l), +(318,721,l) +); +} +); +width = 420; +}, +{ +anchors = ( +{ +name = _connect; +pos = (210,381); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,41,l), +(102,41,l), +(420,721,l), +(318,721,l) +); +} +); +width = 420; +} +); +}, +{ +export = 0; +glyphname = _part.numero; +lastChange = "2022-09-26 06:47:47 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m01; +shapes = ( +{ +pos = (67,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(430,300,l), +(430,380,l), +(140,380,l), +(140,300,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m009; +shapes = ( +{ +pos = (62,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(348,350,l), +(348,380,l), +(130,380,l), +(130,350,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m007; +shapes = ( +{ +pos = (80,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(416,350,l), +(416,380,l), +(152,380,l), +(152,350,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m010; +shapes = ( +{ +pos = (70,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(533,350,l), +(533,380,l), +(149,380,l), +(149,350,l) +); +} +); +width = 543; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m005; +shapes = ( +{ +pos = (52,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(358,300,l), +(358,380,l), +(120,380,l), +(120,300,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m003; +shapes = ( +{ +pos = (87,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(580,304,l), +(580,380,l), +(160,380,l), +(160,304,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m006; +shapes = ( +{ +pos = (44,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(343,290,l), +(343,410,l), +(95,410,l), +(95,290,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m002; +shapes = ( +{ +pos = (57,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(416,280,l), +(416,400,l), +(114,400,l), +(114,280,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m004; +shapes = ( +{ +pos = (59,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(539,270,l), +(539,390,l), +(121,390,l), +(121,270,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +pos = (27,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(331,280,l), +(331,420,l), +(65,420,l), +(65,280,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = m008; +shapes = ( +{ +pos = (23,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(389,260,l), +(389,420,l), +(61,420,l), +(61,260,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +pos = (56,0); +ref = ordmasculine; +}, +{ +closed = 1; +nodes = ( +(566,250,l), +(566,410,l), +(94,410,l), +(94,250,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = _part.question; +lastChange = "2022-03-26 19:31:57 +0000"; +layers = ( +{ +anchors = ( +{ +name = question; +pos = (309,0); +} +); +background = { +shapes = ( +{ +pos = (-2,0); +ref = two; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(361,390,o), +(595,376,o), +(595,590,cs), +(595,717,o), +(480,816,o), +(328,816,cs), +(168,816,o), +(57,719,o), +(47,576,c), +(157,576,l), +(181,663,o), +(238,708,o), +(328,708,cs), +(414,708,o), +(481,656,o), +(481,590,cs), +(481,436,o), +(253,470,o), +(253,230,c), +(361,230,l) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = question; +pos = (328,0); +} +); +background = { +shapes = ( +{ +pos = (-24,0); +ref = two; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(410,370,o), +(624,364,o), +(624,572,cs), +(624,721,o), +(509,820,o), +(336,820,cs), +(160,820,o), +(46,722,o), +(32,556,c), +(212,556,l), +(233,619,o), +(273,648,o), +(336,648,cs), +(395,648,o), +(436,616,o), +(436,570,cs), +(436,458,o), +(238,472,o), +(238,260,c), +(410,260,l) +); +} +); +width = 648; +}, +{ +anchors = ( +{ +name = question; +pos = (393,0); +} +); +background = { +shapes = ( +{ +pos = (-18,0); +ref = two; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(445,370,o), +(797,324,o), +(797,570,cs), +(797,713,o), +(646,816,o), +(438,816,cs), +(208,816,o), +(67,722,o), +(47,556,c), +(157,556,l), +(191,662,o), +(286,716,o), +(438,716,cs), +(584,716,o), +(681,658,o), +(681,570,cs), +(681,394,o), +(337,460,o), +(337,230,c), +(445,230,l) +); +} +); +width = 832; +}, +{ +anchors = ( +{ +name = question; +pos = (406,0); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = two; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(492,380,o), +(843,290,o), +(843,560,cs), +(843,720,o), +(690,820,o), +(450,820,cs), +(198,820,o), +(49,718,o), +(37,536,c), +(221,536,l), +(245,620,o), +(318,660,o), +(450,660,cs), +(588,660,o), +(651,620,o), +(651,558,cs), +(651,428,o), +(320,515,o), +(320,240,c), +(492,240,l) +); +} +); +width = 871; +}, +{ +anchors = ( +{ +name = question; +pos = (259,0); +} +); +background = { +shapes = ( +{ +pos = (5,0); +ref = two; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(311,400,o), +(510,396,o), +(510,600,cs), +(510,725,o), +(417,816,o), +(289,816,cs), +(147,816,o), +(48,720,o), +(42,576,c), +(146,576,l), +(164,659,o), +(216,710,o), +(289,710,cs), +(353,710,o), +(396,666,o), +(396,600,cs), +(396,446,o), +(203,450,o), +(203,230,c), +(311,230,l) +); +} +); +width = 541; +}, +{ +anchors = ( +{ +name = question; +pos = (268,0); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = two; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(354,374,o), +(520,431,o), +(520,594,cs), +(520,734,o), +(429,820,o), +(280,820,cs), +(124,820,o), +(34,725,o), +(28,556,c), +(202,556,l), +(218,623,o), +(239,652,o), +(278,652,cs), +(313,652,o), +(332,631,o), +(332,594,cs), +(332,488,o), +(182,457,o), +(182,280,c), +(354,280,l) +); +} +); +width = 541; +}, +{ +anchors = ( +{ +name = question; +pos = (276,0); +} +); +background = { +shapes = ( +{ +pos = (-14,0); +ref = two; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(296,365,o), +(539,378,o), +(539,596,cs), +(539,726,o), +(445,812,o), +(304,812,cs), +(157,812,o), +(64,727,o), +(47,576,c), +(88,576,l), +(103,703,o), +(181,774,o), +(304,774,cs), +(420,774,o), +(497,703,o), +(497,596,cs), +(497,396,o), +(256,390,o), +(256,170,c), +(296,170,l) +); +} +); +width = 574; +}, +{ +anchors = ( +{ +name = question; +pos = (355,0); +} +); +background = { +shapes = ( +{ +pos = (-20,0); +ref = two; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(501,396,o), +(715,338,o), +(715,568,cs), +(715,720,o), +(580,826,o), +(384,826,cs), +(144,826,o), +(26,724,o), +(15,506,c), +(327,506,l), +(331,545,o), +(342,562,o), +(362,562,cs), +(379,562,o), +(389,546,o), +(389,518,cs), +(389,420,o), +(201,490,o), +(201,280,c), +(501,280,l) +); +} +); +width = 726; +}, +{ +anchors = ( +{ +name = question; +pos = (233,0); +} +); +background = { +shapes = ( +{ +pos = (-3,0); +ref = two; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(253,369,o), +(454,380,o), +(454,606,cs), +(454,730,o), +(378,812,o), +(263,812,cs), +(139,812,o), +(59,727,o), +(42,576,c), +(82,576,l), +(96,703,o), +(161,774,o), +(263,774,cs), +(352,774,o), +(412,707,o), +(412,606,cs), +(412,392,o), +(213,388,o), +(213,170,c), +(253,170,l) +); +} +); +width = 485; +}, +{ +anchors = ( +{ +name = question; +pos = (362,0); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = two; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(382,345,o), +(726,336,o), +(726,576,cs), +(726,718,o), +(598,812,o), +(406,812,cs), +(202,812,o), +(74,720,o), +(52,556,c), +(93,556,l), +(114,696,o), +(227,774,o), +(406,774,cs), +(573,774,o), +(684,695,o), +(684,576,cs), +(684,366,o), +(342,374,o), +(342,170,c), +(382,170,l) +); +} +); +width = 765; +}, +{ +anchors = ( +{ +name = question; +pos = (503,0); +} +); +background = { +shapes = ( +{ +pos = (-18,0); +ref = two; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(693,386,o), +(1019,322,o), +(1019,562,cs), +(1019,720,o), +(825,826,o), +(534,826,cs), +(191,826,o), +(25,724,o), +(15,506,c), +(405,506,l), +(409,544,o), +(444,562,o), +(514,562,cs), +(565,562,o), +(599,543,o), +(599,514,cs), +(599,430,o), +(313,490,o), +(313,280,c), +(693,280,l) +); +} +); +width = 1030; +}, +{ +anchors = ( +{ +name = question; +pos = (289,0); +} +); +background = { +shapes = ( +{ +pos = (-22,0); +ref = two; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,386,o), +(591,358,o), +(591,568,cs), +(591,723,o), +(482,826,o), +(318,826,cs), +(132,826,o), +(23,711,o), +(15,506,c), +(281,506,l), +(283,548,o), +(291,566,o), +(306,566,cs), +(317,566,o), +(323,555,o), +(323,538,cs), +(323,440,o), +(153,460,o), +(153,260,c), +(425,260,l) +); +} +); +width = 602; +} +); +metricLeft = two; +metricRight = two; +}, +{ +export = 0; +glyphname = _part.section; +lastChange = "2022-03-26 19:32:32 +0000"; +layers = ( +{ +anchors = ( +{ +name = _connect; +pos = (309,300); +}, +{ +name = connect; +pos = (309,300); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(546,610,l), +(538,742,o), +(453,816,o), +(309,816,cs), +(179,816,o), +(93,742,o), +(93,632,cs), +(93,574,o), +(121,526,o), +(174,492,c), +(168,470,l), +(307,426,l), +(311,426,l), +(396,426,o), +(455,373,o), +(455,300,cs), +(455,227,o), +(396,174,o), +(311,174,c), +(307,174,l), +(307,170,l), +(448,128,l), +(521,163,o), +(565,232,o), +(565,310,cs), +(565,405,o), +(502,484,o), +(398,517,cs), +(282,554,ls), +(230,571,o), +(203,598,o), +(203,636,cs), +(203,680,o), +(248,712,o), +(309,712,cs), +(384,712,o), +(430,675,o), +(444,610,c) +); +} +); +width = 618; +}, +{ +anchors = ( +{ +name = _connect; +pos = (333,300); +}, +{ +name = connect; +pos = (333,300); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(604,600,l), +(595,741,o), +(494,820,o), +(324,820,cs), +(170,820,o), +(67,738,o), +(67,616,cs), +(67,552,o), +(99,497,o), +(156,462,c), +(150,438,l), +(331,380,l), +(335,380,l), +(402,380,o), +(441,350,o), +(441,300,cs), +(441,250,o), +(402,220,o), +(335,220,c), +(331,220,l), +(331,216,l), +(514,160,l), +(588,186,o), +(629,246,o), +(629,326,cs), +(629,425,o), +(564,489,o), +(448,525,cs), +(297,572,ls), +(267,581,o), +(252,597,o), +(252,620,cs), +(252,647,o), +(286,668,o), +(330,668,cs), +(387,668,o), +(420,645,o), +(436,600,c) +); +} +); +width = 666; +}, +{ +anchors = ( +{ +name = _connect; +pos = (409,300); +}, +{ +name = connect; +pos = (409,300); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(749,610,l), +(737,746,o), +(621,816,o), +(409,816,cs), +(210,816,o), +(93,740,o), +(93,622,cs), +(93,551,o), +(142,496,o), +(222,478,c), +(220,460,l), +(407,414,l), +(411,414,l), +(571,414,o), +(653,376,o), +(653,300,cs), +(653,224,o), +(571,186,o), +(411,186,c), +(407,186,l), +(407,182,l), +(596,138,l), +(704,158,o), +(765,219,o), +(765,306,cs), +(765,412,o), +(694,475,o), +(543,503,cs), +(329,542,ls), +(251,556,o), +(205,587,o), +(205,626,cs), +(205,683,o), +(283,718,o), +(409,718,cs), +(547,718,o), +(620,683,o), +(647,610,c) +); +} +); +width = 818; +}, +{ +anchors = ( +{ +name = _connect; +pos = (438,300); +}, +{ +name = connect; +pos = (438,300); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(814,600,l), +(802,750,o), +(679,820,o), +(432,820,cs), +(204,820,o), +(76,745,o), +(76,612,cs), +(76,540,o), +(125,482,o), +(207,460,c), +(204,438,l), +(436,380,l), +(440,380,l), +(578,380,o), +(648,353,o), +(648,300,cs), +(648,247,o), +(578,220,o), +(440,220,c), +(436,220,l), +(436,216,l), +(670,160,l), +(767,174,o), +(834,241,o), +(834,324,cs), +(834,440,o), +(759,494,o), +(553,532,cs), +(354,569,ls), +(290,581,o), +(262,599,o), +(262,624,cs), +(262,657,o), +(325,676,o), +(432,676,cs), +(556,676,o), +(622,650,o), +(628,600,c) +); +} +); +width = 876; +}, +{ +anchors = ( +{ +name = _connect; +pos = (258,300); +}, +{ +name = connect; +pos = (258,300); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(454,610,l), +(448,746,o), +(380,816,o), +(264,816,cs), +(158,816,o), +(82,739,o), +(82,632,cs), +(82,571,o), +(111,515,o), +(162,474,c), +(152,454,l), +(256,406,l), +(260,406,l), +(323,406,o), +(366,361,o), +(366,300,cs), +(366,239,o), +(323,194,o), +(260,194,c), +(256,194,l), +(256,190,l), +(362,144,l), +(434,176,o), +(474,237,o), +(474,312,cs), +(474,393,o), +(428,459,o), +(345,497,cs), +(255,538,ls), +(212,558,o), +(190,591,o), +(190,636,cs), +(190,679,o), +(223,712,o), +(264,712,cs), +(315,712,o), +(342,681,o), +(356,610,c) +); +} +); +width = 522; +}, +{ +anchors = ( +{ +name = _connect; +pos = (282,300); +}, +{ +name = connect; +pos = (282,300); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(510,600,l), +(504,741,o), +(422,820,o), +(282,820,cs), +(145,820,o), +(61,742,o), +(61,616,cs), +(61,553,o), +(84,498,o), +(130,452,c), +(124,436,l), +(280,368,l), +(284,368,l), +(323,368,o), +(345,342,o), +(345,300,cs), +(345,258,o), +(323,232,o), +(284,232,c), +(280,232,l), +(280,228,l), +(438,162,l), +(501,196,o), +(533,251,o), +(533,324,cs), +(533,414,o), +(486,482,o), +(396,522,cs), +(282,572,ls), +(257,583,o), +(244,600,o), +(244,624,cs), +(244,651,o), +(261,668,o), +(288,668,cs), +(318,668,o), +(334,648,o), +(342,600,c) +); +} +); +width = 564; +}, +{ +anchors = ( +{ +name = _connect; +pos = (275,300); +}, +{ +name = connect; +pos = (275,300); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(477,620,l), +(465,743,o), +(392,812,o), +(275,812,cs), +(167,812,o), +(89,744,o), +(89,650,cs), +(89,579,o), +(127,527,o), +(201,497,c), +(199,486,l), +(273,462,l), +(277,462,l), +(386,462,o), +(457,397,o), +(457,300,cs), +(457,203,o), +(386,138,o), +(277,138,c), +(273,138,l), +(273,134,l), +(349,112,l), +(441,138,o), +(497,211,o), +(497,302,cs), +(497,398,o), +(435,463,o), +(335,495,cs), +(232,528,ls), +(162,550,o), +(129,590,o), +(129,650,cs), +(129,722,o), +(190,774,o), +(275,774,cs), +(370,774,o), +(428,719,o), +(436,620,c) +); +} +); +width = 550; +}, +{ +anchors = ( +{ +name = _connect; +pos = (362,300); +}, +{ +name = connect; +pos = (362,300); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(670,590,l), +(658,741,o), +(548,826,o), +(362,826,cs), +(166,826,o), +(56,750,o), +(56,616,cs), +(56,544,o), +(91,485,o), +(160,442,c), +(154,418,l), +(360,350,l), +(364,350,l), +(402,350,o), +(422,332,o), +(422,300,cs), +(422,268,o), +(402,250,o), +(364,250,c), +(360,250,l), +(360,246,l), +(568,180,l), +(651,191,o), +(706,255,o), +(706,340,cs), +(706,436,o), +(649,499,o), +(538,534,cs), +(358,590,ls), +(311,605,o), +(306,612,o), +(306,624,cs), +(306,637,o), +(322,646,o), +(346,646,cs), +(408,646,o), +(436,629,o), +(440,590,c) +); +} +); +width = 724; +}, +{ +anchors = ( +{ +name = _connect; +pos = (236,300); +}, +{ +name = connect; +pos = (236,300); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(402,620,l), +(394,747,o), +(339,812,o), +(240,812,cs), +(146,812,o), +(84,747,o), +(84,650,cs), +(84,582,o), +(119,528,o), +(187,492,c), +(184,482,l), +(234,452,l), +(238,452,l), +(327,452,o), +(384,385,o), +(384,300,cs), +(384,215,o), +(327,148,o), +(238,148,c), +(234,148,l), +(234,144,l), +(286,116,l), +(372,141,o), +(424,212,o), +(424,302,cs), +(424,382,o), +(380,444,o), +(296,483,cs), +(225,516,ls), +(154,549,o), +(124,586,o), +(124,650,cs), +(124,724,o), +(170,774,o), +(240,774,cs), +(315,774,o), +(356,722,o), +(362,620,c) +); +} +); +width = 472; +}, +{ +anchors = ( +{ +name = _connect; +pos = (369,300); +}, +{ +name = connect; +pos = (369,300); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(658,620,l), +(646,747,o), +(548,812,o), +(369,812,cs), +(199,812,o), +(95,747,o), +(95,640,cs), +(95,557,o), +(150,506,o), +(269,483,c), +(268,472,l), +(367,450,l), +(371,450,l), +(549,450,o), +(638,399,o), +(638,300,cs), +(638,201,o), +(549,150,o), +(371,150,c), +(367,150,l), +(367,146,l), +(468,126,l), +(602,139,o), +(679,202,o), +(679,302,cs), +(679,396,o), +(612,456,o), +(485,480,cs), +(280,519,ls), +(182,538,o), +(136,576,o), +(136,640,cs), +(136,723,o), +(225,774,o), +(369,774,cs), +(525,774,o), +(609,722,o), +(617,620,c) +); +} +); +width = 738; +}, +{ +anchors = ( +{ +name = _connect; +pos = (500,300); +}, +{ +name = connect; +pos = (500,300); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(946,590,l), +(934,746,o), +(782,826,o), +(500,826,cs), +(207,826,o), +(56,748,o), +(56,600,cs), +(56,515,o), +(114,452,o), +(228,416,c), +(224,392,l), +(498,342,l), +(502,342,l), +(571,342,o), +(602,329,o), +(602,300,cs), +(602,271,o), +(571,258,o), +(502,258,c), +(498,258,l), +(498,254,l), +(774,206,l), +(907,216,o), +(982,272,o), +(982,362,cs), +(982,459,o), +(899,517,o), +(705,554,cs), +(451,602,ls), +(401,611,o), +(392,615,o), +(392,626,cs), +(392,639,o), +(423,646,o), +(484,646,cs), +(581,646,o), +(632,627,o), +(636,590,c) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _connect; +pos = (303,300); +}, +{ +name = connect; +pos = (303,300); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(550,590,l), +(544,741,o), +(454,826,o), +(300,826,cs), +(149,826,o), +(56,745,o), +(56,614,cs), +(56,545,o), +(84,488,o), +(142,438,c), +(134,414,l), +(301,342,l), +(305,342,l), +(327,342,o), +(336,328,o), +(336,300,cs), +(336,272,o), +(327,258,o), +(305,258,c), +(301,258,l), +(301,254,l), +(470,184,l), +(543,206,o), +(588,265,o), +(588,340,cs), +(588,424,o), +(538,490,o), +(449,528,cs), +(316,585,ls), +(295,594,o), +(286,605,o), +(286,622,cs), +(286,637,o), +(295,646,o), +(310,646,cs), +(332,646,o), +(342,629,o), +(344,590,c) +); +} +); +width = 606; +} +); +metricRight = o; +}, +{ +export = 0; +glyphname = "_part.shoulder-n"; +lastChange = "2022-01-20 13:16:59 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (300,0); +} +); +associatedMasterId = m005; +layerId = "DE4847D3-45AF-4D7F-B70B-03057B7314E3"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(300,0,l), +(300,416,ls), +(300,536,o), +(234,616,o), +(135,616,cs), +(80,616,o), +(37,596,o), +(14,560,c), +(-40,560,l), +(-40,386,l), +(0,386,l), +(0,472,o), +(30,512,o), +(95,512,cs), +(160,512,o), +(190,472,o), +(190,386,cs) +); +} +); +width = 377; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (300,0); +} +); +associatedMasterId = m005; +layerId = "A8312103-F262-4530-9651-91CFDC2C6E2E"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(300,0,l), +(300,416,ls), +(300,536,o), +(228,616,o), +(120,616,cs), +(65,616,o), +(13,591,o), +(-16,550,c), +(-40,550,l), +(-40,386,l), +(0,386,l), +(0,473,o), +(30,512,o), +(95,512,cs), +(160,512,o), +(190,473,o), +(190,386,cs) +); +} +); +width = 377; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (380,0); +} +); +associatedMasterId = m01; +layerId = "179390E7-77BB-4356-BB08-DD0C4CD9BF98"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(380,0,l), +(380,386,ls), +(380,524,o), +(296,616,o), +(170,616,cs), +(100,616,o), +(44,592,o), +(14,550,c), +(-50,550,l), +(-50,356,l), +(0,356,l), +(0,456,o), +(49,512,o), +(135,512,cs), +(221,512,o), +(270,456,o), +(270,356,cs) +); +} +); +width = 466; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (380,0); +} +); +associatedMasterId = m01; +layerId = "F915D9E4-A4FF-4D51-87D9-32430CABA4F6"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(380,0,l), +(380,386,ls), +(380,524,o), +(290,616,o), +(155,616,cs), +(84,616,o), +(21,587,o), +(-12,540,c), +(-50,540,l), +(-50,356,l), +(0,356,l), +(0,456,o), +(49,512,o), +(135,512,cs), +(221,512,o), +(270,456,o), +(270,356,cs) +); +} +); +width = 466; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (552,0); +} +); +associatedMasterId = m003; +layerId = "71E7856D-74C8-49C0-9EB3-5A582D8ACBE4"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(442,0,l), +(552,0,l), +(552,346,ls), +(552,513,o), +(438,616,o), +(251,616,cs), +(139,616,o), +(60,587,o), +(20,530,c), +(-70,530,l), +(-70,316,l), +(0,316,l), +(0,449,o), +(71,512,o), +(221,512,cs), +(371,512,o), +(442,449,o), +(442,316,cs) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (552,0); +} +); +associatedMasterId = m003; +layerId = "F139811A-9AFE-4DDB-8057-CB0E757B7E7B"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(442,0,l), +(552,0,l), +(552,346,ls), +(552,513,o), +(436,616,o), +(247,616,cs), +(132,616,o), +(46,583,o), +(-6,520,c), +(-70,520,l), +(-70,316,l), +(0,316,l), +(0,449,o), +(71,512,o), +(221,512,cs), +(371,512,o), +(442,449,o), +(442,316,cs) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (298,0); +} +); +associatedMasterId = m006; +layerId = "495314B5-B0C2-47EB-9666-EB58078B7228"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(118,0,l), +(298,0,l), +(298,400,ls), +(298,554,o), +(243,640,o), +(144,640,cs), +(87,640,o), +(40,610,o), +(20,560,c), +(-40,560,l), +(-40,370,l), +(0,370,l), +(0,437,o), +(18,466,o), +(59,466,cs), +(100,466,o), +(118,437,o), +(118,370,cs) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (298,0); +} +); +associatedMasterId = m006; +layerId = "CD3BFCAC-0C18-4B49-A911-C54B7DF79BA8"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(118,0,l), +(298,0,l), +(298,400,ls), +(298,554,o), +(238,640,o), +(130,640,cs), +(70,640,o), +(18,606,o), +(-6,550,c), +(-40,550,l), +(-40,370,l), +(0,370,l), +(0,437,o), +(18,466,o), +(59,466,cs), +(100,466,o), +(118,437,o), +(118,370,cs) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (370,0); +} +); +associatedMasterId = m002; +layerId = "C336E444-B490-4DBF-B815-3CEC90DFBFCC"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(370,0,l), +(370,370,ls), +(370,537,o), +(290,640,o), +(160,640,cs), +(100,640,o), +(44,608,o), +(20,560,c), +(-50,560,l), +(-50,340,l), +(0,340,l), +(0,428,o), +(30,470,o), +(95,470,cs), +(160,470,o), +(190,428,o), +(190,340,cs) +); +} +); +width = 429; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (370,0); +} +); +associatedMasterId = m002; +layerId = "DFB5E9CF-EEFA-4E8E-88D3-1994131DE346"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(370,0,l), +(370,370,ls), +(370,537,o), +(285,640,o), +(146,640,cs), +(76,640,o), +(12,606,o), +(-22,550,c), +(-50,550,l), +(-50,340,l), +(0,340,l), +(0,428,o), +(30,470,o), +(95,470,cs), +(160,470,o), +(190,428,o), +(190,340,cs) +); +} +); +width = 429; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (562,0); +} +); +associatedMasterId = m004; +layerId = "69F655B4-853D-48C8-B948-46192288CA0E"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(382,0,l), +(562,0,l), +(562,330,ls), +(562,528,o), +(448,640,o), +(246,640,cs), +(145,640,o), +(68,608,o), +(30,550,c), +(-40,550,l), +(-40,300,l), +(0,300,l), +(0,426,o), +(57,480,o), +(191,480,cs), +(325,480,o), +(382,426,o), +(382,300,cs) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (562,0); +} +); +associatedMasterId = m004; +layerId = "FBA1D88F-40E9-423F-9117-76842B28B7AE"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(382,0,l), +(562,0,l), +(562,330,ls), +(562,528,o), +(446,640,o), +(236,640,cs), +(117,640,o), +(28,606,o), +(-20,540,c), +(-70,540,l), +(-70,300,l), +(0,300,l), +(0,426,o), +(57,480,o), +(191,480,cs), +(325,480,o), +(382,426,o), +(382,300,cs) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (372,0); +} +); +associatedMasterId = m007; +layerId = "5607F600-88C7-4EC4-936D-D9D93B640796"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(332,0,l), +(372,0,l), +(372,362,ls), +(372,512,o), +(296,600,o), +(170,600,cs), +(92,600,o), +(28,558,o), +(10,496,c), +(-34,496,l), +(-34,356,l), +(0,356,l), +(0,488,o), +(60,562,o), +(166,562,cs), +(272,562,o), +(332,488,o), +(332,356,cs) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (372,0); +} +); +associatedMasterId = m007; +layerId = "7766187E-2942-4469-B9DF-E261834CD787"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(332,0,l), +(372,0,l), +(372,362,ls), +(372,512,o), +(296,600,o), +(168,600,cs), +(87,600,o), +(20,557,o), +(-8,486,c), +(-34,486,l), +(-34,356,l), +(0,356,l), +(0,488,o), +(60,562,o), +(166,562,cs), +(272,562,o), +(332,488,o), +(332,356,cs) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (610,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (670,620); +ref = a; +} +); +}; +layerId = m004; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(430,0,l), +(610,0,l), +(610,330,ls), +(610,528,o), +(488,640,o), +(270,640,cs), +(151,640,o), +(65,608,o), +(30,550,c), +(-40,550,l), +(-40,290,l), +(0,290,l), +(0,423,o), +(65,480,o), +(215,480,cs), +(365,480,o), +(430,423,o), +(430,290,cs) +); +} +); +width = 678; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (320,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (370,600); +ref = a; +} +); +}; +layerId = m005; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(210,0,l), +(320,0,l), +(320,396,ls), +(320,528,o), +(248,616,o), +(140,616,cs), +(87,616,o), +(42,596,o), +(14,560,c), +(-30,560,l), +(-30,376,l), +(0,376,l), +(0,466,o), +(36,512,o), +(105,512,cs), +(174,512,o), +(210,466,o), +(210,376,cs) +); +} +); +width = 397; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (410,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (454,620); +ref = a; +} +); +}; +layerId = m002; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,l), +(410,0,l), +(410,370,ls), +(410,532,o), +(318,640,o), +(180,640,cs), +(108,640,o), +(50,611,o), +(20,560,c), +(-20,560,l), +(-20,330,l), +(0,330,l), +(0,425,o), +(37,470,o), +(115,470,cs), +(193,470,o), +(230,425,o), +(230,330,cs) +); +} +); +width = 469; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (318,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (356,620); +ref = a; +} +); +}; +layerId = m006; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(138,0,l), +(318,0,l), +(318,430,ls), +(318,556,o), +(251,640,o), +(151,640,cs), +(93,640,o), +(43,610,o), +(20,560,c), +(-20,560,l), +(-20,352,l), +(0,352,l), +(0,432,o), +(21,466,o), +(69,466,cs), +(117,466,o), +(138,432,o), +(138,352,cs) +); +} +); +width = 368; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (400,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (455,600); +ref = a; +} +); +}; +layerId = m01; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(400,0,l), +(400,376,ls), +(400,520,o), +(312,616,o), +(180,616,cs), +(110,616,o), +(50,592,o), +(14,550,c), +(-30,550,l), +(-30,346,l), +(0,346,l), +(0,452,o), +(52,512,o), +(145,512,cs), +(238,512,o), +(290,452,o), +(290,346,cs) +); +} +); +width = 486; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (600,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (662,600); +ref = a; +} +); +}; +layerId = m003; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(490,0,l), +(600,0,l), +(600,336,ls), +(600,510,o), +(476,616,o), +(275,616,cs), +(158,616,o), +(66,585,o), +(20,530,c), +(-30,530,l), +(-30,306,l), +(0,306,l), +(0,446,o), +(78,512,o), +(245,512,cs), +(412,512,o), +(490,446,o), +(490,306,cs) +); +} +); +width = 686; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (420,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (478,588); +ref = a; +} +); +}; +layerId = m007; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(380,0,l), +(420,0,l), +(420,352,ls), +(420,504,o), +(332,600,o), +(194,600,cs), +(110,600,o), +(40,560,o), +(10,496,c), +(-24,496,l), +(-24,346,l), +(0,346,l), +(0,480,o), +(72,562,o), +(190,562,cs), +(308,562,o), +(380,480,o), +(380,346,cs) +); +} +); +width = 506; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (360,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (394,640); +ref = a; +} +); +}; +layerId = m008; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(360,0,l), +(360,430,ls), +(360,575,o), +(297,656,o), +(186,656,cs), +(94,656,o), +(38,603,o), +(20,500,c), +(-20,500,l), +(-20,340,l), +(0,340,l), +(0,361,o), +(6,370,o), +(20,370,cs), +(34,370,o), +(40,361,o), +(40,340,cs) +); +} +); +width = 389; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (320,0); +} +); +associatedMasterId = m008; +layerId = "271DC123-6B58-468E-A911-F6C932C8EFE6"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(320,0,l), +(320,440,ls), +(320,583,o), +(268,656,o), +(168,656,cs), +(86,656,o), +(36,603,o), +(20,500,c), +(-30,500,l), +(-30,340,l), +(0,340,l), +(0,361,o), +(6,370,o), +(20,370,cs), +(34,370,o), +(40,361,o), +(40,340,cs) +); +} +); +width = 349; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (320,0); +} +); +associatedMasterId = m008; +layerId = "55727ECB-DAE2-485A-8221-C82ED7DD8030"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(320,0,l), +(320,440,ls), +(320,583,o), +(268,656,o), +(166,656,cs), +(83,656,o), +(32,603,o), +(16,500,c), +(-30,500,l), +(-30,340,l), +(0,340,l), +(0,361,o), +(6,370,o), +(20,370,cs), +(34,370,o), +(40,361,o), +(40,340,cs) +); +} +); +width = 349; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (348,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (399,594); +ref = a; +} +); +}; +layerId = m009; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(308,0,l), +(348,0,l), +(348,362,ls), +(348,516,o), +(282,600,o), +(158,600,cs), +(92,600,o), +(39,571,o), +(10,520,c), +(-24,520,l), +(-24,356,l), +(0,356,l), +(0,493,o), +(52,564,o), +(154,564,cs), +(256,564,o), +(308,493,o), +(308,356,cs) +); +} +); +width = 425; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (308,0); +} +); +associatedMasterId = m009; +layerId = "1CC7A768-1270-43EB-9B03-B75F9E8F8D93"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(268,0,l), +(308,0,l), +(308,372,ls), +(308,524,o), +(252,600,o), +(138,600,cs), +(78,600,o), +(30,570,o), +(10,520,c), +(-34,520,l), +(-34,366,l), +(0,366,l), +(0,501,o), +(43,564,o), +(134,564,cs), +(225,564,o), +(268,501,o), +(268,366,cs) +); +} +); +width = 385; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (308,0); +} +); +associatedMasterId = m009; +layerId = "286A12FC-2122-4F16-AEF2-593EA69B8F0F"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(268,0,l), +(308,0,l), +(308,372,ls), +(308,526,o), +(250,600,o), +(136,600,cs), +(74,600,o), +(18,564,o), +(-6,510,c), +(-34,510,l), +(-34,366,l), +(0,366,l), +(0,501,o), +(43,564,o), +(134,564,cs), +(225,564,o), +(268,501,o), +(268,366,cs) +); +} +); +width = 385; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (600,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (669,588); +ref = a; +} +); +}; +layerId = m010; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(560,0,l), +(600,0,l), +(600,292,ls), +(600,496,o), +(496,600,o), +(284,600,cs), +(152,600,o), +(66,561,o), +(16,478,c), +(-20,478,l), +(-20,286,l), +(0,286,l), +(0,474,o), +(90,562,o), +(280,562,cs), +(470,562,o), +(560,474,o), +(560,286,cs) +); +} +); +width = 695; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (526,0); +} +); +associatedMasterId = m010; +layerId = "6485BC4F-E5C0-43F5-94D3-98A380506353"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(486,0,l), +(526,0,l), +(526,302,ls), +(526,500,o), +(432,600,o), +(247,600,cs), +(129,600,o), +(50,559,o), +(16,478,c), +(-40,478,l), +(-40,296,l), +(0,296,l), +(0,477,o), +(78,562,o), +(243,562,cs), +(408,562,o), +(486,477,o), +(486,296,cs) +); +} +); +width = 621; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (526,0); +} +); +associatedMasterId = m010; +layerId = "EDD28E6C-56E9-4711-A7F4-6C9A92C79DBA"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(486,0,l), +(526,0,l), +(526,302,ls), +(526,500,o), +(432,600,o), +(247,600,cs), +(127,600,o), +(39,552,o), +(2,468,c), +(-40,468,l), +(-40,296,l), +(0,296,l), +(0,477,o), +(78,562,o), +(243,562,cs), +(408,562,o), +(486,477,o), +(486,296,cs) +); +} +); +width = 621; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (318,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (334,640); +ref = a; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(36,0,l), +(308,0,l), +(308,470,ls), +(308,585,o), +(252,656,o), +(160,656,cs), +(85,656,o), +(32,604,o), +(20,520,c), +(-20,520,l), +(-20,360,l), +(0,360,l), +(0,381,o), +(5,390,o), +(18,390,cs), +(31,390,o), +(36,381,o), +(36,360,cs) +); +} +); +width = 337; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (588,0); +} +); +background = { +shapes = ( +{ +angle = 180; +pos = (578,640); +ref = a; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +"Shoulder Width" = 2; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(560,0,l), +(560,330,ls), +(560,539,o), +(459,656,o), +(280,656,cs), +(162,656,o), +(76,607,o), +(40,520,c), +(-20,520,l), +(-20,260,l), +(0,260,l), +(0,328,o), +(26,360,o), +(80,360,cs), +(134,360,o), +(160,328,o), +(160,260,cs) +); +} +); +width = 589; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (288,0); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "2D9129A9-2EE6-45CB-8220-1FD359B48943"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(36,0,l), +(288,0,l), +(288,490,ls), +(288,596,o), +(239,656,o), +(152,656,cs), +(80,656,o), +(32,607,o), +(20,520,c), +(-20,520,l), +(-20,360,l), +(0,360,l), +(0,381,o), +(5,390,o), +(18,390,cs), +(31,390,o), +(36,381,o), +(36,360,cs) +); +} +); +width = 317; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (468,0); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "89ABBDB5-78AB-48EA-821A-1200F0A819CD"; +name = "m Shoulder"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(468,0,l), +(468,410,ls), +(468,567,o), +(387,656,o), +(244,656,cs), +(137,656,o), +(64,607,o), +(40,520,c), +(-30,520,l), +(-30,282,l), +(0,282,l), +(0,335,o), +(14,352,o), +(48,352,cs), +(82,352,o), +(96,335,o), +(96,282,cs) +); +} +); +width = 497; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (288,0); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "F2F7E6D3-1DDC-47C7-95E4-C374D79CF97A"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(36,0,l), +(288,0,l), +(288,490,ls), +(288,596,o), +(239,656,o), +(152,656,cs), +(78,656,o), +(30,607,o), +(18,520,c), +(-20,520,l), +(-20,360,l), +(0,360,l), +(0,381,o), +(5,390,o), +(18,390,cs), +(31,390,o), +(36,381,o), +(36,360,cs) +); +} +); +width = 317; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (468,0); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "0530FF1A-8849-4027-831D-F70853C77E97"; +name = "Compensator Shift"; +partSelection = { +"Shoulder Width" = 1; +"Compensator Shift" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(468,0,l), +(468,410,ls), +(468,567,o), +(384,656,o), +(234,656,cs), +(125,656,o), +(48,607,o), +(20,520,c), +(-30,520,l), +(-30,282,l), +(0,282,l), +(0,335,o), +(14,352,o), +(48,352,cs), +(82,352,o), +(96,335,o), +(96,282,cs) +); +} +); +width = 497; +} +); +metricRight = "=SQR/1.12"; +partsSettings = ( +{ +bottomValue = 462; +name = "Shoulder Width"; +topValue = 482; +}, +{ +bottomValue = 0; +name = "Compensator Shift"; +topValue = 100; +} +); +}, +{ +export = 0; +glyphname = "_part.stem-Ef-cy"; +lastChange = "2022-06-04 05:33:21 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (220,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-30,l), +(220,-30,l), +(220,830,l), +(106,830,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (137,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,-20,l), +(137,-20,l), +(137,820,l), +(95,820,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (148,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-20,l), +(148,-20,l), +(148,820,l), +(106,820,l) +); +} +); +width = 254; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (117,0); +}, +{ +name = "#exit"; +pos = (159,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,-20,l), +(159,-20,l), +(159,820,l), +(117,820,l) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (209,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,-30,l), +(209,-30,l), +(209,830,l), +(95,830,l) +); +} +); +width = 304; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (220,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-30,l), +(220,-30,l), +(220,830,l), +(106,830,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (62,0); +}, +{ +name = "#exit"; +pos = (250,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-40,l), +(250,-40,l), +(250,840,l), +(62,840,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (73,0); +}, +{ +name = "#exit"; +pos = (261,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,-40,l), +(261,-40,l), +(261,840,l), +(73,840,l) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (84,0); +}, +{ +name = "#exit"; +pos = (272,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,-40,l), +(272,-40,l), +(272,840,l), +(84,840,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (283,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,-20,l), +(283,-20,l), +(283,820,l), +(35,820,l) +); +} +); +width = 318; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (331,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,-20,l), +(331,-20,l), +(331,820,l), +(35,820,l) +); +} +); +width = 366; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (455,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,-20,l), +(455,-20,l), +(455,820,l), +(35,820,l) +); +} +); +width = 490; +} +); +metricLeft = SQRU; +metricRight = SQRU; +}, +{ +color = 10; +export = 0; +glyphname = "_part.stem-H"; +lastChange = "2023-05-01 14:58:07 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (220,0); +}, +{ +name = bar; +pos = (106,800); +} +); +layerId = m01; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(220,800,l), +(106,800,l), +(106,0,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (73,0); +}, +{ +name = "#exit"; +pos = (261,0); +}, +{ +name = bar; +pos = (73,800); +} +); +layerId = m002; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(261,0,l), +(261,800,l), +(73,800,l), +(73,0,l) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (220,0); +}, +{ +name = bar; +pos = (106,800); +} +); +associatedMasterId = m01; +layerId = "A21E3BC0-E841-4583-8668-F3745760EB46"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-50,l), +(220,-50,l), +(220,850,l), +(106,850,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (73,0); +}, +{ +name = "#exit"; +pos = (261,0); +}, +{ +name = bar; +pos = (73,800); +} +); +associatedMasterId = m002; +layerId = "A9EBDDDB-E09D-4B01-A833-6C84F553E130"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(73,-50,l), +(261,-50,l), +(261,850,l), +(73,850,l) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (220,0); +}, +{ +name = bar; +pos = (106,800); +} +); +layerId = m003; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(220,800,l), +(106,800,l), +(106,0,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (84,0); +}, +{ +name = "#exit"; +pos = (272,0); +}, +{ +name = bar; +pos = (84,800); +} +); +layerId = m004; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(272,0,l), +(272,800,l), +(84,800,l), +(84,0,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (220,0); +}, +{ +name = bar; +pos = (106,800); +} +); +associatedMasterId = m003; +layerId = "8A404129-73AD-4E9C-B408-573CD318C389"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-50,l), +(220,-50,l), +(220,850,l), +(106,850,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (84,0); +}, +{ +name = "#exit"; +pos = (272,0); +}, +{ +name = bar; +pos = (84,800); +} +); +associatedMasterId = m004; +layerId = "F0F380B9-9E89-494C-932E-7A518310A97F"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(84,-50,l), +(272,-50,l), +(272,850,l), +(84,850,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (209,0); +}, +{ +name = bar; +pos = (95,800); +} +); +layerId = m005; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(209,0,l), +(209,800,l), +(95,800,l), +(95,0,l) +); +} +); +width = 304; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (62,0); +}, +{ +name = "#exit"; +pos = (250,0); +}, +{ +name = bar; +pos = (62,800); +} +); +layerId = m006; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(250,0,l), +(250,800,l), +(62,800,l), +(62,0,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (209,0); +}, +{ +name = bar; +pos = (95,800); +} +); +associatedMasterId = m005; +layerId = "B5D394A1-9D1A-411B-9575-295404022E19"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(95,-50,l), +(209,-50,l), +(209,850,l), +(95,850,l) +); +} +); +width = 304; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (62,0); +}, +{ +name = "#exit"; +pos = (250,0); +}, +{ +name = bar; +pos = (62,800); +} +); +associatedMasterId = m006; +layerId = "28696C8A-9ECA-4EC9-8EEF-E6149B149ACB"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(62,-50,l), +(250,-50,l), +(250,850,l), +(62,850,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (148,0); +}, +{ +name = bar; +pos = (106,800); +} +); +layerId = m007; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(148,0,l), +(148,800,l), +(106,800,l), +(106,0,l) +); +} +); +width = 254; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (148,0); +}, +{ +name = bar; +pos = (106,800); +} +); +associatedMasterId = m007; +layerId = "DD19E038-7EBF-4E2D-B89A-2638F0F0A1F0"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-50,l), +(148,-50,l), +(148,850,l), +(106,850,l) +); +} +); +width = 254; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (371,0); +}, +{ +name = bar; +pos = (35,800); +} +); +layerId = m008; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(371,0,l), +(371,800,l), +(35,800,l), +(35,0,l) +); +} +); +width = 406; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (371,0); +}, +{ +name = bar; +pos = (35,800); +} +); +associatedMasterId = m008; +layerId = "20F3C5B2-2070-4007-83D5-72F7C1B428B4"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(35,-50,l), +(371,-50,l), +(371,850,l), +(35,850,l) +); +} +); +width = 406; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (137,0); +}, +{ +name = bar; +pos = (95,800); +} +); +layerId = m009; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(137,0,l), +(137,800,l), +(95,800,l), +(95,0,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (117,0); +}, +{ +name = "#exit"; +pos = (159,0); +}, +{ +name = bar; +pos = (117,800); +} +); +layerId = m010; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(159,0,l), +(159,800,l), +(117,800,l), +(117,0,l) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (137,0); +}, +{ +name = bar; +pos = (95,800); +} +); +associatedMasterId = m009; +layerId = "F703D641-047F-4258-BC92-EA5B57CB8F14"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(95,-50,l), +(137,-50,l), +(137,850,l), +(95,850,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (117,0); +}, +{ +name = "#exit"; +pos = (159,0); +}, +{ +name = bar; +pos = (117,800); +} +); +associatedMasterId = m010; +layerId = "724C8088-D138-4355-852C-B8019E033176"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(117,-50,l), +(159,-50,l), +(159,850,l), +(117,850,l) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (455,0); +}, +{ +name = bar; +pos = (35,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(455,0,l), +(455,800,l), +(35,800,l), +(35,0,l) +); +} +); +width = 490; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (323,0); +}, +{ +name = bar; +pos = (35,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +Height = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(323,0,l), +(323,800,l), +(35,800,l), +(35,0,l) +); +} +); +width = 358; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (323,0); +}, +{ +name = bar; +pos = (35,800); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "074229BA-FF87-4A24-BB3D-3478E2ADB68E"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(35,-50,l), +(323,-50,l), +(323,850,l), +(35,850,l) +); +} +); +width = 358; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (455,0); +}, +{ +name = bar; +pos = (35,800); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "87165671-45CD-4B8E-857B-9CC0630DA689"; +name = "Max Height"; +partSelection = { +Height = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(35,-50,l), +(455,-50,l), +(455,850,l), +(35,850,l) +); +} +); +width = 490; +} +); +metricLeft = SQRU; +metricRight = SQRU; +partsSettings = ( +{ +bottomValue = 800; +name = Height; +topValue = 900; +} +); +}, +{ +export = 0; +glyphname = "_part.stem-Ii-cy"; +lastChange = "2022-04-06 06:25:26 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (106,400); +}, +{ +name = "#exit"; +pos = (220,400); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(210,0,l), +(220,300,l), +(220,800,l), +(106,800,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,400); +}, +{ +name = "#exit"; +pos = (209,400); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(197,0,l), +(209,320,l), +(209,800,l), +(95,800,l) +); +} +); +width = 304; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (73,400); +}, +{ +name = "#exit"; +pos = (261,400); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(251,0,l), +(261,400,l), +(261,800,l), +(73,800,l) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,400); +}, +{ +name = "#exit"; +pos = (137,400); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(135,0,l), +(137,240,l), +(137,800,l), +(95,800,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (62,400); +}, +{ +name = "#exit"; +pos = (250,400); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,0,l), +(230,0,l), +(250,510,l), +(250,800,l), +(62,800,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,400); +}, +{ +name = "#exit"; +pos = (220,400); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(216,0,l), +(220,200,l), +(220,800,l), +(106,800,l) +); +} +); +width = 326; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (117,400); +}, +{ +name = "#exit"; +pos = (159,400); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,0,l), +(159,0,l), +(159,240,l), +(159,800,l), +(117,800,l) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,400); +}, +{ +name = "#exit"; +pos = (148,400); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(148,0,l), +(148,240,l), +(148,800,l), +(106,800,l) +); +} +); +width = 254; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (84,400); +}, +{ +name = "#exit"; +pos = (272,400); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,0,l), +(252,0,l), +(272,180,l), +(272,800,l), +(84,800,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,400); +}, +{ +name = "#exit"; +pos = (341,400); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(311,0,l), +(341,540,l), +(341,800,l), +(35,800,l) +); +} +); +width = 376; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,400); +}, +{ +name = "#exit"; +pos = (435,400); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(425,0,l), +(435,480,l), +(435,800,l), +(35,800,l) +); +} +); +width = 470; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,400); +}, +{ +name = "#exit"; +pos = (303,400); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(283,0,l), +(303,520,l), +(303,800,l), +(35,800,l) +); +} +); +width = 338; +} +); +metricLeft = SQRU; +metricRight = SQRU; +}, +{ +export = 0; +glyphname = "_part.stem-M"; +lastChange = "2022-03-12 16:46:05 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (216,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(216,0,l), +(216,520,l), +(212,800,l), +(106,800,l) +); +} +); +width = 322; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (201,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(201,0,l), +(201,180,l), +(197,800,l), +(95,800,l) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (73,0); +}, +{ +name = "#exit"; +pos = (251,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(251,0,l), +(251,488,l), +(251,800,l), +(73,800,l) +); +} +); +width = 324; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (136,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(136,0,l), +(136,588,l), +(136,800,l), +(95,800,l) +); +} +); +width = 231; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (62,0); +}, +{ +name = "#exit"; +pos = (230,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,0,l), +(230,0,l), +(230,448,l), +(230,800,l), +(62,800,l) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (216,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(216,0,l), +(216,520,l), +(212,800,l), +(106,800,l) +); +} +); +width = 322; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (117,0); +}, +{ +name = "#exit"; +pos = (159,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,0,l), +(159,0,l), +(159,588,l), +(159,800,l), +(117,800,l) +); +} +); +width = 276; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (148,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(148,0,l), +(148,588,l), +(148,800,l), +(106,800,l) +); +} +); +width = 254; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (84,0); +}, +{ +name = "#exit"; +pos = (270,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,0,l), +(270,0,l), +(270,488,l), +(262,800,l), +(84,800,l) +); +} +); +width = 354; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (361,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(361,0,l), +(361,180,l), +(341,800,l), +(35,800,l) +); +} +); +width = 396; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (415,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(415,0,l), +(415,254,l), +(409,800,l), +(35,800,l) +); +} +); +width = 450; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (303,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(303,0,l), +(303,254,l), +(297,800,l), +(35,800,l) +); +} +); +width = 338; +} +); +metricLeft = SQRU; +metricRight = SQRU; +}, +{ +export = 0; +glyphname = "_part.stem-N"; +lastChange = "2022-03-27 19:31:34 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (216,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(216,0,l), +(216,180,l), +(216,800,l), +(106,800,l) +); +} +); +width = 322; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (62,0); +}, +{ +name = "#exit"; +pos = (234,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,0,l), +(234,0,l), +(234,180,l), +(222,800,l), +(62,800,l) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (73,0); +}, +{ +name = "#exit"; +pos = (251,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(251,0,l), +(251,180,l), +(241,800,l), +(73,800,l) +); +} +); +width = 324; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (135,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(135,0,l), +(135,180,l), +(135,800,l), +(95,800,l) +); +} +); +width = 230; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (95,0); +}, +{ +name = "#exit"; +pos = (201,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(201,0,l), +(201,180,l), +(197,800,l), +(95,800,l) +); +} +); +width = 296; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (341,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(341,0,l), +(341,180,l), +(301,800,l), +(35,800,l) +); +} +); +width = 376; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (117,0); +}, +{ +name = "#exit"; +pos = (158,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,0,l), +(158,0,l), +(158,254,l), +(158,800,l), +(117,800,l) +); +} +); +width = 275; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (84,0); +}, +{ +name = "#exit"; +pos = (268,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,0,l), +(268,0,l), +(268,254,l), +(268,800,l), +(84,800,l) +); +} +); +width = 352; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (415,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(415,0,l), +(415,254,l), +(405,800,l), +(35,800,l) +); +} +); +width = 450; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (147,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(147,0,l), +(147,180,l), +(147,800,l), +(106,800,l) +); +} +); +width = 253; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (216,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(216,0,l), +(216,254,l), +(216,800,l), +(106,800,l) +); +} +); +width = 322; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (35,0); +}, +{ +name = "#exit"; +pos = (303,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(303,0,l), +(303,180,l), +(273,800,l), +(35,800,l) +); +} +); +width = 338; +} +); +metricLeft = SQRU; +metricRight = SQRU; +}, +{ +export = 0; +glyphname = "_part.stem-em-cy"; +lastChange = "2022-11-06 15:24:02 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (96,300); +}, +{ +name = "#exit"; +pos = (206,300); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(206,320,l), +(202,600,l), +(96,600,l), +(96,0,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,300); +}, +{ +name = "#exit"; +pos = (192,300); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(192,0,l), +(192,260,l), +(192,600,l), +(86,600,l), +(86,0,l) +); +} +); +width = 278; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (66,310); +}, +{ +name = "#exit"; +pos = (240,310); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(240,0,l), +(240,330,l), +(234,620,l), +(66,620,l), +(66,0,l) +); +} +); +width = 306; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,294); +}, +{ +name = "#exit"; +pos = (126,294); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(126,0,l), +(126,468,l), +(126,588,l), +(86,588,l), +(86,0,l) +); +} +); +width = 212; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (56,310); +}, +{ +name = "#exit"; +pos = (232,310); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(232,0,l), +(232,210,l), +(228,620,l), +(56,620,l), +(56,0,l) +); +} +); +width = 288; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,300); +}, +{ +name = "#exit"; +pos = (206,300); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(206,320,l), +(202,600,l), +(96,600,l), +(96,0,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,294); +}, +{ +name = "#exit"; +pos = (146,294); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(146,0,l), +(146,468,l), +(146,588,l), +(106,588,l), +(106,0,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,294); +}, +{ +name = "#exit"; +pos = (136,294); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(136,468,l), +(136,588,l), +(96,588,l), +(96,0,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,310); +}, +{ +name = "#exit"; +pos = (256,310); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(256,0,l), +(256,450,l), +(252,620,l), +(76,620,l), +(76,0,l) +); +} +); +width = 332; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,320); +}, +{ +name = "#exit"; +pos = (324,320); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(322,0,l), +(322,170,l), +(312,640,l), +(32,640,l), +(32,0,l) +); +} +); +width = 354; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,320); +}, +{ +name = "#exit"; +pos = (434,320); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(432,0,l), +(432,170,l), +(422,640,l), +(32,640,l), +(32,0,l) +); +} +); +width = 464; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,320); +}, +{ +name = "#exit"; +pos = (284,320); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,0,l), +(282,170,l), +(272,640,l), +(32,640,l), +(32,0,l) +); +} +); +width = 314; +} +); +metricLeft = SQR; +metricRight = SQR; +}, +{ +export = 0; +glyphname = "_part.stem-ii-cy"; +lastChange = "2022-11-26 17:54:47 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (96,300); +}, +{ +name = "#exit"; +pos = (206,300); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(206,0,l), +(206,150,l), +(206,600,l), +(96,600,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,300); +}, +{ +name = "#exit"; +pos = (196,300); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(86,0,l), +(196,0,l), +(196,170,l), +(196,600,l), +(86,600,l) +); +} +); +width = 282; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (66,310); +}, +{ +name = "#exit"; +pos = (242,310); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), +(232,0,l), +(242,290,l), +(242,620,l), +(66,620,l) +); +} +); +width = 308; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,294); +}, +{ +name = "#exit"; +pos = (126,294); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(86,0,l), +(126,0,l), +(126,120,l), +(126,588,l), +(86,588,l) +); +} +); +width = 212; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (56,310); +}, +{ +name = "#exit"; +pos = (236,310); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(226,0,l), +(236,420,l), +(236,620,l), +(56,620,l) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,300); +}, +{ +name = "#exit"; +pos = (206,300); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(206,0,l), +(206,160,l), +(206,600,l), +(96,600,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,294); +}, +{ +name = "#exit"; +pos = (146,294); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(146,0,l), +(146,120,l), +(146,588,l), +(106,588,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,294); +}, +{ +name = "#exit"; +pos = (136,294); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(136,0,l), +(136,120,l), +(136,588,l), +(96,588,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,310); +}, +{ +name = "#exit"; +pos = (256,310); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(76,0,l), +(256,0,l), +(256,170,l), +(256,620,l), +(76,620,l) +); +} +); +width = 332; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,320); +}, +{ +name = "#exit"; +pos = (314,320); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(312,0,l), +(332,430,l), +(332,640,l), +(32,640,l) +); +} +); +width = 364; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,320); +}, +{ +name = "#exit"; +pos = (432,320); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(412,0,l), +(422,430,l), +(422,640,l), +(32,640,l) +); +} +); +width = 454; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,320); +}, +{ +name = "#exit"; +pos = (304,320); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(274,0,l), +(294,430,l), +(294,640,l), +(32,640,l) +); +} +); +width = 326; +} +); +metricLeft = SQR; +metricRight = SQR; +}, +{ +color = 10; +export = 0; +glyphname = "_part.stem-n"; +lastChange = "2022-04-15 19:10:44 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +}, +{ +name = "#exit"; +pos = (206,0); +} +); +layerId = m01; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(206,0,l), +(206,600,l), +(96,600,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +}, +{ +name = "#exit"; +pos = (206,0); +} +); +associatedMasterId = m01; +layerId = "A95A0A44-55E0-4EB2-9DAB-32DF9683AD23"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(206,0,l), +(206,848,l), +(96,848,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +}, +{ +name = "#exit"; +pos = (206,0); +} +); +associatedMasterId = m01; +layerId = "C84B2184-ADBE-4573-B0C6-52F36812CD7A"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-200,l), +(206,-200,l), +(206,800,l), +(96,800,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (66,0); +}, +{ +name = "#exit"; +pos = (246,0); +} +); +layerId = m002; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), +(246,0,l), +(246,620,l), +(66,620,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (66,0); +}, +{ +name = "#exit"; +pos = (246,0); +} +); +associatedMasterId = m002; +layerId = "0452DF08-FA8E-43B6-872B-58A31ADC79D0"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), +(246,0,l), +(246,848,l), +(66,848,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (66,0); +}, +{ +name = "#exit"; +pos = (246,0); +} +); +associatedMasterId = m002; +layerId = "58A3C094-8810-46A3-B505-FBA1735535A9"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(66,-180,l), +(246,-180,l), +(246,800,l), +(66,800,l) +); +} +); +width = 312; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +}, +{ +name = "#exit"; +pos = (206,0); +} +); +layerId = m003; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(206,0,l), +(206,600,l), +(96,600,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,0); +}, +{ +name = "#exit"; +pos = (256,0); +} +); +layerId = m004; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(76,0,l), +(256,0,l), +(256,620,l), +(76,620,l) +); +} +); +width = 332; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +}, +{ +name = "#exit"; +pos = (206,0); +} +); +associatedMasterId = m003; +layerId = "669B8943-2665-4B35-9866-6AE36B108CF4"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(206,0,l), +(206,848,l), +(96,848,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +}, +{ +name = "#exit"; +pos = (206,0); +} +); +associatedMasterId = m003; +layerId = "679F7074-2A25-4A6D-B533-8A8A03E1CBD6"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-200,l), +(206,-200,l), +(206,800,l), +(96,800,l) +); +} +); +width = 302; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,0); +}, +{ +name = "#exit"; +pos = (256,0); +} +); +associatedMasterId = m004; +layerId = "978A08C7-18F2-44B2-95E0-32BA1875687E"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(76,0,l), +(256,0,l), +(256,848,l), +(76,848,l) +); +} +); +width = 332; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,0); +}, +{ +name = "#exit"; +pos = (256,0); +} +); +associatedMasterId = m004; +layerId = "C981804B-981E-4053-B374-AD5A8B7DF1AF"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(76,-180,l), +(256,-180,l), +(256,800,l), +(76,800,l) +); +} +); +width = 332; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +}, +{ +name = "#exit"; +pos = (196,0); +} +); +layerId = m005; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(86,0,l), +(196,0,l), +(196,600,l), +(86,600,l) +); +} +); +width = 282; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (56,0); +}, +{ +name = "#exit"; +pos = (236,0); +} +); +layerId = m006; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(236,0,l), +(236,620,l), +(56,620,l) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +}, +{ +name = "#exit"; +pos = (196,0); +} +); +associatedMasterId = m005; +layerId = "90020FD8-BACA-4939-8D7D-2BA6667F5B57"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(86,0,l), +(196,0,l), +(196,848,l), +(86,848,l) +); +} +); +width = 282; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +}, +{ +name = "#exit"; +pos = (196,0); +} +); +associatedMasterId = m005; +layerId = "387E09DF-A5F2-451E-BCA6-AC127D9094E9"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(86,-200,l), +(196,-200,l), +(196,800,l), +(86,800,l) +); +} +); +width = 282; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (56,0); +}, +{ +name = "#exit"; +pos = (236,0); +} +); +associatedMasterId = m006; +layerId = "DB802657-CB05-401B-99E3-2BE6ED447813"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(236,0,l), +(236,848,l), +(56,848,l) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (56,0); +}, +{ +name = "#exit"; +pos = (236,0); +} +); +associatedMasterId = m006; +layerId = "D9138FCE-13EC-44C0-A047-ECDA3A1DBB1F"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(56,-180,l), +(236,-180,l), +(236,800,l), +(56,800,l) +); +} +); +width = 292; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +}, +{ +name = "#exit"; +pos = (136,0); +} +); +layerId = m007; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(136,0,l), +(136,588,l), +(96,588,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +}, +{ +name = "#exit"; +pos = (136,0); +} +); +associatedMasterId = m007; +layerId = "99A60353-4042-4297-AF8B-67695269445A"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(136,0,l), +(136,848,l), +(96,848,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (96,0); +}, +{ +name = "#exit"; +pos = (136,0); +} +); +associatedMasterId = m007; +layerId = "37963527-1C8D-4FB9-ADF0-9BCBB96EBEF0"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(96,-200,l), +(136,-200,l), +(136,788,l), +(96,788,l) +); +} +); +width = 232; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (352,0); +} +); +layerId = m008; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(352,0,l), +(352,640,l), +(32,640,l) +); +} +); +width = 384; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (352,0); +} +); +associatedMasterId = m008; +layerId = "3C5FB2F0-4983-425B-8D91-F0D1732B2B59"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(352,0,l), +(352,848,l), +(32,848,l) +); +} +); +width = 384; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (352,0); +} +); +associatedMasterId = m008; +layerId = "C187E68E-B3AE-40FD-99DB-E4E4ECFCFB12"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(32,-160,l), +(352,-160,l), +(352,800,l), +(32,800,l) +); +} +); +width = 384; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +}, +{ +name = "#exit"; +pos = (126,0); +} +); +layerId = m009; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(86,0,l), +(126,0,l), +(126,588,l), +(86,588,l) +); +} +); +width = 212; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +}, +{ +name = "#exit"; +pos = (126,0); +} +); +associatedMasterId = m009; +layerId = "162D255F-A415-4E22-9A0D-5FA9A1958C86"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(86,0,l), +(126,0,l), +(126,848,l), +(86,848,l) +); +} +); +width = 212; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (86,0); +}, +{ +name = "#exit"; +pos = (126,0); +} +); +associatedMasterId = m009; +layerId = "081C0113-5757-4696-9E98-67886C4D6C0E"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(86,-200,l), +(126,-200,l), +(126,788,l), +(86,788,l) +); +} +); +width = 212; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (146,0); +} +); +layerId = m010; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(146,0,l), +(146,588,l), +(106,588,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (146,0); +} +); +associatedMasterId = m010; +layerId = "7B3C1AA9-947A-4E41-8339-073B7CFF95FB"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(146,0,l), +(146,848,l), +(106,848,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (106,0); +}, +{ +name = "#exit"; +pos = (146,0); +} +); +associatedMasterId = m010; +layerId = "6F37FE18-E62F-4763-9724-AF4840C8178B"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(106,-200,l), +(146,-200,l), +(146,788,l), +(106,788,l) +); +} +); +width = 252; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (304,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(304,0,l), +(304,640,l), +(32,640,l) +); +} +); +width = 336; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (432,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(432,0,l), +(432,640,l), +(32,640,l) +); +} +); +width = 464; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (304,0); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "1D82C98B-B794-4865-A9B8-2C2B2C27CF3C"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(304,0,l), +(304,848,l), +(32,848,l) +); +} +); +width = 336; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (304,0); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "B7D8F660-3C69-45A9-8301-1EC355F39CD7"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(32,-160,l), +(304,-160,l), +(304,800,l), +(32,800,l) +); +} +); +width = 336; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (432,0); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "D475E22B-B1E4-4906-969E-8AAF3F20DD6D"; +name = Tall; +partSelection = { +"Stem Height" = 2; +"Stem Whole Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(432,0,l), +(432,848,l), +(32,848,l) +); +} +); +width = 464; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +}, +{ +name = "#exit"; +pos = (432,0); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "3EED793D-E2AF-4166-9FA9-AD20DF5AEB57"; +name = "Whole Height"; +partSelection = { +"Stem Height" = 1; +"Stem Whole Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(32,-160,l), +(432,-160,l), +(432,800,l), +(32,800,l) +); +} +); +width = 464; +} +); +metricLeft = SQR; +metricRight = SQR; +partsSettings = ( +{ +bottomValue = 600; +name = "Stem Height"; +topValue = 848; +}, +{ +bottomValue = 600; +name = "Stem Whole Height"; +topValue = 1000; +} +); +}, +{ +export = 0; +glyphname = "_part.stroke-Ii-cy"; +lastChange = "2022-04-06 06:27:19 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (66,400); +}, +{ +name = "#exit"; +pos = (474,400); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(404,800,l), +(20,0,l), +(136,0,l), +(520,800,l) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (76,400); +}, +{ +name = "#exit"; +pos = (384,400); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(328,800,l), +(20,0,l), +(132,0,l), +(440,800,l) +); +} +); +width = 460; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (90,400); +}, +{ +name = "#exit"; +pos = (418,400); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(313,800,l), +(20,0,l), +(195,0,l), +(488,800,l) +); +} +); +width = 508; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (36,400); +}, +{ +name = "#exit"; +pos = (436,400); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(408,800,l), +(20,0,l), +(64,0,l), +(452,800,l) +); +} +); +width = 472; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (80,400); +}, +{ +name = "#exit"; +pos = (298,400); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(210,800,l), +(20,0,l), +(168,0,l), +(358,800,l) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (60,400); +}, +{ +name = "#exit"; +pos = (714,400); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(626,800,l), +(20,0,l), +(148,0,l), +(754,800,l) +); +} +); +width = 774; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (34,400); +}, +{ +name = "#exit"; +pos = (744,400); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(704,800,l), +(20,0,l), +(74,0,l), +(758,800,l) +); +} +); +width = 778; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (36,400); +}, +{ +name = "#exit"; +pos = (524,400); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(493,800,l), +(20,0,l), +(67,0,l), +(540,800,l) +); +} +); +width = 560; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (110,400); +}, +{ +name = "#exit"; +pos = (672,400); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(560,800,l), +(20,0,l), +(222,0,l), +(762,800,l) +); +} +); +width = 782; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (90,400); +}, +{ +name = "#exit"; +pos = (288,400); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(188,800,l), +(20,0,l), +(190,0,l), +(358,800,l) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (130,400); +}, +{ +name = "#exit"; +pos = (460,400); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,800,l), +(20,0,l), +(276,0,l), +(570,800,l) +); +} +); +width = 590; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (90,400); +}, +{ +name = "#exit"; +pos = (232,400); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,800,l), +(20,0,l), +(140,0,l), +(302,800,l) +); +} +); +width = 322; +} +); +metricLeft = "=20"; +metricRight = "=20"; +}, +{ +export = 0; +glyphname = "_part.stroke-ii-cy"; +lastChange = "2022-11-18 17:45:06 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (0,300); +}, +{ +name = "#exit"; +pos = (308,300); +} +); +layerId = m01; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-22,0,l), +(80,0,l), +(330,600,l), +(228,600,l) +); +} +); +width = 308; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,310); +}, +{ +name = "#exit"; +pos = (260,310); +} +); +layerId = m002; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(106,0,l), +(300,620,l), +(154,620,l) +); +} +); +width = 260; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,300); +}, +{ +name = "#exit"; +pos = (516,300); +} +); +layerId = m003; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(85,0,l), +(556,600,l), +(431,600,l) +); +} +); +width = 516; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,310); +}, +{ +name = "#exit"; +pos = (458,310); +} +); +layerId = m004; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-80,0,l), +(109,0,l), +(538,620,l), +(349,620,l) +); +} +); +width = 458; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,300); +}, +{ +name = "#exit"; +pos = (226,300); +} +); +layerId = m005; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-32,0,l), +(63,0,l), +(258,600,l), +(163,600,l) +); +} +); +width = 226; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,310); +}, +{ +name = "#exit"; +pos = (156,310); +} +); +layerId = m006; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-33,0,l), +(73,0,l), +(189,620,l), +(83,620,l) +); +} +); +width = 156; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,294); +}, +{ +name = "#exit"; +pos = (394,294); +} +); +layerId = m007; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(29,0,l), +(410,588,l), +(365,588,l) +); +} +); +width = 394; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,320); +}, +{ +name = "#exit"; +pos = (132,320); +} +); +layerId = m008; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-30,0,l), +(56,0,l), +(162,640,l), +(76,640,l) +); +} +); +width = 132; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,294); +}, +{ +name = "#exit"; +pos = (320,294); +} +); +layerId = m009; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-12,0,l), +(31,0,l), +(332,588,l), +(289,588,l) +); +} +); +width = 320; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,294); +}, +{ +name = "#exit"; +pos = (582,294); +} +); +layerId = m010; +partSelection = { +"Stroke Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-24,0,l), +(28,0,l), +(606,588,l), +(554,588,l) +); +} +); +width = 582; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (0,320); +}, +{ +name = "#exit"; +pos = (180,320); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-70,0,l), +(86,0,l), +(250,640,l), +(94,640,l) +); +} +); +width = 180; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (50,320); +}, +{ +name = "#exit"; +pos = (96,320); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(62,0,l), +(146,640,l), +(84,640,l) +); +} +); +width = 146; +} +); +partsSettings = ( +{ +bottomValue = 212; +name = "Stroke Width"; +topValue = 360; +} +); +}, +{ +export = 0; +glyphname = "_part.ya-cy"; +lastChange = "2022-11-20 17:57:09 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (378,0); +} +); +background = { +shapes = ( +{ +pos = (-62,0); +ref = "en-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(380,266,l), +(228,266,l), +(155,266,o), +(102,326,o), +(102,410,cs), +(102,494,o), +(155,554,o), +(228,554,c), +(380,554,l), +(380,588,l), +(228,588,l), +(132,588,o), +(62,513,o), +(62,410,cs), +(62,308,o), +(132,234,o), +(228,234,cs), +(380,234,l) +); +}, +{ +closed = 1; +nodes = ( +(263,254,l), +(215,254,l), +(48,0,l), +(97,0,l) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (451,0); +} +); +background = { +shapes = ( +{ +pos = (-61,0); +ref = "en-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(453,268,l), +(262,268,l), +(172,268,o), +(112,325,o), +(112,410,cs), +(112,495,o), +(172,552,o), +(262,552,c), +(453,552,l), +(453,588,l), +(262,588,l), +(147,588,o), +(71,517,o), +(71,410,cs), +(71,304,o), +(147,234,o), +(262,234,cs), +(453,234,l) +); +}, +{ +closed = 1; +nodes = ( +(289,244,l), +(239,244,l), +(53,0,l), +(104,0,l) +); +} +); +width = 451; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (649,0); +} +); +background = { +shapes = ( +{ +pos = (-51,0); +ref = "en-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(651,266,l), +(325,266,l), +(193,266,o), +(125,315,o), +(125,410,cs), +(125,505,o), +(193,554,o), +(325,554,c), +(651,554,l), +(651,588,l), +(325,588,l), +(165,588,o), +(83,527,o), +(83,410,cs), +(83,294,o), +(165,234,o), +(325,234,cs), +(651,234,l) +); +}, +{ +closed = 1; +nodes = ( +(356,244,l), +(300,244,l), +(59,0,l), +(116,0,l) +); +} +); +width = 649; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (348,0); +} +); +background = { +shapes = ( +{ +pos = (-55,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(350,318,l), +(264,318,l), +(207,318,o), +(172,352,o), +(172,408,cs), +(172,464,o), +(207,498,o), +(264,498,c), +(350,498,l), +(350,600,l), +(264,600,l), +(140,600,o), +(64,528,o), +(64,410,cs), +(64,292,o), +(140,220,o), +(264,220,cs), +(350,220,l) +); +}, +{ +closed = 1; +nodes = ( +(314,270,l), +(200,270,l), +(48,0,l), +(167,0,l) +); +} +); +width = 348; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (429,0); +} +); +background = { +shapes = ( +{ +pos = (-63,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(431,320,l), +(293,320,l), +(223,320,o), +(183,352,o), +(183,408,cs), +(183,464,o), +(223,496,o), +(293,496,c), +(431,496,l), +(431,600,l), +(293,600,l), +(157,600,o), +(73,528,o), +(73,410,cs), +(73,292,o), +(157,220,o), +(293,220,cs), +(431,220,l) +); +}, +{ +closed = 1; +nodes = ( +(360,240,l), +(233,240,l), +(53,0,l), +(183,0,l) +); +} +); +width = 429; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (641,0); +} +); +background = { +shapes = ( +{ +pos = (-49,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(643,316,l), +(345,316,l), +(242,316,o), +(193,346,o), +(193,410,cs), +(193,474,o), +(242,504,o), +(345,504,c), +(643,504,l), +(643,600,l), +(345,600,l), +(171,600,o), +(81,535,o), +(81,410,cs), +(81,287,o), +(171,224,o), +(345,224,cs), +(643,224,l) +); +}, +{ +closed = 1; +nodes = ( +(434,244,l), +(293,244,l), +(53,0,l), +(199,0,l) +); +} +); +width = 641; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (343,0); +} +); +background = { +shapes = ( +{ +pos = (-27,0); +ref = "en-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(345,332,l), +(275,332,l), +(234,332,o), +(211,356,o), +(211,400,cs), +(211,444,o), +(234,468,o), +(275,468,c), +(345,468,l), +(345,620,l), +(271,620,l), +(128,620,o), +(41,541,o), +(41,411,cs), +(41,281,o), +(128,202,o), +(271,202,cs), +(345,202,l) +); +}, +{ +closed = 1; +nodes = ( +(342,242,l), +(164,242,l), +(31,0,l), +(214,0,l) +); +} +); +width = 343; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (439,0); +} +); +background = { +shapes = ( +{ +pos = (-33,0); +ref = "en-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(441,340,l), +(309,340,l), +(256,340,o), +(229,362,o), +(229,404,cs), +(229,446,o), +(256,468,o), +(309,468,c), +(441,468,l), +(441,620,l), +(309,620,l), +(146,620,o), +(55,545,o), +(55,411,cs), +(55,277,o), +(146,202,o), +(309,202,cs), +(441,202,l) +); +}, +{ +closed = 1; +nodes = ( +(409,232,l), +(211,232,l), +(37,0,l), +(237,0,l) +); +} +); +width = 439; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (638,0); +} +); +background = { +shapes = ( +{ +pos = (-42,0); +ref = "en-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(640,332,l), +(338,332,l), +(280,332,o), +(250,356,o), +(250,402,cs), +(250,448,o), +(280,472,o), +(338,472,c), +(640,472,l), +(640,620,l), +(316,620,l), +(156,620,o), +(66,545,o), +(66,411,cs), +(66,277,o), +(156,202,o), +(316,202,cs), +(640,202,l) +); +}, +{ +closed = 1; +nodes = ( +(481,222,l), +(264,222,l), +(42,0,l), +(269,0,l) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (376,0); +} +); +background = { +shapes = ( +{ +pos = (-8,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(378,294,l), +(370,294,l), +(340,294,o), +(324,316,o), +(324,358,cs), +(324,400,o), +(340,422,o), +(370,422,c), +(378,422,l), +(378,640,l), +(292,640,l), +(120,640,o), +(24,554,o), +(24,400,cs), +(24,246,o), +(120,160,o), +(292,160,cs), +(378,160,l) +); +}, +{ +closed = 1; +nodes = ( +(374,164,l), +(104,262,l), +(18,0,l), +(324,0,l) +); +} +); +width = 376; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (558,0); +} +); +background = { +shapes = ( +{ +pos = (246,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(560,294,l), +(484,294,l), +(444,294,o), +(424,316,o), +(424,358,cs), +(424,400,o), +(444,422,o), +(484,422,c), +(560,422,l), +(560,640,l), +(372,640,l), +(142,640,o), +(24,558,o), +(24,400,cs), +(24,242,o), +(142,160,o), +(372,160,cs), +(560,160,l) +); +}, +{ +closed = 1; +nodes = ( +(524,164,l), +(179,242,l), +(18,0,l), +(432,0,l) +); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (326,0); +} +); +background = { +shapes = ( +{ +pos = (-6,0); +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(328,294,l), +(316,294,l), +(292,294,o), +(280,316,o), +(280,358,cs), +(280,400,o), +(292,422,o), +(316,422,c), +(328,422,l), +(328,640,l), +(262,640,l), +(114,640,o), +(24,549,o), +(24,400,cs), +(24,251,o), +(114,160,o), +(262,160,cs), +(328,160,l) +); +}, +{ +closed = 1; +nodes = ( +(324,164,l), +(104,262,l), +(18,0,l), +(274,0,l) +); +} +); +width = 326; +} +); +metricLeft = "=RND"; +}, +{ +export = 0; +glyphname = "_part.yu-cy"; +lastChange = "2022-11-12 09:04:13 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +pos = (-79,0); +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(423,-16,o), +(536,111,o), +(536,301,cs), +(536,490,o), +(423,616,o), +(254,616,cs), +(86,616,o), +(-26,490,o), +(-26,301,cs), +(-26,111,o), +(86,-16,o), +(254,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(147,88,o), +(82,169,o), +(82,301,cs), +(82,432,o), +(147,512,o), +(254,512,cs), +(361,512,o), +(426,432,o), +(426,301,cs), +(426,169,o), +(361,88,o), +(254,88,cs) +); +} +); +width = 589; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(419,-20,o), +(534,105,o), +(534,310,cs), +(534,515,o), +(419,640,o), +(232,640,cs), +(51,640,o), +(-60,515,o), +(-60,310,cs), +(-60,105,o), +(51,-20,o), +(232,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,152,o), +(114,209,o), +(114,310,cs), +(114,411,o), +(156,468,o), +(232,468,cs), +(308,468,o), +(350,411,o), +(350,310,cs), +(350,209,o), +(308,152,o), +(232,152,cs) +); +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(460,-20,o), +(590,112,o), +(590,310,cs), +(590,508,o), +(460,640,o), +(264,640,cs), +(70,640,o), +(-60,508,o), +(-60,310,cs), +(-60,112,o), +(70,-20,o), +(264,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,140,o), +(112,205,o), +(112,310,cs), +(112,415,o), +(170,480,o), +(264,480,cs), +(358,480,o), +(416,415,o), +(416,310,cs), +(416,205,o), +(358,140,o), +(264,140,cs) +); +} +); +width = 627; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(605,-16,o), +(754,104,o), +(754,301,cs), +(754,496,o), +(605,616,o), +(363,616,cs), +(121,616,o), +(-28,496,o), +(-28,301,cs), +(-28,104,o), +(121,-16,o), +(363,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,80,o), +(80,160,o), +(80,301,cs), +(80,441,o), +(182,520,o), +(363,520,cs), +(542,520,o), +(642,441,o), +(642,301,cs), +(642,160,o), +(542,80,o), +(363,80,cs) +); +} +); +width = 807; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(654,-20,o), +(810,99,o), +(810,310,cs), +(810,521,o), +(654,640,o), +(376,640,cs), +(98,640,o), +(-58,521,o), +(-58,310,cs), +(-58,99,o), +(98,-20,o), +(376,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(206,132,o), +(120,193,o), +(120,310,cs), +(120,427,o), +(206,488,o), +(373,488,cs), +(540,488,o), +(626,427,o), +(626,310,cs), +(626,193,o), +(540,132,o), +(373,132,cs) +); +} +); +width = 852; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(349,-16,o), +(430,104,o), +(430,301,cs), +(430,496,o), +(349,616,o), +(201,616,cs), +(54,616,o), +(-26,496,o), +(-26,301,cs), +(-26,104,o), +(54,-16,o), +(201,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(117,86,o), +(80,163,o), +(80,301,cs), +(80,437,o), +(117,514,o), +(201,514,cs), +(285,514,o), +(322,437,o), +(322,301,cs), +(322,163,o), +(285,86,o), +(201,86,cs) +); +} +); +width = 478; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(372,-20,o), +(468,99,o), +(468,310,cs), +(468,521,o), +(372,640,o), +(201,640,cs), +(34,640,o), +(-60,521,o), +(-60,310,cs), +(-60,99,o), +(34,-20,o), +(201,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(137,134,o), +(104,194,o), +(104,310,cs), +(104,426,o), +(137,486,o), +(201,486,cs), +(265,486,o), +(298,426,o), +(298,310,cs), +(298,194,o), +(265,134,o), +(201,134,cs) +); +} +); +width = 499; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(386,-12,o), +(483,104,o), +(483,294,cs), +(483,484,o), +(386,600,o), +(229,600,cs), +(72,600,o), +(-24,484,o), +(-24,294,cs), +(-24,104,o), +(72,-12,o), +(229,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(97,24,o), +(16,127,o), +(16,294,cs), +(16,461,o), +(97,564,o), +(229,564,cs), +(361,564,o), +(442,461,o), +(442,294,cs), +(442,127,o), +(361,24,o), +(229,24,cs) +); +} +); +width = 536; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(537,-26,o), +(670,105,o), +(670,320,cs), +(670,535,o), +(537,666,o), +(320,666,cs), +(103,666,o), +(-30,535,o), +(-30,320,cs), +(-30,105,o), +(103,-26,o), +(320,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(274,214,o), +(260,246,o), +(260,320,cs), +(260,394,o), +(274,426,o), +(305,426,cs), +(336,426,o), +(350,394,o), +(350,320,cs), +(350,246,o), +(336,214,o), +(305,214,cs) +); +} +); +width = 688; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(316,-12,o), +(386,98,o), +(386,294,cs), +(386,490,o), +(316,600,o), +(180,600,cs), +(46,600,o), +(-24,490,o), +(-24,294,cs), +(-24,98,o), +(46,-12,o), +(180,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(70,24,o), +(14,121,o), +(14,294,cs), +(14,467,o), +(70,564,o), +(180,564,cs), +(290,564,o), +(346,467,o), +(346,294,cs), +(346,121,o), +(290,24,o), +(180,24,cs) +); +} +); +width = 434; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(550,-12,o), +(676,98,o), +(676,294,cs), +(676,490,o), +(550,600,o), +(325,600,cs), +(103,600,o), +(-22,490,o), +(-22,294,cs), +(-22,98,o), +(103,-12,o), +(325,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(127,24,o), +(16,121,o), +(16,294,cs), +(16,467,o), +(127,564,o), +(325,564,cs), +(523,564,o), +(634,467,o), +(634,294,cs), +(634,121,o), +(523,24,o), +(325,24,cs) +); +} +); +width = 735; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(716,-26,o), +(868,92,o), +(868,320,cs), +(868,548,o), +(716,666,o), +(420,666,cs), +(124,666,o), +(-28,548,o), +(-28,320,cs), +(-28,92,o), +(124,-26,o), +(420,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(366,214,o), +(348,246,o), +(348,320,cs), +(348,394,o), +(366,426,o), +(408,426,cs), +(450,426,o), +(468,394,o), +(468,320,cs), +(468,246,o), +(450,214,o), +(408,214,cs) +); +} +); +width = 886; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(450,-26,o), +(556,99,o), +(556,320,cs), +(556,541,o), +(450,666,o), +(262,666,cs), +(74,666,o), +(-32,541,o), +(-32,320,cs), +(-32,99,o), +(74,-26,o), +(262,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(234,194,o), +(228,219,o), +(228,320,cs), +(228,421,o), +(234,446,o), +(256,446,cs), +(278,446,o), +(284,421,o), +(284,320,cs), +(284,219,o), +(278,194,o), +(256,194,cs) +); +} +); +width = 574; +} +); +metricRight = RND; +}, +{ +export = 0; +glyphname = "_part.zhe-cy"; +lastChange = "2022-11-18 20:22:55 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.k; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(339,0,l), +(110,296,l), +(345,600,l), +(219,600,l), +(-16,292,l), +(207,0,l) +); +} +); +width = 361; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.k; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(277,0,l), +(104,297,l), +(283,600,l), +(167,600,l), +(-12,292,l), +(155,0,l) +); +} +); +width = 297; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.k; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(368,0,l), +(165,311,l), +(372,620,l), +(188,620,l), +(-26,300,l), +(170,0,l) +); +} +); +width = 383; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(274,0,l), +(41,292,l), +(284,588,l), +(236,588,l), +(-8,290,l), +(223,0,l) +); +} +); +width = 298; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.k; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(296,0,l), +(164,311,l), +(300,620,l), +(124,620,l), +(-16,300,l), +(110,0,l) +); +} +); +width = 309; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.k; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(488,0,l), +(112,295,l), +(502,600,l), +(346,600,l), +(-46,292,l), +(326,0,l) +); +} +); +width = 518; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(472,0,l), +(54,291,l), +(482,588,l), +(417,588,l), +(-12,290,l), +(404,0,l) +); +} +); +width = 500; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(335,0,l), +(43,292,l), +(341,588,l), +(288,588,l), +(-10,290,l), +(280,0,l) +); +} +); +width = 357; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +background = { +shapes = ( +{ +ref = _part.k; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(524,0,l), +(169,307,l), +(530,620,l), +(313,620,l), +(-56,300,l), +(292,0,l) +); +} +); +width = 543; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(369,0,l), +(286,321,l), +(373,640,l), +(63,640,l), +(-16,310,l), +(48,0,l) +); +} +); +width = 378; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(549,0,l), +(340,333,l), +(553,640,l), +(137,640,l), +(-86,310,l), +(105,0,l) +); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = "#entry"; +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(315,0,l), +(270,342,l), +(319,640,l), +(46,640,l), +(-8,310,l), +(32,0,l) +); +} +); +width = 324; +} +); +metricRight = TNG; +}, +{ +export = 0; +glyphname = "_smart.softsign-cy"; +lastChange = "2022-11-20 17:39:20 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1100,0); +} +); +layerId = m01; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,300,l), +(760,300,l), +(843,300,o), +(890,265,o), +(890,202,cs), +(890,139,o), +(843,104,o), +(760,104,c), +(-2,104,l), +(-2,0,l), +(760,0,l), +(914,0,o), +(1000,72,o), +(1000,201,cs), +(1000,330,o), +(914,402,o), +(760,402,cs), +(-2,402,l) +); +} +); +width = 1027; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (440,0); +} +); +associatedMasterId = m01; +layerId = "DF71454B-0366-4404-ABC3-5801BB325694"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,300,l), +(120,300,l), +(188,300,o), +(230,263,o), +(230,202,cs), +(230,141,o), +(188,104,o), +(120,104,c), +(-2,104,l), +(-2,0,l), +(120,0,l), +(256,0,o), +(340,76,o), +(340,201,cs), +(340,326,o), +(256,402,o), +(120,402,cs), +(-2,402,l) +); +} +); +width = 367; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1060,0); +} +); +layerId = m002; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,284,l), +(746,284,l), +(799,284,o), +(826,263,o), +(826,222,cs), +(826,181,o), +(799,160,o), +(746,160,c), +(-2,160,l), +(-2,0,l), +(750,0,l), +(910,0,o), +(1000,78,o), +(1000,218,cs), +(1000,358,o), +(910,436,o), +(750,436,cs), +(-2,436,l) +); +} +); +width = 1019; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (400,0); +} +); +associatedMasterId = m002; +layerId = "13326526-40C1-423E-A9B5-922F30B53466"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,284,l), +(94,284,l), +(142,284,o), +(166,263,o), +(166,222,cs), +(166,181,o), +(142,160,o), +(94,160,c), +(-2,160,l), +(-2,0,l), +(98,0,l), +(253,0,o), +(340,78,o), +(340,218,cs), +(340,358,o), +(253,436,o), +(98,436,cs), +(-2,436,l) +); +} +); +width = 359; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1138,0); +} +); +layerId = m003; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,308,l), +(760,308,l), +(842,308,o), +(888,270,o), +(888,202,cs), +(888,134,o), +(842,96,o), +(760,96,c), +(-2,96,l), +(-2,0,l), +(760,0,l), +(914,0,o), +(1000,72,o), +(1000,201,cs), +(1000,330,o), +(914,402,o), +(760,402,cs), +(-2,402,l) +); +} +); +width = 1027; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1100,0); +} +); +layerId = m004; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,292,l), +(728,292,l), +(786,292,o), +(816,268,o), +(816,222,cs), +(816,176,o), +(786,152,o), +(728,152,c), +(-2,152,l), +(-2,0,l), +(740,0,l), +(906,0,o), +(1000,78,o), +(1000,218,cs), +(1000,358,o), +(906,436,o), +(740,436,cs), +(-2,436,l) +); +} +); +width = 1021; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1074,0); +} +); +layerId = m005; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,302,l), +(760,302,l), +(844,302,o), +(892,266,o), +(892,202,cs), +(892,138,o), +(844,102,o), +(760,102,c), +(-2,102,l), +(-2,0,l), +(760,0,l), +(914,0,o), +(1000,72,o), +(1000,201,cs), +(1000,330,o), +(914,402,o), +(760,402,cs), +(-2,402,l) +); +} +); +width = 1024; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1040,0); +} +); +layerId = m006; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,290,l), +(746,290,l), +(801,290,o), +(830,267,o), +(830,222,cs), +(830,177,o), +(801,154,o), +(746,154,c), +(-2,154,l), +(-2,0,l), +(750,0,l), +(910,0,o), +(1000,78,o), +(1000,218,cs), +(1000,358,o), +(910,436,o), +(750,436,cs), +(-2,436,l) +); +} +); +width = 1016; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1130,0); +} +); +layerId = m007; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,324,l), +(784,324,l), +(896,324,o), +(959,272,o), +(959,180,cs), +(959,88,o), +(896,36,o), +(784,36,c), +(-2,36,l), +(-2,0,l), +(780,0,l), +(921,0,o), +(1000,65,o), +(1000,180,cs), +(1000,295,o), +(921,360,o), +(780,360,cs), +(-2,360,l) +); +} +); +width = 1027; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1024,0); +} +); +background = { +shapes = ( +{ +pos = (-328,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,328,l), +(650,328,l), +(690,328,o), +(710,306,o), +(710,264,cs), +(710,222,o), +(690,200,o), +(650,200,c), +(-2,200,l), +(-2,0,l), +(722,0,l), +(894,0,o), +(1000,97,o), +(1000,254,cs), +(1000,411,o), +(894,508,o), +(722,508,cs), +(-2,508,l) +); +} +); +width = 1009; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1108,0); +} +); +layerId = m009; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,326,l), +(784,326,l), +(897,326,o), +(960,273,o), +(960,180,cs), +(960,87,o), +(897,34,o), +(784,34,c), +(-2,34,l), +(-2,0,l), +(780,0,l), +(921,0,o), +(1000,65,o), +(1000,180,cs), +(1000,295,o), +(921,360,o), +(780,360,cs), +(-2,360,l) +); +} +); +width = 1024; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1170,0); +} +); +layerId = m010; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,326,l), +(784,326,l), +(895,326,o), +(958,273,o), +(958,180,cs), +(958,87,o), +(895,34,o), +(784,34,c), +(-2,34,l), +(-2,0,l), +(780,0,l), +(921,0,o), +(1000,65,o), +(1000,180,cs), +(1000,295,o), +(921,360,o), +(780,360,cs), +(-2,360,l) +); +} +); +width = 1030; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (414,0); +} +); +associatedMasterId = m005; +layerId = "B85FD35D-F1DF-41DC-9EC6-70C1296B1D10"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,302,l), +(120,302,l), +(189,302,o), +(232,264,o), +(232,202,cs), +(232,140,o), +(189,102,o), +(120,102,c), +(-2,102,l), +(-2,0,l), +(120,0,l), +(256,0,o), +(340,76,o), +(340,201,cs), +(340,326,o), +(256,402,o), +(120,402,cs), +(-2,402,l) +); +} +); +width = 364; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (478,0); +} +); +associatedMasterId = m003; +layerId = "4ECCF1F2-4421-4043-93E7-D13229AAB827"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,308,l), +(120,308,l), +(187,308,o), +(228,268,o), +(228,202,cs), +(228,136,o), +(187,96,o), +(120,96,c), +(-2,96,l), +(-2,0,l), +(120,0,l), +(256,0,o), +(340,76,o), +(340,201,cs), +(340,326,o), +(256,402,o), +(120,402,cs), +(-2,402,l) +); +} +); +width = 367; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (372,0); +} +); +associatedMasterId = m008; +background = { +shapes = ( +{ +pos = (-328,0); +ref = "en-cy"; +} +); +}; +layerId = "6955C492-7310-4BEB-A821-4F2A2F4C9196"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,328,l), +(18,328,l), +(44,328,o), +(58,306,o), +(58,264,cs), +(58,222,o), +(44,200,o), +(18,200,c), +(-2,200,l), +(-2,0,l), +(90,0,l), +(255,0,o), +(348,91,o), +(348,254,cs), +(348,417,o), +(255,508,o), +(90,508,cs), +(-2,508,l) +); +} +); +width = 357; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (470,0); +} +); +associatedMasterId = m007; +layerId = "CB8867A1-AF10-4BE3-9428-89770E6571E9"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,324,l), +(144,324,l), +(240,324,o), +(299,269,o), +(299,180,cs), +(299,91,o), +(240,36,o), +(144,36,c), +(-2,36,l), +(-2,0,l), +(140,0,l), +(264,0,o), +(340,68,o), +(340,180,cs), +(340,292,o), +(264,360,o), +(140,360,cs), +(-2,360,l) +); +} +); +width = 367; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (448,0); +} +); +associatedMasterId = m009; +layerId = "54B0BFDF-EF21-45EC-9FD8-937B34F4AE54"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,326,l), +(144,326,l), +(241,326,o), +(300,271,o), +(300,180,cs), +(300,89,o), +(241,34,o), +(144,34,c), +(-2,34,l), +(-2,0,l), +(140,0,l), +(264,0,o), +(340,68,o), +(340,180,cs), +(340,292,o), +(264,360,o), +(140,360,cs), +(-2,360,l) +); +} +); +width = 364; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (510,0); +} +); +associatedMasterId = m010; +layerId = "A54748F9-91FB-4855-BB03-916CF4F5B702"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,326,l), +(144,326,l), +(239,326,o), +(298,271,o), +(298,180,cs), +(298,89,o), +(239,34,o), +(144,34,c), +(-2,34,l), +(-2,0,l), +(140,0,l), +(264,0,o), +(340,68,o), +(340,180,cs), +(340,292,o), +(264,360,o), +(140,360,cs), +(-2,360,l) +); +} +); +width = 370; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (380,0); +} +); +associatedMasterId = m006; +layerId = "3BBFCAC9-40BD-48B4-B5C1-9B7CD01F051A"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,290,l), +(106,290,l), +(148,290,o), +(170,267,o), +(170,222,cs), +(170,177,o), +(148,154,o), +(106,154,c), +(-2,154,l), +(-2,0,l), +(110,0,l), +(257,0,o), +(340,78,o), +(340,218,cs), +(340,358,o), +(257,436,o), +(110,436,cs), +(-2,436,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (440,0); +} +); +associatedMasterId = m004; +layerId = "D524C013-81DB-4F29-855B-FD981F5729E9"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,292,l), +(78,292,l), +(129,292,o), +(156,268,o), +(156,222,cs), +(156,176,o), +(129,152,o), +(78,152,c), +(-2,152,l), +(-2,0,l), +(100,0,l), +(254,0,o), +(340,78,o), +(340,218,cs), +(340,358,o), +(254,436,o), +(100,436,cs), +(-2,436,l) +); +} +); +width = 361; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1019,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,328,l), +(690,328,l), +(730,328,o), +(750,306,o), +(750,264,cs), +(750,222,o), +(730,200,o), +(690,200,c), +(-2,200,l), +(-2,0,l), +(722,0,l), +(900,0,o), +(1000,91,o), +(1000,254,cs), +(1000,417,o), +(900,508,o), +(722,508,cs), +(-2,508,l) +); +} +); +width = 1009; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (1040,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +"Bowl Width" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,328,l), +(550,328,l), +(596,328,o), +(620,306,o), +(620,264,cs), +(620,222,o), +(596,200,o), +(550,200,c), +(-2,200,l), +(-2,0,l), +(642,0,l), +(878,0,o), +(1000,86,o), +(1000,254,cs), +(1000,422,o), +(878,508,o), +(642,508,cs), +(-2,508,l) +); +} +); +width = 1009; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (315,0); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "C391DDD0-65B3-427B-BA38-EEEE096F065D"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,328,l), +(10,328,l), +(34,328,o), +(46,306,o), +(46,264,cs), +(46,222,o), +(34,200,o), +(10,200,c), +(-2,200,l), +(-2,0,l), +(58,0,l), +(206,0,o), +(296,97,o), +(296,254,cs), +(296,411,o), +(206,508,o), +(58,508,cs), +(-2,508,l) +); +} +); +width = 305; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = "#exit"; +pos = (480,0); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "3D1E2E0E-2CB8-400B-9D52-28C29985C7D4"; +name = "Short Bowl"; +partSelection = { +"Bowl Width" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,328,l), +(0,328,l), +(40,328,o), +(60,306,o), +(60,264,cs), +(60,222,o), +(40,200,o), +(0,200,c), +(-2,200,l), +(-2,0,l), +(92,0,l), +(322,0,o), +(440,86,o), +(440,254,cs), +(440,422,o), +(322,508,o), +(92,508,cs), +(-2,508,l) +); +} +); +width = 449; +} +); +metricRight = "=RND/2"; +partsSettings = ( +{ +bottomValue = 340; +name = "Bowl Width"; +topValue = 1000; +} +); +}, +{ +export = 0; +glyphname = _part.Gestroke.loclBSH; +lastChange = "2023-04-29 13:58:58 +0000"; +layers = ( +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(238,382,l), +(238,418,l), +(0,418,l), +(0,382,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(294,382,l), +(294,418,l), +(0,418,l), +(0,382,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(418,382,l), +(418,418,l), +(0,418,l), +(0,382,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(208,352,l), +(208,448,l), +(0,448,l), +(0,352,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(270,352,l), +(270,448,l), +(0,448,l), +(0,352,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(416,354,l), +(416,446,l), +(0,446,l), +(0,354,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(180,330,l), +(180,470,l), +(0,470,l), +(0,330,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(246,330,l), +(246,470,l), +(0,470,l), +(0,330,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(378,332,l), +(378,468,l), +(0,468,l), +(0,332,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,300,l), +(136,500,l), +(0,500,l), +(0,300,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(170,300,l), +(170,500,l), +(0,500,l), +(0,300,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,300,l), +(288,500,l), +(0,500,l), +(0,300,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = _part.Hook.N; +lastChange = "2023-04-18 17:40:02 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottomright; +pos = (340,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(210,-209,ls), +(298,-209,o), +(340,-153,o), +(340,-33,cs), +(340,0,l), +(320,20,l), +(300,0,l), +(300,-33,ls), +(300,-130,o), +(271,-175,o), +(210,-175,cs), +(202,-175,l), +(202,-209,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (341,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(189,-209,ls), +(292,-209,o), +(341,-153,o), +(341,-33,cs), +(341,0,l), +(321,20,l), +(300,0,l), +(300,-33,ls), +(300,-130,o), +(264,-175,o), +(189,-175,cs), +(177,-175,l), +(177,-209,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (341,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(129,-209,ls), +(269,-209,o), +(341,-142,o), +(341,-13,cs), +(341,0,l), +(321,20,l), +(300,0,l), +(300,-13,ls), +(300,-120,o), +(242,-175,o), +(129,-175,cs), +(93,-175,l), +(93,-209,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (406,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(231,-238,ls), +(346,-238,o), +(406,-170,o), +(406,-37,cs), +(406,0,l), +(353,20,l), +(300,0,l), +(300,-43,ls), +(300,-111,o), +(276,-146,o), +(229,-146,cs), +(212,-146,l), +(212,-238,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (410,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(202,-240,ls), +(339,-240,o), +(410,-171,o), +(410,-37,cs), +(410,0,l), +(355,20,l), +(300,0,l), +(300,-43,ls), +(300,-110,o), +(266,-144,o), +(200,-144,cs), +(180,-144,l), +(180,-240,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (410,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(141,-236,ls), +(319,-236,o), +(410,-162,o), +(410,-17,cs), +(410,0,l), +(355,20,l), +(300,10,l), +(300,-13,ls), +(300,-102,o), +(245,-148,o), +(138,-148,cs), +(90,-148,l), +(90,-236,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (472,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(236,-266,ls), +(396,-266,o), +(472,-185,o), +(472,-13,cs), +(472,0,l), +(387,20,l), +(300,0,l), +(300,-13,ls), +(300,-84,o), +(280,-118,o), +(236,-118,cs), +(222,-118,l), +(222,-266,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (478,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(201,-266,ls), +(384,-266,o), +(478,-181,o), +(478,-17,cs), +(478,0,l), +(390,20,l), +(300,0,l), +(300,-13,ls), +(300,-82,o), +(265,-118,o), +(197,-118,cs), +(180,-118,l), +(180,-266,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (484,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(142,-263,ls), +(375,-263,o), +(484,-184,o), +(484,-17,cs), +(484,0,l), +(393,20,l), +(300,20,l), +(300,7,ls), +(300,-80,o), +(248,-121,o), +(137,-121,cs), +(84,-121,l), +(84,-263,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (568,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,-272,ls), +(481,-272,o), +(568,-195,o), +(568,-17,cs), +(568,0,l), +(436,20,l), +(300,0,l), +(300,-13,ls), +(300,-40,o), +(292,-52,o), +(274,-52,cs), +(270,-52,l), +(270,-272,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (606,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(269,-272,ls), +(491,-272,o), +(606,-185,o), +(606,-17,cs), +(606,0,l), +(455,20,l), +(300,0,l), +(300,-13,ls), +(300,-39,o), +(288,-52,o), +(265,-52,cs), +(248,-52,l), +(248,-272,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottomright; +pos = (680,0); +}, +{ +name = _hookleft; +pos = (300,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(249,-272,ls), +(551,-272,o), +(680,-192,o), +(680,-7,cs), +(680,0,l), +(492,20,l), +(300,20,l), +(300,17,ls), +(300,-31,o), +(277,-52,o), +(224,-52,cs), +(200,-52,l), +(200,-272,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = "_part.currency-stroke.alt"; +lastChange = "2022-01-11 18:13:34 +0000"; +layers = ( +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m01; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-8,590,l), +(88,590,l), +(88,700,l), +(-8,700,l) +); +}, +{ +closed = 1; +nodes = ( +(-8,-100,l), +(88,-100,l), +(88,10,l), +(-8,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m01; +layerId = "668CDF49-99B1-4CD5-9A9C-D2968F869456"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-8,690,l), +(88,690,l), +(88,800,l), +(-8,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-8,-200,l), +(88,-200,l), +(88,-90,l), +(-8,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m002; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,590,l), +(120,590,l), +(120,700,l), +(-40,700,l) +); +}, +{ +closed = 1; +nodes = ( +(-40,-100,l), +(120,-100,l), +(120,10,l), +(-40,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m003; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-8,590,l), +(88,590,l), +(88,700,l), +(-8,700,l) +); +}, +{ +closed = 1; +nodes = ( +(-8,-100,l), +(88,-100,l), +(88,10,l), +(-8,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m004; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,590,l), +(120,590,l), +(120,700,l), +(-40,700,l) +); +}, +{ +closed = 1; +nodes = ( +(-40,-100,l), +(120,-100,l), +(120,10,l), +(-40,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m005; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-8,590,l), +(88,590,l), +(88,700,l), +(-8,700,l) +); +}, +{ +closed = 1; +nodes = ( +(-8,-100,l), +(88,-100,l), +(88,10,l), +(-8,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m006; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-30,590,l), +(110,590,l), +(110,700,l), +(-30,700,l) +); +}, +{ +closed = 1; +nodes = ( +(-30,-100,l), +(110,-100,l), +(110,10,l), +(-30,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m007; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(22,590,l), +(58,590,l), +(58,700,l), +(22,700,l) +); +}, +{ +closed = 1; +nodes = ( +(22,-100,l), +(58,-100,l), +(58,10,l), +(22,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m008; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,590,l), +(67,590,l), +(67,700,l), +(13,700,l) +); +}, +{ +closed = 1; +nodes = ( +(13,-100,l), +(67,-100,l), +(67,10,l), +(13,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m009; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(22,590,l), +(58,590,l), +(58,700,l), +(22,700,l) +); +}, +{ +closed = 1; +nodes = ( +(22,-100,l), +(58,-100,l), +(58,10,l), +(22,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = m010; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(22,590,l), +(58,590,l), +(58,700,l), +(22,700,l) +); +}, +{ +closed = 1; +nodes = ( +(22,-100,l), +(58,-100,l), +(58,10,l), +(22,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m005; +layerId = "0F4272DE-2326-45EA-9F13-A044D4A431D8"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-8,690,l), +(88,690,l), +(88,800,l), +(-8,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-8,-200,l), +(88,-200,l), +(88,-90,l), +(-8,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m003; +layerId = "94D62B32-7D7C-40C2-9540-2084D0E893D5"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-8,690,l), +(88,690,l), +(88,800,l), +(-8,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-8,-200,l), +(88,-200,l), +(88,-90,l), +(-8,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m009; +layerId = "11CCFBA6-77C1-4B68-A354-8DB5D413B942"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(22,690,l), +(58,690,l), +(58,800,l), +(22,800,l) +); +}, +{ +closed = 1; +nodes = ( +(22,-200,l), +(58,-200,l), +(58,-90,l), +(22,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m007; +layerId = "74411D56-7896-49D0-A95F-15E9B76C2B97"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(22,690,l), +(58,690,l), +(58,800,l), +(22,800,l) +); +}, +{ +closed = 1; +nodes = ( +(22,-200,l), +(58,-200,l), +(58,-90,l), +(22,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m010; +layerId = "4B0E8201-DBE3-4D53-BDB8-A5348743FE27"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(22,690,l), +(58,690,l), +(58,800,l), +(22,800,l) +); +}, +{ +closed = 1; +nodes = ( +(22,-200,l), +(58,-200,l), +(58,-90,l), +(22,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m002; +layerId = "9B205D7A-7ED0-41EB-A186-AB34DAD7B906"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,690,l), +(120,690,l), +(120,800,l), +(-40,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-40,-200,l), +(120,-200,l), +(120,-90,l), +(-40,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m006; +layerId = "83600401-68F4-4D73-BE7A-378E91E2BFE9"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-30,690,l), +(110,690,l), +(110,800,l), +(-30,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-30,-200,l), +(110,-200,l), +(110,-90,l), +(-30,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m004; +layerId = "ED083F88-E8AF-4AEC-9FF0-7E1B0CD5BB8A"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,690,l), +(120,690,l), +(120,800,l), +(-40,800,l) +); +}, +{ +closed = 1; +nodes = ( +(-40,-200,l), +(120,-200,l), +(120,-90,l), +(-40,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = m008; +layerId = "7548B65C-8899-4058-A3CF-8FDD2E019600"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,690,l), +(67,690,l), +(67,800,l), +(13,800,l) +); +}, +{ +closed = 1; +nodes = ( +(13,-200,l), +(67,-200,l), +(67,-90,l), +(13,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,590,l), +(67,590,l), +(67,700,l), +(13,700,l) +); +}, +{ +closed = 1; +nodes = ( +(13,-100,l), +(67,-100,l), +(67,10,l), +(13,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +partSelection = { +"Stroke Height" = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,590,l), +(67,590,l), +(67,700,l), +(13,700,l) +); +}, +{ +closed = 1; +nodes = ( +(13,-100,l), +(67,-100,l), +(67,10,l), +(13,10,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +layerId = "4CFA55BF-1776-48DA-B90A-C789B0BF1064"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,690,l), +(67,690,l), +(67,800,l), +(13,800,l) +); +}, +{ +closed = 1; +nodes = ( +(13,-200,l), +(67,-200,l), +(67,-90,l), +(13,-90,l) +); +} +); +width = 80; +}, +{ +anchors = ( +{ +name = _currencystroke; +pos = (40,300); +} +); +associatedMasterId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +layerId = "CD3B3EC4-90DB-4D96-BF3F-47ACF462648D"; +name = "Stroke Max Height"; +partSelection = { +"Stroke Height" = 2; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(13,690,l), +(67,690,l), +(67,800,l), +(13,800,l) +); +}, +{ +closed = 1; +nodes = ( +(13,-200,l), +(67,-200,l), +(67,-90,l), +(13,-90,l) +); +} +); +width = 80; +} +); +partsSettings = ( +{ +bottomValue = 800; +name = "Stroke Height"; +topValue = 1000; +} +); +}, +{ +export = 0; +glyphname = _part.gestroke.loclBSH; +lastChange = "2023-04-29 14:10:30 +0000"; +layers = ( +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-146,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(182,382,l), +(182,418,l), +(0,418,l), +(0,382,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-172,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(224,382,l), +(224,418,l), +(0,418,l), +(0,382,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-206,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(338,382,l), +(338,418,l), +(0,418,l), +(0,382,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-208,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(152,352,l), +(152,448,l), +(0,448,l), +(0,352,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-232,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(200,352,l), +(200,448,l), +(0,448,l), +(0,352,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-272,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(316,354,l), +(316,446,l), +(0,446,l), +(0,354,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-258,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(137,330,l), +(137,470,l), +(0,470,l), +(0,330,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-282,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(192,330,l), +(192,470,l), +(0,470,l), +(0,330,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-336,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(300,332,l), +(300,468,l), +(0,468,l), +(0,332,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-332,0); +ref = "gestroke-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(126,300,l), +(126,500,l), +(0,500,l), +(0,300,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-400,0); +ref = "gestroke-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(149,300,l), +(149,500,l), +(0,500,l), +(0,300,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _leftcenterinner; +pos = (0,400); +} +); +background = { +shapes = ( +{ +pos = (-520,0); +ref = "gestroke-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(252,300,l), +(252,500,l), +(0,500,l), +(0,300,l) +); +} +); +width = 600; +} +); +}, +{ +color = 10; +export = 0; +glyphname = RND; +lastChange = "2022-01-20 13:16:00 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(544,-16,o), +(685,125,o), +(685,300,cs), +(685,475,o), +(544,616,o), +(369,616,cs), +(194,616,o), +(53,475,o), +(53,300,cs), +(53,125,o), +(194,-16,o), +(369,-16,cs) +); +} +); +width = 738; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(528,-16,o), +(669,125,o), +(669,300,cs), +(669,475,o), +(528,616,o), +(353,616,cs), +(178,616,o), +(37,475,o), +(37,300,cs), +(37,125,o), +(178,-16,o), +(353,-16,cs) +); +} +); +width = 706; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(544,-16,o), +(685,125,o), +(685,300,cs), +(685,475,o), +(544,616,o), +(369,616,cs), +(194,616,o), +(53,475,o), +(53,300,cs), +(53,125,o), +(194,-16,o), +(369,-16,cs) +); +} +); +width = 738; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(533,-16,o), +(674,125,o), +(674,300,cs), +(674,475,o), +(533,616,o), +(358,616,cs), +(183,616,o), +(42,475,o), +(42,300,cs), +(42,125,o), +(183,-16,o), +(358,-16,cs) +); +} +); +width = 716; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(539,-16,o), +(680,125,o), +(680,300,cs), +(680,475,o), +(539,616,o), +(364,616,cs), +(189,616,o), +(48,475,o), +(48,300,cs), +(48,125,o), +(189,-16,o), +(364,-16,cs) +); +} +); +width = 728; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(522,-16,o), +(663,125,o), +(663,300,cs), +(663,475,o), +(522,616,o), +(347,616,cs), +(172,616,o), +(31,475,o), +(31,300,cs), +(31,125,o), +(172,-16,o), +(347,-16,cs) +); +} +); +width = 694; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(544,-16,o), +(685,125,o), +(685,300,cs), +(685,475,o), +(544,616,o), +(369,616,cs), +(194,616,o), +(53,475,o), +(53,300,cs), +(53,125,o), +(194,-16,o), +(369,-16,cs) +); +} +); +width = 738; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(509,-16,o), +(650,125,o), +(650,300,cs), +(650,475,o), +(509,616,o), +(334,616,cs), +(159,616,o), +(18,475,o), +(18,300,cs), +(18,125,o), +(159,-16,o), +(334,-16,cs) +); +} +); +width = 668; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(539,-16,o), +(680,125,o), +(680,300,cs), +(680,475,o), +(539,616,o), +(364,616,cs), +(189,616,o), +(48,475,o), +(48,300,cs), +(48,125,o), +(189,-16,o), +(364,-16,cs) +); +} +); +width = 728; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(550,-16,o), +(691,125,o), +(691,300,cs), +(691,475,o), +(550,616,o), +(375,616,cs), +(200,616,o), +(59,475,o), +(59,300,cs), +(59,125,o), +(200,-16,o), +(375,-16,cs) +); +} +); +width = 750; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(509,-16,o), +(650,125,o), +(650,300,cs), +(650,475,o), +(509,616,o), +(334,616,cs), +(159,616,o), +(18,475,o), +(18,300,cs), +(18,125,o), +(159,-16,o), +(334,-16,cs) +); +} +); +width = 668; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(509,-16,o), +(650,125,o), +(650,300,cs), +(650,475,o), +(509,616,o), +(334,616,cs), +(159,616,o), +(18,475,o), +(18,300,cs), +(18,125,o), +(159,-16,o), +(334,-16,cs) +); +} +); +width = 668; +} +); +metricLeft = "=SQR/1.8"; +metricRight = "=SQR/1.8"; +}, +{ +export = 0; +glyphname = RNDU; +lastChange = "2022-01-20 13:16:52 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(412,-16,o), +(496,142,o), +(496,400,cs), +(496,658,o), +(412,816,o), +(276,816,cs), +(139,816,o), +(56,658,o), +(56,400,cs), +(56,142,o), +(139,-16,o), +(276,-16,cs) +); +} +); +width = 552; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(406,-16,o), +(490,142,o), +(490,400,cs), +(490,658,o), +(406,816,o), +(270,816,cs), +(133,816,o), +(50,658,o), +(50,400,cs), +(50,142,o), +(133,-16,o), +(270,-16,cs) +); +} +); +width = 540; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(394,-16,o), +(478,142,o), +(478,400,cs), +(478,658,o), +(394,816,o), +(258,816,cs), +(121,816,o), +(38,658,o), +(38,400,cs), +(38,142,o), +(121,-16,o), +(258,-16,cs) +); +} +); +width = 516; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(406,-16,o), +(490,142,o), +(490,400,cs), +(490,658,o), +(406,816,o), +(270,816,cs), +(133,816,o), +(50,658,o), +(50,400,cs), +(50,142,o), +(133,-16,o), +(270,-16,cs) +); +} +); +width = 540; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(389,-16,o), +(473,142,o), +(473,400,cs), +(473,658,o), +(389,816,o), +(253,816,cs), +(116,816,o), +(33,658,o), +(33,400,cs), +(33,142,o), +(116,-16,o), +(253,-16,cs) +); +} +); +width = 506; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(412,-16,o), +(496,142,o), +(496,400,cs), +(496,658,o), +(412,816,o), +(276,816,cs), +(139,816,o), +(56,658,o), +(56,400,cs), +(56,142,o), +(139,-16,o), +(276,-16,cs) +); +} +); +width = 552; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(418,-16,o), +(502,142,o), +(502,400,cs), +(502,658,o), +(418,816,o), +(282,816,cs), +(145,816,o), +(62,658,o), +(62,400,cs), +(62,142,o), +(145,-16,o), +(282,-16,cs) +); +} +); +width = 564; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(412,-16,o), +(496,142,o), +(496,400,cs), +(496,658,o), +(412,816,o), +(276,816,cs), +(139,816,o), +(56,658,o), +(56,400,cs), +(56,142,o), +(139,-16,o), +(276,-16,cs) +); +} +); +width = 552; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(400,-16,o), +(484,142,o), +(484,400,cs), +(484,658,o), +(400,816,o), +(264,816,cs), +(127,816,o), +(44,658,o), +(44,400,cs), +(44,142,o), +(127,-16,o), +(264,-16,cs) +); +} +); +width = 528; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(374,-16,o), +(458,142,o), +(458,400,cs), +(458,658,o), +(374,816,o), +(238,816,cs), +(101,816,o), +(18,658,o), +(18,400,cs), +(18,142,o), +(101,-16,o), +(238,-16,cs) +); +} +); +width = 476; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(374,-16,o), +(458,142,o), +(458,400,cs), +(458,658,o), +(374,816,o), +(238,816,cs), +(101,816,o), +(18,658,o), +(18,400,cs), +(18,142,o), +(101,-16,o), +(238,-16,cs) +); +} +); +width = 476; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(374,-16,o), +(458,142,o), +(458,400,cs), +(458,658,o), +(374,816,o), +(238,816,cs), +(101,816,o), +(18,658,o), +(18,400,cs), +(18,142,o), +(101,-16,o), +(238,-16,cs) +); +} +); +width = 476; +} +); +metricLeft = "=SQRU/1.9"; +metricRight = "=SQRU/1.9"; +}, +{ +color = 10; +export = 0; +glyphname = SQR; +lastChange = "2022-01-20 13:15:53 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(596,0,l), +(596,600,l), +(96,600,l) +); +} +); +width = 692; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(66,0,l), +(566,0,l), +(566,620,l), +(66,620,l) +); +} +); +width = 632; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(596,0,l), +(596,600,l), +(96,600,l) +); +} +); +width = 692; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(76,0,l), +(576,0,l), +(576,620,l), +(76,620,l) +); +} +); +width = 652; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(86,0,l), +(586,0,l), +(586,600,l), +(86,600,l) +); +} +); +width = 672; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(56,0,l), +(556,0,l), +(556,620,l), +(56,620,l) +); +} +); +width = 612; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(596,0,l), +(596,588,l), +(96,588,l) +); +} +); +width = 692; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(532,0,l), +(532,640,l), +(32,640,l) +); +} +); +width = 564; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(86,0,l), +(586,0,l), +(586,588,l), +(86,588,l) +); +} +); +width = 672; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(606,0,l), +(606,588,l), +(106,588,l) +); +} +); +width = 712; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(532,0,l), +(532,640,l), +(32,640,l) +); +} +); +width = 564; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,0,l), +(532,0,l), +(532,640,l), +(32,640,l) +); +} +); +width = 564; +} +); +}, +{ +export = 0; +glyphname = SQRU; +lastChange = "2022-01-20 13:16:49 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(506,0,l), +(506,800,l), +(106,800,l) +); +} +); +width = 612; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(495,0,l), +(495,800,l), +(95,800,l) +); +} +); +width = 590; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(73,0,l), +(473,0,l), +(473,800,l), +(73,800,l) +); +} +); +width = 546; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(95,0,l), +(495,0,l), +(495,800,l), +(95,800,l) +); +} +); +width = 590; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(62,0,l), +(462,0,l), +(462,800,l), +(62,800,l) +); +} +); +width = 524; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(506,0,l), +(506,800,l), +(106,800,l) +); +} +); +width = 612; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(117,0,l), +(517,0,l), +(517,800,l), +(117,800,l) +); +} +); +width = 634; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(106,0,l), +(506,0,l), +(506,800,l), +(106,800,l) +); +} +); +width = 612; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(84,0,l), +(484,0,l), +(484,800,l), +(84,800,l) +); +} +); +width = 568; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(435,0,l), +(435,800,l), +(35,800,l) +); +} +); +width = 470; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(435,0,l), +(435,800,l), +(35,800,l) +); +} +); +width = 470; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(35,0,l), +(435,0,l), +(435,800,l), +(35,800,l) +); +} +); +width = 470; +} +); +metricLeft = "=SQR*1.1"; +metricRight = "=SQR*1.1"; +}, +{ +color = 10; +export = 0; +glyphname = TNG; +lastChange = "2022-01-20 13:16:05 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(218,0,l), +(420,0,l), +(622,600,l), +(16,600,l) +); +} +); +width = 638; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(213,0,l), +(415,0,l), +(617,620,l), +(11,620,l) +); +} +); +width = 628; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(218,0,l), +(420,0,l), +(622,600,l), +(16,600,l) +); +} +); +width = 638; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(215,0,l), +(417,0,l), +(619,620,l), +(13,620,l) +); +} +); +width = 632; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(216,0,l), +(418,0,l), +(620,600,l), +(14,600,l) +); +} +); +width = 634; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(211,0,l), +(413,0,l), +(615,620,l), +(9,620,l) +); +} +); +width = 624; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(218,0,l), +(420,0,l), +(622,600,l), +(16,600,l) +); +} +); +width = 638; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(207,0,l), +(409,0,l), +(611,620,l), +(5,620,l) +); +} +); +width = 616; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(216,0,l), +(418,0,l), +(620,600,l), +(14,600,l) +); +} +); +width = 634; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(220,0,l), +(422,0,l), +(624,600,l), +(18,600,l) +); +} +); +width = 642; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,0,l), +(409,0,l), +(611,620,l), +(5,620,l) +); +} +); +width = 616; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,0,l), +(409,0,l), +(611,620,l), +(5,620,l) +); +} +); +width = 616; +} +); +metricLeft = "=SQR/6"; +metricRight = "=SQR/6"; +}, +{ +export = 0; +glyphname = TNGU; +lastChange = "2022-01-20 13:16:55 +0000"; +layers = ( +{ +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(205,0,l), +(265,0,l), +(465,800,l), +(5,800,l) +); +} +); +width = 470; +}, +{ +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(205,0,l), +(265,0,l), +(465,800,l), +(5,800,l) +); +} +); +width = 470; +}, +{ +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(264,0,l), +(464,800,l), +(4,800,l) +); +} +); +width = 468; +}, +{ +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(205,0,l), +(265,0,l), +(465,800,l), +(5,800,l) +); +} +); +width = 470; +}, +{ +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(203,0,l), +(263,0,l), +(463,800,l), +(3,800,l) +); +} +); +width = 466; +}, +{ +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(205,0,l), +(265,0,l), +(465,800,l), +(5,800,l) +); +} +); +width = 470; +}, +{ +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(206,0,l), +(266,0,l), +(466,800,l), +(6,800,l) +); +} +); +width = 472; +}, +{ +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(205,0,l), +(265,0,l), +(465,800,l), +(5,800,l) +); +} +); +width = 470; +}, +{ +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(204,0,l), +(264,0,l), +(464,800,l), +(4,800,l) +); +} +); +width = 468; +}, +{ +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(262,0,l), +(462,800,l), +(2,800,l) +); +} +); +width = 464; +}, +{ +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(262,0,l), +(462,800,l), +(2,800,l) +); +} +); +width = 464; +}, +{ +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,0,l), +(262,0,l), +(462,800,l), +(2,800,l) +); +} +); +width = 464; +} +); +metricLeft = "=SQRU/20"; +metricRight = "=SQRU/20"; +}, +{ +export = 0; +glyphname = _A.AE; +lastChange = "2022-06-04 05:32:57 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (593,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(123,0,l), +(577,710,l), +(539,696,l), +(595,696,l), +(595,800,l), +(508,800,l), +(-5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(595,272,l), +(595,376,l), +(289,376,l), +(223,272,l) +); +} +); +width = 593; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (543,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(186,0,l), +(533,647,l), +(489,630,l), +(545,630,l), +(545,800,l), +(430,800,l), +(-3,0,l) +); +}, +{ +closed = 1; +nodes = ( +(545,246,l), +(545,402,l), +(323,402,l), +(245,246,l) +); +} +); +width = 543; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (644,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(205,0,l), +(616,647,l), +(540,626,l), +(646,626,l), +(646,800,l), +(511,800,l), +(-4,0,l) +); +}, +{ +closed = 1; +nodes = ( +(646,246,l), +(646,402,l), +(370,402,l), +(274,246,l) +); +} +); +width = 644; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (457,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(41,0,l), +(441,775,l), +(413,762,l), +(459,762,l), +(459,800,l), +(409,800,l), +(-5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(459,327,l), +(459,363,l), +(198,363,l), +(179,327,l) +); +} +); +width = 457; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (479,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(114,0,l), +(472,704,l), +(435,696,l), +(481,696,l), +(481,800,l), +(404,800,l), +(-5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(481,272,l), +(481,376,l), +(269,376,l), +(210,272,l) +); +} +); +width = 479; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (602,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(348,0,l), +(594,561,l), +(557,544,l), +(604,544,l), +(604,800,l), +(352,800,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(604,132,l), +(604,390,l), +(453,390,l), +(333,132,l) +); +} +); +width = 602; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (758,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(48,0,l), +(731,775,l), +(704,762,l), +(760,762,l), +(760,800,l), +(700,800,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(760,327,l), +(760,363,l), +(337,363,l), +(306,327,l) +); +} +); +width = 758; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (864,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(224,0,l), +(820,673,l), +(740,640,l), +(866,640,l), +(866,800,l), +(711,800,l), +(-4,0,l) +); +}, +{ +closed = 1; +nodes = ( +(866,248,l), +(866,400,l), +(463,400,l), +(324,248,l) +); +} +); +width = 864; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (852,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(469,0,l), +(824,561,l), +(787,544,l), +(854,544,l), +(854,800,l), +(520,800,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(854,132,l), +(854,390,l), +(553,390,l), +(393,132,l) +); +} +); +width = 852; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (543,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(43,0,l), +(527,775,l), +(499,762,l), +(545,762,l), +(545,800,l), +(495,800,l), +(-5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(545,327,l), +(545,363,l), +(242,363,l), +(219,327,l) +); +} +); +width = 543; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (835,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(139,0,l), +(780,710,l), +(751,700,l), +(837,700,l), +(837,800,l), +(720,800,l), +(-5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(837,276,l), +(837,372,l), +(426,372,l), +(330,276,l) +); +} +); +width = 835; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (438,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(293,0,l), +(432,561,l), +(393,544,l), +(440,544,l), +(440,800,l), +(200,800,l), +(-2,0,l) +); +}, +{ +closed = 1; +nodes = ( +(440,141,l), +(440,381,l), +(280,381,l), +(222,141,l) +); +} +); +width = 438; +} +); +metricLeft = "=TNGU*-1"; +metricRight = "=-2"; +}, +{ +export = 0; +glyphname = _O.OE; +lastChange = "2023-01-15 15:12:28 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (702,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(647,-16,o), +(776,142,o), +(776,400,cs), +(776,658,o), +(647,816,o), +(436,816,cs), +(206,816,o), +(56,652,o), +(56,400,cs), +(56,148,o), +(206,-16,o), +(436,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,92,o), +(170,209,o), +(170,400,cs), +(170,591,o), +(271,708,o), +(436,708,cs), +(601,708,o), +(702,591,o), +(702,400,cs), +(702,209,o), +(601,92,o), +(436,92,cs) +); +} +); +width = 776; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (576,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(509,-12,o), +(608,136,o), +(608,400,cs), +(608,664,o), +(509,812,o), +(334,812,cs), +(152,812,o), +(50,664,o), +(50,400,cs), +(50,136,o), +(152,-12,o), +(334,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(179,26,o), +(92,161,o), +(92,400,cs), +(92,639,o), +(179,774,o), +(334,774,cs), +(489,774,o), +(576,639,o), +(576,400,cs), +(576,161,o), +(489,26,o), +(334,26,cs) +); +} +); +width = 608; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (714,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(617,-12,o), +(746,145,o), +(746,400,cs), +(746,655,o), +(617,812,o), +(406,812,cs), +(189,812,o), +(56,655,o), +(56,400,cs), +(56,145,o), +(189,-12,o), +(406,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(215,26,o), +(98,168,o), +(98,400,cs), +(98,632,o), +(215,774,o), +(406,774,cs), +(597,774,o), +(714,632,o), +(714,400,cs), +(714,168,o), +(597,26,o), +(406,26,cs) +); +} +); +width = 746; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (999,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(859,-12,o), +(1032,136,o), +(1032,400,cs), +(1032,664,o), +(859,812,o), +(552,812,cs), +(238,812,o), +(62,664,o), +(62,400,cs), +(62,136,o), +(238,-12,o), +(552,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(266,26,o), +(105,161,o), +(105,400,cs), +(105,639,o), +(266,774,o), +(552,774,cs), +(838,774,o), +(999,639,o), +(999,400,cs), +(999,161,o), +(838,26,o), +(552,26,cs) +); +} +); +width = 1032; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (556,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(527,-16,o), +(630,142,o), +(630,400,cs), +(630,658,o), +(527,816,o), +(360,816,cs), +(162,816,o), +(50,666,o), +(50,400,cs), +(50,134,o), +(162,-16,o), +(360,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(231,90,o), +(164,195,o), +(164,400,cs), +(164,605,o), +(231,710,o), +(360,710,cs), +(489,710,o), +(556,605,o), +(556,400,cs), +(556,195,o), +(489,90,o), +(360,90,cs) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (980,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(880,-16,o), +(1066,142,o), +(1066,400,cs), +(1066,658,o), +(880,816,o), +(576,816,cs), +(244,816,o), +(56,658,o), +(56,400,cs), +(56,142,o), +(244,-16,o), +(576,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(316,84,o), +(172,204,o), +(172,400,cs), +(172,596,o), +(316,716,o), +(576,716,cs), +(836,716,o), +(980,596,o), +(980,400,cs), +(980,204,o), +(836,84,o), +(576,84,cs) +); +} +); +width = 1066; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (517,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(536,-20,o), +(665,156,o), +(665,400,cs), +(665,644,o), +(536,820,o), +(359,820,cs), +(150,820,o), +(33,669,o), +(33,400,cs), +(33,131,o), +(150,-20,o), +(359,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,148,o), +(221,234,o), +(221,400,cs), +(221,566,o), +(271,652,o), +(369,652,cs), +(467,652,o), +(517,566,o), +(517,400,cs), +(517,234,o), +(467,148,o), +(369,148,cs) +); +} +); +width = 665; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (670,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(658,-20,o), +(818,156,o), +(818,400,cs), +(818,644,o), +(658,820,o), +(438,820,cs), +(198,820,o), +(38,652,o), +(38,400,cs), +(38,148,o), +(198,-20,o), +(438,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(310,152,o), +(226,246,o), +(226,400,cs), +(226,554,o), +(310,648,o), +(448,648,cs), +(586,648,o), +(670,554,o), +(670,400,cs), +(670,246,o), +(586,152,o), +(448,152,cs) +); +} +); +width = 818; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (952,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(917,-20,o), +(1104,131,o), +(1104,400,cs), +(1104,669,o), +(917,820,o), +(584,820,cs), +(238,820,o), +(44,669,o), +(44,400,cs), +(44,131,o), +(238,-20,o), +(584,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(358,140,o), +(236,228,o), +(236,400,cs), +(236,572,o), +(358,660,o), +(594,660,cs), +(830,660,o), +(952,572,o), +(952,400,cs), +(952,228,o), +(830,140,o), +(594,140,cs) +); +} +); +width = 1104; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (446,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(563,-26,o), +(694,144,o), +(694,400,cs), +(694,656,o), +(563,826,o), +(366,826,cs), +(143,826,o), +(18,673,o), +(18,400,cs), +(18,127,o), +(143,-26,o), +(366,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(327,234,o), +(306,284,o), +(306,400,cs), +(306,516,o), +(327,566,o), +(376,566,cs), +(425,566,o), +(446,516,o), +(446,400,cs), +(446,284,o), +(425,234,o), +(376,234,cs) +); +} +); +width = 694; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (532,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(654,-26,o), +(818,153,o), +(818,400,cs), +(818,647,o), +(654,826,o), +(428,826,cs), +(174,826,o), +(18,664,o), +(18,400,cs), +(18,136,o), +(174,-26,o), +(428,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(376,238,o), +(344,293,o), +(344,400,cs), +(344,507,o), +(376,562,o), +(438,562,cs), +(500,562,o), +(532,507,o), +(532,400,cs), +(532,293,o), +(500,238,o), +(438,238,cs) +); +} +); +width = 818; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (782,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(921,-26,o), +(1142,144,o), +(1142,400,cs), +(1142,656,o), +(921,826,o), +(590,826,cs), +(212,826,o), +(18,681,o), +(18,400,cs), +(18,119,o), +(212,-26,o), +(590,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(496,238,o), +(438,293,o), +(438,400,cs), +(438,507,o), +(496,562,o), +(610,562,cs), +(724,562,o), +(782,507,o), +(782,400,cs), +(782,293,o), +(724,238,o), +(610,238,cs) +); +} +); +width = 1142; +} +); +metricLeft = RNDU; +metricRight = "=0"; +}, +{ +export = 0; +glyphname = _a.ae; +lastChange = "2022-06-04 05:32:59 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (457,0); +} +); +background = { +shapes = ( +{ +pos = (414,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(372,-14,o), +(449,24,o), +(495,97,c), +(539,97,l), +(555,240,l), +(555,390,ls), +(555,535,o), +(471,616,o), +(321,616,cs), +(156,616,o), +(57,528,o), +(41,380,c), +(147,380,l), +(167,464,o), +(223,512,o), +(319,512,cs), +(409,512,o), +(457,461,o), +(457,370,cs), +(457,231,ls), +(457,166,o), +(384,87,o), +(291,87,cs), +(234,87,o), +(195,117,o), +(195,161,cs), +(195,204,o), +(221,231,o), +(275,239,cs), +(467,269,l), +(467,366,l), +(259,334,ls), +(143,316,o), +(77,254,o), +(77,156,cs), +(77,54,o), +(152,-14,o), +(270,-14,cs) +); +} +); +width = 555; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (354,0); +} +); +background = { +shapes = ( +{ +pos = (343,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(303,-14,o), +(374,20,o), +(404,70,c), +(464,70,l), +(508,240,l), +(508,420,ls), +(508,556,o), +(424,640,o), +(288,640,cs), +(132,640,o), +(32,541,o), +(24,380,c), +(192,380,l), +(202,448,o), +(236,486,o), +(286,486,cs), +(329,486,o), +(354,454,o), +(354,400,cs), +(354,214,ls), +(354,170,o), +(315,136,o), +(272,136,cs), +(242,136,o), +(222,154,o), +(222,180,cs), +(222,206,o), +(240,227,o), +(266,232,cs), +(364,252,l), +(364,380,l), +(228,354,ls), +(107,331,o), +(44,267,o), +(44,159,cs), +(44,59,o), +(120,-14,o), +(226,-14,cs) +); +} +); +width = 508; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (452,0); +} +); +background = { +shapes = ( +{ +pos = (425,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(375,-16,o), +(465,18,o), +(510,74,c), +(570,74,l), +(606,150,l), +(606,390,ls), +(606,545,o), +(506,640,o), +(344,640,cs), +(161,640,o), +(48,543,o), +(28,380,c), +(198,380,l), +(220,450,o), +(268,486,o), +(342,486,cs), +(414,486,o), +(452,447,o), +(452,370,cs), +(452,242,ls), +(452,178,o), +(390,130,o), +(314,130,cs), +(266,130,o), +(242,148,o), +(242,182,cs), +(242,211,o), +(262,230,o), +(296,236,cs), +(462,263,l), +(462,389,l), +(274,360,ls), +(128,337,o), +(60,274,o), +(60,159,cs), +(60,58,o), +(150,-16,o), +(275,-16,cs) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (400,0); +} +); +background = { +shapes = ( +{ +pos = (356,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(323,-12,o), +(393,43,o), +(417,116,c), +(445,116,l), +(435,200,l), +(435,406,ls), +(435,530,o), +(370,600,o), +(254,600,cs), +(129,600,o), +(47,516,o), +(37,380,c), +(75,380,l), +(85,494,o), +(153,564,o), +(254,564,cs), +(347,564,o), +(400,505,o), +(400,400,cs), +(400,216,ls), +(400,97,o), +(333,24,o), +(224,24,cs), +(148,24,o), +(97,71,o), +(97,141,cs), +(97,203,o), +(140,250,o), +(209,264,cs), +(410,305,l), +(410,344,l), +(194,300,ls), +(109,283,o), +(57,222,o), +(57,141,cs), +(57,46,o), +(120,-12,o), +(223,-12,cs) +); +} +); +width = 445; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (374,0); +} +); +background = { +shapes = ( +{ +pos = (336,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(320,-14,o), +(385,22,o), +(410,80,c), +(454,80,l), +(471,192,l), +(471,410,ls), +(471,538,o), +(396,616,o), +(273,616,cs), +(134,616,o), +(47,532,o), +(37,380,c), +(139,380,l), +(153,469,o), +(201,514,o), +(273,514,cs), +(336,514,o), +(374,472,o), +(374,400,cs), +(374,210,ls), +(374,142,o), +(322,88,o), +(254,88,cs), +(201,88,o), +(174,112,o), +(174,159,cs), +(174,199,o), +(203,232,o), +(247,240,cs), +(384,266,l), +(384,364,l), +(232,336,ls), +(121,316,o), +(59,250,o), +(59,153,cs), +(59,49,o), +(127,-14,o), +(238,-14,cs) +); +} +); +width = 471; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (394,0); +} +); +background = { +shapes = ( +{ +pos = (396,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(322,-14,o), +(411,32,o), +(444,100,c), +(524,100,l), +(648,240,l), +(648,390,ls), +(648,567,o), +(540,666,o), +(348,666,cs), +(148,666,o), +(28,561,o), +(14,374,c), +(308,374,l), +(314,414,o), +(331,434,o), +(358,434,cs), +(382,434,o), +(394,417,o), +(394,384,cs), +(394,230,ls), +(394,198,o), +(383,180,o), +(364,180,cs), +(345,180,o), +(335,194,o), +(335,219,cs), +(335,248,o), +(349,266,o), +(375,271,cs), +(398,275,l), +(398,363,l), +(212,336,ls), +(87,318,o), +(22,254,o), +(22,148,cs), +(22,48,o), +(97,-14,o), +(220,-14,cs) +); +} +); +width = 648; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (670,0); +} +); +background = { +shapes = ( +{ +pos = (615,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(516,-12,o), +(636,48,o), +(684,154,c), +(714,154,l), +(707,200,l), +(707,366,ls), +(707,516,o), +(594,600,o), +(394,600,cs), +(191,600,o), +(65,521,o), +(45,380,c), +(85,380,l), +(103,498,o), +(214,564,o), +(394,564,cs), +(571,564,o), +(670,491,o), +(670,360,cs), +(670,250,ls), +(670,114,o), +(536,24,o), +(346,24,cs), +(192,24,o), +(113,70,o), +(113,159,cs), +(113,223,o), +(168,266,o), +(259,272,cs), +(680,302,l), +(680,340,l), +(255,310,ls), +(142,302,o), +(73,244,o), +(73,157,cs), +(73,45,o), +(164,-12,o), +(342,-12,cs) +); +} +); +width = 714; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (670,0); +} +); +background = { +shapes = ( +{ +pos = (638,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(526,-16,o), +(660,24,o), +(720,90,c), +(791,90,l), +(824,180,l), +(824,370,ls), +(824,548,o), +(701,640,o), +(463,640,cs), +(192,640,o), +(46,552,o), +(32,380,c), +(210,380,l), +(229,456,o), +(310,492,o), +(463,492,cs), +(600,492,o), +(670,447,o), +(670,360,cs), +(670,240,ls), +(670,174,o), +(547,122,o), +(394,122,cs), +(296,122,o), +(250,140,o), +(250,179,cs), +(250,214,o), +(275,233,o), +(324,236,cs), +(680,261,l), +(680,384,l), +(322,360,ls), +(147,348,o), +(64,288,o), +(64,172,cs), +(64,48,o), +(167,-16,o), +(367,-16,cs) +); +} +); +width = 824; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (578,0); +} +); +background = { +shapes = ( +{ +pos = (580,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(482,-16,o), +(598,19,o), +(648,80,c), +(768,80,l), +(914,290,l), +(914,390,ls), +(914,572,o), +(766,666,o), +(478,666,cs), +(188,666,o), +(30,565,o), +(14,370,c), +(402,370,l), +(410,411,o), +(442,430,o), +(502,430,cs), +(554,430,o), +(578,411,o), +(578,370,cs), +(578,223,ls), +(578,194,o), +(541,172,o), +(494,172,cs), +(456,172,o), +(435,184,o), +(435,205,cs), +(435,227,o), +(452,240,o), +(481,242,cs), +(582,249,l), +(582,358,l), +(278,337,ls), +(111,325,o), +(32,269,o), +(32,160,cs), +(32,44,o), +(131,-16,o), +(322,-16,cs) +); +} +); +width = 914; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (478,0); +} +); +background = { +shapes = ( +{ +pos = (429,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(375,-12,o), +(465,42,o), +(494,130,c), +(521,130,l), +(515,200,l), +(515,386,ls), +(515,519,o), +(430,600,o), +(292,600,cs), +(150,600,o), +(53,512,o), +(41,380,c), +(80,380,l), +(93,490,o), +(174,564,o), +(292,564,cs), +(407,564,o), +(478,494,o), +(478,380,cs), +(478,228,ls), +(478,102,o), +(395,24,o), +(262,24,cs), +(172,24,o), +(112,72,o), +(112,143,cs), +(112,211,o), +(159,256,o), +(243,269,cs), +(488,307,l), +(488,346,l), +(228,305,ls), +(128,289,o), +(71,231,o), +(71,143,cs), +(71,50,o), +(146,-12,o), +(258,-12,cs) +); +} +); +width = 521; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (664,0); +} +); +background = { +shapes = ( +{ +pos = (621,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(521,-14,o), +(645,32,o), +(702,106,c), +(752,106,l), +(762,220,l), +(762,370,ls), +(762,532,o), +(647,616,o), +(424,616,cs), +(193,616,o), +(63,536,o), +(41,380,c), +(149,380,l), +(179,475,o), +(266,520,o), +(424,520,cs), +(587,520,o), +(664,466,o), +(664,350,cs), +(664,248,ls), +(664,147,o), +(548,80,o), +(375,80,cs), +(263,80,o), +(200,110,o), +(200,162,cs), +(200,213,o), +(238,238,o), +(328,244,cs), +(674,268,l), +(674,360,l), +(308,334,ls), +(159,323,o), +(82,266,o), +(82,164,cs), +(82,43,o), +(176,-14,o), +(375,-14,cs) +); +} +); +width = 762; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (334,0); +} +); +background = { +shapes = ( +{ +pos = (336,0); +ref = _e.digraph; +}, +{ +ref = a; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(275,-12,o), +(346,25,o), +(374,80,c), +(454,80,l), +(550,240,l), +(550,410,ls), +(550,574,o), +(461,666,o), +(304,666,cs), +(132,666,o), +(28,562,o), +(14,378,c), +(272,378,l), +(278,425,o), +(287,440,o), +(308,440,cs), +(328,440,o), +(334,428,o), +(334,390,cs), +(334,218,ls), +(334,186,o), +(327,170,o), +(312,170,cs), +(297,170,o), +(289,184,o), +(289,210,cs), +(289,240,o), +(300,259,o), +(320,263,cs), +(338,267,l), +(338,366,l), +(188,339,ls), +(80,320,o), +(20,252,o), +(20,150,cs), +(20,53,o), +(90,-12,o), +(196,-12,cs) +); +} +); +width = 550; +} +); +metricLeft = "=RND/1.3"; +metricRight = "=0"; +}, +{ +export = 0; +glyphname = _bar.Hbar; +lastChange = "2022-09-25 20:35:53 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (416,800); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(812,600,l), +(812,690,l), +(20,690,l), +(20,600,l) +); +} +); +width = 832; +}, +{ +anchors = ( +{ +name = _top; +pos = (331,800); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(643,605,l), +(643,637,l), +(19,637,l), +(19,605,l) +); +} +); +width = 662; +}, +{ +anchors = ( +{ +name = _top; +pos = (386,800); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(750,605,l), +(750,637,l), +(22,637,l), +(22,605,l) +); +} +); +width = 772; +}, +{ +anchors = ( +{ +name = _top; +pos = (517,800); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(1029,605,l), +(1029,637,l), +(5,637,l), +(5,605,l) +); +} +); +width = 1034; +}, +{ +anchors = ( +{ +name = _top; +pos = (357,800); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(681,600,l), +(681,690,l), +(33,690,l), +(33,600,l) +); +} +); +width = 714; +}, +{ +anchors = ( +{ +name = _top; +pos = (536,800); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(1070,600,l), +(1070,690,l), +(2,690,l), +(2,600,l) +); +} +); +width = 1072; +}, +{ +anchors = ( +{ +name = _top; +pos = (350,800); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(686,595,l), +(686,715,l), +(14,715,l), +(14,595,l) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = _top; +pos = (416,800); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(824,595,l), +(824,715,l), +(8,715,l), +(8,595,l) +); +} +); +width = 832; +}, +{ +anchors = ( +{ +name = _top; +pos = (544,800); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(1090,595,l), +(1090,715,l), +(-2,715,l), +(-2,595,l) +); +} +); +width = 1088; +}, +{ +anchors = ( +{ +name = _top; +pos = (364,800); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(738,585,l), +(738,745,l), +(-10,745,l), +(-10,585,l) +); +} +); +width = 728; +}, +{ +anchors = ( +{ +name = _top; +pos = (430,800); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(870,585,l), +(870,745,l), +(-10,745,l), +(-10,585,l) +); +} +); +width = 860; +}, +{ +anchors = ( +{ +name = _top; +pos = (590,800); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(1200,585,l), +(1200,745,l), +(-20,745,l), +(-20,585,l) +); +} +); +width = 1180; +} +); +metricWidth = "=H"; +}, +{ +export = 0; +glyphname = _e.digraph; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-06-04 05:33:00 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +pos = (43,0); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = o; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(131,264,l), +(611,264,l), +(612,278,o), +(613,292,o), +(613,307,cs), +(613,497,o), +(506,616,o), +(337,616,cs), +(167,616,o), +(53,492,o), +(53,305,cs), +(53,106,o), +(163,-16,o), +(342,-16,cs), +(486,-16,o), +(592,56,o), +(631,184,c), +(527,184,l), +(492,122,o), +(425,84,o), +(342,84,cs), +(220,84,o), +(151,165,o), +(151,305,cs), +(151,435,o), +(222,516,o), +(337,516,cs), +(448,516,o), +(511,439,o), +(511,305,c), +(548,362,l), +(131,362,l) +); +} +); +width = 669; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (27,0); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = o; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(128,252,l), +(650,252,l), +(654,270,o), +(656,291,o), +(656,313,cs), +(656,514,o), +(538,640,o), +(352,640,cs), +(163,640,o), +(37,509,o), +(37,313,cs), +(37,107,o), +(157,-20,o), +(354,-20,cs), +(506,-20,o), +(621,57,o), +(672,194,c), +(492,194,l), +(462,149,o), +(417,124,o), +(354,124,cs), +(253,124,o), +(199,189,o), +(199,313,cs), +(199,426,o), +(257,494,o), +(352,494,cs), +(450,494,o), +(500,432,o), +(500,313,c), +(552,376,l), +(128,376,l) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (43,0); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = o; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(118,264,l), +(839,264,l), +(840,273,o), +(841,290,o), +(841,307,cs), +(841,505,o), +(700,616,o), +(449,616,cs), +(203,616,o), +(53,498,o), +(53,305,cs), +(53,100,o), +(196,-16,o), +(451,-16,cs), +(664,-16,o), +(809,56,o), +(865,184,c), +(745,184,l), +(682,116,o), +(599,78,o), +(451,78,cs), +(256,78,o), +(155,157,o), +(155,305,cs), +(155,443,o), +(261,522,o), +(449,522,cs), +(639,522,o), +(737,447,o), +(737,305,c), +(773,358,l), +(118,358,l) +); +} +); +width = 903; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (32,0); +} +); +background = { +shapes = ( +{ +pos = (-10,0); +ref = o; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(156,258,l), +(871,258,l), +(875,274,o), +(877,293,o), +(877,315,cs), +(877,529,o), +(736,640,o), +(463,640,cs), +(194,640,o), +(42,522,o), +(42,313,cs), +(42,93,o), +(185,-20,o), +(464,-20,cs), +(682,-20,o), +(828,53,o), +(894,194,c), +(690,194,l), +(641,141,o), +(572,118,o), +(464,118,cs), +(286,118,o), +(210,177,o), +(210,313,cs), +(210,444,o), +(286,500,o), +(463,500,cs), +(636,500,o), +(711,443,o), +(711,313,c), +(766,374,l), +(156,374,l) +); +} +); +width = 924; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (38,0); +} +); +background = { +shapes = ( +{ +pos = (-4,0); +ref = o; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(111,264,l), +(518,264,l), +(519,278,o), +(520,292,o), +(520,317,cs), +(520,508,o), +(436,616,o), +(288,616,cs), +(139,616,o), +(48,498,o), +(48,305,cs), +(48,100,o), +(137,-16,o), +(294,-16,cs), +(416,-16,o), +(502,56,o), +(532,184,c), +(432,184,l), +(402,118,o), +(357,84,o), +(294,84,cs), +(195,84,o), +(144,159,o), +(144,305,cs), +(144,439,o), +(196,514,o), +(288,514,cs), +(376,514,o), +(418,450,o), +(418,315,c), +(456,360,l), +(111,360,l) +); +} +); +width = 566; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (11,0); +} +); +background = { +shapes = ( +{ +pos = (-20,0); +ref = o; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(135,254,l), +(536,254,l), +(539,268,o), +(540,291,o), +(540,313,cs), +(540,526,o), +(452,640,o), +(286,640,cs), +(123,640,o), +(31,522,o), +(31,313,cs), +(31,93,o), +(118,-20,o), +(288,-20,cs), +(426,-20,o), +(515,53,o), +(553,194,c), +(390,194,l), +(363,148,o), +(330,124,o), +(288,124,cs), +(213,124,o), +(175,188,o), +(175,313,cs), +(175,427,o), +(216,494,o), +(286,494,cs), +(352,494,o), +(386,433,o), +(386,313,c), +(442,374,l), +(135,374,l) +); +} +); +width = 575; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (49,0); +} +); +background = { +shapes = ( +{ +pos = (-4,0); +ref = o; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(82,284,l), +(563,284,l), +(564,295,o), +(565,308,o), +(565,318,cs), +(565,497,o), +(474,600,o), +(314,600,cs), +(152,600,o), +(53,486,o), +(53,300,cs), +(53,100,o), +(148,-12,o), +(318,-12,cs), +(450,-12,o), +(545,59,o), +(581,184,c), +(541,184,l), +(510,82,o), +(430,23,o), +(318,23,cs), +(172,23,o), +(90,123,o), +(90,300,cs), +(90,464,o), +(175,565,o), +(314,565,cs), +(450,565,o), +(527,475,o), +(527,318,c), +(551,319,l), +(82,319,l) +); +} +); +width = 619; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-2,0); +} +); +background = { +shapes = ( +{ +pos = (-20,0); +ref = o; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(221,298,l), +(705,298,l), +(706,307,o), +(706,320,o), +(706,330,cs), +(706,532,o), +(572,666,o), +(370,666,cs), +(159,666,o), +(18,528,o), +(18,320,cs), +(18,112,o), +(157,-26,o), +(366,-26,cs), +(565,-26,o), +(705,92,o), +(717,270,c), +(423,270,l), +(415,233,o), +(396,214,o), +(366,214,cs), +(325,214,o), +(306,246,o), +(306,320,cs), +(306,394,o), +(324,426,o), +(360,426,cs), +(392,426,o), +(408,400,o), +(408,338,c), +(573,358,l), +(221,358,l) +); +} +); +width = 730; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (44,0); +} +); +background = { +shapes = ( +{ +pos = (-4,0); +ref = o; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(72,284,l), +(482,284,l), +(483,292,o), +(484,306,o), +(484,318,cs), +(484,503,o), +(412,600,o), +(274,600,cs), +(129,600,o), +(48,492,o), +(48,300,cs), +(48,94,o), +(126,-12,o), +(276,-12,cs), +(392,-12,o), +(467,55,o), +(496,184,c), +(457,184,l), +(433,78,o), +(372,23,o), +(276,23,cs), +(149,23,o), +(84,117,o), +(84,300,cs), +(84,470,o), +(152,565,o), +(274,565,cs), +(388,565,o), +(446,480,o), +(446,316,c), +(460,318,l), +(72,318,l) +); +} +); +width = 530; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (55,0); +} +); +background = { +shapes = ( +{ +pos = (-4,0); +ref = o; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(85,284,l), +(781,284,l), +(782,293,o), +(783,305,o), +(783,318,cs), +(783,502,o), +(658,600,o), +(422,600,cs), +(190,600,o), +(59,492,o), +(59,300,cs), +(59,94,o), +(186,-12,o), +(432,-12,cs), +(628,-12,o), +(753,55,o), +(799,184,c), +(757,184,l), +(714,78,o), +(604,23,o), +(432,23,cs), +(211,23,o), +(97,117,o), +(97,300,cs), +(97,470,o), +(214,565,o), +(422,565,cs), +(635,565,o), +(745,480,o), +(745,318,c), +(759,319,l), +(85,319,l) +); +} +); +width = 841; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-2,0); +} +); +background = { +shapes = ( +{ +pos = (-20,0); +ref = o; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(323,298,l), +(981,298,l), +(982,305,o), +(982,316,o), +(982,330,cs), +(982,552,o), +(819,666,o), +(504,666,cs), +(183,666,o), +(18,548,o), +(18,320,cs), +(18,92,o), +(183,-26,o), +(502,-26,cs), +(800,-26,o), +(967,75,o), +(993,270,c), +(613,270,l), +(601,233,o), +(565,214,o), +(506,214,cs), +(435,214,o), +(398,250,o), +(398,320,cs), +(398,392,o), +(431,426,o), +(502,426,cs), +(563,426,o), +(592,395,o), +(592,330,c), +(747,358,l), +(323,358,l) +); +} +); +width = 1006; +}, +{ +anchors = ( +{ +name = "#entry"; +pos = (-2,0); +} +); +background = { +shapes = ( +{ +pos = (-20,0); +ref = o; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(193,298,l), +(587,298,l), +(588,307,o), +(588,320,o), +(588,330,cs), +(588,545,o), +(489,666,o), +(312,666,cs), +(124,666,o), +(18,541,o), +(18,320,cs), +(18,99,o), +(121,-26,o), +(304,-26,cs), +(481,-26,o), +(587,81,o), +(597,270,c), +(339,270,l), +(334,212,o), +(325,194,o), +(302,194,cs), +(274,194,o), +(264,224,o), +(264,320,cs), +(264,416,o), +(274,446,o), +(300,446,cs), +(323,446,o), +(332,419,o), +(332,330,c), +(485,358,l), +(193,358,l) +); +} +); +width = 610; +} +); +metricLeft = RND; +metricRight = "=RND/1.4"; +}, +{ +export = 0; +glyphname = _o.oe; +kernLeft = rnd_left; +kernRight = rnd_right; +lastChange = "2022-06-04 05:33:02 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#exit"; +pos = (547,0); +} +); +background = { +shapes = ( +{ +pos = (6,0); +ref = "en-cy"; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(530,-16,o), +(647,110,o), +(647,300,cs), +(647,490,o), +(530,616,o), +(355,616,cs), +(174,616,o), +(53,490,o), +(53,300,cs), +(53,110,o), +(174,-16,o), +(355,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,88,o), +(163,169,o), +(163,300,cs), +(163,431,o), +(236,512,o), +(355,512,cs), +(474,512,o), +(547,431,o), +(547,300,cs), +(547,169,o), +(474,88,o), +(355,88,cs) +); +} +); +width = 700; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (507,0); +} +); +background = { +shapes = ( +{ +pos = (-2,0); +ref = n; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(546,-20,o), +(671,112,o), +(671,310,cs), +(671,508,o), +(546,640,o), +(359,640,cs), +(166,640,o), +(37,508,o), +(37,310,cs), +(37,112,o), +(166,-20,o), +(359,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(267,140,o), +(211,205,o), +(211,310,cs), +(211,415,o), +(267,480,o), +(359,480,cs), +(451,480,o), +(507,415,o), +(507,310,cs), +(507,205,o), +(451,140,o), +(359,140,cs) +); +} +); +width = 708; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (781,0); +} +); +background = { +shapes = ( +{ +pos = (25,0); +ref = "en-cy"; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(727,-16,o), +(883,104,o), +(883,300,cs), +(883,496,o), +(727,616,o), +(473,616,cs), +(213,616,o), +(53,496,o), +(53,300,cs), +(53,104,o), +(213,-16,o), +(473,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(276,80,o), +(165,159,o), +(165,300,cs), +(165,441,o), +(276,520,o), +(473,520,cs), +(670,520,o), +(781,441,o), +(781,300,cs), +(781,159,o), +(670,80,o), +(473,80,cs) +); +} +); +width = 936; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (722,0); +} +); +background = { +shapes = ( +{ +pos = (3,0); +ref = n; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(744,-20,o), +(896,99,o), +(896,310,cs), +(896,521,o), +(744,640,o), +(474,640,cs), +(198,640,o), +(42,521,o), +(42,310,cs), +(42,99,o), +(198,-20,o), +(474,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(310,132,o), +(226,193,o), +(226,310,cs), +(226,427,o), +(310,488,o), +(474,488,cs), +(638,488,o), +(722,427,o), +(722,310,cs), +(722,193,o), +(638,132,o), +(474,132,cs) +); +} +); +width = 938; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (448,0); +} +); +background = { +shapes = ( +{ +pos = (12,0); +ref = "en-cy"; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(453,-16,o), +(546,104,o), +(546,300,cs), +(546,496,o), +(453,616,o), +(302,616,cs), +(145,616,o), +(48,496,o), +(48,300,cs), +(48,104,o), +(145,-16,o), +(302,-16,cs) +); +}, +{ +closed = 1; +nodes = ( +(209,86,o), +(156,163,o), +(156,300,cs), +(156,437,o), +(209,514,o), +(302,514,cs), +(395,514,o), +(448,437,o), +(448,300,cs), +(448,163,o), +(395,86,o), +(302,86,cs) +); +} +); +width = 594; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (405,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(464,-20,o), +(555,99,o), +(555,310,cs), +(555,521,o), +(464,640,o), +(303,640,cs), +(129,640,o), +(31,521,o), +(31,310,cs), +(31,99,o), +(129,-20,o), +(303,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(236,134,o), +(201,194,o), +(201,310,cs), +(201,426,o), +(236,486,o), +(303,486,cs), +(370,486,o), +(405,426,o), +(405,310,cs), +(405,194,o), +(370,134,o), +(303,134,cs) +); +} +); +width = 586; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (558,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(493,-12,o), +(595,104,o), +(595,294,cs), +(595,484,o), +(493,600,o), +(326,600,cs), +(157,600,o), +(53,484,o), +(53,294,cs), +(53,104,o), +(157,-12,o), +(326,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,24,o), +(94,127,o), +(94,294,cs), +(94,461,o), +(182,564,o), +(326,564,cs), +(470,564,o), +(558,461,o), +(558,294,cs), +(558,127,o), +(470,24,o), +(326,24,cs) +); +} +); +width = 648; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (418,0); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = "en-cy"; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(578,-26,o), +(718,112,o), +(718,320,cs), +(718,528,o), +(578,666,o), +(368,666,cs), +(158,666,o), +(18,528,o), +(18,320,cs), +(18,112,o), +(158,-26,o), +(368,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(350,214,o), +(338,246,o), +(338,320,cs), +(338,394,o), +(350,426,o), +(378,426,cs), +(406,426,o), +(418,394,o), +(418,320,cs), +(418,246,o), +(406,214,o), +(378,214,cs) +); +} +); +width = 736; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (468,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(423,-12,o), +(504,98,o), +(504,294,cs), +(504,490,o), +(423,600,o), +(278,600,cs), +(131,600,o), +(48,490,o), +(48,294,cs), +(48,98,o), +(131,-12,o), +(278,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(156,24,o), +(88,121,o), +(88,294,cs), +(88,467,o), +(156,564,o), +(278,564,cs), +(400,564,o), +(468,467,o), +(468,294,cs), +(468,121,o), +(400,24,o), +(278,24,cs) +); +} +); +width = 552; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (777,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(680,-12,o), +(815,98,o), +(815,294,cs), +(815,490,o), +(680,600,o), +(439,600,cs), +(196,600,o), +(59,490,o), +(59,294,cs), +(59,98,o), +(196,-12,o), +(439,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(223,24,o), +(101,121,o), +(101,294,cs), +(101,467,o), +(223,564,o), +(439,564,cs), +(655,564,o), +(777,467,o), +(777,294,cs), +(777,121,o), +(655,24,o), +(439,24,cs) +); +} +); +width = 874; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (346,0); +} +); +background = { +shapes = ( +{ +ref = "en-cy"; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(494,-26,o), +(598,99,o), +(598,320,cs), +(598,541,o), +(494,666,o), +(308,666,cs), +(122,666,o), +(18,541,o), +(18,320,cs), +(18,99,o), +(122,-26,o), +(308,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(296,194,o), +(290,219,o), +(290,320,cs), +(290,421,o), +(296,446,o), +(318,446,cs), +(340,446,o), +(346,421,o), +(346,320,cs), +(346,219,o), +(340,194,o), +(318,194,cs) +); +} +); +width = 616; +}, +{ +anchors = ( +{ +name = "#exit"; +pos = (618,0); +} +); +background = { +shapes = ( +{ +pos = (10,0); +ref = "en-cy"; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(831,-26,o), +(998,92,o), +(998,320,cs), +(998,548,o), +(831,666,o), +(508,666,cs), +(185,666,o), +(18,548,o), +(18,320,cs), +(18,92,o), +(185,-26,o), +(508,-26,cs) +); +}, +{ +closed = 1; +nodes = ( +(452,214,o), +(418,250,o), +(418,320,cs), +(418,390,o), +(452,426,o), +(518,426,cs), +(584,426,o), +(618,390,o), +(618,320,cs), +(618,250,o), +(584,214,o), +(518,214,cs) +); +} +); +width = 1016; +} +); +metricLeft = RND; +metricRight = RND; +}, +{ +export = 0; +glyphname = _slash.Lslash; +lastChange = "2022-09-25 20:35:53 +0000"; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (315,400); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(424,458,l), +(424,568,l), +(24,348,l), +(24,238,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (250,400); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(320,446,l), +(320,487,l), +(20,322,l), +(20,281,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (291,400); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(354,465,l), +(354,506,l), +(24,324,l), +(24,283,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (409,400); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(486,494,l), +(486,533,l), +(-14,328,l), +(-14,289,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (265,400); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(350,416,l), +(350,528,l), +(32,353,l), +(32,241,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (431,400); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(526,469,l), +(526,568,l), +(-14,348,l), +(-14,249,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (275,400); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(368,422,l), +(368,582,l), +(7,383,l), +(7,223,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (315,400); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(434,458,l), +(434,618,l), +(-26,366,l), +(-26,206,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (449,400); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(556,458,l), +(556,614,l), +(-44,369,l), +(-44,213,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (294,400); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(409,433,l), +(409,643,l), +(-13,411,l), +(-13,201,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (344,400); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(514,492,l), +(514,702,l), +(-26,406,l), +(-26,196,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (489,400); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(646,489,l), +(646,699,l), +(-74,405,l), +(-74,195,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = _slash.Oslash; +lastChange = "2022-06-04 05:33:03 +0000"; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (64,0); +ref = O; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(120,-16,l), +(236,-16,l), +(880,816,l), +(764,816,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (166,0); +ref = O; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(216,-12,l), +(261,-12,l), +(784,812,l), +(739,812,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (94,0); +ref = O; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(150,-12,l), +(198,-12,l), +(850,812,l), +(802,812,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (-52,0); +ref = O; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(10,-12,l), +(67,-12,l), +(990,812,l), +(933,812,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (140,0); +ref = O; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(190,-16,l), +(298,-16,l), +(810,816,l), +(702,816,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (-76,0); +ref = O; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(-20,-16,l), +(116,-16,l), +(1020,816,l), +(884,816,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (131,0); +ref = O; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(164,-20,l), +(323,-20,l), +(836,820,l), +(677,820,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (52,0); +ref = O; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(90,-20,l), +(275,-20,l), +(910,820,l), +(725,820,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (-94,0); +ref = O; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-50,-20,l), +(165,-20,l), +(1050,820,l), +(835,820,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (124,0); +ref = O; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,-26,l), +(259,-26,l), +(858,826,l), +(741,826,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (62,0); +ref = O; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(80,-26,l), +(239,-26,l), +(920,826,l), +(761,826,l) +); +} +); +width = 1000; +}, +{ +anchors = ( +{ +name = _center; +pos = (500,400); +} +); +background = { +shapes = ( +{ +pos = (-110,0); +ref = O; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-92,-26,l), +(115,-26,l), +(1092,826,l), +(885,826,l) +); +} +); +width = 1000; +} +); +}, +{ +export = 0; +glyphname = _slash.lslash; +lastChange = "2022-09-25 20:35:53 +0000"; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (80,24); +ref = _slash.Lslash; +} +); +}; +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(440,449,l), +(440,553,l), +(160,399,l), +(160,295,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (112,24); +ref = _slash.Lslash; +} +); +}; +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(444,430,l), +(444,578,l), +(156,418,l), +(156,270,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (112,24); +ref = _slash.Lslash; +} +); +}; +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(470,443,l), +(470,591,l), +(130,405,l), +(130,257,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (100,24); +ref = _slash.Lslash; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(368,442,l), +(368,482,l), +(232,406,l), +(232,366,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (100,35); +ref = _slash.Lslash; +} +); +}; +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(418,437,l), +(418,541,l), +(182,411,l), +(182,307,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (72,-25); +ref = _slash.Lslash; +} +); +}; +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(530,456,l), +(530,644,l), +(70,392,l), +(70,204,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (70,15); +ref = _slash.Lslash; +} +); +}; +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(412,451,l), +(412,489,l), +(188,397,l), +(188,359,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (112,34); +ref = _slash.Lslash; +} +); +}; +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(528,443,l), +(528,591,l), +(72,405,l), +(72,257,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (112,24); +ref = _slash.Lslash; +} +); +}; +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(623,462,l), +(623,650,l), +(-23,386,l), +(-23,198,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (100,24); +ref = _slash.Lslash; +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(380,448,l), +(380,488,l), +(220,400,l), +(220,360,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (50,18); +ref = _slash.Lslash; +} +); +}; +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(495,453,l), +(495,553,l), +(105,395,l), +(105,295,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _center; +pos = (300,424); +} +); +background = { +shapes = ( +{ +pos = (112,18); +ref = _slash.Lslash; +} +); +}; +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(492,435,l), +(492,623,l), +(108,413,l), +(108,225,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = _slash.oslash; +lastChange = "2022-06-04 05:33:04 +0000"; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (355,300); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(53,-16,l), +(165,-16,l), +(657,616,l), +(545,616,l) +); +} +); +width = 710; +}, +{ +anchors = ( +{ +name = _center; +pos = (303,310); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(31,-20,l), +(163,-20,l), +(575,640,l), +(443,640,l) +); +} +); +width = 606; +}, +{ +anchors = ( +{ +name = _center; +pos = (359,310); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(37,-20,l), +(191,-20,l), +(681,640,l), +(527,640,l) +); +} +); +width = 718; +}, +{ +anchors = ( +{ +name = _center; +pos = (278,294); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(48,-12,l), +(92,-12,l), +(508,600,l), +(464,600,l) +); +} +); +width = 556; +}, +{ +anchors = ( +{ +name = _center; +pos = (302,300); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(48,-16,l), +(152,-16,l), +(556,616,l), +(452,616,l) +); +} +); +width = 604; +}, +{ +anchors = ( +{ +name = _center; +pos = (378,320); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(18,-26,l), +(125,-26,l), +(738,666,l), +(631,666,l) +); +} +); +width = 756; +}, +{ +anchors = ( +{ +name = _center; +pos = (439,294); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(59,-12,l), +(114,-12,l), +(819,600,l), +(764,600,l) +); +} +); +width = 878; +}, +{ +anchors = ( +{ +name = _center; +pos = (474,310); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(42,-20,l), +(236,-20,l), +(906,640,l), +(712,640,l) +); +} +); +width = 948; +}, +{ +anchors = ( +{ +name = _center; +pos = (518,320); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,-26,l), +(170,-26,l), +(1018,666,l), +(866,666,l) +); +} +); +width = 1036; +}, +{ +anchors = ( +{ +name = _center; +pos = (326,294); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(53,-12,l), +(99,-12,l), +(599,600,l), +(553,600,l) +); +} +); +width = 652; +}, +{ +anchors = ( +{ +name = _center; +pos = (473,300); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(53,-16,l), +(185,-16,l), +(893,616,l), +(761,616,l) +); +} +); +width = 946; +}, +{ +anchors = ( +{ +name = _center; +pos = (318,320); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(18,-26,l), +(115,-26,l), +(618,666,l), +(521,666,l) +); +} +); +width = 636; +} +); +metricWidth = "=o"; +}, +{ +export = 0; +glyphname = _tail.Descender; +lastChange = "2023-04-25 13:31:08 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (110,0); +} +); +layerId = m01; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-20,0,l), +(0,0,l), +(0,-172,l), +(110,-172,l), +(110,108,l), +(-20,108,l) +); +} +); +width = 128; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (190,0); +} +); +layerId = m002; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(10,0,l), +(10,-176,l), +(190,-176,l), +(190,180,l), +(0,180,l) +); +} +); +width = 202; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (110,0); +} +); +layerId = m003; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-72,0,l), +(0,0,l), +(0,-172,l), +(110,-172,l), +(110,100,l), +(-72,100,l) +); +} +); +width = 128; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (190,0); +} +); +layerId = m004; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-42,0,l), +(10,0,l), +(10,-176,l), +(190,-176,l), +(190,164,l), +(-42,164,l) +); +} +); +width = 204; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (110,0); +} +); +layerId = m005; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-20,0,l), +(0,0,l), +(0,-172,l), +(110,-172,l), +(110,106,l), +(-20,106,l) +); +} +); +width = 126; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (190,0); +} +); +layerId = m006; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(10,0,l), +(10,-176,l), +(190,-176,l), +(190,176,l), +(0,176,l) +); +} +); +width = 200; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (100,0); +} +); +layerId = m007; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(60,0,l), +(60,-168,l), +(100,-168,l), +(100,38,l), +(-40,38,l) +); +} +); +width = 118; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (316,0); +} +); +layerId = m008; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(20,0,l), +(20,-180,l), +(316,-180,l), +(316,280,l), +(-10,280,l) +); +} +); +width = 322; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (80,0); +} +); +layerId = m009; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(40,0,l), +(40,-168,l), +(80,-168,l), +(80,38,l), +(-40,38,l) +); +} +); +width = 96; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (120,0); +} +); +layerId = m010; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(80,0,l), +(80,-168,l), +(120,-168,l), +(120,38,l), +(-40,38,l) +); +} +); +width = 140; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (400,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(20,0,l), +(20,-180,l), +(400,-180,l), +(400,280,l), +(-10,280,l) +); +} +); +width = 406; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (276,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(18,0,l), +(18,-180,l), +(276,-180,l), +(276,260,l), +(-10,260,l) +); +} +); +width = 282; +} +); +metricRight = "=H/6"; +partsSettings = ( +{ +bottomValue = 0; +name = Shift; +topValue = 80; +} +); +}, +{ +export = 0; +glyphname = _tail.descender; +lastChange = "2023-04-25 13:31:32 +0000"; +layers = ( +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (104,0); +} +); +layerId = m01; +partSelection = { +}; +shapes = ( +{ +closed = 1; +nodes = ( +(-30,0,l), +(0,0,l), +(0,-152,l), +(104,-152,l), +(104,104,l), +(-30,104,l) +); +} +); +width = 120; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (168,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(0,0,l), +(0,-156,l), +(168,-156,l), +(168,160,l), +(-40,160,l) +); +} +); +width = 179; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (104,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(-70,0,l), +(0,0,l), +(0,-152,l), +(104,-152,l), +(104,96,l), +(-70,96,l) +); +} +); +width = 120; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (168,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(-80,0,l), +(0,0,l), +(0,-156,l), +(168,-156,l), +(168,152,l), +(-80,152,l) +); +} +); +width = 181; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (104,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(-30,0,l), +(0,0,l), +(0,-152,l), +(104,-152,l), +(104,102,l), +(-30,102,l) +); +} +); +width = 118; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (168,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(4,0,l), +(4,-156,l), +(168,-156,l), +(168,154,l), +(-40,154,l) +); +} +); +width = 177; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (36,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(-60,0,l), +(0,0,l), +(0,-148,l), +(36,-148,l), +(36,36,l), +(-60,36,l) +); +} +); +width = 52; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (300,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(24,0,l), +(24,-160,l), +(300,-160,l), +(300,240,l), +(-40,240,l) +); +} +); +width = 305; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (36,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(-50,0,l), +(0,0,l), +(0,-148,l), +(36,-148,l), +(36,34,l), +(-50,34,l) +); +} +); +width = 50; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (36,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(-80,0,l), +(0,0,l), +(0,-148,l), +(36,-148,l), +(36,34,l), +(-80,34,l) +); +} +); +width = 54; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (340,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(0,0,l), +(0,-160,l), +(340,-160,l), +(340,240,l), +(-40,240,l) +); +} +); +width = 345; +}, +{ +anchors = ( +{ +name = "#entry"; +}, +{ +name = _tail; +}, +{ +name = _topright; +pos = (250,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(-20,0,l), +(12,0,l), +(12,-160,l), +(250,-160,l), +(250,220,l), +(-20,220,l) +); +} +); +width = 255; +} +); +metricRight = "=SQR/6"; +}, +{ +export = 0; +glyphname = _tail.Descender.centered; +lastChange = "2023-04-29 15:35:21 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(355,-172,l), +(355,10,l), +(245,10,l), +(245,-172,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(390,-176,l), +(390,10,l), +(210,10,l), +(210,-176,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(320,-168,l), +(320,10,l), +(280,10,l), +(280,-168,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(355,-172,l), +(355,10,l), +(245,10,l), +(245,-172,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(448,-180,l), +(448,10,l), +(152,10,l), +(152,-180,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(320,-168,l), +(320,10,l), +(280,10,l), +(280,-168,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(390,-176,l), +(390,10,l), +(210,10,l), +(210,-176,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,-180,l), +(490,10,l), +(110,10,l), +(110,-180,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(320,-168,l), +(320,10,l), +(280,10,l), +(280,-168,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(355,-172,l), +(355,10,l), +(245,10,l), +(245,-172,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(429,-180,l), +(429,10,l), +(171,10,l), +(171,-180,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(390,-176,l), +(390,10,l), +(210,10,l), +(210,-176,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = _tail.Descender.reversed; +lastChange = "2023-04-25 13:31:53 +0000"; +layers = ( +{ +anchors = ( +{ +name = _tail; +pos = (128,0); +} +); +layerId = m01; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(128,-172,l), +(128,0,l), +(148,0,l), +(148,108,l), +(18,108,l), +(18,-172,l) +); +} +); +width = 128; +}, +{ +anchors = ( +{ +name = _tail; +pos = (202,0); +} +); +layerId = m002; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(192,-176,l), +(192,0,l), +(202,0,l), +(202,180,l), +(12,180,l), +(12,-176,l) +); +} +); +width = 202; +}, +{ +anchors = ( +{ +name = _tail; +pos = (128,0); +} +); +layerId = m003; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(18,100,l), +(18,-172,l), +(128,-172,l), +(128,0,l), +(200,0,l), +(200,100,l) +); +} +); +width = 128; +}, +{ +anchors = ( +{ +name = _tail; +pos = (204,0); +} +); +layerId = m004; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(194,-176,l), +(194,0,l), +(246,0,l), +(246,164,l), +(14,164,l), +(14,-176,l) +); +} +); +width = 204; +}, +{ +anchors = ( +{ +name = _tail; +pos = (126,0); +} +); +layerId = m005; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(126,-172,l), +(126,0,l), +(146,0,l), +(146,106,l), +(16,106,l), +(16,-172,l) +); +} +); +width = 126; +}, +{ +anchors = ( +{ +name = _tail; +pos = (200,0); +} +); +layerId = m006; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(190,-176,l), +(190,0,l), +(200,0,l), +(200,176,l), +(10,176,l), +(10,-176,l) +); +} +); +width = 200; +}, +{ +anchors = ( +{ +name = _tail; +pos = (118,0); +} +); +layerId = m007; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(58,-168,l), +(58,0,l), +(158,0,l), +(158,38,l), +(18,38,l), +(18,-168,l) +); +} +); +width = 118; +}, +{ +anchors = ( +{ +name = _tail; +pos = (322,0); +} +); +layerId = m008; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(302,-180,l), +(302,0,l), +(332,0,l), +(332,180,l), +(6,180,l), +(6,-180,l) +); +} +); +width = 322; +}, +{ +anchors = ( +{ +name = _tail; +pos = (96,0); +} +); +layerId = m009; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(56,-168,l), +(56,0,l), +(136,0,l), +(136,38,l), +(16,38,l), +(16,-168,l) +); +} +); +width = 96; +}, +{ +anchors = ( +{ +name = _tail; +pos = (140,0); +} +); +layerId = m010; +partSelection = { +Shift = 1; +}; +shapes = ( +{ +closed = 1; +nodes = ( +(60,-168,l), +(60,0,l), +(180,0,l), +(180,38,l), +(20,38,l), +(20,-168,l) +); +} +); +width = 140; +}, +{ +anchors = ( +{ +name = _tail; +pos = (406,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(386,-180,l), +(386,0,l), +(416,0,l), +(416,180,l), +(6,180,l), +(6,-180,l) +); +} +); +width = 406; +}, +{ +anchors = ( +{ +name = _tail; +pos = (282,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,-180,l), +(264,0,l), +(292,0,l), +(292,180,l), +(6,180,l), +(6,-180,l) +); +} +); +width = 282; +} +); +metricLeft = "=H/6"; +partsSettings = ( +{ +bottomValue = 0; +name = Shift; +topValue = 80; +} +); +}, +{ +export = 0; +glyphname = _tail.descender.centered; +lastChange = "2023-04-29 15:35:21 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(352,-152,l), +(352,10,l), +(248,10,l), +(248,-152,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(384,-156,l), +(384,0,l), +(216,0,l), +(216,-156,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(318,-148,l), +(318,10,l), +(282,10,l), +(282,-148,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(352,-152,l), +(352,10,l), +(248,10,l), +(248,-152,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(438,-160,l), +(438,10,l), +(162,10,l), +(162,-160,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(318,-148,l), +(318,10,l), +(282,10,l), +(282,-148,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(384,-156,l), +(384,10,l), +(216,10,l), +(216,-156,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(470,-160,l), +(470,10,l), +(130,10,l), +(130,-160,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(318,-148,l), +(318,10,l), +(282,10,l), +(282,-148,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(352,-152,l), +(352,10,l), +(248,10,l), +(248,-152,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(419,-160,l), +(419,10,l), +(181,10,l), +(181,-160,l) +); +} +); +width = 600; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (300,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(382,-156,l), +(382,10,l), +(218,10,l), +(218,-156,l) +); +} +); +width = 600; +} +); +}, +{ +export = 0; +glyphname = _tail.descender.reversed; +lastChange = "2023-04-25 13:32:02 +0000"; +layers = ( +{ +anchors = ( +{ +name = _tail; +pos = (110,0); +} +); +layerId = m01; +shapes = ( +{ +closed = 1; +nodes = ( +(120,-152,l), +(120,0,l), +(150,0,l), +(150,94,l), +(16,94,l), +(16,-152,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = _tail; +pos = (99,0); +} +); +layerId = m002; +shapes = ( +{ +closed = 1; +nodes = ( +(179,-156,l), +(179,0,l), +(219,0,l), +(219,112,l), +(11,112,l), +(11,-156,l) +); +} +); +width = 99; +}, +{ +anchors = ( +{ +name = _tail; +pos = (140,0); +} +); +layerId = m003; +shapes = ( +{ +closed = 1; +nodes = ( +(120,-152,l), +(120,0,l), +(190,0,l), +(190,86,l), +(16,86,l), +(16,-152,l) +); +} +); +width = 140; +}, +{ +anchors = ( +{ +name = _tail; +pos = (129,0); +} +); +layerId = m004; +shapes = ( +{ +closed = 1; +nodes = ( +(181,-156,l), +(181,0,l), +(261,0,l), +(261,112,l), +(13,112,l), +(13,-156,l) +); +} +); +width = 129; +}, +{ +anchors = ( +{ +name = _tail; +pos = (93,0); +} +); +layerId = m005; +shapes = ( +{ +closed = 1; +nodes = ( +(118,-152,l), +(118,0,l), +(148,0,l), +(148,92,l), +(14,92,l), +(14,-152,l) +); +} +); +width = 93; +}, +{ +anchors = ( +{ +name = _tail; +pos = (81,0); +} +); +layerId = m006; +shapes = ( +{ +closed = 1; +nodes = ( +(173,-156,l), +(173,0,l), +(217,0,l), +(217,112,l), +(9,112,l), +(9,-156,l) +); +} +); +width = 81; +}, +{ +anchors = ( +{ +name = _tail; +pos = (110,0); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(52,-148,l), +(52,0,l), +(112,0,l), +(112,36,l), +(16,36,l), +(16,-148,l) +); +} +); +width = 110; +}, +{ +anchors = ( +{ +name = _tail; +pos = (66,0); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-160,l), +(281,0,l), +(345,0,l), +(345,120,l), +(5,120,l), +(5,-160,l) +); +} +); +width = 66; +}, +{ +anchors = ( +{ +name = _tail; +pos = (90,0); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(50,-148,l), +(50,0,l), +(100,0,l), +(100,34,l), +(14,34,l), +(14,-148,l) +); +} +); +width = 90; +}, +{ +anchors = ( +{ +name = _tail; +pos = (123,0); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(54,-148,l), +(54,0,l), +(134,0,l), +(134,34,l), +(18,34,l), +(18,-148,l) +); +} +); +width = 123; +}, +{ +anchors = ( +{ +name = _tail; +pos = (92,0); +} +); +layerId = "434FAEF3-677A-47AD-84F7-3A7F762C5BD0"; +shapes = ( +{ +closed = 1; +nodes = ( +(345,-160,l), +(345,0,l), +(385,0,l), +(385,100,l), +(5,100,l), +(5,-160,l) +); +} +); +width = 92; +}, +{ +anchors = ( +{ +name = _tail; +pos = (60,0); +} +); +layerId = "C0ED73B8-BF3D-4D9D-8EF3-572E464554C2"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,-160,l), +(243,0,l), +(275,0,l), +(275,120,l), +(5,120,l), +(5,-160,l) +); +} +); +width = 60; +} +); +metricLeft = "=SQR/6"; +} +); +instances = ( +{ +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk VF"; +} +); +} +); +type = variable; +}, +{ +axesValues = ( +40, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +instanceInterpolations = { +m009 = 1; +}; +name = Thin; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Condensed"; +} +); +} +); +weightClass = 100; +widthClass = 3; +}, +{ +axesValues = ( +68, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +instanceInterpolations = { +m005 = 0.4; +m009 = 0.6; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Condensed"; +} +); +} +); +weightClass = 200; +widthClass = 3; +}, +{ +axesValues = ( +96, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +instanceInterpolations = { +m005 = 0.8; +m009 = 0.2; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Condensed"; +} +); +} +); +weightClass = 300; +widthClass = 3; +}, +{ +axesValues = ( +110, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +instanceInterpolations = { +m005 = 1; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Condensed"; +} +); +} +); +widthClass = 3; +}, +{ +axesValues = ( +132, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +instanceInterpolations = { +m005 = 0.68571; +m006 = 0.31429; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Condensed"; +} +); +} +); +weightClass = 500; +widthClass = 3; +}, +{ +axesValues = ( +156, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +instanceInterpolations = { +m005 = 0.34286; +m006 = 0.65714; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Condensed"; +} +); +} +); +weightClass = 700; +widthClass = 3; +}, +{ +axesValues = ( +180, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +instanceInterpolations = { +m006 = 1; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Condensed"; +} +); +} +); +weightClass = 800; +widthClass = 3; +}, +{ +axesValues = ( +250, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 0.5; +m006 = 0.5; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Condensed"; +} +); +} +); +weightClass = 900; +widthClass = 3; +}, +{ +axesValues = ( +320, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 1; +}; +name = UltraBlack; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Condensed"; +} +); +} +); +weightClass = 1000; +widthClass = 3; +}, +{ +axesValues = ( +40, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +instanceInterpolations = { +m007 = 0.5; +m009 = 0.5; +}; +name = Thin; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiCondensed"; +} +); +} +); +weightClass = 100; +widthClass = 4; +}, +{ +axesValues = ( +68, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +instanceInterpolations = { +m005 = 0.2; +m007 = 0.3; +m009 = 0.3; +m01 = 0.2; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiCondensed"; +} +); +} +); +weightClass = 200; +widthClass = 4; +}, +{ +axesValues = ( +96, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +instanceInterpolations = { +m005 = 0.4; +m007 = 0.1; +m009 = 0.1; +m01 = 0.4; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiCondensed"; +} +); +} +); +weightClass = 300; +widthClass = 4; +}, +{ +axesValues = ( +110, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +instanceInterpolations = { +m005 = 0.5; +m01 = 0.5; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiCondensed"; +} +); +} +); +widthClass = 4; +}, +{ +axesValues = ( +132, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +instanceInterpolations = { +m002 = 0.15714; +m005 = 0.34286; +m006 = 0.15714; +m01 = 0.34286; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiCondensed"; +} +); +} +); +weightClass = 500; +widthClass = 4; +}, +{ +axesValues = ( +156, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +instanceInterpolations = { +m002 = 0.32857; +m005 = 0.17143; +m006 = 0.32857; +m01 = 0.17143; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiCondensed"; +} +); +} +); +weightClass = 700; +widthClass = 4; +}, +{ +axesValues = ( +180, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +instanceInterpolations = { +m002 = 0.5; +m006 = 0.5; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiCondensed"; +} +); +} +); +weightClass = 800; +widthClass = 4; +}, +{ +axesValues = ( +250, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 0.25; +m002 = 0.25; +m006 = 0.25; +m008 = 0.25; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiCondensed"; +} +); +} +); +weightClass = 900; +widthClass = 4; +}, +{ +axesValues = ( +320, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 0.5; +m008 = 0.5; +}; +name = UltraBlack; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiCondensed"; +} +); +} +); +weightClass = 1000; +widthClass = 4; +}, +{ +axesValues = ( +40, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +instanceInterpolations = { +m007 = 1; +}; +name = Thin; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk"; +} +); +} +); +weightClass = 100; +}, +{ +axesValues = ( +68, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +instanceInterpolations = { +m007 = 0.6; +m01 = 0.4; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk"; +} +); +} +); +weightClass = 200; +}, +{ +axesValues = ( +96, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +instanceInterpolations = { +m007 = 0.2; +m01 = 0.8; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk"; +} +); +} +); +weightClass = 300; +}, +{ +axesValues = ( +110, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +instanceInterpolations = { +m01 = 1; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk"; +} +); +} +); +}, +{ +axesValues = ( +132, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +instanceInterpolations = { +m002 = 0.31429; +m01 = 0.68571; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk"; +} +); +} +); +weightClass = 500; +}, +{ +axesValues = ( +156, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +instanceInterpolations = { +m002 = 0.65714; +m01 = 0.34286; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk"; +} +); +} +); +weightClass = 700; +}, +{ +axesValues = ( +180, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +instanceInterpolations = { +m002 = 1; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk"; +} +); +} +); +weightClass = 800; +}, +{ +axesValues = ( +250, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +instanceInterpolations = { +m002 = 0.5; +m008 = 0.5; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk"; +} +); +} +); +weightClass = 900; +}, +{ +axesValues = ( +320, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +instanceInterpolations = { +m008 = 1; +}; +name = UltraBlack; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk"; +} +); +} +); +weightClass = 1000; +}, +{ +axesValues = ( +40, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +instanceInterpolations = { +m007 = 0.75; +m010 = 0.25; +}; +name = Thin; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiExpanded"; +} +); +} +); +weightClass = 100; +widthClass = 6; +}, +{ +axesValues = ( +68, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +instanceInterpolations = { +m003 = 0.1; +m007 = 0.45; +m01 = 0.3; +m010 = 0.15; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiExpanded"; +} +); +} +); +weightClass = 200; +widthClass = 6; +}, +{ +axesValues = ( +96, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +instanceInterpolations = { +m003 = 0.2; +m007 = 0.15; +m01 = 0.6; +m010 = 0.05; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiExpanded"; +} +); +} +); +weightClass = 300; +widthClass = 6; +}, +{ +axesValues = ( +110, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +instanceInterpolations = { +m003 = 0.25; +m01 = 0.75; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiExpanded"; +} +); +} +); +widthClass = 6; +}, +{ +axesValues = ( +132, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +instanceInterpolations = { +m002 = 0.23571; +m003 = 0.17143; +m004 = 0.07857; +m01 = 0.51429; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiExpanded"; +} +); +} +); +weightClass = 500; +widthClass = 6; +}, +{ +axesValues = ( +156, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +instanceInterpolations = { +m002 = 0.49286; +m003 = 0.08571; +m004 = 0.16429; +m01 = 0.25714; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiExpanded"; +} +); +} +); +weightClass = 700; +widthClass = 6; +}, +{ +axesValues = ( +180, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +instanceInterpolations = { +m002 = 0.75; +m004 = 0.25; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiExpanded"; +} +); +} +); +weightClass = 800; +widthClass = 6; +}, +{ +axesValues = ( +250, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.125; +m002 = 0.375; +m004 = 0.125; +m008 = 0.375; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiExpanded"; +} +); +} +); +weightClass = 900; +widthClass = 6; +}, +{ +axesValues = ( +320, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.25; +m008 = 0.75; +}; +name = ExtraBlack; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk SemiExpanded"; +} +); +} +); +weightClass = 1000; +widthClass = 6; +}, +{ +axesValues = ( +40, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +instanceInterpolations = { +m007 = 0.5; +m010 = 0.5; +}; +name = Thin; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Expanded"; +} +); +} +); +weightClass = 100; +widthClass = 7; +}, +{ +axesValues = ( +68, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +instanceInterpolations = { +m003 = 0.2; +m007 = 0.3; +m01 = 0.2; +m010 = 0.3; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Expanded"; +} +); +} +); +weightClass = 200; +widthClass = 7; +}, +{ +axesValues = ( +96, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +instanceInterpolations = { +m003 = 0.4; +m007 = 0.1; +m01 = 0.4; +m010 = 0.1; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Expanded"; +} +); +} +); +weightClass = 300; +widthClass = 7; +}, +{ +axesValues = ( +110, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +instanceInterpolations = { +m003 = 0.5; +m01 = 0.5; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Expanded"; +} +); +} +); +widthClass = 7; +}, +{ +axesValues = ( +132, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +instanceInterpolations = { +m002 = 0.15714; +m003 = 0.34286; +m004 = 0.15714; +m01 = 0.34286; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Expanded"; +} +); +} +); +weightClass = 500; +widthClass = 7; +}, +{ +axesValues = ( +156, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +instanceInterpolations = { +m002 = 0.32857; +m003 = 0.17143; +m004 = 0.32857; +m01 = 0.17143; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Expanded"; +} +); +} +); +weightClass = 700; +widthClass = 7; +}, +{ +axesValues = ( +180, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +instanceInterpolations = { +m002 = 0.5; +m004 = 0.5; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Expanded"; +} +); +} +); +weightClass = 800; +widthClass = 7; +}, +{ +axesValues = ( +250, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.25; +m002 = 0.25; +m004 = 0.25; +m008 = 0.25; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Expanded"; +} +); +} +); +weightClass = 900; +widthClass = 7; +}, +{ +axesValues = ( +320, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.5; +m008 = 0.5; +}; +name = UltraBlack; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk Expanded"; +} +); +} +); +weightClass = 1000; +widthClass = 7; +}, +{ +axesValues = ( +40, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +instanceInterpolations = { +m007 = 0.25; +m010 = 0.75; +}; +name = Thin; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk ExtraExpanded"; +} +); +} +); +weightClass = 100; +widthClass = 8; +}, +{ +axesValues = ( +68, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +instanceInterpolations = { +m003 = 0.3; +m007 = 0.15; +m01 = 0.1; +m010 = 0.45; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk ExtraExpanded"; +} +); +} +); +weightClass = 200; +widthClass = 8; +}, +{ +axesValues = ( +96, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +instanceInterpolations = { +m003 = 0.6; +m007 = 0.05; +m01 = 0.2; +m010 = 0.15; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk ExtraExpanded"; +} +); +} +); +weightClass = 300; +widthClass = 8; +}, +{ +axesValues = ( +110, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +instanceInterpolations = { +m003 = 0.75; +m01 = 0.25; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk ExtraExpanded"; +} +); +} +); +widthClass = 8; +}, +{ +axesValues = ( +132, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +instanceInterpolations = { +m002 = 0.07857; +m003 = 0.51429; +m004 = 0.23571; +m01 = 0.17143; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk ExtraExpanded"; +} +); +} +); +weightClass = 500; +widthClass = 8; +}, +{ +axesValues = ( +156, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +instanceInterpolations = { +m002 = 0.16429; +m003 = 0.25714; +m004 = 0.49286; +m01 = 0.08571; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk ExtraExpanded"; +} +); +} +); +weightClass = 700; +widthClass = 8; +}, +{ +axesValues = ( +180, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +instanceInterpolations = { +m002 = 0.25; +m004 = 0.75; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk ExtraExpanded"; +} +); +} +); +weightClass = 800; +widthClass = 8; +}, +{ +axesValues = ( +250, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.375; +m002 = 0.125; +m004 = 0.375; +m008 = 0.125; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk ExtraExpanded"; +} +); +} +); +weightClass = 900; +widthClass = 8; +}, +{ +axesValues = ( +320, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.75; +m008 = 0.25; +}; +name = UltraBlack; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk ExtraExpanded"; +} +); +} +); +weightClass = 1000; +widthClass = 8; +}, +{ +axesValues = ( +40, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +instanceInterpolations = { +m010 = 1; +}; +name = Thin; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk UltraExpanded"; +} +); +} +); +weightClass = 100; +widthClass = 9; +}, +{ +axesValues = ( +68, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +instanceInterpolations = { +m003 = 0.4; +m010 = 0.6; +}; +name = ExtraLight; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk UltraExpanded"; +} +); +} +); +weightClass = 200; +widthClass = 9; +}, +{ +axesValues = ( +96, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +instanceInterpolations = { +m003 = 0.8; +m010 = 0.2; +}; +name = Light; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk UltraExpanded"; +} +); +} +); +weightClass = 300; +widthClass = 9; +}, +{ +axesValues = ( +110, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +instanceInterpolations = { +m003 = 1; +}; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk UltraExpanded"; +} +); +} +); +widthClass = 9; +}, +{ +axesValues = ( +132, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +instanceInterpolations = { +m003 = 0.68571; +m004 = 0.31429; +}; +name = Medium; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk UltraExpanded"; +} +); +} +); +weightClass = 500; +widthClass = 9; +}, +{ +axesValues = ( +156, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +instanceInterpolations = { +m003 = 0.34286; +m004 = 0.65714; +}; +isBold = 1; +name = Bold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk UltraExpanded"; +} +); +} +); +weightClass = 700; +widthClass = 9; +}, +{ +axesValues = ( +180, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +instanceInterpolations = { +m004 = 1; +}; +name = ExtraBold; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk UltraExpanded"; +} +); +} +); +weightClass = 800; +widthClass = 9; +}, +{ +axesValues = ( +250, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.5; +m004 = 0.5; +}; +name = Black; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk UltraExpanded"; +} +); +} +); +weightClass = 900; +widthClass = 9; +}, +{ +axesValues = ( +320, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 1; +}; +name = UltraBlack; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk UltraExpanded"; +} +); +} +); +weightClass = 1000; +widthClass = 9; +}, +{ +customParameters = ( +{ +disabled = 1; +name = fileName; +value = "MartianGrotesk-VF"; +} +); +exports = 0; +name = Regular; +properties = ( +{ +key = familyNames; +values = ( +{ +language = dflt; +value = "Martian Grotesk VF v1.1"; +} +); +} +); +type = variable; +}, +{ +customParameters = ( +{ +name = "Disable Masters"; +value = ( +"Cn Th", +"uWd Th", +"Cn Rg", +"uWd Rg", +"Cn xBd", +"uWd xBd", +"Cn Ult", +"uWd Ult" +); +}, +{ +name = "Replace Feature"; +value = "rlig;#ifdef VARIABLE + +condition 150 < wght < 320; +sub dollar by dollar.bold; +sub cent by cent.bold; + +#endif"; +} +); +exports = 0; +name = "VF Standard"; +type = variable; +}, +{ +axesValues = ( +40, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +exports = 0; +instanceInterpolations = { +m009 = 1; +}; +name = "Cn Th"; +weightClass = 100; +widthClass = 3; +}, +{ +axesValues = ( +68, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.4; +m009 = 0.6; +}; +name = "Cn xLt"; +weightClass = 200; +widthClass = 3; +}, +{ +axesValues = ( +96, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.8; +m009 = 0.2; +}; +name = "Cn Lt"; +weightClass = 300; +widthClass = 3; +}, +{ +axesValues = ( +110, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 1; +}; +name = "Cn Rg"; +widthClass = 3; +}, +{ +axesValues = ( +132, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.68571; +m006 = 0.31429; +}; +name = "Cn Md"; +weightClass = 500; +widthClass = 3; +}, +{ +axesValues = ( +156, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.34286; +m006 = 0.65714; +}; +isBold = 1; +linkStyle = "Cn Rg"; +name = "Cn Bd"; +weightClass = 700; +widthClass = 3; +}, +{ +axesValues = ( +180, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +exports = 0; +instanceInterpolations = { +m006 = 1; +}; +name = "Cn xBd"; +weightClass = 800; +widthClass = 3; +}, +{ +axesValues = ( +250, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +exports = 0; +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 0.5; +m006 = 0.5; +}; +name = "Cn Bl"; +weightClass = 900; +widthClass = 3; +}, +{ +axesValues = ( +320, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 75; +} +); +} +); +exports = 0; +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 1; +}; +name = "Cn Ult"; +weightClass = 1000; +widthClass = 3; +}, +{ +axesValues = ( +40, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.5; +m009 = 0.5; +}; +name = "Nr Th"; +weightClass = 100; +widthClass = 4; +}, +{ +axesValues = ( +68, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.2; +m007 = 0.3; +m009 = 0.3; +m01 = 0.2; +}; +name = "Nr xLt"; +weightClass = 200; +widthClass = 4; +}, +{ +axesValues = ( +96, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.4; +m007 = 0.1; +m009 = 0.1; +m01 = 0.4; +}; +name = "Nr Lt"; +weightClass = 300; +widthClass = 4; +}, +{ +axesValues = ( +110, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.5; +m01 = 0.5; +}; +name = "Nr Rg"; +widthClass = 4; +}, +{ +axesValues = ( +132, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.15714; +m005 = 0.34286; +m006 = 0.15714; +m01 = 0.34286; +}; +name = "Nr Md"; +weightClass = 500; +widthClass = 4; +}, +{ +axesValues = ( +156, +4 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.32857; +m005 = 0.17143; +m006 = 0.32857; +m01 = 0.17143; +}; +isBold = 1; +linkStyle = "Nr Rg"; +name = "Nr Bd"; +weightClass = 700; +widthClass = 4; +}, +{ +axesValues = ( +180, +4 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.5; +m006 = 0.5; +}; +name = "Nr xBd"; +weightClass = 800; +widthClass = 4; +}, +{ +axesValues = ( +250, +4 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 0.25; +m002 = 0.25; +m006 = 0.25; +m008 = 0.25; +}; +name = "Nr Bl"; +weightClass = 900; +widthClass = 4; +}, +{ +axesValues = ( +320, +4 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 87.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 0.5; +m008 = 0.5; +}; +name = "Nr Ult"; +weightClass = 1000; +widthClass = 4; +}, +{ +axesValues = ( +40, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 1; +}; +name = "Std Th"; +weightClass = 100; +}, +{ +axesValues = ( +68, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.6; +m01 = 0.4; +}; +name = "Std xLt"; +weightClass = 200; +}, +{ +axesValues = ( +96, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.2; +m01 = 0.8; +}; +name = "Std Lt"; +weightClass = 300; +}, +{ +axesValues = ( +110, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +exports = 0; +instanceInterpolations = { +m01 = 1; +}; +name = "Std Rg"; +}, +{ +axesValues = ( +132, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.31429; +m01 = 0.68571; +}; +name = "Std Md"; +weightClass = 500; +}, +{ +axesValues = ( +156, +5 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.65714; +m01 = 0.34286; +}; +isBold = 1; +linkStyle = "Std Rg"; +name = "Std Bd"; +weightClass = 700; +}, +{ +axesValues = ( +180, +5 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 1; +}; +name = "Std xBd"; +weightClass = 800; +}, +{ +axesValues = ( +250, +5 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.5; +m008 = 0.5; +}; +name = "Std Bl"; +weightClass = 900; +}, +{ +axesValues = ( +320, +5 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 100; +} +); +} +); +exports = 0; +instanceInterpolations = { +m008 = 1; +}; +name = "Std Ult"; +weightClass = 1000; +}, +{ +axesValues = ( +40, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.75; +m010 = 0.25; +}; +name = "sWd Th"; +weightClass = 100; +widthClass = 6; +}, +{ +axesValues = ( +68, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.1; +m007 = 0.45; +m01 = 0.3; +m010 = 0.15; +}; +name = "sWd xLt"; +weightClass = 200; +widthClass = 6; +}, +{ +axesValues = ( +96, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.2; +m007 = 0.15; +m01 = 0.6; +m010 = 0.05; +}; +name = "sWd Lt"; +weightClass = 300; +widthClass = 6; +}, +{ +axesValues = ( +110, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.25; +m01 = 0.75; +}; +name = "sWd Rg"; +widthClass = 6; +}, +{ +axesValues = ( +132, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.23571; +m003 = 0.17143; +m004 = 0.07857; +m01 = 0.51429; +}; +name = "sWd Md"; +weightClass = 500; +widthClass = 6; +}, +{ +axesValues = ( +156, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.49286; +m003 = 0.08571; +m004 = 0.16429; +m01 = 0.25714; +}; +isBold = 1; +linkStyle = "sWd Rg"; +name = "sWd Bd"; +weightClass = 700; +widthClass = 6; +}, +{ +axesValues = ( +180, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.75; +m004 = 0.25; +}; +name = "sWd xBd"; +weightClass = 800; +widthClass = 6; +}, +{ +axesValues = ( +250, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.125; +m002 = 0.375; +m004 = 0.125; +m008 = 0.375; +}; +name = "sWd Bl"; +weightClass = 900; +widthClass = 6; +}, +{ +axesValues = ( +320, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 112.5; +} +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.25; +m008 = 0.75; +}; +name = "sWd Ult"; +weightClass = 1000; +widthClass = 6; +}, +{ +axesValues = ( +40, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.5; +m010 = 0.5; +}; +name = "Wd Th"; +weightClass = 100; +widthClass = 7; +}, +{ +axesValues = ( +68, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.2; +m007 = 0.3; +m01 = 0.2; +m010 = 0.3; +}; +name = "Wd xLt"; +weightClass = 200; +widthClass = 7; +}, +{ +axesValues = ( +96, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.4; +m007 = 0.1; +m01 = 0.4; +m010 = 0.1; +}; +name = "Wd Lt"; +weightClass = 300; +widthClass = 7; +}, +{ +axesValues = ( +110, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.5; +m01 = 0.5; +}; +name = "Wd Rg"; +widthClass = 7; +}, +{ +axesValues = ( +132, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.15714; +m003 = 0.34286; +m004 = 0.15714; +m01 = 0.34286; +}; +name = "Wd Md"; +weightClass = 500; +widthClass = 7; +}, +{ +axesValues = ( +156, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.32857; +m003 = 0.17143; +m004 = 0.32857; +m01 = 0.17143; +}; +isBold = 1; +linkStyle = "Wd Rg"; +name = "Wd Bd"; +weightClass = 700; +widthClass = 7; +}, +{ +axesValues = ( +180, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.5; +m004 = 0.5; +}; +name = "Wd xBd"; +weightClass = 800; +widthClass = 7; +}, +{ +axesValues = ( +250, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.25; +m002 = 0.25; +m004 = 0.25; +m008 = 0.25; +}; +name = "Wd Bl"; +weightClass = 900; +widthClass = 7; +}, +{ +axesValues = ( +320, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 125; +} +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.5; +m008 = 0.5; +}; +name = "Wd Ult"; +weightClass = 1000; +widthClass = 7; +}, +{ +axesValues = ( +40, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.25; +m010 = 0.75; +}; +name = "xWd Th"; +weightClass = 100; +widthClass = 8; +}, +{ +axesValues = ( +68, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.3; +m007 = 0.15; +m01 = 0.1; +m010 = 0.45; +}; +name = "xWd xLt"; +weightClass = 200; +widthClass = 8; +}, +{ +axesValues = ( +96, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.6; +m007 = 0.05; +m01 = 0.2; +m010 = 0.15; +}; +name = "xWd Lt"; +weightClass = 300; +widthClass = 8; +}, +{ +axesValues = ( +110, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.75; +m01 = 0.25; +}; +name = "xWd Rg"; +widthClass = 8; +}, +{ +axesValues = ( +132, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.07857; +m003 = 0.51429; +m004 = 0.23571; +m01 = 0.17143; +}; +name = "xWd Md"; +weightClass = 500; +widthClass = 8; +}, +{ +axesValues = ( +156, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.16429; +m003 = 0.25714; +m004 = 0.49286; +m01 = 0.08571; +}; +name = "xWd Bd"; +weightClass = 700; +widthClass = 8; +}, +{ +axesValues = ( +180, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.25; +m004 = 0.75; +}; +name = "xWd xBd"; +weightClass = 800; +widthClass = 8; +}, +{ +axesValues = ( +250, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.375; +m002 = 0.125; +m004 = 0.375; +m008 = 0.125; +}; +name = "xWd Bl"; +weightClass = 900; +widthClass = 8; +}, +{ +axesValues = ( +320, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 150; +} +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.75; +m008 = 0.25; +}; +name = "xWd Ult"; +weightClass = 1000; +widthClass = 8; +}, +{ +axesValues = ( +40, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +exports = 0; +instanceInterpolations = { +m010 = 1; +}; +name = "uWd Th"; +weightClass = 100; +widthClass = 9; +}, +{ +axesValues = ( +68, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.4; +m010 = 0.6; +}; +name = "uWd xLt"; +weightClass = 200; +widthClass = 9; +}, +{ +axesValues = ( +96, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.8; +m010 = 0.2; +}; +name = "uWd Lt"; +weightClass = 300; +widthClass = 9; +}, +{ +axesValues = ( +110, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 1; +}; +name = "uWd Rg"; +widthClass = 9; +}, +{ +axesValues = ( +132, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.68571; +m004 = 0.31429; +}; +name = "uWd Md"; +weightClass = 500; +widthClass = 9; +}, +{ +axesValues = ( +156, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.34286; +m004 = 0.65714; +}; +isBold = 1; +linkStyle = "uWd Rg"; +name = "uWd Bd"; +weightClass = 700; +widthClass = 9; +}, +{ +axesValues = ( +180, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +exports = 0; +instanceInterpolations = { +m004 = 1; +}; +name = "uWd xBd"; +weightClass = 800; +widthClass = 9; +}, +{ +axesValues = ( +250, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.5; +m004 = 0.5; +}; +name = "uWd Bl"; +weightClass = 900; +widthClass = 9; +}, +{ +axesValues = ( +320, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 200; +} +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 1; +}; +name = "uWd Ult"; +weightClass = 1000; +widthClass = 9; +}, +{ +customParameters = ( +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +name = VF; +type = variable; +}, +{ +axesValues = ( +40, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 75; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m009 = 1; +}; +name = "Cn Th"; +weightClass = 100; +widthClass = 3; +}, +{ +axesValues = ( +68, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 75; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.4; +m009 = 0.6; +}; +name = "Cn xLt"; +weightClass = 200; +widthClass = 3; +}, +{ +axesValues = ( +96, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 75; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.8; +m009 = 0.2; +}; +name = "Cn Lt"; +weightClass = 300; +widthClass = 3; +}, +{ +axesValues = ( +110, +3 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 75; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 1; +}; +name = "Cn Rg"; +widthClass = 3; +}, +{ +axesValues = ( +132, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 75; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.68571; +m006 = 0.31429; +}; +name = "Cn Md"; +weightClass = 500; +widthClass = 3; +}, +{ +axesValues = ( +156, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 75; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.34286; +m006 = 0.65714; +}; +isBold = 1; +linkStyle = "Cn Rg"; +name = "Cn Bd"; +weightClass = 700; +widthClass = 3; +}, +{ +axesValues = ( +180, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 75; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m006 = 1; +}; +name = "Cn xBd"; +weightClass = 800; +widthClass = 3; +}, +{ +axesValues = ( +250, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 75; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 0.5; +m006 = 0.5; +}; +name = "Cn Bl"; +weightClass = 900; +widthClass = 3; +}, +{ +axesValues = ( +320, +3 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 75; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 1; +}; +name = "Cn Ult"; +weightClass = 1000; +widthClass = 3; +}, +{ +axesValues = ( +40, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 87.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.5; +m009 = 0.5; +}; +name = "Nr Th"; +weightClass = 100; +widthClass = 4; +}, +{ +axesValues = ( +68, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 87.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.2; +m007 = 0.3; +m009 = 0.3; +m01 = 0.2; +}; +name = "Nr xLt"; +weightClass = 200; +widthClass = 4; +}, +{ +axesValues = ( +96, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 87.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.4; +m007 = 0.1; +m009 = 0.1; +m01 = 0.4; +}; +name = "Nr Lt"; +weightClass = 300; +widthClass = 4; +}, +{ +axesValues = ( +110, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 87.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m005 = 0.5; +m01 = 0.5; +}; +name = "Nr Rg"; +widthClass = 4; +}, +{ +axesValues = ( +132, +4 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 87.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.15714; +m005 = 0.34286; +m006 = 0.15714; +m01 = 0.34286; +}; +name = "Nr Md"; +weightClass = 500; +widthClass = 4; +}, +{ +axesValues = ( +156, +4 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 87.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.32857; +m005 = 0.17143; +m006 = 0.32857; +m01 = 0.17143; +}; +isBold = 1; +linkStyle = "Nr Rg"; +name = "Nr Bd"; +weightClass = 700; +widthClass = 4; +}, +{ +axesValues = ( +180, +4 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 87.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.5; +m006 = 0.5; +}; +name = "Nr xBd"; +weightClass = 800; +widthClass = 4; +}, +{ +axesValues = ( +250, +4 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 87.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 0.25; +m002 = 0.25; +m006 = 0.25; +m008 = 0.25; +}; +name = "Nr Bl"; +weightClass = 900; +widthClass = 4; +}, +{ +axesValues = ( +320, +4 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 87.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = 0.5; +m008 = 0.5; +}; +name = "Nr Ult"; +weightClass = 1000; +widthClass = 4; +}, +{ +axesValues = ( +40, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 100; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 1; +}; +name = "Std Th"; +weightClass = 100; +}, +{ +axesValues = ( +68, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 100; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.6; +m01 = 0.4; +}; +name = "Std xLt"; +weightClass = 200; +}, +{ +axesValues = ( +96, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 100; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.2; +m01 = 0.8; +}; +name = "Std Lt"; +weightClass = 300; +}, +{ +axesValues = ( +110, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 100; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m01 = 1; +}; +name = "Std Rg"; +}, +{ +axesValues = ( +132, +5 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 100; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.31429; +m01 = 0.68571; +}; +name = "Std Md"; +weightClass = 500; +}, +{ +axesValues = ( +156, +5 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 100; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.65714; +m01 = 0.34286; +}; +isBold = 1; +linkStyle = "Std Rg"; +name = "Std Bd"; +weightClass = 700; +}, +{ +axesValues = ( +180, +5 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 100; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 1; +}; +name = "Std xBd"; +weightClass = 800; +}, +{ +axesValues = ( +250, +5 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 100; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.5; +m008 = 0.5; +}; +name = "Std Bl"; +weightClass = 900; +}, +{ +axesValues = ( +320, +5 +); +customParameters = ( +{ +name = "Rename Glyphs"; +value = ( +"dollar.bold=dollar", +"cent.bold=cent" +); +}, +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 100; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m008 = 1; +}; +name = "Std Ult"; +weightClass = 1000; +}, +{ +axesValues = ( +40, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 112.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.75; +m010 = 0.25; +}; +name = "sWd Th"; +weightClass = 100; +widthClass = 6; +}, +{ +axesValues = ( +68, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 112.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.1; +m007 = 0.45; +m01 = 0.3; +m010 = 0.15; +}; +name = "sWd xLt"; +weightClass = 200; +widthClass = 6; +}, +{ +axesValues = ( +96, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 112.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.2; +m007 = 0.15; +m01 = 0.6; +m010 = 0.05; +}; +name = "sWd Lt"; +weightClass = 300; +widthClass = 6; +}, +{ +axesValues = ( +110, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 112.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.25; +m01 = 0.75; +}; +name = "sWd Rg"; +widthClass = 6; +}, +{ +axesValues = ( +132, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 112.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.23571; +m003 = 0.17143; +m004 = 0.07857; +m01 = 0.51429; +}; +name = "sWd Md"; +weightClass = 500; +widthClass = 6; +}, +{ +axesValues = ( +156, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 112.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.49286; +m003 = 0.08571; +m004 = 0.16429; +m01 = 0.25714; +}; +isBold = 1; +linkStyle = "sWd Rg"; +name = "sWd Bd"; +weightClass = 700; +widthClass = 6; +}, +{ +axesValues = ( +180, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 112.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.75; +m004 = 0.25; +}; +name = "sWd xBd"; +weightClass = 800; +widthClass = 6; +}, +{ +axesValues = ( +250, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 112.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.125; +m002 = 0.375; +m004 = 0.125; +m008 = 0.375; +}; +name = "sWd Bl"; +weightClass = 900; +widthClass = 6; +}, +{ +axesValues = ( +320, +6 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 112.5; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.25; +m008 = 0.75; +}; +name = "sWd Ult"; +weightClass = 1000; +widthClass = 6; +}, +{ +axesValues = ( +40, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 125; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.5; +m010 = 0.5; +}; +name = "Wd Th"; +weightClass = 100; +widthClass = 7; +}, +{ +axesValues = ( +68, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 125; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.2; +m007 = 0.3; +m01 = 0.2; +m010 = 0.3; +}; +name = "Wd xLt"; +weightClass = 200; +widthClass = 7; +}, +{ +axesValues = ( +96, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 125; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.4; +m007 = 0.1; +m01 = 0.4; +m010 = 0.1; +}; +name = "Wd Lt"; +weightClass = 300; +widthClass = 7; +}, +{ +axesValues = ( +110, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 125; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.5; +m01 = 0.5; +}; +name = "Wd Rg"; +widthClass = 7; +}, +{ +axesValues = ( +132, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 125; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.15714; +m003 = 0.34286; +m004 = 0.15714; +m01 = 0.34286; +}; +name = "Wd Md"; +weightClass = 500; +widthClass = 7; +}, +{ +axesValues = ( +156, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 125; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.32857; +m003 = 0.17143; +m004 = 0.32857; +m01 = 0.17143; +}; +isBold = 1; +linkStyle = "Wd Rg"; +name = "Wd Bd"; +weightClass = 700; +widthClass = 7; +}, +{ +axesValues = ( +180, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 125; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.5; +m004 = 0.5; +}; +name = "Wd xBd"; +weightClass = 800; +widthClass = 7; +}, +{ +axesValues = ( +250, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 125; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.25; +m002 = 0.25; +m004 = 0.25; +m008 = 0.25; +}; +name = "Wd Bl"; +weightClass = 900; +widthClass = 7; +}, +{ +axesValues = ( +320, +7 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 125; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.5; +m008 = 0.5; +}; +name = "Wd Ult"; +weightClass = 1000; +widthClass = 7; +}, +{ +axesValues = ( +40, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 150; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m007 = 0.25; +m010 = 0.75; +}; +name = "xWd Th"; +weightClass = 100; +widthClass = 8; +}, +{ +axesValues = ( +68, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 150; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.3; +m007 = 0.15; +m01 = 0.1; +m010 = 0.45; +}; +name = "xWd xLt"; +weightClass = 200; +widthClass = 8; +}, +{ +axesValues = ( +96, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 150; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.6; +m007 = 0.05; +m01 = 0.2; +m010 = 0.15; +}; +name = "xWd Lt"; +weightClass = 300; +widthClass = 8; +}, +{ +axesValues = ( +110, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 150; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.75; +m01 = 0.25; +}; +name = "xWd Rg"; +widthClass = 8; +}, +{ +axesValues = ( +132, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 150; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.07857; +m003 = 0.51429; +m004 = 0.23571; +m01 = 0.17143; +}; +name = "xWd Md"; +weightClass = 500; +widthClass = 8; +}, +{ +axesValues = ( +156, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 150; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.16429; +m003 = 0.25714; +m004 = 0.49286; +m01 = 0.08571; +}; +name = "xWd Bd"; +weightClass = 700; +widthClass = 8; +}, +{ +axesValues = ( +180, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 150; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m002 = 0.25; +m004 = 0.75; +}; +name = "xWd xBd"; +weightClass = 800; +widthClass = 8; +}, +{ +axesValues = ( +250, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 150; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.375; +m002 = 0.125; +m004 = 0.375; +m008 = 0.125; +}; +name = "xWd Bl"; +weightClass = 900; +widthClass = 8; +}, +{ +axesValues = ( +320, +8 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 150; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.75; +m008 = 0.25; +}; +name = "xWd Ult"; +weightClass = 1000; +widthClass = 8; +}, +{ +axesValues = ( +40, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Width; +Location = 200; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m010 = 1; +}; +name = "uWd Th"; +weightClass = 100; +widthClass = 9; +}, +{ +axesValues = ( +68, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Width; +Location = 200; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.4; +m010 = 0.6; +}; +name = "uWd xLt"; +weightClass = 200; +widthClass = 9; +}, +{ +axesValues = ( +96, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Width; +Location = 200; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.8; +m010 = 0.2; +}; +name = "uWd Lt"; +weightClass = 300; +widthClass = 9; +}, +{ +axesValues = ( +110, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Width; +Location = 200; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 1; +}; +name = "uWd Rg"; +widthClass = 9; +}, +{ +axesValues = ( +132, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Width; +Location = 200; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.68571; +m004 = 0.31429; +}; +name = "uWd Md"; +weightClass = 500; +widthClass = 9; +}, +{ +axesValues = ( +156, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Width; +Location = 200; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m003 = 0.34286; +m004 = 0.65714; +}; +isBold = 1; +linkStyle = "uWd Rg"; +name = "uWd Bd"; +weightClass = 700; +widthClass = 9; +}, +{ +axesValues = ( +180, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Width; +Location = 200; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +m004 = 1; +}; +name = "uWd xBd"; +weightClass = 800; +widthClass = 9; +}, +{ +axesValues = ( +250, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Width; +Location = 200; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 0.5; +m004 = 0.5; +}; +name = "uWd Bl"; +weightClass = 900; +widthClass = 9; +}, +{ +axesValues = ( +320, +9 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 1000; +}, +{ +Axis = Width; +Location = 200; +} +); +}, +{ +name = "Decompose Glyphs"; +value = ( +Aacute, +Abreve, +Acaron, +Acircumflex, +Adieresis, +Agrave, +Amacron, +Aogonek, +Aring, +Aringacute, +Atilde, +Cacute, +Ccaron, +Ccedilla, +Cdotaccent, +Eth, +Dcaron, +Dcroat, +Ddotbelow, +Eacute, +Ecaron, +Ecircumflex, +Edieresis, +Edotaccent, +Egrave, +Emacron, +Eogonek, +Etilde, +AE, +AEacute, +OE, +Gbreve, +Gcaron, +Gcommaaccent, +Gdotaccent, +Iacute, +Icircumflex, +Idieresis, +Idotaccent, +Idotbelow, +Igrave, +Imacron, +Iogonek, +Itilde, +Lacute, +Lcaron, +Lcommaaccent, +Ldot, +Lslash, +Nacute, +Ncaron, +Ncommaaccent, +Nhookleft, +Ntilde, +Eng, +Oacute, +Ocircumflex, +Odieresis, +Odotbelow, +Ograve, +Ohungarumlaut, +Omacron, +Oslash, +Oslashacute, +Otilde, +Sacute, +Scaron, +Scedilla, +Scommaaccent, +Sdotbelow, +Tbar, +Tcaron, +Tcedilla, +Tcommaaccent, +Tdotbelow, +Uacute, +Ubreve, +Ucircumflex, +Udieresis, +Udotbelow, +Ugrave, +Uhungarumlaut, +Umacron, +Uogonek, +Uring, +Utilde, +Yacute, +Ycircumflex, +Ydieresis, +Ygrave, +Ymacron, +Ytilde, +Zacute, +Zcaron, +Zdotaccent, +Zdotbelow, +exclamdown, +questiondown, +quotesinglbase, +quotedblbase, +quotedblleft, +quotedblright, +quoteleft, +quoteright, +backslash, +guillemetleft, +guillemetright, +guilsinglleft, +guilsinglright +); +}, +{ +name = "Rename Glyphs"; +value = ( +"A=Aring", +"Abreve=Acaron", +"Amacron=Atilde", +"C=Cacute", +"Ccaron=Cdotaccent", +"D=Dcroat", +"E=Egrave", +"Ecaron=Etilde", +"G=Gcommaaccent", +"I=Igrave", +"Idieresis=Itilde", +"Idotaccent=Iacute", +"L=Lcommaaccent", +"Lslash=Ldot", +"N=Nhookleft", +"O=Odieresis", +"Omacron=Otilde", +"S=Scedilla", +"Scaron=Scommaaccent", +"T=Tcaron", +"U=Ubreve", +"Uring=Utilde", +"Uogonek=Udotbelow", +"Udieresis=Umacron", +"Y=Ymacron", +"Ycircumflex=Ydieresis", +"Ygrave=Ytilde", +"Z=Zcaron", +"Zacute=Zdotaccent", +"exclam=question", +"parenleft=braceleft", +"guillemetleft=guilsinglleft", +"quotedbl=quotesingle", +"quotesinglbase=quotedblbase", +"quoteleft=quotedblleft", +"quoteright=quotedblright", +"slash=backslash" +); +} +); +exports = 0; +instanceInterpolations = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = 1; +}; +name = "uWd Ult"; +weightClass = 1000; +widthClass = 9; +} +); +kerningLTR = { +m009 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_quote_top_left" = -80; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +"Che-cy" = -60; +U = -10; +V = -50; +"che-cy" = -20; +guillemetright = -40; +one = -80; +question = -50; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_hyphen_left" = -20; +one = -20; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -10; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -30; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -60; +J = -20; +ampersand = -40; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_a_left" = -120; +"@MMK_R_hyphen_left" = -110; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_left_ascender" = -80; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -120; +"@MMK_R_sqr_left" = -120; +"@MMK_R_te_cy_left" = -100; +"@MMK_R_x_left" = -120; +"@MMK_R_y_left" = -110; +"De-cy" = -50; +"El-cy" = -60; +"Ereversed-cy" = -20; +"Ya-cy" = -20; +"Ze-cy" = -20; +"che-cy" = -100; +"de-cy" = -100; +"el-cy" = -120; +guillemetright = -120; +"hardsign-cy" = -100; +"io-cy" = -40; +one = -20; +"ya-cy" = -120; +"ze-cy" = -120; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -30; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_t_left" = -20; +"@MMK_R_te_cy_left" = -30; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -20; +"Che-cy" = -60; +"De-cy" = -30; +"El-cy" = -40; +"Hardsign-cy" = -60; +J = -20; +V = -30; +"che-cy" = -40; +"de-cy" = -20; +"el-cy" = -30; +four = -60; +"hardsign-cy" = -40; +one = -40; +seven = -40; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 20; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_a_left" = -10; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_quote_top_left" = -100; +"@MMK_R_rnd_left" = -20; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +U = -40; +V = -80; +one = -100; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_period_left" = -60; +U = -10; +V = -10; +j = 40; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -10; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_rnd_left" = -10; +U = -10; +V = -10; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -30; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_period_left" = -20; +"@MMK_R_quote_top_left" = -40; +"Ya-cy" = -10; +one = -80; +question = -40; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_period_left" = -10; +V = -10; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_H" = -40; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_left_ascender" = 0; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -80; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -80; +"@MMK_R_t_left" = -80; +"@MMK_R_te_cy_left" = -60; +"@MMK_R_u_left" = -90; +"@MMK_R_v_left" = -80; +"@MMK_R_x_left" = -80; +"@MMK_R_y_left" = -90; +"@MMK_R_z_left" = -80; +"De-cy" = -50; +"El-cy" = -60; +J = -80; +ampersand = -40; +"be-cy" = -40; +"che-cy" = -80; +"de-cy" = -80; +"el-cy" = -100; +guillemetright = -100; +"hardsign-cy" = -80; +"io-cy" = -40; +j = -60; +one = -40; +"ya-cy" = -80; +"ze-cy" = -80; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -20; +"@MMK_R_hyphen_left" = -10; +one = -10; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_a_left" = -60; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_period_left" = -60; +"@MMK_R_quote_top_left" = 20; +"@MMK_R_rnd_left" = -40; +"@MMK_R_sqr_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"De-cy" = -30; +"El-cy" = -40; +"Ereversed-cy" = -10; +"Ya-cy" = -10; +"Ze-cy" = -10; +"be-cy" = -40; +"de-cy" = -40; +"el-cy" = -60; +"hardsign-cy" = -20; +"io-cy" = -40; +"ya-cy" = -50; +"ze-cy" = -40; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -10; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_period_left" = -20; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -30; +"@MMK_R_f_left" = -30; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -30; +"@MMK_R_sqr_left" = -30; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -30; +ampersand = -40; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -15; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_a_left" = -10; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_period_left" = -20; +"@MMK_R_rnd_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_te_cy_left" = -20; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -10; +"Ereversed-cy" = -20; +"be-cy" = -25; +"che-cy" = -30; +guillemetright = -60; +"hardsign-cy" = -20; +"io-cy" = -20; +one = -20; +"ya-cy" = -20; +"ze-cy" = -10; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -50; +"@MMK_R_hyphen_left" = -90; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -80; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -50; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -50; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -60; +J = -60; +ampersand = -40; +one = -20; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_period_left" = -40; +"@MMK_R_rnd_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -40; +one = -20; +}; +"@MMK_L_acute_right" = { +"@MMK_R_rnd_left" = -20; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_a_left" = -30; +"@MMK_R_f_left" = -60; +"@MMK_R_left_ascender" = -20; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -30; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -40; +ampersand = -20; +"be-cy" = -40; +"che-cy" = -40; +"el-cy" = -40; +"hardsign-cy" = -40; +"io-cy" = -20; +"ya-cy" = -20; +"ze-cy" = -20; +}; +"@MMK_L_cent_right" = { +seven = -80; +}; +"@MMK_L_dollar_right" = { +seven = -60; +}; +"@MMK_L_g_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_bracket_left" = -20; +V = -40; +j = 30; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_bracket_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_period_left" = -100; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_U_CY_LEFT" = -60; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -60; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_Z_LEFT" = -60; +"@MMK_R_te_cy_left" = -60; +"@MMK_R_x_left" = -60; +"Che-cy" = -20; +"De-cy" = -50; +"El-cy" = -60; +"Hardsign-cy" = -40; +V = -50; +"Ya-cy" = -20; +"Ze-cy" = -20; +"de-cy" = -20; +"el-cy" = -20; +"hardsign-cy" = -40; +one = -100; +seven = -80; +three = -20; +two = -20; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_k_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_bracket_left" = -30; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_rnd_left" = -5; +one = 20; +"ze-cy" = -20; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -10; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_Z_LEFT" = 0; +"@MMK_R_bracket_left" = -30; +"@MMK_R_f_left" = -20; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -5; +"@MMK_R_y_left" = -10; +V = -30; +one = -60; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_quote_top_left" = -60; +"@MMK_R_rnd_left" = -40; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_v_left" = -70; +"@MMK_R_y_left" = -30; +"Che-cy" = -80; +"Ereversed-cy" = -10; +"Hardsign-cy" = -60; +J = -20; +U = -20; +V = -60; +"be-cy" = -30; +"che-cy" = -80; +eight = -30; +five = -30; +four = -60; +"hardsign-cy" = -60; +nine = -30; +one = -60; +seven = -80; +three = -25; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_Idiacritics_left" = 20; +"@MMK_R_Idieresis_left" = 20; +"@MMK_R_T_LEFT" = 40; +"@MMK_R_X_LEFT" = 40; +"@MMK_R_f_left" = -40; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -10; +"@MMK_R_t_left" = 30; +"@MMK_R_v_left" = 30; +"De-cy" = -40; +"El-cy" = -60; +J = -90; +"de-cy" = -40; +"el-cy" = -40; +"ya-cy" = -20; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_bracket_left" = -40; +"@MMK_R_f_left" = -20; +"@MMK_R_grave_left" = -20; +"@MMK_R_period_left" = -40; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_v_left" = -5; +"@MMK_R_x_left" = -5; +"@MMK_R_y_left" = -20; +V = -60; +one = -60; +question = -20; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_bracket_left" = -40; +V = -50; +one = -40; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -90; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_quote_top_left" = -60; +"@MMK_R_te_cy_left" = -60; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -30; +"che-cy" = -30; +one = -100; +question = -40; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_bracket_left" = -30; +V = -40; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_bracket_left" = -20; +"@MMK_R_t_left" = -40; +V = -20; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_period_left" = -80; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -70; +"che-cy" = -10; +"hardsign-cy" = -10; +one = -20; +question = -20; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_Z_LEFT" = -60; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = -70; +"@MMK_R_rnd_left" = -5; +V = -20; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -90; +"@MMK_R_bracket_left" = -40; +"@MMK_R_x_left" = -20; +one = -40; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_bracket_left" = 60; +"@MMK_R_left_ascender" = 20; +"@MMK_R_quote_top_left" = 70; +question = 20; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_Z_LEFT" = -20; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_rnd_left" = -5; +V = -20; +"hardsign-cy" = -10; +"ze-cy" = -20; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -90; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_Z_LEFT" = -60; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = -40; +"@MMK_R_rnd_left" = -20; +V = -20; +"de-cy" = -20; +"el-cy" = -30; +}; +"@MMK_L_z_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_bracket_left" = -40; +V = -40; +}; +"Be-cy" = { +one = -60; +question = -20; +}; +C = { +"@MMK_R_hyphen_left" = -10; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -20; +one = -10; +}; +"Es-cy" = { +"@MMK_R_X_LEFT" = 0; +"@MMK_R_period_left" = -10; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -80; +}; +V = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -50; +"@MMK_R_sqr_left" = -20; +"@MMK_R_t_left" = -10; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -50; +J = -50; +ampersand = -40; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 20; +}; +"Ze-cy" = { +"@MMK_R_period_left" = -20; +}; +ampersand = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_bracket_left" = -20; +"@MMK_R_f_left" = -20; +V = -40; +backslash = -20; +question = -40; +seven = -40; +slash = 0; +}; +backslash = { +ampersand = -20; +}; +"be-cy" = { +"@MMK_R_period_left" = -30; +one = -40; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -70; +"@MMK_R_quote_top_left" = -20; +one = -20; +}; +eight = { +"@MMK_R_period_left" = -30; +}; +emdash.case = { +"Hardsign-cy" = -40; +"Ze-cy" = -20; +}; +euro = { +seven = -60; +}; +f = { +"@MMK_R_RND_LEFT" = 20; +"@MMK_R_SQR_LEFT" = 20; +"@MMK_R_S_LEFT" = 40; +"@MMK_R_T_LEFT" = 60; +"@MMK_R_W_LEFT" = 50; +"@MMK_R_X_LEFT" = 40; +"@MMK_R_Y_LEFT" = 60; +"@MMK_R_Z_LEFT" = 40; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = 20; +"@MMK_R_dollar_left" = 40; +"@MMK_R_left_ascender" = 20; +"@MMK_R_period_left" = -30; +"@MMK_R_quote_top_left" = 60; +"@MMK_R_rnd_left" = -20; +J = -80; +U = 20; +V = 60; +eight = 40; +euro = 40; +five = 40; +nine = 40; +one = 60; +percent = 40; +question = 20; +section = 20; +seven = 20; +sterling = 20; +three = 40; +two = 40; +yen = 80; +}; +five = { +"@MMK_R_period_left" = -25; +}; +four = { +"@MMK_R_H" = -20; +"@MMK_R_period_left" = -40; +one = -40; +ordfeminine = -30; +ordmasculine = -30; +seven = -10; +}; +fraction = { +four.dnom = -40; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_X_LEFT" = -60; +}; +guillemetright = { +"@MMK_R_period_left" = -80; +}; +"iishort-cy" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_bracket_left" = -20; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_bracket_left" = -20; +}; +j = { +j = 40; +}; +ordfeminine = { +"@MMK_R_period_left" = -100; +}; +ordmasculine = { +"@MMK_R_period_left" = -120; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -40; +}; +percent = { +one = -40; +seven = -60; +}; +ruble = { +seven = -40; +}; +section = { +seven = -50; +}; +seven = { +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_cent_left" = -100; +"@MMK_R_dollar_left" = -50; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_period_left" = -120; +ampersand = -40; +euro = -30; +four = -60; +percent = -40; +ruble = -40; +section = -50; +sterling = -40; +two = -20; +}; +seven.numr = { +fraction = -40; +}; +six = { +"@MMK_R_period_left" = -30; +}; +slash = { +ampersand = -20; +}; +sterling = { +seven = -20; +}; +three = { +"@MMK_R_period_left" = -20; +}; +two = { +four = -20; +}; +}; +m007 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_quote_top_left" = -100; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -30; +"Che-cy" = -60; +U = -10; +V = -60; +"che-cy" = -30; +guillemetright = -40; +one = -80; +question = -40; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +one = -20; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -30; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -30; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -70; +J = -20; +ampersand = -40; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_a_left" = -120; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_left_ascender" = -80; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -120; +"@MMK_R_sqr_left" = -100; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_x_left" = -100; +"@MMK_R_y_left" = -120; +"De-cy" = -60; +"El-cy" = -80; +"Ereversed-cy" = -20; +"Ya-cy" = -30; +"Ze-cy" = -40; +"che-cy" = -140; +"de-cy" = -120; +"el-cy" = -140; +guillemetright = -160; +"hardsign-cy" = -140; +"io-cy" = -40; +one = -20; +"ya-cy" = -120; +"ze-cy" = -120; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_t_left" = -30; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -30; +"Che-cy" = -40; +"De-cy" = -30; +"El-cy" = -40; +"Hardsign-cy" = -60; +J = -40; +V = -30; +"che-cy" = -40; +"de-cy" = -30; +"el-cy" = -40; +four = -70; +"hardsign-cy" = -60; +one = -40; +seven = -50; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 20; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -90; +"@MMK_R_quote_top_left" = -110; +"@MMK_R_rnd_left" = -20; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -30; +"@MMK_R_y_left" = -40; +U = -40; +V = -80; +one = -100; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -10; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_period_left" = -80; +U = -10; +V = -20; +j = 60; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -10; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_rnd_left" = -10; +"@MMK_R_s_left" = -10; +U = -10; +V = -10; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_period_left" = -10; +"@MMK_R_quote_top_left" = -60; +"Ya-cy" = -10; +one = -80; +question = -60; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_period_left" = -10; +V = -20; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_H" = -40; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -80; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_left_ascender" = 0; +"@MMK_R_period_left" = -60; +"@MMK_R_quote_top_left" = 20; +"@MMK_R_rnd_left" = -80; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -80; +"@MMK_R_t_left" = -60; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_u_left" = -90; +"@MMK_R_v_left" = -80; +"@MMK_R_x_left" = -80; +"@MMK_R_y_left" = -100; +"@MMK_R_z_left" = -80; +"De-cy" = -60; +"El-cy" = -80; +J = -80; +ampersand = -40; +"be-cy" = -40; +"che-cy" = -100; +"de-cy" = -60; +"el-cy" = -80; +guillemetright = -120; +"hardsign-cy" = -100; +"io-cy" = -40; +j = -40; +one = -20; +"ya-cy" = -100; +"ze-cy" = -80; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -20; +"@MMK_R_hyphen_left" = -20; +one = -10; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_a_left" = -60; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_period_left" = -60; +"@MMK_R_quote_top_left" = 20; +"@MMK_R_rnd_left" = -60; +"@MMK_R_sqr_left" = -30; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"De-cy" = -40; +"El-cy" = -40; +"Ereversed-cy" = -10; +"Ya-cy" = -10; +"Ze-cy" = -10; +"be-cy" = -60; +"de-cy" = -60; +"el-cy" = -90; +"hardsign-cy" = -20; +"io-cy" = -60; +"ya-cy" = -70; +"ze-cy" = -60; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -10; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_period_left" = -10; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -50; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -50; +"@MMK_R_sqr_left" = -30; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -40; +ampersand = -40; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_a_left" = -10; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -70; +"@MMK_R_i_diacritic_left" = 30; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -40; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -20; +"be-cy" = -40; +"che-cy" = -30; +guillemetright = -70; +"hardsign-cy" = -30; +"io-cy" = -40; +one = -20; +"ya-cy" = -20; +"ze-cy" = -20; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -50; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -100; +"@MMK_R_s_left" = -100; +"@MMK_R_sqr_left" = -60; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -70; +"@MMK_R_v_left" = -50; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -50; +"@MMK_R_z_left" = -70; +J = -60; +ampersand = -40; +one = -20; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -40; +one = -20; +}; +"@MMK_L_acute_right" = { +"@MMK_R_rnd_left" = -20; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -40; +"@MMK_R_left_ascender" = -40; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -50; +"@MMK_R_x_left" = -40; +"@MMK_R_z_left" = -40; +ampersand = -20; +"be-cy" = -50; +"che-cy" = -50; +"el-cy" = -40; +"hardsign-cy" = -60; +"io-cy" = -40; +"ya-cy" = -30; +"ze-cy" = -40; +}; +"@MMK_L_cent_right" = { +seven = -80; +}; +"@MMK_L_dollar_right" = { +seven = -60; +}; +"@MMK_L_g_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -20; +V = -40; +j = 80; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_bracket_left" = -60; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_period_left" = -80; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -80; +"@MMK_R_X_LEFT" = -70; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_Z_LEFT" = -60; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_x_left" = -110; +"@MMK_R_y_left" = -10; +"Che-cy" = -40; +"De-cy" = -40; +"El-cy" = -60; +"Hardsign-cy" = -60; +V = -80; +"Ya-cy" = -40; +"Ze-cy" = -20; +"de-cy" = -20; +"el-cy" = -40; +"hardsign-cy" = -60; +one = -80; +seven = -70; +three = -30; +two = -30; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_quote_top_left" = 60; +}; +"@MMK_L_k_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_a_left" = -5; +"@MMK_R_bracket_left" = -20; +"@MMK_R_hyphen_left" = -70; +"@MMK_R_rnd_left" = -20; +one = 20; +"ze-cy" = -20; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -40; +"@MMK_R_f_left" = -30; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -30; +"@MMK_R_v_left" = -10; +"@MMK_R_y_left" = -10; +V = -30; +one = -60; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -80; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_quote_top_left" = -80; +"@MMK_R_rnd_left" = -30; +"@MMK_R_te_cy_left" = -60; +"@MMK_R_v_left" = -60; +"@MMK_R_y_left" = -20; +"Che-cy" = -60; +"Hardsign-cy" = -60; +J = -10; +U = -10; +V = -60; +"Ze-cy" = -10; +"be-cy" = -30; +"che-cy" = -80; +eight = -20; +five = -30; +four = -80; +"hardsign-cy" = -80; +nine = -30; +one = -80; +seven = -80; +three = -40; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -100; +"@MMK_R_Idiacritics_left" = 20; +"@MMK_R_Idieresis_left" = 20; +"@MMK_R_X_LEFT" = 20; +"@MMK_R_f_left" = -40; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +"@MMK_R_t_left" = 30; +"@MMK_R_v_left" = 20; +"De-cy" = -40; +"El-cy" = -80; +J = -110; +"Ze-cy" = 20; +"de-cy" = -40; +"e-cy" = -30; +"el-cy" = -40; +"ya-cy" = -20; +"ze-cy" = -20; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_Z_LEFT" = -20; +"@MMK_R_bracket_left" = -60; +"@MMK_R_f_left" = -10; +"@MMK_R_grave_left" = -20; +"@MMK_R_period_left" = -30; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_v_left" = -10; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -20; +V = -60; +one = -60; +question = -20; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_bracket_left" = -60; +V = -50; +one = -40; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_bracket_left" = -40; +"@MMK_R_quote_top_left" = -70; +"@MMK_R_te_cy_left" = -60; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"che-cy" = -20; +one = -120; +question = -50; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -30; +V = -30; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_bracket_left" = -20; +"@MMK_R_t_left" = -40; +V = -20; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_period_left" = -60; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -90; +"che-cy" = -10; +"hardsign-cy" = -20; +one = -20; +question = -50; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_Z_LEFT" = -60; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -50; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -10; +V = -20; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -70; +"@MMK_R_bracket_left" = -40; +"@MMK_R_x_left" = -20; +one = -20; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_bracket_left" = 70; +"@MMK_R_left_ascender" = 20; +"@MMK_R_quote_top_left" = 80; +question = 20; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_Z_LEFT" = -20; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -40; +"@MMK_R_hyphen_left" = -110; +"@MMK_R_rnd_left" = -10; +V = -20; +"hardsign-cy" = -10; +"ze-cy" = -20; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -60; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_Z_LEFT" = -60; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -70; +"@MMK_R_hyphen_left" = -10; +"@MMK_R_period_left" = -70; +"@MMK_R_rnd_left" = -20; +V = -20; +"de-cy" = -30; +"el-cy" = -40; +}; +"@MMK_L_z_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -40; +V = -40; +}; +"Be-cy" = { +one = -60; +question = -20; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -30; +one = -10; +}; +"Es-cy" = { +"@MMK_R_X_LEFT" = -10; +"@MMK_R_period_left" = -10; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -100; +}; +V = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -50; +"@MMK_R_sqr_left" = -30; +"@MMK_R_t_left" = -10; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -50; +J = -60; +ampersand = -40; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 20; +}; +"Ze-cy" = { +"@MMK_R_period_left" = -10; +}; +ampersand = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_bracket_left" = -20; +"@MMK_R_f_left" = -20; +V = -40; +backslash = -20; +question = -40; +seven = -40; +}; +backslash = { +ampersand = -20; +}; +"be-cy" = { +one = -40; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -50; +"@MMK_R_quote_top_left" = -20; +}; +eight = { +"@MMK_R_period_left" = -20; +}; +emdash.case = { +"Hardsign-cy" = -40; +"Ze-cy" = -20; +}; +euro = { +seven = -60; +}; +f = { +"@MMK_R_RND_LEFT" = 20; +"@MMK_R_SQR_LEFT" = 40; +"@MMK_R_S_LEFT" = 40; +"@MMK_R_T_LEFT" = 100; +"@MMK_R_W_LEFT" = 60; +"@MMK_R_X_LEFT" = 100; +"@MMK_R_Y_LEFT" = 80; +"@MMK_R_Z_LEFT" = 60; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = 40; +"@MMK_R_dollar_left" = 60; +"@MMK_R_left_ascender" = 20; +"@MMK_R_period_left" = -70; +"@MMK_R_quote_top_left" = 60; +"@MMK_R_rnd_left" = -20; +J = -100; +U = 40; +V = 80; +ampersand = 20; +eight = 60; +euro = 60; +five = 60; +nine = 60; +one = 60; +percent = 60; +question = 60; +section = 60; +seven = 60; +sterling = 40; +three = 60; +two = 60; +yen = 100; +}; +five = { +"@MMK_R_period_left" = -30; +}; +four = { +"@MMK_R_H" = -30; +"@MMK_R_period_left" = -60; +one = -40; +ordfeminine = -30; +ordmasculine = -30; +seven = -10; +}; +fraction = { +four.dnom = -40; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_X_LEFT" = -60; +}; +guillemetright = { +"@MMK_R_period_left" = -100; +}; +"iishort-cy" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_bracket_left" = -40; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -40; +}; +j = { +j = 60; +}; +ordfeminine = { +"@MMK_R_period_left" = -100; +}; +ordmasculine = { +"@MMK_R_period_left" = -120; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -60; +}; +percent = { +one = -40; +seven = -70; +}; +ruble = { +seven = -50; +}; +section = { +seven = -70; +}; +seven = { +"@MMK_R_H" = -70; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_cent_left" = -100; +"@MMK_R_dollar_left" = -50; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_period_left" = -120; +ampersand = -60; +euro = -50; +four = -60; +percent = -30; +ruble = -70; +section = -70; +sterling = -80; +two = -20; +}; +seven.numr = { +fraction = -40; +}; +six = { +"@MMK_R_period_left" = -30; +}; +slash = { +ampersand = -40; +}; +sterling = { +seven = -40; +}; +three = { +"@MMK_R_period_left" = -40; +}; +two = { +four = -10; +}; +yen = { +"@MMK_R_f_left" = -20; +}; +}; +m010 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -70; +"@MMK_R_U_CY_LEFT" = -100; +"@MMK_R_W_LEFT" = -90; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_f_left" = -80; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_quote_top_left" = -140; +"@MMK_R_v_left" = -50; +"@MMK_R_y_left" = -60; +"Che-cy" = -90; +U = -20; +V = -120; +"che-cy" = -60; +guillemetright = -60; +one = -120; +question = -80; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = 0; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -100; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = 0; +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -50; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -60; +"@MMK_R_u_left" = -50; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -50; +"@MMK_R_y_left" = -50; +"@MMK_R_z_left" = -90; +J = -40; +ampersand = -40; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -140; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_a_left" = -160; +"@MMK_R_hyphen_left" = -90; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_left_ascender" = -100; +"@MMK_R_period_left" = -100; +"@MMK_R_quote_top_left" = 40; +"@MMK_R_rnd_left" = -160; +"@MMK_R_sqr_left" = -140; +"@MMK_R_te_cy_left" = -140; +"@MMK_R_x_left" = -140; +"@MMK_R_y_left" = -160; +"De-cy" = -100; +"El-cy" = -100; +"Ereversed-cy" = -40; +"Ya-cy" = -20; +"Ze-cy" = -40; +"che-cy" = -220; +"de-cy" = -200; +"el-cy" = -220; +guillemetright = -200; +"hardsign-cy" = -220; +"io-cy" = -80; +one = -40; +"ya-cy" = -160; +"ze-cy" = -160; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -20; +"Che-cy" = -50; +"De-cy" = -30; +"El-cy" = -40; +"Hardsign-cy" = -70; +J = -30; +V = -40; +"che-cy" = -60; +"de-cy" = -40; +"el-cy" = -50; +four = -70; +"hardsign-cy" = -60; +one = -60; +seven = -50; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 50; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -100; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_quote_top_left" = -100; +"@MMK_R_rnd_left" = -40; +"@MMK_R_t_left" = -80; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_y_left" = -60; +U = -60; +V = -120; +one = -140; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_period_left" = -80; +U = -20; +V = -20; +j = 80; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -10; +"@MMK_R_hyphen_left" = -30; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -10; +U = -10; +V = -10; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_period_left" = -10; +"@MMK_R_quote_top_left" = -80; +"Ya-cy" = -20; +one = -100; +question = -60; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_period_left" = -20; +V = -20; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -70; +"@MMK_R_H" = -40; +"@MMK_R_a_left" = -120; +"@MMK_R_f_left" = -100; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_left_ascender" = 0; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -120; +"@MMK_R_s_left" = -120; +"@MMK_R_sqr_left" = -120; +"@MMK_R_t_left" = -100; +"@MMK_R_te_cy_left" = -120; +"@MMK_R_u_left" = -130; +"@MMK_R_v_left" = -120; +"@MMK_R_x_left" = -120; +"@MMK_R_y_left" = -140; +"@MMK_R_z_left" = -120; +"De-cy" = -100; +"El-cy" = -100; +J = -120; +ampersand = -60; +"be-cy" = -60; +"che-cy" = -140; +"de-cy" = -120; +"el-cy" = -140; +guillemetright = -140; +"hardsign-cy" = -140; +"io-cy" = -80; +j = -80; +one = -40; +"ya-cy" = -140; +"ze-cy" = -120; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -20; +"@MMK_R_hyphen_left" = -20; +one = -20; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -140; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_a_left" = -80; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -100; +"@MMK_R_sqr_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +"De-cy" = -60; +"El-cy" = -60; +"Ereversed-cy" = -20; +"Ya-cy" = -20; +"Ze-cy" = -20; +"be-cy" = -90; +"de-cy" = -120; +"el-cy" = -140; +"hardsign-cy" = -40; +"io-cy" = -100; +one = -20; +"ya-cy" = -80; +"ze-cy" = -80; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_period_left" = -20; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -100; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -70; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -90; +"@MMK_R_s_left" = -70; +"@MMK_R_sqr_left" = -60; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -60; +ampersand = -60; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -30; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_rnd_left" = -50; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_te_cy_left" = -50; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -30; +"Ereversed-cy" = -50; +"be-cy" = -60; +"che-cy" = -40; +guillemetright = -80; +"hardsign-cy" = -60; +"io-cy" = -50; +one = -40; +"ya-cy" = -30; +"ze-cy" = -30; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -120; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -120; +"@MMK_R_f_left" = -90; +"@MMK_R_hyphen_left" = -140; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -180; +"@MMK_R_s_left" = -140; +"@MMK_R_sqr_left" = -90; +"@MMK_R_t_left" = -80; +"@MMK_R_u_left" = -100; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -70; +"@MMK_R_y_left" = -70; +"@MMK_R_z_left" = -100; +J = -120; +ampersand = -60; +one = -20; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_t_left" = -60; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -60; +one = -20; +}; +"@MMK_L_acute_right" = { +"@MMK_R_rnd_left" = -20; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -60; +"@MMK_R_left_ascender" = -40; +"@MMK_R_rnd_left" = -80; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -60; +"@MMK_R_t_left" = -60; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -80; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -50; +"@MMK_R_z_left" = -60; +ampersand = -40; +"be-cy" = -60; +"che-cy" = -80; +"el-cy" = -60; +"hardsign-cy" = -80; +"io-cy" = -60; +j = 140; +"ya-cy" = -40; +"ze-cy" = -40; +}; +"@MMK_L_cent_right" = { +seven = -100; +}; +"@MMK_L_dollar_right" = { +seven = -70; +}; +"@MMK_L_g_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_bracket_left" = -40; +V = -80; +j = 120; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -50; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_bracket_left" = -80; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_period_left" = -100; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_U_CY_LEFT" = -60; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_X_LEFT" = -80; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_Z_LEFT" = -50; +"@MMK_R_te_cy_left" = -120; +"@MMK_R_x_left" = -140; +"@MMK_R_y_left" = -20; +"Che-cy" = -40; +"De-cy" = -50; +"El-cy" = -60; +"Hardsign-cy" = -70; +V = -80; +"Ya-cy" = -40; +"Ze-cy" = -30; +"de-cy" = -40; +"el-cy" = -60; +"hardsign-cy" = -60; +one = -90; +seven = -100; +three = -30; +two = -30; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 140; +"@MMK_R_left_ascender" = 20; +"@MMK_R_quote_top_left" = 80; +}; +"@MMK_L_k_right" = { +"@MMK_R_T_LEFT" = -100; +"@MMK_R_a_left" = -5; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_rnd_left" = -20; +one = 20; +"ze-cy" = -20; +}; +"@MMK_L_n_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -70; +"@MMK_R_Y_LEFT" = -130; +"@MMK_R_bracket_left" = -60; +"@MMK_R_f_left" = -40; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +V = -60; +one = -80; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -80; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -100; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_quote_top_left" = -80; +"@MMK_R_rnd_left" = -30; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_v_left" = -100; +"@MMK_R_y_left" = -40; +"Che-cy" = -80; +"Hardsign-cy" = -80; +J = -20; +U = -20; +V = -100; +"Ze-cy" = -20; +"be-cy" = -30; +"che-cy" = -100; +five = -20; +four = -40; +"hardsign-cy" = -100; +nine = -30; +one = -120; +seven = -130; +three = -20; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -140; +"@MMK_R_Idiacritics_left" = 50; +"@MMK_R_Idieresis_left" = 50; +"@MMK_R_f_left" = -60; +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = 20; +"@MMK_R_v_left" = 20; +"De-cy" = -80; +"El-cy" = -80; +J = -90; +"de-cy" = -60; +"el-cy" = -80; +"ya-cy" = -40; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -90; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -180; +"@MMK_R_Z_LEFT" = -20; +"@MMK_R_bracket_left" = -80; +"@MMK_R_f_left" = -20; +"@MMK_R_grave_left" = -20; +"@MMK_R_period_left" = -30; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -10; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -40; +V = -100; +one = -60; +question = -30; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_Z_LEFT" = -20; +"@MMK_R_bracket_left" = -80; +V = -80; +one = -40; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -130; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -40; +"@MMK_R_quote_top_left" = -80; +"@MMK_R_te_cy_left" = -60; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -40; +"che-cy" = -40; +one = -180; +question = -80; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_bracket_left" = -60; +V = -80; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -90; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_bracket_left" = -30; +"@MMK_R_t_left" = -60; +V = -30; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_period_left" = -80; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -130; +"@MMK_R_y_left" = -10; +"che-cy" = -20; +"hardsign-cy" = -20; +one = -20; +question = -60; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -60; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_Z_LEFT" = -100; +"@MMK_R_a_left" = -40; +"@MMK_R_bracket_left" = -80; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -10; +V = -40; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -110; +"@MMK_R_bracket_left" = -40; +"@MMK_R_x_left" = -30; +one = -20; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_bracket_left" = 100; +"@MMK_R_left_ascender" = 40; +"@MMK_R_quote_top_left" = 90; +question = 20; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_Z_LEFT" = -20; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -40; +"@MMK_R_hyphen_left" = -140; +"@MMK_R_rnd_left" = -20; +V = -40; +"hardsign-cy" = -10; +"ze-cy" = -30; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -140; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -80; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_Z_LEFT" = -100; +"@MMK_R_a_left" = -40; +"@MMK_R_bracket_left" = -80; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -50; +V = -40; +"de-cy" = -60; +"el-cy" = -70; +}; +"@MMK_L_z_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_bracket_left" = -60; +V = -80; +}; +"Be-cy" = { +one = -60; +question = -30; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -60; +one = -20; +}; +"Es-cy" = { +"@MMK_R_X_LEFT" = 0; +"@MMK_R_period_left" = -20; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -140; +}; +V = { +"@MMK_R_A_LEFT" = -120; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -100; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -60; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -80; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -90; +J = -100; +ampersand = -60; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 40; +}; +"Ze-cy" = { +"@MMK_R_period_left" = -20; +}; +ampersand = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_bracket_left" = -40; +"@MMK_R_f_left" = -40; +V = -60; +backslash = -20; +question = -60; +seven = -40; +}; +backslash = { +ampersand = -20; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -100; +"@MMK_R_quote_top_left" = -20; +one = -20; +}; +emdash.case = { +"Hardsign-cy" = -60; +"Ze-cy" = -20; +}; +euro = { +seven = -70; +}; +f = { +"@MMK_R_RND_LEFT" = 40; +"@MMK_R_SQR_LEFT" = 60; +"@MMK_R_S_LEFT" = 60; +"@MMK_R_T_LEFT" = 120; +"@MMK_R_W_LEFT" = 60; +"@MMK_R_X_LEFT" = 80; +"@MMK_R_Y_LEFT" = 100; +"@MMK_R_Z_LEFT" = 80; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = 40; +"@MMK_R_dollar_left" = 60; +"@MMK_R_left_ascender" = 40; +"@MMK_R_period_left" = -70; +"@MMK_R_quote_top_left" = 60; +"@MMK_R_rnd_left" = -20; +J = -180; +V = 80; +eight = 80; +euro = 70; +five = 80; +nine = 80; +one = 80; +percent = 60; +question = 60; +section = 60; +seven = 80; +sterling = 20; +three = 80; +two = 60; +yen = 100; +}; +five = { +"@MMK_R_period_left" = -20; +}; +four = { +"@MMK_R_H" = -20; +"@MMK_R_period_left" = -60; +one = -60; +ordfeminine = -40; +ordmasculine = -40; +seven = -20; +}; +fraction = { +four.dnom = -40; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_T_LEFT" = -140; +"@MMK_R_X_LEFT" = -80; +}; +guillemetright = { +"@MMK_R_period_left" = -120; +}; +i = { +"@MMK_R_i_diacritic_left" = 20; +}; +"i-cy" = { +"@MMK_R_i_diacritic_left" = 40; +}; +"iishort-cy" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_bracket_left" = -40; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_bracket_left" = -60; +}; +j = { +j = 80; +}; +ordfeminine = { +"@MMK_R_period_left" = -100; +}; +ordmasculine = { +"@MMK_R_period_left" = -120; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -100; +}; +percent = { +one = -60; +seven = -120; +}; +ruble = { +seven = -30; +}; +section = { +seven = -100; +}; +seven = { +"@MMK_R_H" = -70; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_cent_left" = -150; +"@MMK_R_dollar_left" = -60; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_period_left" = -170; +ampersand = -60; +euro = -60; +four = -100; +percent = -40; +ruble = -110; +section = -60; +sterling = -70; +two = -20; +}; +seven.numr = { +fraction = -60; +}; +six = { +"@MMK_R_period_left" = -30; +}; +slash = { +ampersand = -40; +}; +sterling = { +seven = -60; +}; +three = { +"@MMK_R_period_left" = -20; +}; +yen = { +"@MMK_R_f_left" = -40; +}; +}; +m005 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_quote_top_left" = -60; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +"Che-cy" = -60; +U = -10; +V = -50; +"che-cy" = -30; +guillemetright = -40; +one = -60; +question = -40; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -10; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -30; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -30; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -40; +J = -20; +ampersand = -20; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_a_left" = -120; +"@MMK_R_hyphen_left" = -70; +"@MMK_R_i_diacritic_left" = 30; +"@MMK_R_left_ascender" = -80; +"@MMK_R_period_left" = -100; +"@MMK_R_quote_top_left" = 20; +"@MMK_R_rnd_left" = -100; +"@MMK_R_sqr_left" = -100; +"@MMK_R_te_cy_left" = -100; +"@MMK_R_x_left" = -100; +"@MMK_R_y_left" = -120; +"De-cy" = -40; +"El-cy" = -40; +"Ereversed-cy" = -20; +"Ya-cy" = -20; +"Ze-cy" = -20; +"che-cy" = -100; +"de-cy" = -140; +"el-cy" = -160; +guillemetright = -100; +"hardsign-cy" = -100; +"io-cy" = -40; +"ya-cy" = -120; +"ze-cy" = -100; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -30; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -30; +"Che-cy" = -40; +"De-cy" = -30; +"El-cy" = -40; +"Hardsign-cy" = -60; +J = -20; +V = -30; +"che-cy" = -40; +"de-cy" = -30; +"el-cy" = -30; +four = -40; +"hardsign-cy" = -40; +one = -40; +seven = -30; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 30; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_f_left" = -20; +"@MMK_R_quote_top_left" = -90; +"@MMK_R_t_left" = -30; +"@MMK_R_u_left" = -10; +"@MMK_R_v_left" = -10; +"@MMK_R_y_left" = -20; +U = -20; +V = -60; +one = -80; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_period_left" = -50; +U = -10; +V = -20; +j = 80; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -10; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_rnd_left" = -10; +U = -10; +V = -10; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_period_left" = -10; +"@MMK_R_quote_top_left" = -60; +"Ya-cy" = -20; +one = -50; +question = -60; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -20; +V = -10; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_H" = -40; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 30; +"@MMK_R_left_ascender" = 0; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -80; +"@MMK_R_t_left" = -60; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_u_left" = -100; +"@MMK_R_v_left" = -80; +"@MMK_R_x_left" = -80; +"@MMK_R_y_left" = -100; +"@MMK_R_z_left" = -80; +"De-cy" = -40; +"El-cy" = -40; +J = -80; +ampersand = -40; +"be-cy" = -40; +"che-cy" = -80; +"de-cy" = -80; +"el-cy" = -100; +guillemetright = -80; +"hardsign-cy" = -80; +"io-cy" = -40; +j = -20; +"ya-cy" = -100; +"ze-cy" = -60; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -20; +one = -20; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_a_left" = -40; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -40; +"@MMK_R_sqr_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"De-cy" = -40; +"El-cy" = -40; +"Ereversed-cy" = -20; +"Ya-cy" = -20; +"Ze-cy" = -20; +"be-cy" = -40; +"de-cy" = -20; +"el-cy" = -30; +"hardsign-cy" = -20; +"io-cy" = -30; +"ya-cy" = -50; +"ze-cy" = -40; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -10; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_period_left" = -20; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_a_left" = -30; +"@MMK_R_f_left" = -30; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -30; +"@MMK_R_t_left" = -10; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -30; +ampersand = -20; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_te_cy_left" = -20; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -10; +"Ereversed-cy" = -20; +"be-cy" = -40; +"che-cy" = -40; +guillemetright = -60; +"hardsign-cy" = -30; +one = -10; +"ya-cy" = -20; +"ze-cy" = -20; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -90; +"@MMK_R_i_diacritic_left" = 30; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -90; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -60; +"@MMK_R_t_left" = -50; +"@MMK_R_u_left" = -70; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -50; +"@MMK_R_y_left" = -50; +"@MMK_R_z_left" = -70; +J = -80; +ampersand = -40; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -20; +}; +"@MMK_L_acute_right" = { +"@MMK_R_rnd_left" = -10; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -40; +"@MMK_R_left_ascender" = -20; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -50; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -40; +ampersand = -20; +"be-cy" = -50; +"che-cy" = -60; +"el-cy" = -40; +"hardsign-cy" = -50; +"io-cy" = -20; +j = 100; +"ya-cy" = -30; +"ze-cy" = -40; +}; +"@MMK_L_cent_right" = { +seven = -80; +}; +"@MMK_L_dollar_right" = { +seven = -20; +}; +"@MMK_L_g_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -20; +V = -30; +j = 80; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_bracket_left" = -60; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_period_left" = -100; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_U_CY_LEFT" = -60; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -80; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_Z_LEFT" = -40; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_x_left" = -40; +"Che-cy" = -20; +"De-cy" = -20; +"El-cy" = -40; +"Hardsign-cy" = -60; +V = -60; +"Ya-cy" = -40; +"Ze-cy" = -10; +"de-cy" = -20; +"el-cy" = -20; +"hardsign-cy" = -40; +one = -60; +seven = -80; +three = -20; +two = -20; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_k_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_bracket_left" = -20; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -10; +"ze-cy" = -20; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -40; +"@MMK_R_f_left" = -10; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -10; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +V = -20; +one = -40; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -50; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_quote_top_left" = -80; +"@MMK_R_rnd_left" = -20; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_v_left" = -60; +"@MMK_R_y_left" = -40; +"Che-cy" = -100; +"Hardsign-cy" = -60; +U = -20; +V = -80; +"Ze-cy" = -10; +"be-cy" = -20; +"che-cy" = -80; +eight = -10; +five = -10; +four = -40; +"hardsign-cy" = -80; +nine = -10; +one = -100; +seven = -80; +three = -10; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_Idiacritics_left" = 30; +"@MMK_R_Idieresis_left" = 30; +"@MMK_R_f_left" = -30; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_rnd_left" = -50; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = 20; +"@MMK_R_v_left" = 20; +"De-cy" = -40; +"El-cy" = -50; +J = -100; +"de-cy" = -40; +"e-cy" = -40; +"el-cy" = -40; +"ya-cy" = -20; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_bracket_left" = -60; +"@MMK_R_f_left" = -10; +"@MMK_R_grave_left" = -20; +"@MMK_R_period_left" = -20; +"@MMK_R_v_left" = -10; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -10; +V = -40; +one = -40; +question = -20; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_bracket_left" = -60; +V = -30; +one = -20; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -50; +"@MMK_R_quote_top_left" = -80; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -40; +"che-cy" = -20; +one = -80; +question = -20; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -40; +V = -30; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -50; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_bracket_left" = -40; +"@MMK_R_t_left" = -40; +V = -30; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_period_left" = -80; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -10; +"@MMK_R_T_LEFT" = -90; +"che-cy" = -20; +"hardsign-cy" = -20; +one = -20; +question = -30; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_Z_LEFT" = -40; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -60; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -10; +V = -20; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_bracket_left" = -40; +"@MMK_R_x_left" = -20; +one = -20; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_SQR_LEFT" = 40; +"@MMK_R_bracket_left" = 90; +"@MMK_R_left_ascender" = 50; +"@MMK_R_quote_top_left" = 100; +question = 50; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -40; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -10; +V = -20; +"hardsign-cy" = -10; +"ze-cy" = -20; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_Z_LEFT" = -40; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -60; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -20; +V = -20; +"de-cy" = -20; +"el-cy" = -30; +}; +"@MMK_L_z_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -40; +V = -20; +}; +"Be-cy" = { +one = -10; +question = -20; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -20; +one = -20; +}; +"Es-cy" = { +"@MMK_R_X_LEFT" = -10; +"@MMK_R_period_left" = -20; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -80; +}; +V = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -30; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 20; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -30; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -30; +J = -60; +ampersand = -40; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 30; +}; +"Ze-cy" = { +"@MMK_R_period_left" = -10; +}; +ampersand = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_bracket_left" = -20; +"@MMK_R_f_left" = -20; +V = -40; +backslash = -20; +question = -40; +seven = -40; +}; +backslash = { +ampersand = -20; +}; +"be-cy" = { +one = -20; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -70; +"@MMK_R_quote_top_left" = -20; +one = -20; +}; +eight = { +"@MMK_R_period_left" = -10; +}; +emdash.case = { +"Hardsign-cy" = -40; +"Ze-cy" = -20; +}; +euro = { +seven = -50; +}; +f = { +"@MMK_R_RND_LEFT" = 20; +"@MMK_R_SQR_LEFT" = 40; +"@MMK_R_S_LEFT" = 40; +"@MMK_R_T_LEFT" = 100; +"@MMK_R_W_LEFT" = 80; +"@MMK_R_X_LEFT" = 80; +"@MMK_R_Y_LEFT" = 60; +"@MMK_R_Z_LEFT" = 50; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = 40; +"@MMK_R_dollar_left" = 20; +"@MMK_R_left_ascender" = 20; +"@MMK_R_period_left" = -60; +"@MMK_R_quote_top_left" = 80; +"@MMK_R_rnd_left" = -10; +J = -80; +V = 60; +eight = 40; +euro = 20; +five = 40; +nine = 40; +one = 80; +percent = 40; +question = 40; +section = 20; +seven = 60; +sterling = 20; +three = 40; +two = 40; +yen = 80; +}; +five = { +"@MMK_R_period_left" = -10; +}; +four = { +"@MMK_R_H" = -20; +"@MMK_R_period_left" = -50; +one = -40; +ordfeminine = -30; +ordmasculine = -40; +seven = -10; +}; +fraction = { +four.dnom = -40; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_X_LEFT" = -60; +}; +guillemetright = { +"@MMK_R_period_left" = -70; +}; +"iishort-cy" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_bracket_left" = -20; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_bracket_left" = -20; +}; +j = { +j = 40; +}; +ordfeminine = { +"@MMK_R_period_left" = -120; +}; +ordmasculine = { +"@MMK_R_period_left" = -140; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -40; +}; +percent = { +one = -20; +seven = -50; +}; +ruble = { +seven = -30; +}; +section = { +seven = -50; +}; +seven = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_cent_left" = -70; +"@MMK_R_dollar_left" = -20; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_period_left" = -90; +ampersand = -40; +euro = -20; +four = -40; +percent = -20; +ruble = -40; +section = -40; +sterling = -20; +two = -10; +}; +seven.numr = { +fraction = -40; +}; +six = { +"@MMK_R_period_left" = -10; +}; +slash = { +ampersand = -20; +}; +sterling = { +seven = -30; +}; +three = { +"@MMK_R_period_left" = -10; +}; +}; +m01 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_quote_top_left" = -100; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +"Che-cy" = -60; +U = -10; +V = -60; +"che-cy" = -30; +guillemetright = -40; +one = -60; +question = -40; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +"@MMK_R_sqr_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -40; +J = -40; +ampersand = -20; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_a_left" = -120; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_left_ascender" = -60; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -100; +"@MMK_R_sqr_left" = -100; +"@MMK_R_te_cy_left" = -100; +"@MMK_R_x_left" = -100; +"@MMK_R_y_left" = -120; +"De-cy" = -60; +"El-cy" = -80; +"Ereversed-cy" = -20; +"Ya-cy" = -30; +"Ze-cy" = -20; +"che-cy" = -100; +"de-cy" = -100; +"el-cy" = -120; +guillemetright = -120; +"hardsign-cy" = -100; +"io-cy" = -40; +"ya-cy" = -120; +"ze-cy" = -100; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_t_left" = -30; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -20; +"Che-cy" = -40; +"De-cy" = -30; +"El-cy" = -40; +"Hardsign-cy" = -60; +J = -20; +V = -40; +"che-cy" = -50; +"de-cy" = -20; +"el-cy" = -30; +four = -40; +"hardsign-cy" = -40; +one = -40; +seven = -20; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 30; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_quote_top_left" = -140; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -10; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -40; +U = -40; +V = -80; +one = -100; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_SQR_LEFT" = 0; +"@MMK_R_U_CY_LEFT" = -30; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_period_left" = -60; +U = -20; +V = -20; +j = 100; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -10; +U = -10; +V = -10; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_period_left" = -10; +"@MMK_R_quote_top_left" = -60; +"Ya-cy" = -20; +one = -80; +question = -60; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_period_left" = -10; +V = -20; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_H" = -40; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_left_ascender" = 0; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -80; +"@MMK_R_t_left" = -60; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_u_left" = -90; +"@MMK_R_v_left" = -80; +"@MMK_R_x_left" = -80; +"@MMK_R_y_left" = -100; +"@MMK_R_z_left" = -80; +"De-cy" = -60; +"El-cy" = -80; +J = -100; +ampersand = -40; +"be-cy" = -60; +"che-cy" = -80; +"de-cy" = -80; +"el-cy" = -100; +guillemetright = -80; +"hardsign-cy" = -80; +"io-cy" = -40; +j = -20; +"ya-cy" = -100; +"ze-cy" = -60; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -20; +"@MMK_R_hyphen_left" = -20; +one = -20; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_a_left" = -40; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -60; +"@MMK_R_sqr_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"De-cy" = -50; +"El-cy" = -60; +"Ereversed-cy" = -20; +"Ya-cy" = -20; +"Ze-cy" = -20; +"be-cy" = -50; +"de-cy" = -70; +"el-cy" = -70; +"hardsign-cy" = -20; +"io-cy" = -60; +"ya-cy" = -60; +"ze-cy" = -50; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -10; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_period_left" = -20; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -30; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_i_diacritic_left" = 30; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -10; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -20; +ampersand = -30; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -30; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 30; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -30; +"@MMK_R_t_left" = -40; +"@MMK_R_te_cy_left" = -30; +"@MMK_R_u_left" = -30; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -20; +"Ereversed-cy" = -40; +"be-cy" = -40; +"che-cy" = -40; +guillemetright = -80; +"hardsign-cy" = -30; +"io-cy" = -30; +one = -10; +"ya-cy" = -20; +"ze-cy" = -10; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -80; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -100; +"@MMK_R_s_left" = -90; +"@MMK_R_sqr_left" = -80; +"@MMK_R_t_left" = -70; +"@MMK_R_u_left" = -90; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -70; +"@MMK_R_y_left" = -70; +"@MMK_R_z_left" = -90; +J = -80; +ampersand = -40; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -30; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -60; +"@MMK_R_left_ascender" = -30; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -30; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -40; +"be-cy" = -40; +"che-cy" = -60; +"el-cy" = -20; +"hardsign-cy" = -40; +"io-cy" = -30; +"ya-cy" = -40; +"ze-cy" = -40; +}; +"@MMK_L_cent_right" = { +seven = -80; +}; +"@MMK_L_dollar_right" = { +seven = -50; +}; +"@MMK_L_g_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -90; +V = -30; +j = 100; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_bracket_left" = -60; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_period_left" = -120; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_U_CY_LEFT" = -100; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_X_LEFT" = -80; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_Z_LEFT" = -40; +"@MMK_R_te_cy_left" = -60; +"@MMK_R_x_left" = -60; +"Che-cy" = -40; +"De-cy" = -30; +"El-cy" = -60; +"Hardsign-cy" = -60; +V = -60; +"Ya-cy" = -30; +"Ze-cy" = -20; +"de-cy" = -20; +"el-cy" = -40; +"hardsign-cy" = -40; +one = -60; +seven = -80; +three = -20; +two = -20; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_quote_top_left" = 60; +}; +"@MMK_L_k_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -30; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_rnd_left" = -20; +one = 20; +"ze-cy" = -25; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -40; +"@MMK_R_f_left" = -10; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -10; +"@MMK_R_v_left" = 0; +"@MMK_R_y_left" = 0; +V = -20; +one = -60; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_U_CY_LEFT" = -10; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_quote_top_left" = -80; +"@MMK_R_rnd_left" = -30; +"@MMK_R_te_cy_left" = -100; +"@MMK_R_v_left" = -70; +"@MMK_R_y_left" = -30; +"Che-cy" = -110; +"Hardsign-cy" = -60; +U = -20; +V = -80; +"Ze-cy" = -10; +"be-cy" = -30; +"che-cy" = -80; +eight = -10; +five = -20; +four = -40; +"hardsign-cy" = -70; +nine = -20; +one = -100; +seven = -100; +three = -10; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -100; +"@MMK_R_Idiacritics_left" = 30; +"@MMK_R_Idieresis_left" = 30; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_rnd_left" = -50; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = 20; +"@MMK_R_v_left" = 20; +"De-cy" = -60; +"El-cy" = -60; +J = -110; +"de-cy" = -40; +"e-cy" = -40; +"el-cy" = -60; +"ya-cy" = -30; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_bracket_left" = -60; +"@MMK_R_f_left" = -20; +"@MMK_R_period_left" = -30; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_v_left" = -10; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -10; +V = -40; +one = -60; +question = -20; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -60; +V = -40; +one = -20; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -50; +"@MMK_R_quote_top_left" = -100; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -30; +"che-cy" = -20; +one = -100; +question = -40; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -40; +"@MMK_R_sqr_left" = 6; +V = -30; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -40; +"@MMK_R_t_left" = -40; +V = -40; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_period_left" = -100; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -10; +"@MMK_R_T_LEFT" = -70; +"che-cy" = -20; +"hardsign-cy" = -20; +one = -20; +question = -30; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_Z_LEFT" = -60; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = -70; +"@MMK_R_rnd_left" = -10; +V = -30; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_bracket_left" = -40; +"@MMK_R_x_left" = -25; +one = -20; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_SQR_LEFT" = 40; +"@MMK_R_bracket_left" = 100; +"@MMK_R_left_ascender" = 60; +"@MMK_R_quote_top_left" = 110; +question = 60; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_rnd_left" = -10; +V = -30; +"hardsign-cy" = -10; +"ze-cy" = -30; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_Z_LEFT" = -60; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = -70; +"@MMK_R_rnd_left" = -20; +V = -30; +"de-cy" = -30; +"el-cy" = -40; +}; +"@MMK_L_z_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -40; +V = -30; +}; +"Be-cy" = { +question = -30; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -40; +one = -20; +}; +"Es-cy" = { +"@MMK_R_X_LEFT" = -20; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -100; +}; +V = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 30; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -50; +"@MMK_R_sqr_left" = -20; +"@MMK_R_t_left" = -30; +"@MMK_R_u_left" = -30; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -40; +J = -60; +ampersand = -40; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 40; +}; +"Ze-cy" = { +"@MMK_R_period_left" = -10; +}; +ampersand = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -40; +V = -40; +backslash = -20; +question = -40; +seven = -40; +}; +backslash = { +ampersand = -20; +}; +"be-cy" = { +one = -20; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -70; +"@MMK_R_quote_top_left" = -20; +one = -20; +}; +eight = { +"@MMK_R_period_left" = -10; +}; +emdash.case = { +"Hardsign-cy" = -40; +"Ze-cy" = -20; +}; +euro = { +seven = -50; +}; +f = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_RND_LEFT" = 20; +"@MMK_R_SQR_LEFT" = 20; +"@MMK_R_S_LEFT" = 20; +"@MMK_R_T_LEFT" = 100; +"@MMK_R_W_LEFT" = 70; +"@MMK_R_X_LEFT" = 80; +"@MMK_R_Y_LEFT" = 80; +"@MMK_R_Z_LEFT" = 40; +"@MMK_R_a_left" = -10; +"@MMK_R_dollar_left" = 40; +"@MMK_R_left_ascender" = 20; +"@MMK_R_period_left" = -70; +"@MMK_R_quote_top_left" = 80; +"@MMK_R_rnd_left" = -20; +J = -80; +V = 80; +eight = 50; +euro = 40; +five = 20; +nine = 50; +one = 80; +percent = 40; +question = 20; +section = 20; +seven = 60; +sterling = 30; +three = 40; +two = 40; +yen = 80; +}; +five = { +"@MMK_R_period_left" = -20; +}; +four = { +"@MMK_R_H" = -20; +"@MMK_R_period_left" = -40; +one = -40; +ordfeminine = -40; +ordmasculine = -50; +seven = -20; +}; +fraction = { +four.dnom = -40; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_X_LEFT" = -80; +}; +guillemetright = { +"@MMK_R_period_left" = -80; +}; +"iishort-cy" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_bracket_left" = -30; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -30; +}; +j = { +j = 60; +}; +ordfeminine = { +"@MMK_R_period_left" = -120; +}; +ordmasculine = { +"@MMK_R_period_left" = -140; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -60; +}; +percent = { +one = -20; +seven = -50; +}; +ruble = { +seven = -40; +}; +section = { +seven = -60; +}; +seven = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_cent_left" = -80; +"@MMK_R_dollar_left" = -40; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_period_left" = -140; +ampersand = -40; +euro = -30; +four = -50; +percent = -10; +ruble = -50; +section = -40; +sterling = -30; +two = -10; +}; +seven.numr = { +fraction = -40; +}; +six = { +"@MMK_R_period_left" = -20; +}; +slash = { +ampersand = -20; +}; +sterling = { +seven = -50; +}; +three = { +"@MMK_R_period_left" = -10; +}; +yen = { +"@MMK_R_f_left" = -20; +}; +}; +m003 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -100; +"@MMK_R_W_LEFT" = -90; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_f_left" = -80; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_quote_top_left" = -160; +"@MMK_R_v_left" = -50; +"@MMK_R_y_left" = -60; +"Che-cy" = -90; +U = -30; +V = -120; +"che-cy" = -70; +guillemetright = -60; +one = -100; +question = -60; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = 0; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -90; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = 0; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -60; +J = -40; +ampersand = -40; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -140; +"@MMK_R_H" = -80; +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_a_left" = -160; +"@MMK_R_hyphen_left" = -140; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_left_ascender" = -100; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -160; +"@MMK_R_sqr_left" = -140; +"@MMK_R_te_cy_left" = -140; +"@MMK_R_x_left" = -140; +"@MMK_R_y_left" = -160; +"De-cy" = -100; +"El-cy" = -100; +"Ereversed-cy" = -40; +"Ya-cy" = -20; +"Ze-cy" = -40; +"che-cy" = -220; +"de-cy" = -200; +"el-cy" = -220; +guillemetright = -160; +"hardsign-cy" = -220; +"io-cy" = -80; +"ya-cy" = -160; +"ze-cy" = -160; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_t_left" = -40; +"@MMK_R_te_cy_left" = -30; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -20; +"Che-cy" = -60; +"De-cy" = -40; +"El-cy" = -50; +"Hardsign-cy" = -80; +J = -40; +V = -40; +"che-cy" = -40; +"de-cy" = -20; +"el-cy" = -30; +four = -80; +"hardsign-cy" = -60; +one = -60; +seven = -50; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 80; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_a_left" = -10; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -140; +"@MMK_R_quote_top_left" = -150; +"@MMK_R_t_left" = -60; +"@MMK_R_u_left" = -10; +"@MMK_R_v_left" = -40; +"@MMK_R_y_left" = -60; +U = -40; +V = -100; +one = -160; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_period_left" = -60; +U = -10; +V = -50; +j = 140; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -10; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -10; +U = -10; +V = -10; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_quote_top_left" = -80; +"Ya-cy" = -20; +one = -60; +question = -40; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_period_left" = -10; +V = -20; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -60; +"@MMK_R_a_left" = -120; +"@MMK_R_f_left" = -100; +"@MMK_R_hyphen_left" = -140; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_left_ascender" = 0; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -120; +"@MMK_R_s_left" = -120; +"@MMK_R_sqr_left" = -120; +"@MMK_R_t_left" = -100; +"@MMK_R_te_cy_left" = -120; +"@MMK_R_u_left" = -140; +"@MMK_R_v_left" = -120; +"@MMK_R_x_left" = -120; +"@MMK_R_y_left" = -140; +"@MMK_R_z_left" = -120; +"De-cy" = -100; +"El-cy" = -100; +J = -140; +ampersand = -80; +"be-cy" = -60; +"che-cy" = -140; +"de-cy" = -140; +"el-cy" = -160; +guillemetright = -140; +"hardsign-cy" = -140; +"io-cy" = -80; +j = -80; +"ya-cy" = -140; +"ze-cy" = -120; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -60; +"@MMK_R_hyphen_left" = -20; +one = -20; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -140; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -90; +"@MMK_R_a_left" = -100; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -100; +"@MMK_R_sqr_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +"De-cy" = -70; +"El-cy" = -70; +"Ereversed-cy" = -30; +"Ya-cy" = -20; +"Ze-cy" = -20; +"be-cy" = -80; +"de-cy" = -140; +"el-cy" = -150; +"hardsign-cy" = -40; +"io-cy" = -80; +one = -20; +"ya-cy" = -100; +"ze-cy" = -80; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_period_left" = -20; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -90; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -80; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -60; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -50; +"@MMK_R_x_left" = -50; +"@MMK_R_y_left" = -50; +"@MMK_R_z_left" = -60; +ampersand = -60; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_S_LEFT" = -50; +"@MMK_R_a_left" = -50; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -90; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_rnd_left" = -50; +"@MMK_R_s_left" = -50; +"@MMK_R_t_left" = -40; +"@MMK_R_te_cy_left" = -50; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -50; +"@MMK_R_z_left" = -40; +"Ereversed-cy" = -60; +"be-cy" = -60; +"che-cy" = -70; +guillemetright = -100; +"hardsign-cy" = -50; +"io-cy" = -50; +one = -40; +"ya-cy" = -20; +"ze-cy" = -40; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -120; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -50; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -140; +"@MMK_R_f_left" = -120; +"@MMK_R_hyphen_left" = -140; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -180; +"@MMK_R_s_left" = -140; +"@MMK_R_sqr_left" = -100; +"@MMK_R_t_left" = -120; +"@MMK_R_u_left" = -120; +"@MMK_R_v_left" = -80; +"@MMK_R_x_left" = -100; +"@MMK_R_y_left" = -100; +"@MMK_R_z_left" = -120; +J = -140; +ampersand = -80; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -40; +}; +"@MMK_L_acute_right" = { +"@MMK_R_rnd_left" = -10; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -80; +"@MMK_R_left_ascender" = -40; +"@MMK_R_rnd_left" = -100; +"@MMK_R_s_left" = -100; +"@MMK_R_sqr_left" = -60; +"@MMK_R_t_left" = -90; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -100; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -60; +ampersand = -40; +"be-cy" = -80; +"che-cy" = -100; +"el-cy" = -60; +"hardsign-cy" = -60; +"io-cy" = -40; +j = 200; +"ya-cy" = -50; +}; +"@MMK_L_cent_right" = { +seven = -100; +}; +"@MMK_L_dollar_right" = { +seven = -60; +}; +"@MMK_L_g_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_bracket_left" = -40; +V = -60; +j = 160; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -140; +"@MMK_R_bracket_left" = -100; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_period_left" = -120; +"@MMK_R_quote_top_left" = 60; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -140; +"@MMK_R_U_CY_LEFT" = -100; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_X_LEFT" = -90; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_Z_LEFT" = -40; +"@MMK_R_te_cy_left" = -100; +"@MMK_R_x_left" = -100; +"Che-cy" = -40; +"De-cy" = -40; +"El-cy" = -40; +"Hardsign-cy" = -100; +V = -80; +"Ya-cy" = -40; +"Ze-cy" = -20; +"de-cy" = -20; +"el-cy" = -60; +"hardsign-cy" = -80; +one = -70; +seven = -110; +three = -40; +two = -40; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 180; +"@MMK_R_left_ascender" = 60; +"@MMK_R_quote_top_left" = 100; +}; +"@MMK_L_k_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_a_left" = -15; +"@MMK_R_bracket_left" = -40; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_rnd_left" = -30; +one = 20; +"ze-cy" = -35; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -130; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_bracket_left" = -60; +"@MMK_R_f_left" = -20; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -40; +"@MMK_R_y_left" = -40; +V = -40; +one = -60; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -120; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_quote_top_left" = -100; +"@MMK_R_rnd_left" = -30; +"@MMK_R_te_cy_left" = -100; +"@MMK_R_v_left" = -100; +"@MMK_R_y_left" = -100; +"Che-cy" = -120; +"Hardsign-cy" = -80; +U = -20; +V = -140; +"Ze-cy" = -10; +"be-cy" = -30; +"che-cy" = -100; +eight = -10; +four = -30; +"hardsign-cy" = -120; +nine = -20; +one = -100; +seven = -100; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -160; +"@MMK_R_Idiacritics_left" = 80; +"@MMK_R_Idieresis_left" = 80; +"@MMK_R_f_left" = -40; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -50; +"@MMK_R_t_left" = 20; +"@MMK_R_v_left" = 20; +"De-cy" = -100; +"El-cy" = -80; +J = -130; +"de-cy" = -60; +"el-cy" = -100; +"ya-cy" = -60; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -80; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -180; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_bracket_left" = -100; +"@MMK_R_f_left" = -20; +"@MMK_R_period_left" = -30; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -10; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -20; +V = -100; +one = -60; +question = -30; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_bracket_left" = -100; +V = -70; +one = -40; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -180; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -60; +"@MMK_R_quote_top_left" = -120; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -40; +"che-cy" = -20; +one = -140; +question = -40; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_bracket_left" = -60; +V = -60; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -110; +"@MMK_R_bracket_left" = -60; +"@MMK_R_t_left" = -60; +V = -60; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_period_left" = -100; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -10; +"@MMK_R_T_LEFT" = -130; +"@MMK_R_y_left" = -10; +"che-cy" = -20; +"hardsign-cy" = -20; +one = -20; +question = -50; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -60; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_X_LEFT" = -60; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_Z_LEFT" = -80; +"@MMK_R_a_left" = -40; +"@MMK_R_bracket_left" = -100; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -20; +V = -50; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -130; +"@MMK_R_bracket_left" = -60; +"@MMK_R_x_left" = -35; +one = -20; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_SQR_LEFT" = 60; +"@MMK_R_bracket_left" = 120; +"@MMK_R_left_ascender" = 100; +"@MMK_R_quote_top_left" = 130; +question = 60; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -60; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -60; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_rnd_left" = -10; +V = -50; +"hardsign-cy" = -10; +"ze-cy" = -40; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -60; +"@MMK_R_T_LEFT" = -140; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_X_LEFT" = -60; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_Z_LEFT" = -80; +"@MMK_R_a_left" = -40; +"@MMK_R_bracket_left" = -100; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -50; +V = -50; +"de-cy" = -50; +"el-cy" = -60; +}; +"@MMK_L_z_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_bracket_left" = -60; +V = -50; +}; +"Be-cy" = { +one = -20; +question = -20; +}; +C = { +"@MMK_R_Y_LEFT" = -20; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -60; +one = -20; +}; +"Es-cy" = { +"@MMK_R_X_LEFT" = -40; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -160; +}; +V = { +"@MMK_R_A_LEFT" = -120; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -50; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -80; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -100; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -50; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -50; +"@MMK_R_x_left" = -50; +"@MMK_R_y_left" = -50; +"@MMK_R_z_left" = -60; +J = -100; +ampersand = -80; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 40; +}; +"Ze-cy" = { +"@MMK_R_period_left" = -10; +}; +ampersand = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_bracket_left" = -40; +"@MMK_R_f_left" = -40; +V = -80; +backslash = -40; +question = -60; +seven = -60; +}; +backslash = { +ampersand = -40; +}; +"be-cy" = { +one = -40; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -150; +"@MMK_R_quote_top_left" = -40; +one = -20; +}; +eight = { +"@MMK_R_period_left" = -10; +}; +emdash.case = { +"Hardsign-cy" = -60; +"Ze-cy" = -30; +}; +euro = { +seven = -80; +}; +f = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_RND_LEFT" = 60; +"@MMK_R_SQR_LEFT" = 60; +"@MMK_R_S_LEFT" = 60; +"@MMK_R_T_LEFT" = 140; +"@MMK_R_W_LEFT" = 80; +"@MMK_R_X_LEFT" = 100; +"@MMK_R_Y_LEFT" = 90; +"@MMK_R_Z_LEFT" = 60; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = 40; +"@MMK_R_dollar_left" = 60; +"@MMK_R_left_ascender" = 40; +"@MMK_R_period_left" = -80; +"@MMK_R_quote_top_left" = 80; +"@MMK_R_rnd_left" = -20; +J = -140; +U = 40; +V = 80; +eight = 100; +euro = 80; +five = 60; +nine = 60; +one = 120; +percent = 60; +question = 60; +section = 80; +seven = 80; +sterling = 40; +three = 60; +two = 60; +yen = 120; +}; +four = { +"@MMK_R_H" = -30; +"@MMK_R_period_left" = -70; +one = -100; +ordfeminine = -50; +ordmasculine = -50; +seven = -40; +}; +fraction = { +four.dnom = -70; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_T_LEFT" = -140; +"@MMK_R_X_LEFT" = -100; +}; +guillemetright = { +"@MMK_R_period_left" = -100; +}; +i = { +"@MMK_R_i_diacritic_left" = 60; +}; +"i-cy" = { +"@MMK_R_i_diacritic_left" = 60; +}; +"iishort-cy" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_bracket_left" = -40; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_bracket_left" = -40; +}; +j = { +j = 100; +}; +ordfeminine = { +"@MMK_R_period_left" = -120; +}; +ordmasculine = { +"@MMK_R_period_left" = -140; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -120; +}; +percent = { +one = -40; +seven = -90; +}; +ruble = { +seven = -40; +}; +section = { +seven = -70; +}; +seven = { +"@MMK_R_H" = -80; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_cent_left" = -80; +"@MMK_R_dollar_left" = -40; +"@MMK_R_hyphen_left" = -30; +"@MMK_R_period_left" = -160; +ampersand = -60; +euro = -20; +four = -60; +ruble = -60; +section = -30; +sterling = -40; +}; +seven.numr = { +fraction = -60; +}; +six = { +"@MMK_R_period_left" = -20; +}; +slash = { +ampersand = -40; +}; +sterling = { +seven = -60; +}; +}; +m006 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_quote_top_left" = -60; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -40; +"Che-cy" = -60; +U = -10; +V = -40; +"che-cy" = -40; +guillemetright = -20; +one = -40; +question = -40; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = 0; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = 0; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = 0; +"@MMK_R_hyphen_left" = -10; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -30; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -30; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -40; +J = -40; +ampersand = -20; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_a_left" = -80; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_left_ascender" = -40; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -60; +"@MMK_R_sqr_left" = -50; +"De-cy" = -50; +"El-cy" = -50; +"Ereversed-cy" = -20; +"Ya-cy" = -20; +"Ze-cy" = -20; +"che-cy" = -20; +"de-cy" = -80; +"el-cy" = -100; +guillemetright = -20; +"io-cy" = -40; +"ya-cy" = -100; +"ze-cy" = -60; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -30; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_t_left" = -30; +"@MMK_R_te_cy_left" = -20; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -20; +"Che-cy" = -50; +"De-cy" = -20; +"El-cy" = -30; +"Hardsign-cy" = -60; +J = -30; +V = -30; +"che-cy" = -30; +"de-cy" = -20; +"el-cy" = -30; +four = -60; +"hardsign-cy" = -40; +one = -30; +seven = -50; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 50; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_f_left" = -20; +"@MMK_R_quote_top_left" = -150; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -30; +"@MMK_R_y_left" = -40; +U = -20; +V = -40; +one = -100; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -30; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_period_left" = -20; +U = -10; +V = -20; +j = 100; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_rnd_left" = -10; +"@MMK_R_s_left" = -5; +U = -10; +V = -10; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_quote_top_left" = -20; +"Ya-cy" = -50; +one = -40; +question = -40; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -30; +V = -20; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_H" = -60; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_left_ascender" = 0; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -30; +"@MMK_R_z_left" = -20; +"De-cy" = -50; +"El-cy" = -50; +J = -80; +ampersand = -30; +"be-cy" = -40; +"che-cy" = -20; +"de-cy" = -60; +"el-cy" = -80; +guillemetright = -20; +"io-cy" = -40; +j = -40; +"ya-cy" = -80; +"ze-cy" = -60; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -20; +"@MMK_R_hyphen_left" = -20; +one = -20; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_a_left" = -40; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -40; +"@MMK_R_sqr_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"De-cy" = -40; +"El-cy" = -40; +"Ereversed-cy" = -20; +"Ya-cy" = -20; +"Ze-cy" = -20; +"be-cy" = -30; +"de-cy" = -40; +"el-cy" = -50; +"hardsign-cy" = -20; +"io-cy" = -20; +"ya-cy" = -50; +"ze-cy" = -20; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -10; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_period_left" = -20; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -30; +"@MMK_R_f_left" = -30; +"@MMK_R_hyphen_left" = -30; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -20; +ampersand = -20; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -30; +"@MMK_R_f_left" = -50; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -30; +"@MMK_R_t_left" = -40; +"@MMK_R_te_cy_left" = -30; +"@MMK_R_u_left" = -30; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -20; +"Ereversed-cy" = -40; +"be-cy" = -40; +"che-cy" = -40; +guillemetright = -40; +"hardsign-cy" = -40; +"io-cy" = -30; +"ya-cy" = -20; +"ze-cy" = -30; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -50; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -100; +"@MMK_R_f_left" = -70; +"@MMK_R_hyphen_left" = -90; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -100; +"@MMK_R_s_left" = -90; +"@MMK_R_sqr_left" = -60; +"@MMK_R_t_left" = -60; +"@MMK_R_u_left" = -70; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -50; +"@MMK_R_y_left" = -50; +"@MMK_R_z_left" = -70; +J = -80; +ampersand = -50; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -20; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -20; +"@MMK_R_left_ascender" = -20; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -40; +ampersand = -20; +"be-cy" = -30; +"che-cy" = -60; +"el-cy" = -40; +"hardsign-cy" = -40; +"io-cy" = -20; +j = 130; +"ya-cy" = -40; +"ze-cy" = -40; +}; +"@MMK_L_cent_right" = { +seven = -80; +}; +"@MMK_L_dollar_right" = { +seven = -20; +}; +"@MMK_L_g_right" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -20; +V = -20; +j = 100; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = 0; +"@MMK_R_bracket_left" = -50; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -100; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -80; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_te_cy_left" = -20; +"@MMK_R_x_left" = -40; +"Che-cy" = -10; +"De-cy" = -30; +"El-cy" = -30; +"Hardsign-cy" = -80; +V = -40; +"Ya-cy" = -20; +"Ze-cy" = -20; +"el-cy" = -10; +"hardsign-cy" = -40; +one = -40; +seven = -80; +three = -20; +two = -20; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_quote_top_left" = 60; +}; +"@MMK_L_k_right" = { +"@MMK_R_a_left" = -4; +"@MMK_R_bracket_left" = -20; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -20; +one = 40; +"ze-cy" = -20; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -40; +"@MMK_R_f_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +V = -20; +one = -20; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_quote_top_left" = -60; +"@MMK_R_rnd_left" = -10; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_v_left" = -50; +"@MMK_R_y_left" = -40; +"Che-cy" = -120; +"Hardsign-cy" = -100; +U = -20; +V = -80; +"be-cy" = -20; +"che-cy" = -60; +"hardsign-cy" = -80; +one = -80; +seven = -90; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_Idiacritics_left" = 50; +"@MMK_R_Idieresis_left" = 50; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = 10; +"@MMK_R_v_left" = 20; +"De-cy" = -60; +"El-cy" = -40; +J = -110; +"de-cy" = -20; +"el-cy" = -60; +"ya-cy" = -30; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_bracket_left" = -60; +"@MMK_R_period_left" = -10; +"@MMK_R_v_left" = -10; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +V = -40; +one = -20; +question = -20; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_bracket_left" = -60; +V = -30; +one = -10; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -40; +"@MMK_R_quote_top_left" = -60; +"@MMK_R_te_cy_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +"che-cy" = -20; +one = -80; +question = -40; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = 0; +V = -20; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -30; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_bracket_left" = -40; +"@MMK_R_t_left" = -40; +V = -20; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -20; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -80; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -10; +"@MMK_R_T_LEFT" = -60; +"che-cy" = -20; +"hardsign-cy" = -20; +one = -20; +question = -30; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_Z_LEFT" = -40; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -60; +"@MMK_R_period_left" = -50; +"@MMK_R_rnd_left" = -10; +V = -20; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_bracket_left" = -40; +"@MMK_R_x_left" = -20; +one = -10; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_SQR_LEFT" = 130; +"@MMK_R_bracket_left" = 170; +"@MMK_R_left_ascender" = 150; +"@MMK_R_quote_top_left" = 180; +"@MMK_R_rnd_left" = 60; +"@MMK_R_s_left" = 80; +"@MMK_R_sqr_left" = 110; +"@MMK_R_t_left" = 80; +"@MMK_R_v_left" = 40; +"@MMK_R_z_left" = 100; +asterisk = 90; +ncaron = 70; +question = 120; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_Z_LEFT" = -20; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -40; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -20; +V = -20; +"hardsign-cy" = -10; +"ze-cy" = -20; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_Z_LEFT" = -40; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = -50; +"@MMK_R_rnd_left" = -20; +V = -20; +"de-cy" = -20; +"el-cy" = -30; +}; +"@MMK_L_z_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -16; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -40; +V = -10; +}; +"Be-cy" = { +one = -10; +question = -30; +}; +C = { +"@MMK_R_X_LEFT" = -20; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -40; +one = -20; +}; +"Es-cy" = { +"@MMK_R_X_LEFT" = -20; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -100; +}; +V = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -10; +"@MMK_R_u_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -20; +J = -60; +ampersand = -30; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 40; +}; +ampersand = { +"@MMK_R_T_LEFT" = -30; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_bracket_left" = -20; +"@MMK_R_f_left" = -40; +V = -30; +backslash = -20; +question = -40; +seven = -30; +}; +backslash = { +ampersand = -20; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_quote_top_left" = -20; +one = -20; +}; +emdash.case = { +"Hardsign-cy" = -60; +"Ze-cy" = -20; +}; +euro = { +seven = -20; +}; +f = { +"@MMK_R_RND_LEFT" = 40; +"@MMK_R_SQR_LEFT" = 50; +"@MMK_R_S_LEFT" = 50; +"@MMK_R_T_LEFT" = 120; +"@MMK_R_W_LEFT" = 80; +"@MMK_R_X_LEFT" = 80; +"@MMK_R_Y_LEFT" = 70; +"@MMK_R_Z_LEFT" = 40; +"@MMK_R_bracket_left" = 20; +"@MMK_R_dollar_left" = 50; +"@MMK_R_left_ascender" = 50; +"@MMK_R_period_left" = -40; +"@MMK_R_quote_top_left" = 120; +J = -80; +U = 60; +V = 80; +ampersand = 20; +eight = 60; +euro = 60; +five = 60; +four = 40; +nine = 50; +one = 100; +percent = 70; +question = 40; +ruble = 20; +section = 40; +seven = 70; +sterling = 40; +three = 50; +two = 50; +yen = 80; +}; +four = { +"@MMK_R_H" = -20; +"@MMK_R_period_left" = -10; +one = -40; +ordfeminine = -30; +ordmasculine = -40; +seven = -30; +}; +fraction = { +four.dnom = -20; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_X_LEFT" = -40; +}; +"iishort-cy" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_bracket_left" = -20; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -20; +}; +ordfeminine = { +"@MMK_R_period_left" = -120; +}; +ordmasculine = { +"@MMK_R_period_left" = -140; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -70; +}; +percent = { +one = -10; +seven = -40; +}; +ruble = { +seven = -20; +}; +saltillo = { +"@MMK_R_rnd_left" = -20; +}; +section = { +seven = -30; +}; +seven = { +"@MMK_R_H" = -60; +"@MMK_R_cent_left" = -30; +"@MMK_R_dollar_left" = -20; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -90; +ampersand = -20; +euro = -10; +four = -20; +ruble = -10; +section = -30; +sterling = -10; +}; +seven.numr = { +fraction = -10; +}; +slash = { +ampersand = -20; +}; +sterling = { +seven = -20; +}; +yen = { +"@MMK_R_f_left" = -20; +}; +}; +m002 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_quote_top_left" = -80; +"@MMK_R_v_left" = -50; +"@MMK_R_y_left" = -40; +"Che-cy" = -70; +U = -10; +V = -60; +"che-cy" = -40; +guillemetright = -20; +one = -60; +question = -60; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = 0; +"@MMK_R_hyphen_left" = -20; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -70; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = 0; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -10; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -10; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -50; +J = -40; +ampersand = -20; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_a_left" = -80; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_left_ascender" = -50; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -60; +"@MMK_R_sqr_left" = -50; +"De-cy" = -60; +"El-cy" = -60; +"Ereversed-cy" = -20; +"Ya-cy" = -30; +"Ze-cy" = -20; +"che-cy" = -20; +"de-cy" = -100; +"el-cy" = -120; +guillemetright = -30; +"hardsign-cy" = -10; +"io-cy" = -50; +"ya-cy" = -120; +"ze-cy" = -60; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_t_left" = -40; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -20; +"Che-cy" = -60; +"De-cy" = -30; +"El-cy" = -40; +"Hardsign-cy" = -60; +J = -30; +V = -40; +"che-cy" = -40; +"de-cy" = -20; +"el-cy" = -30; +four = -60; +"hardsign-cy" = -40; +one = -40; +seven = -50; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 60; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_a_left" = -10; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -70; +"@MMK_R_quote_top_left" = -180; +"@MMK_R_t_left" = -60; +"@MMK_R_u_left" = -10; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -40; +U = -20; +V = -60; +one = -120; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_U_CY_LEFT" = -50; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_period_left" = -30; +U = -10; +V = -10; +j = 120; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -10; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_rnd_left" = -10; +U = -10; +V = -10; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_quote_top_left" = -40; +"Ya-cy" = -40; +one = -40; +question = -40; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -30; +V = -20; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_H" = -60; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_left_ascender" = 0; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -60; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -50; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -50; +"@MMK_R_z_left" = -40; +"De-cy" = -60; +"El-cy" = -60; +J = -100; +ampersand = -40; +"be-cy" = -40; +"che-cy" = -20; +"de-cy" = -80; +"el-cy" = -100; +guillemetright = -20; +"hardsign-cy" = -10; +"io-cy" = -40; +j = -40; +"ya-cy" = -100; +"ze-cy" = -60; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -20; +"@MMK_R_hyphen_left" = -20; +one = -40; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -50; +"@MMK_R_a_left" = -80; +"@MMK_R_i_diacritic_left" = 70; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -60; +"@MMK_R_sqr_left" = -20; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +"De-cy" = -40; +"El-cy" = -40; +"Ya-cy" = -30; +"Ze-cy" = -20; +"be-cy" = -50; +"de-cy" = -70; +"el-cy" = -80; +"hardsign-cy" = -30; +"io-cy" = -50; +one = -20; +"ya-cy" = -80; +"ze-cy" = -40; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -10; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_period_left" = -20; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -50; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -50; +"@MMK_R_sqr_left" = -30; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -30; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -30; +ampersand = -30; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = -30; +"@MMK_R_te_cy_left" = -50; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -30; +"Ereversed-cy" = -50; +"be-cy" = -50; +"che-cy" = -50; +guillemetright = -30; +"hardsign-cy" = -50; +"io-cy" = -30; +one = -30; +"ya-cy" = -40; +"ze-cy" = -50; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -110; +"@MMK_R_f_left" = -80; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -120; +"@MMK_R_s_left" = -90; +"@MMK_R_sqr_left" = -80; +"@MMK_R_t_left" = -70; +"@MMK_R_u_left" = -90; +"@MMK_R_v_left" = -50; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -90; +J = -100; +ampersand = -60; +one = -20; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -30; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -30; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_a_left" = -50; +"@MMK_R_f_left" = -40; +"@MMK_R_left_ascender" = -40; +"@MMK_R_rnd_left" = -80; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -50; +"@MMK_R_t_left" = -50; +"@MMK_R_u_left" = -50; +"@MMK_R_v_left" = -80; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -50; +ampersand = -20; +"be-cy" = -60; +"che-cy" = -70; +"el-cy" = -40; +"hardsign-cy" = -80; +"io-cy" = -40; +j = 170; +"ya-cy" = -50; +"ze-cy" = -50; +}; +"@MMK_L_cent_right" = { +seven = -70; +}; +"@MMK_L_dollar_right" = { +seven = -30; +}; +"@MMK_L_g_right" = { +"@MMK_R_T_LEFT" = -50; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -20; +V = -30; +j = 140; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -50; +"@MMK_R_bracket_left" = -70; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_period_left" = -120; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -60; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_x_left" = -40; +"De-cy" = -20; +"El-cy" = -30; +"Hardsign-cy" = -80; +V = -50; +"Ya-cy" = -30; +"Ze-cy" = -20; +"de-cy" = -10; +"el-cy" = -40; +"hardsign-cy" = -40; +one = -40; +seven = -100; +three = -20; +two = -20; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 120; +"@MMK_R_left_ascender" = 40; +"@MMK_R_quote_top_left" = 80; +}; +"@MMK_L_k_right" = { +"@MMK_R_a_left" = -4; +"@MMK_R_bracket_left" = -40; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_rnd_left" = -30; +one = 40; +"ze-cy" = -30; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_bracket_left" = -50; +"@MMK_R_f_left" = -20; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -30; +V = -30; +one = -40; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_W_LEFT" = -80; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_quote_top_left" = -80; +"@MMK_R_rnd_left" = -20; +"@MMK_R_te_cy_left" = -100; +"@MMK_R_v_left" = -60; +"@MMK_R_y_left" = -40; +"Che-cy" = -140; +"Hardsign-cy" = -120; +U = -20; +V = -100; +"be-cy" = -30; +"che-cy" = -80; +"hardsign-cy" = -80; +one = -130; +seven = -100; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_Idiacritics_left" = 60; +"@MMK_R_Idieresis_left" = 60; +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = 20; +"@MMK_R_v_left" = 20; +"De-cy" = -60; +"El-cy" = -60; +J = -160; +"de-cy" = -40; +"e-cy" = -50; +"el-cy" = -80; +"ya-cy" = -40; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_bracket_left" = -80; +"@MMK_R_period_left" = -20; +"@MMK_R_quote_top_left" = -10; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +V = -50; +one = -40; +question = -20; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_bracket_left" = -80; +V = -40; +one = -20; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -80; +"@MMK_R_quote_top_left" = -100; +"@MMK_R_te_cy_left" = -30; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -30; +"che-cy" = -20; +one = -100; +question = -40; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = -50; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -50; +V = -30; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_bracket_left" = -40; +"@MMK_R_t_left" = -40; +V = -30; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_period_left" = -100; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -10; +"@MMK_R_T_LEFT" = -90; +"che-cy" = -20; +"hardsign-cy" = -20; +one = -40; +question = -40; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_Z_LEFT" = -40; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -80; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -20; +V = -20; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -70; +"@MMK_R_bracket_left" = -50; +"@MMK_R_x_left" = -25; +one = -20; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_SQR_LEFT" = 150; +"@MMK_R_bracket_left" = 180; +"@MMK_R_left_ascender" = 170; +"@MMK_R_quote_top_left" = 190; +"@MMK_R_rnd_left" = 70; +"@MMK_R_s_left" = 80; +"@MMK_R_sqr_left" = 120; +"@MMK_R_t_left" = 80; +"@MMK_R_v_left" = 30; +"@MMK_R_z_left" = 100; +asterisk = 90; +ncaron = 80; +question = 120; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_Z_LEFT" = -20; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -60; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -30; +V = -20; +"hardsign-cy" = -10; +"ze-cy" = -30; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_Z_LEFT" = -40; +"@MMK_R_a_left" = -30; +"@MMK_R_bracket_left" = -80; +"@MMK_R_period_left" = -80; +"@MMK_R_rnd_left" = -30; +V = -20; +"de-cy" = -20; +"el-cy" = -40; +}; +"@MMK_L_z_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_bracket_left" = -50; +V = -20; +}; +"Be-cy" = { +one = -20; +question = -30; +}; +C = { +"@MMK_R_X_LEFT" = -30; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -60; +one = -40; +}; +"Es-cy" = { +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_X_LEFT" = 0; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -120; +}; +V = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -50; +"@MMK_R_s_left" = -50; +"@MMK_R_sqr_left" = -20; +"@MMK_R_t_left" = -10; +"@MMK_R_u_left" = -30; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -30; +J = -60; +ampersand = -40; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 30; +}; +ampersand = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_bracket_left" = -20; +"@MMK_R_f_left" = -20; +V = -40; +backslash = -20; +question = -60; +seven = -60; +slash = 0; +}; +backslash = { +ampersand = -20; +}; +"be-cy" = { +one = -20; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -70; +"@MMK_R_quote_top_left" = -40; +one = -20; +}; +emdash.case = { +"Hardsign-cy" = -60; +"Ze-cy" = -20; +}; +euro = { +seven = -50; +}; +f = { +"@MMK_R_RND_LEFT" = 30; +"@MMK_R_SQR_LEFT" = 40; +"@MMK_R_S_LEFT" = 50; +"@MMK_R_T_LEFT" = 120; +"@MMK_R_W_LEFT" = 90; +"@MMK_R_X_LEFT" = 80; +"@MMK_R_Y_LEFT" = 80; +"@MMK_R_Z_LEFT" = 60; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = 40; +"@MMK_R_dollar_left" = 60; +"@MMK_R_left_ascender" = 40; +"@MMK_R_period_left" = -80; +"@MMK_R_quote_top_left" = 100; +J = -100; +U = 50; +V = 80; +eight = 80; +euro = 80; +five = 60; +four = 50; +nine = 60; +one = 100; +percent = 70; +question = 40; +section = 40; +seven = 80; +sterling = 20; +three = 60; +two = 60; +yen = 80; +}; +four = { +"@MMK_R_H" = -30; +"@MMK_R_period_left" = -20; +one = -60; +ordfeminine = -30; +ordmasculine = -40; +seven = -40; +}; +fraction = { +four.dnom = -20; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +}; +i = { +"@MMK_R_i_diacritic_left" = 40; +}; +"i-cy" = { +"@MMK_R_i_diacritic_left" = 30; +}; +"iishort-cy" = { +"@MMK_R_T_LEFT" = -50; +"@MMK_R_bracket_left" = -40; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_bracket_left" = -40; +}; +j = { +j = 80; +}; +ordfeminine = { +"@MMK_R_period_left" = -120; +}; +ordmasculine = { +"@MMK_R_period_left" = -140; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -80; +}; +percent = { +one = -20; +seven = -50; +}; +ruble = { +seven = -20; +}; +saltillo = { +"@MMK_R_rnd_left" = -20; +}; +section = { +seven = -40; +}; +seven = { +"@MMK_R_H" = -60; +"@MMK_R_cent_left" = -30; +"@MMK_R_dollar_left" = -10; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -100; +ampersand = -20; +euro = 10; +four = -10; +ruble = -10; +section = -20; +}; +seven.numr = { +fraction = -10; +}; +slash = { +ampersand = -20; +}; +sterling = { +seven = -20; +}; +yen = { +"@MMK_R_f_left" = -30; +}; +}; +m004 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -100; +"@MMK_R_W_LEFT" = -90; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_f_left" = -100; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_quote_top_left" = -140; +"@MMK_R_v_left" = -50; +"@MMK_R_y_left" = -60; +"Che-cy" = -100; +U = -20; +V = -120; +"che-cy" = -60; +guillemetright = -40; +one = -80; +question = -100; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = 0; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -100; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = 0; +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -30; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -50; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +"@MMK_R_z_left" = -50; +J = -60; +ampersand = -40; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -120; +"@MMK_R_H" = -80; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_a_left" = -100; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_left_ascender" = -40; +"@MMK_R_period_left" = -160; +"@MMK_R_rnd_left" = -100; +"@MMK_R_sqr_left" = -50; +"De-cy" = -80; +"El-cy" = -80; +"Ereversed-cy" = -20; +"Ya-cy" = -20; +"Ze-cy" = -20; +"che-cy" = -20; +"de-cy" = -160; +"el-cy" = -160; +guillemetright = -40; +"io-cy" = -80; +"ya-cy" = -120; +"ze-cy" = -100; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -60; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_t_left" = -30; +"@MMK_R_te_cy_left" = -30; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -20; +"Che-cy" = -50; +"De-cy" = -50; +"El-cy" = -60; +"Hardsign-cy" = -80; +J = -40; +V = -60; +"che-cy" = -40; +"de-cy" = -20; +"el-cy" = -30; +four = -60; +"hardsign-cy" = -60; +one = -60; +seven = -60; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 100; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -80; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_quote_top_left" = -200; +"@MMK_R_t_left" = -90; +"@MMK_R_u_left" = -10; +"@MMK_R_v_left" = -40; +"@MMK_R_y_left" = -80; +U = -40; +V = -100; +one = -180; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -80; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -70; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_period_left" = -40; +U = -10; +V = -30; +j = 140; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -10; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -10; +U = -10; +V = -10; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -50; +"@MMK_R_X_LEFT" = -80; +"@MMK_R_quote_top_left" = -60; +"Ya-cy" = -40; +one = -40; +question = -40; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -30; +V = -30; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -60; +"@MMK_R_a_left" = -100; +"@MMK_R_f_left" = -40; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_left_ascender" = 0; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -100; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -50; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -50; +"@MMK_R_z_left" = -40; +"De-cy" = -80; +"El-cy" = -80; +J = -160; +ampersand = -80; +"be-cy" = -50; +"che-cy" = -20; +"de-cy" = -120; +"el-cy" = -140; +guillemetright = -40; +"io-cy" = -80; +j = -80; +"ya-cy" = -100; +"ze-cy" = -100; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -40; +"@MMK_R_hyphen_left" = -20; +one = -60; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -140; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -80; +"@MMK_R_a_left" = -100; +"@MMK_R_hyphen_left" = -110; +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -100; +"@MMK_R_sqr_left" = -40; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"De-cy" = -80; +"El-cy" = -80; +"Ereversed-cy" = -40; +"Ya-cy" = -40; +"Ze-cy" = -40; +"be-cy" = -80; +"de-cy" = -130; +"el-cy" = -120; +"hardsign-cy" = -60; +"io-cy" = -80; +one = -20; +"ya-cy" = -100; +"ze-cy" = -100; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_period_left" = -40; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -90; +"@MMK_R_H" = -50; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -50; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -90; +"@MMK_R_s_left" = -70; +"@MMK_R_sqr_left" = -50; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -60; +ampersand = -80; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_S_LEFT" = -40; +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -80; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_rnd_left" = -70; +"@MMK_R_s_left" = -50; +"@MMK_R_t_left" = -60; +"@MMK_R_te_cy_left" = -80; +"@MMK_R_u_left" = -50; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -30; +"Ereversed-cy" = -70; +"be-cy" = -80; +"che-cy" = -90; +guillemetright = -60; +"hardsign-cy" = -50; +"io-cy" = -60; +one = -40; +"ya-cy" = -40; +"ze-cy" = -70; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -120; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -140; +"@MMK_R_f_left" = -140; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_period_left" = -160; +"@MMK_R_rnd_left" = -160; +"@MMK_R_s_left" = -160; +"@MMK_R_sqr_left" = -110; +"@MMK_R_t_left" = -120; +"@MMK_R_u_left" = -120; +"@MMK_R_v_left" = -80; +"@MMK_R_x_left" = -90; +"@MMK_R_y_left" = -90; +"@MMK_R_z_left" = -120; +J = -160; +ampersand = -100; +one = -40; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = -40; +"@MMK_R_f_left" = -50; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -80; +"@MMK_R_left_ascender" = -40; +"@MMK_R_rnd_left" = -100; +"@MMK_R_s_left" = -100; +"@MMK_R_sqr_left" = -80; +"@MMK_R_t_left" = -100; +"@MMK_R_u_left" = -80; +"@MMK_R_v_left" = -100; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -80; +"be-cy" = -60; +"che-cy" = -100; +"el-cy" = -80; +"hardsign-cy" = -120; +"io-cy" = -40; +j = 190; +"ya-cy" = -80; +"ze-cy" = -80; +}; +"@MMK_L_cent_right" = { +seven = -110; +}; +"@MMK_L_dollar_right" = { +seven = -30; +}; +"@MMK_L_g_right" = { +"@MMK_R_T_LEFT" = -50; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_bracket_left" = -40; +V = -60; +j = 140; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -40; +"@MMK_R_bracket_left" = -100; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_period_left" = -160; +"@MMK_R_quote_top_left" = 60; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_U_CY_LEFT" = -100; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_X_LEFT" = -80; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_te_cy_left" = -50; +"@MMK_R_x_left" = -120; +"De-cy" = -40; +"El-cy" = -40; +"Hardsign-cy" = -120; +V = -60; +"Ya-cy" = -20; +"Ze-cy" = -20; +"de-cy" = -20; +"el-cy" = -30; +"hardsign-cy" = -40; +one = -40; +seven = -110; +three = -20; +two = -20; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 210; +"@MMK_R_left_ascender" = 80; +"@MMK_R_quote_top_left" = 120; +}; +"@MMK_L_k_right" = { +"@MMK_R_a_left" = -4; +"@MMK_R_bracket_left" = -80; +"@MMK_R_hyphen_left" = -30; +"@MMK_R_rnd_left" = -50; +one = 40; +"ze-cy" = -30; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -130; +"@MMK_R_bracket_left" = -80; +"@MMK_R_f_left" = -20; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -50; +"@MMK_R_y_left" = -50; +V = -60; +one = -60; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_U_CY_LEFT" = -60; +"@MMK_R_W_LEFT" = -120; +"@MMK_R_Y_LEFT" = -160; +"@MMK_R_quote_top_left" = -100; +"@MMK_R_rnd_left" = -40; +"@MMK_R_te_cy_left" = -120; +"@MMK_R_v_left" = -120; +"@MMK_R_y_left" = -100; +"Che-cy" = -120; +"Hardsign-cy" = -100; +U = -40; +V = -140; +"be-cy" = -60; +one = -230; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -140; +"@MMK_R_Idiacritics_left" = 100; +"@MMK_R_Idieresis_left" = 100; +"@MMK_R_i_diacritic_left" = 120; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -50; +"@MMK_R_t_left" = 30; +"@MMK_R_v_left" = 20; +"De-cy" = -100; +"El-cy" = -80; +J = -180; +"de-cy" = -80; +"e-cy" = -60; +"el-cy" = -100; +"ya-cy" = -60; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -100; +"@MMK_R_W_LEFT" = -90; +"@MMK_R_X_LEFT" = -70; +"@MMK_R_Y_LEFT" = -160; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_bracket_left" = -100; +"@MMK_R_f_left" = -10; +"@MMK_R_period_left" = -40; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_t_left" = -10; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -40; +V = -100; +one = -60; +question = -30; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -150; +"@MMK_R_bracket_left" = -100; +V = -70; +one = -20; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -180; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_bracket_left" = -90; +"@MMK_R_quote_top_left" = -120; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -40; +"che-cy" = -30; +one = -80; +question = -40; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = -50; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_bracket_left" = -80; +V = -60; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_bracket_left" = -80; +"@MMK_R_t_left" = -60; +V = -50; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -30; +"@MMK_R_hyphen_left" = -50; +"@MMK_R_period_left" = -120; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -10; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_y_left" = -10; +"che-cy" = -40; +"hardsign-cy" = -40; +one = -40; +question = -40; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -60; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_Z_LEFT" = -50; +"@MMK_R_a_left" = -50; +"@MMK_R_bracket_left" = -100; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -30; +V = -30; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_bracket_left" = -80; +"@MMK_R_x_left" = -25; +one = -10; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_SQR_LEFT" = 170; +"@MMK_R_bracket_left" = 200; +"@MMK_R_left_ascender" = 180; +"@MMK_R_quote_top_left" = 210; +"@MMK_R_rnd_left" = 40; +"@MMK_R_s_left" = 40; +"@MMK_R_sqr_left" = 140; +"@MMK_R_t_left" = 60; +"@MMK_R_v_left" = 40; +"@MMK_R_z_left" = 80; +asterisk = 100; +ncaron = 30; +question = 140; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_Z_LEFT" = -20; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -60; +"@MMK_R_hyphen_left" = -120; +"@MMK_R_rnd_left" = -30; +V = -30; +"hardsign-cy" = -10; +"ze-cy" = -30; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -80; +"@MMK_R_Y_LEFT" = -90; +"@MMK_R_Z_LEFT" = -50; +"@MMK_R_a_left" = -50; +"@MMK_R_bracket_left" = -100; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -40; +V = -30; +"de-cy" = -50; +"el-cy" = -60; +}; +"@MMK_L_z_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -50; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_bracket_left" = -80; +V = -50; +}; +"Be-cy" = { +one = -20; +question = -30; +}; +C = { +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -20; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -80; +one = -60; +}; +"Es-cy" = { +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_X_LEFT" = -20; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -160; +}; +V = { +"@MMK_R_A_LEFT" = -120; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -80; +"@MMK_R_f_left" = -60; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 100; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -100; +"@MMK_R_s_left" = -80; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -60; +J = -120; +ampersand = -80; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 40; +}; +ampersand = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -80; +"@MMK_R_Y_LEFT" = -100; +V = -80; +backslash = -40; +question = -80; +seven = -100; +slash = -20; +}; +backslash = { +ampersand = -20; +}; +"be-cy" = { +one = -20; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -100; +"@MMK_R_quote_top_left" = -40; +}; +emdash.case = { +"Hardsign-cy" = -60; +"Ze-cy" = -30; +}; +euro = { +seven = -40; +}; +f = { +"@MMK_R_RND_LEFT" = 60; +"@MMK_R_SQR_LEFT" = 80; +"@MMK_R_S_LEFT" = 90; +"@MMK_R_T_LEFT" = 140; +"@MMK_R_W_LEFT" = 110; +"@MMK_R_X_LEFT" = 80; +"@MMK_R_Y_LEFT" = 90; +"@MMK_R_Z_LEFT" = 80; +"@MMK_R_bracket_left" = 40; +"@MMK_R_dollar_left" = 60; +"@MMK_R_left_ascender" = 60; +"@MMK_R_period_left" = -100; +"@MMK_R_quote_top_left" = 100; +J = -120; +U = 70; +V = 100; +eight = 120; +euro = 60; +five = 80; +four = 70; +nine = 100; +numbersign = 20; +one = 120; +percent = 90; +question = 80; +section = 70; +seven = 110; +sterling = 50; +three = 90; +two = 80; +yen = 100; +}; +four = { +"@MMK_R_H" = -40; +"@MMK_R_period_left" = -20; +one = -80; +ordfeminine = -40; +ordmasculine = -50; +seven = -60; +}; +fraction = { +four.dnom = -40; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_X_LEFT" = -60; +}; +i = { +"@MMK_R_i_diacritic_left" = 80; +}; +"i-cy" = { +"@MMK_R_i_diacritic_left" = 100; +}; +"iishort-cy" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_bracket_left" = -40; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_bracket_left" = -40; +}; +j = { +j = 100; +}; +ordfeminine = { +"@MMK_R_period_left" = -140; +}; +ordmasculine = { +"@MMK_R_period_left" = -160; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -110; +}; +percent = { +one = -40; +seven = -90; +}; +ruble = { +seven = -20; +}; +saltillo = { +"@MMK_R_rnd_left" = -20; +}; +section = { +seven = -50; +}; +seven = { +"@MMK_R_H" = -60; +"@MMK_R_cent_left" = -40; +"@MMK_R_dollar_left" = -10; +"@MMK_R_hyphen_left" = -10; +ampersand = -40; +euro = 10; +four = -10; +ruble = -20; +section = -20; +}; +seven.numr = { +fraction = -10; +}; +slash = { +ampersand = -40; +}; +sterling = { +seven = -20; +}; +yen = { +"@MMK_R_f_left" = -80; +}; +}; +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_T_LEFT" = -15; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_f_left" = -20; +"@MMK_R_quote_top_left" = -30; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +J = -20; +U = -20; +V = -30; +question = -20; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_H" = -10; +"@MMK_R_a_left" = -10; +"@MMK_R_period_left" = -30; +"@MMK_R_rnd_left" = -10; +J = -10; +ampersand = -20; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_period_left" = -120; +"@MMK_R_rnd_left" = -20; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_T_LEFT" = -30; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -30; +"@MMK_R_y_left" = -30; +J = -20; +V = -20; +four = -20; +one = -20; +seven = -40; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -30; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_f_left" = -40; +"@MMK_R_quote_top_left" = -160; +"@MMK_R_t_left" = -30; +"@MMK_R_v_left" = -10; +"@MMK_R_y_left" = -10; +V = -20; +}; +"@MMK_L_Middlehook" = { +"@MMK_R_T_LEFT" = -80; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_period_left" = -30; +V = -10; +j = 0; +yen = -20; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +U = -5; +V = -20; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_quote_top_left" = -20; +question = -20; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_period_left" = -20; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -15; +"@MMK_R_H" = -30; +"@MMK_R_a_left" = -20; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -10; +J = -100; +ampersand = -40; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_i_diacritic_left" = 40; +"@MMK_R_rnd_left" = -40; +"@MMK_R_sqr_left" = -10; +"El-cy" = -40; +"de-cy" = -40; +"el-cy" = -40; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_period_left" = -20; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_H" = -10; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_a_left" = -10; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_period_left" = -20; +"@MMK_R_s_left" = -5; +ampersand = -10; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -10; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_rnd_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_v_left" = -10; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -60; +"@MMK_R_f_left" = -50; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_period_left" = -160; +"@MMK_R_rnd_left" = -80; +"@MMK_R_s_left" = -70; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -20; +J = -80; +ampersand = -60; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_f_left" = -20; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = -30; +"@MMK_R_v_left" = -30; +"io-cy" = -20; +j = 180; +}; +"@MMK_L_cent_right" = { +seven = -40; +}; +"@MMK_L_g_right" = { +"@MMK_R_Y_LEFT" = -40; +V = -10; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_bracket_left" = -60; +"@MMK_R_period_left" = -160; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -10; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_x_left" = -10; +"Hardsign-cy" = -40; +seven = -80; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_left_ascender" = 40; +"@MMK_R_quote_top_left" = 60; +}; +"@MMK_L_k_right" = { +"@MMK_R_H" = -20; +"@MMK_R_Y_LEFT" = -10; +"@MMK_R_a_left" = -10; +"@MMK_R_hyphen_left" = -10; +"@MMK_R_rnd_left" = -16; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -10; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_period_left" = 0; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -10; +V = -20; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -160; +"@MMK_R_rnd_left" = -10; +"@MMK_R_te_cy_left" = -120; +"@MMK_R_v_left" = -40; +"@MMK_R_y_left" = -20; +"Hardsign-cy" = -80; +J = -20; +U = -20; +V = -70; +five = -20; +one = -80; +seven = -60; +three = -20; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_Idiacritics_left" = 40; +"@MMK_R_Idieresis_left" = 40; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_rnd_left" = -10; +"@MMK_R_s_left" = -20; +"@MMK_R_t_left" = 20; +"@MMK_R_v_left" = 20; +"De-cy" = -20; +"El-cy" = -20; +J = -100; +"de-cy" = -40; +"e-cy" = -30; +"el-cy" = -40; +"ya-cy" = -20; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = -10; +"@MMK_R_v_left" = -10; +"@MMK_R_x_left" = -25; +"@MMK_R_y_left" = -20; +V = -20; +question = -20; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -10; +"@MMK_R_Y_LEFT" = -70; +"@MMK_R_bracket_left" = -40; +V = -20; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_quote_top_left" = -20; +question = -20; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_Y_LEFT" = -40; +V = -10; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -10; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_bracket_left" = -30; +V = -10; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_period_left" = -120; +}; +"@MMK_L_tse_right" = { +question = -20; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -30; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -30; +"@MMK_R_period_left" = -40; +"@MMK_R_rnd_left" = -10; +V = -10; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_SQR_LEFT" = 220; +"@MMK_R_bracket_left" = 210; +"@MMK_R_left_ascender" = 210; +"@MMK_R_quote_top_left" = 220; +"@MMK_R_rnd_left" = 40; +"@MMK_R_s_left" = 130; +"@MMK_R_sqr_left" = 100; +"@MMK_R_t_left" = 120; +"@MMK_R_u_left" = 100; +"@MMK_R_v_left" = 60; +"@MMK_R_z_left" = 150; +asterisk = 120; +ccaron = 110; +ncaron = 120; +question = 140; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -30; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_a_left" = -10; +"@MMK_R_hyphen_left" = -10; +"@MMK_R_rnd_left" = -25; +V = -10; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -30; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_a_left" = -10; +"@MMK_R_bracket_left" = -10; +"@MMK_R_period_left" = -20; +"@MMK_R_rnd_left" = -20; +V = -10; +}; +"@MMK_L_z_right" = { +"@MMK_R_Y_LEFT" = -20; +V = -10; +}; +"Be-cy" = { +question = -20; +}; +C = { +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -40; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -20; +}; +"Es-cy" = { +"@MMK_R_period_left" = -30; +}; +G = { +"@MMK_R_Y_LEFT" = -50; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -110; +}; +V = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_a_left" = -30; +"@MMK_R_f_left" = -10; +"@MMK_R_i_diacritic_left" = 50; +"@MMK_R_period_left" = -70; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +"@MMK_R_sqr_left" = -10; +"@MMK_R_t_left" = -10; +"@MMK_R_u_left" = -10; +"@MMK_R_v_left" = -10; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -10; +"@MMK_R_z_left" = -10; +J = -30; +ampersand = -30; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 40; +}; +ampersand = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_f_left" = -20; +V = -40; +backslash = -20; +question = -60; +seven = -60; +slash = -20; +}; +backslash = { +ampersand = -20; +}; +"de-cy" = { +"@MMK_R_quote_top_left" = -20; +"hardsign-cy" = -20; +}; +eight = { +yen = -20; +}; +f = { +"@MMK_R_A_LEFT" = -10; +"@MMK_R_SQR_LEFT" = 20; +"@MMK_R_S_LEFT" = 20; +"@MMK_R_T_LEFT" = 40; +"@MMK_R_W_LEFT" = 20; +"@MMK_R_Z_LEFT" = 20; +"@MMK_R_bracket_left" = 40; +"@MMK_R_dollar_left" = 10; +"@MMK_R_left_ascender" = 20; +"@MMK_R_period_left" = -120; +"@MMK_R_quote_top_left" = 40; +U = 20; +V = 20; +eight = 20; +euro = 10; +five = 20; +four = 20; +one = 40; +percent = 20; +question = 10; +ruble = -10; +seven = 30; +sterling = 10; +three = 20; +two = 20; +yen = 10; +}; +five = { +"@MMK_R_period_left" = -20; +}; +four = { +"@MMK_R_H" = -10; +ordfeminine = -30; +ordmasculine = -40; +seven = -30; +yen = -20; +}; +fraction = { +four.dnom = -30; +}; +i = { +"@MMK_R_i_diacritic_left" = 40; +}; +"i-cy" = { +"@MMK_R_i_diacritic_left" = 40; +}; +"io-cy" = { +"@MMK_R_bracket_left" = -20; +}; +j = { +j = 0; +}; +ordfeminine = { +"@MMK_R_period_left" = -120; +}; +ordmasculine = { +"@MMK_R_period_left" = -140; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -80; +}; +percent = { +seven = -30; +}; +question = { +ampersand = -40; +}; +saltillo = { +"@MMK_R_rnd_left" = -10; +}; +seven = { +"@MMK_R_H" = -40; +"@MMK_R_cent_left" = -20; +"@MMK_R_period_left" = -80; +ampersand = -20; +}; +seven.numr = { +fraction = -20; +}; +slash = { +ampersand = -20; +}; +three = { +"@MMK_R_period_left" = -20; +yen = -20; +}; +two = { +yen = -20; +}; +yen = { +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_f_left" = -20; +eight = -20; +four = -20; +nine = -20; +three = -20; +two = -20; +}; +}; +m008 = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_T_LEFT" = -30; +"@MMK_R_U_CY_LEFT" = -90; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_f_left" = -30; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_quote_top_left" = -60; +"@MMK_R_v_left" = -50; +"@MMK_R_y_left" = -50; +"Che-cy" = -80; +J = -30; +U = -30; +V = -80; +"che-cy" = -50; +guillemetright = -20; +one = -60; +question = -40; +}; +"@MMK_L_E_RIGHT" = { +"@MMK_R_RND_LEFT" = 0; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_H" = -20; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -10; +"@MMK_R_sqr_left" = -10; +"@MMK_R_u_left" = -10; +"@MMK_R_z_left" = -10; +J = -20; +ampersand = -20; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -70; +"@MMK_R_H" = -50; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_a_left" = -40; +"@MMK_R_hyphen_left" = -100; +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -30; +"@MMK_R_sqr_left" = -10; +"De-cy" = -100; +"El-cy" = -90; +"Ereversed-cy" = -10; +"Ya-cy" = -20; +"Ze-cy" = -10; +"de-cy" = -80; +"el-cy" = -80; +"io-cy" = -40; +"ya-cy" = -30; +"ze-cy" = -30; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_t_left" = -30; +"@MMK_R_te_cy_left" = -20; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"Che-cy" = -40; +"De-cy" = -30; +"El-cy" = -30; +"Hardsign-cy" = -40; +J = -40; +V = -40; +"che-cy" = -20; +"de-cy" = -10; +"el-cy" = -10; +four = -40; +"hardsign-cy" = -40; +one = -40; +seven = -60; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 80; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = 0; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_f_left" = -60; +"@MMK_R_quote_top_left" = -200; +"@MMK_R_t_left" = -50; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +U = 0; +V = -40; +one = -180; +}; +"@MMK_L_Middlehook" = { +"@MMK_R_T_LEFT" = -110; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_U_CY_LEFT" = -60; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_period_left" = -40; +U = 0; +V = -30; +yen = -20; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +U = -20; +V = -30; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -80; +"@MMK_R_X_LEFT" = -70; +"@MMK_R_period_left" = -20; +"@MMK_R_quote_top_left" = -20; +"Ya-cy" = -70; +question = -20; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -40; +"@MMK_R_a_left" = -10; +"@MMK_R_period_left" = -30; +V = -30; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_H" = -40; +"@MMK_R_a_left" = -30; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_period_left" = -140; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +"@MMK_R_sqr_left" = 0; +"De-cy" = -100; +"El-cy" = -90; +J = -140; +ampersand = -60; +"be-cy" = -20; +"de-cy" = -60; +"el-cy" = -60; +"io-cy" = -40; +j = -20; +"ya-cy" = -30; +"ze-cy" = -30; +}; +"@MMK_L_Tse_right" = { +"@MMK_R_H" = -30; +one = -120; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -60; +"@MMK_R_a_left" = -100; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_i_diacritic_left" = 60; +"@MMK_R_period_left" = -160; +"@MMK_R_rnd_left" = -60; +"@MMK_R_sqr_left" = -20; +"@MMK_R_x_left" = -40; +"@MMK_R_y_left" = -40; +"De-cy" = -80; +"El-cy" = -70; +"Ereversed-cy" = -40; +"Ya-cy" = -60; +"Ze-cy" = -20; +"be-cy" = -60; +"de-cy" = -80; +"el-cy" = -80; +"hardsign-cy" = -40; +"io-cy" = -80; +"ya-cy" = -100; +"ze-cy" = -70; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_RND_LEFT" = 0; +"@MMK_R_period_left" = -40; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -10; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_hyphen_left" = -10; +"@MMK_R_i_diacritic_left" = 70; +"@MMK_R_period_left" = -30; +"@MMK_R_rnd_left" = -10; +"@MMK_R_s_left" = -10; +"@MMK_R_sqr_left" = -10; +"@MMK_R_u_left" = -10; +"@MMK_R_v_left" = -10; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -10; +"@MMK_R_z_left" = -20; +ampersand = -20; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_S_LEFT" = -40; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -50; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 70; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -50; +"@MMK_R_t_left" = -50; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_u_left" = -50; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -5; +"@MMK_R_y_left" = -30; +"@MMK_R_z_left" = -20; +"Ereversed-cy" = -60; +"be-cy" = -50; +"che-cy" = -40; +guillemetright = -30; +"hardsign-cy" = -40; +"io-cy" = -40; +"ya-cy" = -20; +"ze-cy" = -50; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -100; +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -100; +"@MMK_R_S_LEFT" = -40; +"@MMK_R_a_left" = -130; +"@MMK_R_f_left" = -80; +"@MMK_R_hyphen_left" = -140; +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_period_left" = -200; +"@MMK_R_rnd_left" = -120; +"@MMK_R_s_left" = -100; +"@MMK_R_sqr_left" = -70; +"@MMK_R_t_left" = -60; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -50; +"@MMK_R_y_left" = -50; +"@MMK_R_z_left" = -60; +J = -120; +ampersand = -100; +one = -20; +}; +"@MMK_L_Z_RIGHT" = { +"@MMK_R_a_left" = 0; +"@MMK_R_f_left" = 0; +"@MMK_R_rnd_left" = -5; +"@MMK_R_v_left" = 0; +"@MMK_R_y_left" = 0; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_f_left" = -40; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -40; +"@MMK_R_y_left" = -10; +"be-cy" = -50; +"che-cy" = -40; +"io-cy" = -20; +j = 260; +"ya-cy" = -10; +"ze-cy" = -20; +}; +"@MMK_L_cent_right" = { +seven = -50; +}; +"@MMK_L_g_right" = { +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -80; +V = -20; +j = 240; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_H" = -30; +"@MMK_R_bracket_left" = -60; +"@MMK_R_period_left" = -200; +"@MMK_R_quote_top_left" = 40; +"de-cy" = -50; +"el-cy" = -40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -80; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -60; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_x_left" = -30; +"Hardsign-cy" = -40; +V = -40; +"Ya-cy" = -40; +seven = -80; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 140; +"@MMK_R_left_ascender" = 80; +"@MMK_R_quote_top_left" = 80; +}; +"@MMK_L_k_right" = { +"@MMK_R_H" = -40; +"@MMK_R_Y_LEFT" = -20; +"@MMK_R_a_left" = -20; +"@MMK_R_hyphen_left" = -10; +"@MMK_R_rnd_left" = -24; +one = 20; +"ze-cy" = -50; +}; +"@MMK_L_middlehook" = { +"@MMK_R_te_cy_left" = -70; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -15; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -110; +"@MMK_R_f_left" = 0; +"@MMK_R_period_left" = 0; +"@MMK_R_t_left" = 0; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -20; +V = -40; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_T_LEFT" = -140; +"@MMK_R_U_CY_LEFT" = -100; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -200; +"@MMK_R_quote_top_left" = -140; +"@MMK_R_rnd_left" = -30; +"@MMK_R_te_cy_left" = -140; +"@MMK_R_v_left" = -70; +"@MMK_R_y_left" = -40; +"Che-cy" = -160; +"Ereversed-cy" = -60; +"Hardsign-cy" = -140; +J = -40; +U = -40; +V = -100; +"Ze-cy" = -40; +"be-cy" = -60; +"che-cy" = -110; +five = -20; +"hardsign-cy" = -100; +one = -140; +seven = -100; +three = -20; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_Idiacritics_left" = 80; +"@MMK_R_Idieresis_left" = 80; +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -30; +"@MMK_R_t_left" = 20; +"@MMK_R_v_left" = 20; +"De-cy" = -40; +"El-cy" = -30; +J = -160; +"de-cy" = -40; +"e-cy" = -40; +"el-cy" = -40; +"ya-cy" = -30; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -20; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -130; +"@MMK_R_bracket_left" = -40; +"@MMK_R_f_left" = -10; +"@MMK_R_period_left" = -30; +"@MMK_R_t_left" = -10; +"@MMK_R_te_cy_left" = -10; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -35; +"@MMK_R_y_left" = -20; +V = -40; +"el-cy" = -10; +"hardsign-cy" = -10; +question = -20; +"ya-cy" = -10; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -20; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -110; +"@MMK_R_bracket_left" = -40; +V = -40; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_H" = -40; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_bracket_left" = -40; +"@MMK_R_quote_top_left" = -40; +"@MMK_R_te_cy_left" = -20; +"@MMK_R_x_left" = -50; +"@MMK_R_y_left" = -30; +"che-cy" = -10; +"hardsign-cy" = -10; +one = -20; +question = -30; +"ya-cy" = -10; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_T_LEFT" = 0; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -60; +V = -30; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -20; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_bracket_left" = -40; +"@MMK_R_t_left" = -50; +V = -20; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_H" = -20; +"@MMK_R_period_left" = -140; +"el-cy" = -40; +}; +"@MMK_L_tse_right" = { +"@MMK_R_H" = -10; +"@MMK_R_T_LEFT" = -100; +"@MMK_R_rnd_left" = -10; +"@MMK_R_te_cy_left" = -60; +"@MMK_R_y_left" = -20; +"be-cy" = -10; +"che-cy" = -20; +"hardsign-cy" = -60; +"io-cy" = -10; +one = -100; +question = -30; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = -70; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +V = -20; +}; +"@MMK_L_ve_right" = { +"@MMK_R_T_LEFT" = -20; +"@MMK_R_bracket_left" = -20; +"@MMK_R_rnd_left" = -10; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -10; +"io-cy" = -10; +"ya-cy" = -10; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_SQR_LEFT" = 230; +"@MMK_R_bracket_left" = 250; +"@MMK_R_left_ascender" = 240; +"@MMK_R_quote_top_left" = 260; +"@MMK_R_rnd_left" = 40; +"@MMK_R_s_left" = 130; +"@MMK_R_sqr_left" = 160; +"@MMK_R_t_left" = 130; +"@MMK_R_u_left" = 160; +"@MMK_R_v_left" = 70; +"@MMK_R_z_left" = 180; +asterisk = 130; +ccaron = 120; +ncaron = 130; +question = 160; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -5; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_a_left" = -20; +"@MMK_R_hyphen_left" = -30; +"@MMK_R_rnd_left" = -35; +"@MMK_R_s_left" = -30; +V = -20; +"be-cy" = -20; +"de-cy" = -10; +"el-cy" = -10; +"hardsign-cy" = -10; +"io-cy" = -40; +"ya-cy" = -10; +"ze-cy" = -50; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -60; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_Y_LEFT" = -50; +"@MMK_R_Z_LEFT" = -10; +"@MMK_R_a_left" = -20; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -20; +V = -20; +"be-cy" = -10; +"de-cy" = -20; +"el-cy" = -40; +"io-cy" = -20; +"ya-cy" = -10; +"ze-cy" = -20; +}; +"@MMK_L_z_right" = { +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -60; +V = -25; +}; +"Be-cy" = { +question = -30; +}; +C = { +"@MMK_R_A_LEFT" = -30; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -80; +V = -20; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -40; +one = -80; +}; +"Es-cy" = { +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_period_left" = -40; +}; +G = { +"@MMK_R_Y_LEFT" = -90; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -140; +}; +V = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_a_left" = -50; +"@MMK_R_f_left" = -20; +"@MMK_R_hyphen_left" = -40; +"@MMK_R_i_diacritic_left" = 80; +"@MMK_R_period_left" = -100; +"@MMK_R_rnd_left" = -40; +"@MMK_R_s_left" = -40; +"@MMK_R_sqr_left" = -20; +"@MMK_R_t_left" = -20; +"@MMK_R_u_left" = -30; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -25; +J = -40; +ampersand = -50; +}; +"Ve-cy" = { +"@MMK_R_U_CY_LEFT" = -40; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 40; +}; +"Ze-cy" = { +"@MMK_R_U_CY_LEFT" = -40; +"@MMK_R_period_left" = -40; +}; +ampersand = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_f_left" = -40; +V = -60; +backslash = -60; +question = -80; +seven = -80; +slash = -60; +}; +backslash = { +ampersand = -40; +}; +"be-cy" = { +"@MMK_R_period_left" = -40; +"ya-cy" = -20; +}; +"de-cy" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_quote_top_left" = -20; +"@MMK_R_rnd_left" = -10; +"@MMK_R_te_cy_left" = -40; +"@MMK_R_y_left" = -20; +"be-cy" = -10; +"hardsign-cy" = -20; +"io-cy" = -10; +one = -60; +"ze-cy" = -10; +}; +eight = { +yen = -20; +}; +f = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_RND_LEFT" = 20; +"@MMK_R_SQR_LEFT" = 30; +"@MMK_R_S_LEFT" = 40; +"@MMK_R_T_LEFT" = 50; +"@MMK_R_W_LEFT" = 40; +"@MMK_R_X_LEFT" = 20; +"@MMK_R_Z_LEFT" = 20; +"@MMK_R_bracket_left" = 40; +"@MMK_R_dollar_left" = 40; +"@MMK_R_left_ascender" = 20; +"@MMK_R_period_left" = -160; +"@MMK_R_quote_top_left" = 50; +"@MMK_R_rnd_left" = -10; +U = 20; +V = 30; +eight = 30; +euro = 60; +five = 20; +four = 20; +j = 10; +nine = 20; +numbersign = 0; +one = 60; +percent = 40; +question = 20; +ruble = -10; +section = 20; +seven = 40; +sterling = 40; +three = 20; +two = 20; +}; +four = { +"@MMK_R_H" = -20; +one = 0; +ordfeminine = -40; +ordmasculine = -50; +seven = -50; +yen = -40; +}; +fraction = { +four.dnom = -40; +}; +guillemetleft = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_X_LEFT" = -30; +}; +i = { +"@MMK_R_i_diacritic_left" = 80; +}; +"i-cy" = { +"@MMK_R_i_diacritic_left" = 60; +}; +"io-cy" = { +"@MMK_R_T_LEFT" = -40; +"@MMK_R_X_LEFT" = -30; +"@MMK_R_bracket_left" = -20; +}; +ordfeminine = { +"@MMK_R_period_left" = -140; +}; +ordmasculine = { +"@MMK_R_period_left" = -160; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -100; +}; +percent = { +one = 0; +seven = -60; +}; +question = { +ampersand = -40; +}; +saltillo = { +"@MMK_R_rnd_left" = -20; +}; +section = { +seven = -10; +}; +seven = { +"@MMK_R_H" = -60; +"@MMK_R_period_left" = -80; +ampersand = -40; +euro = 40; +section = -10; +}; +seven.numr = { +fraction = -20; +}; +six = { +"@MMK_R_period_left" = -20; +yen = -20; +}; +slash = { +ampersand = -60; +}; +three = { +"@MMK_R_period_left" = -20; +yen = -20; +}; +two = { +yen = -20; +}; +yen = { +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_f_left" = -50; +eight = -20; +four = -40; +three = -20; +two = -20; +}; +"ze-cy" = { +"@MMK_R_x_left" = -35; +}; +}; +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = { +"@MMK_L_A_RIGHT" = { +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_T_LEFT" = -50; +"@MMK_R_U_CY_LEFT" = -120; +"@MMK_R_W_LEFT" = -60; +"@MMK_R_Y_LEFT" = -130; +"@MMK_R_a_left" = -20; +"@MMK_R_f_left" = -60; +"@MMK_R_quote_top_left" = -60; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -30; +"@MMK_R_v_left" = -60; +"@MMK_R_y_left" = -100; +J = -60; +U = -60; +V = -100; +question = -80; +}; +"@MMK_L_F_RIGHT" = { +"@MMK_R_A_LEFT" = -80; +"@MMK_R_H" = -40; +"@MMK_R_a_left" = -20; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -20; +J = -20; +ampersand = -20; +}; +"@MMK_L_GE_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -90; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 120; +"@MMK_R_period_left" = -160; +"@MMK_R_rnd_left" = -30; +}; +"@MMK_L_H" = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -80; +"@MMK_R_x_left" = -80; +"@MMK_R_y_left" = -80; +J = -60; +V = -40; +four = -40; +one = -40; +seven = -60; +}; +"@MMK_L_Idiacritics_right" = { +"@MMK_R_quote_top_left" = 100; +}; +"@MMK_L_L_RIGHT" = { +"@MMK_R_H" = -80; +"@MMK_R_T_LEFT" = -120; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_f_left" = -80; +"@MMK_R_quote_top_left" = -300; +"@MMK_R_t_left" = -90; +"@MMK_R_v_left" = -20; +"@MMK_R_y_left" = -20; +V = -80; +}; +"@MMK_L_Middlehook" = { +"@MMK_R_T_LEFT" = -130; +}; +"@MMK_L_RND_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -50; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_period_left" = -50; +V = -40; +yen = -40; +}; +"@MMK_L_R_RIGHT" = { +"@MMK_R_RND_LEFT" = -30; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -80; +"@MMK_R_a_left" = -20; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +U = -20; +V = -40; +}; +"@MMK_L_SOFTSIGN_RIGHT" = { +"@MMK_R_quote_top_left" = -20; +question = -20; +}; +"@MMK_L_S_RIGHT" = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -60; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_period_left" = -30; +V = -20; +}; +"@MMK_L_T_RIGHT" = { +"@MMK_R_A_LEFT" = -50; +"@MMK_R_H" = -80; +"@MMK_R_a_left" = -30; +"@MMK_R_hyphen_left" = -60; +"@MMK_R_i_diacritic_left" = 120; +"@MMK_R_period_left" = -200; +"@MMK_R_rnd_left" = -30; +"@MMK_R_s_left" = -10; +J = -200; +ampersand = -80; +}; +"@MMK_L_U_CY_RIGHT" = { +"@MMK_R_A_LEFT" = -140; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_i_diacritic_left" = 110; +"@MMK_R_rnd_left" = -80; +"@MMK_R_sqr_left" = -40; +"El-cy" = -110; +"de-cy" = -80; +"el-cy" = -100; +}; +"@MMK_L_U_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_period_left" = -50; +}; +"@MMK_L_W_RIGHT" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_H" = -30; +"@MMK_R_RND_LEFT" = -20; +"@MMK_R_S_LEFT" = -10; +"@MMK_R_a_left" = -30; +"@MMK_R_f_left" = -20; +"@MMK_R_i_diacritic_left" = 120; +"@MMK_R_period_left" = -70; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +"@MMK_R_sqr_left" = -20; +"@MMK_R_u_left" = -10; +"@MMK_R_v_left" = -10; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -10; +"@MMK_R_z_left" = -10; +ampersand = -40; +}; +"@MMK_L_X_RIGHT" = { +"@MMK_R_H" = -60; +"@MMK_R_RND_LEFT" = -80; +"@MMK_R_S_LEFT" = -60; +"@MMK_R_a_left" = -50; +"@MMK_R_f_left" = -80; +"@MMK_R_hyphen_left" = -20; +"@MMK_R_i_diacritic_left" = 120; +"@MMK_R_rnd_left" = -40; +"@MMK_R_t_left" = -80; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -10; +}; +"@MMK_L_Y_RIGHT" = { +"@MMK_R_A_LEFT" = -130; +"@MMK_R_H" = -100; +"@MMK_R_RND_LEFT" = -100; +"@MMK_R_S_LEFT" = -60; +"@MMK_R_a_left" = -150; +"@MMK_R_f_left" = -80; +"@MMK_R_i_diacritic_left" = 120; +"@MMK_R_period_left" = -300; +"@MMK_R_rnd_left" = -140; +"@MMK_R_s_left" = -160; +"@MMK_R_sqr_left" = -60; +"@MMK_R_t_left" = -80; +"@MMK_R_u_left" = -60; +"@MMK_R_v_left" = -60; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -60; +"@MMK_R_z_left" = -60; +J = -180; +ampersand = -140; +}; +"@MMK_L_acute_right" = { +"@MMK_R_rnd_left" = -10; +}; +"@MMK_L_bracket_right" = { +"@MMK_R_f_left" = -60; +"@MMK_R_rnd_left" = -50; +"@MMK_R_s_left" = -50; +"@MMK_R_t_left" = -40; +"@MMK_R_v_left" = -60; +"@MMK_R_y_left" = -20; +"io-cy" = -20; +j = 300; +}; +"@MMK_L_g_right" = { +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -70; +V = -40; +}; +"@MMK_L_ge_cy_right" = { +"@MMK_R_bracket_left" = -100; +"@MMK_R_period_left" = -260; +"@MMK_R_quote_top_left" = 40; +}; +"@MMK_L_hyphen_right" = { +"@MMK_R_T_LEFT" = -60; +"@MMK_R_U_CY_LEFT" = -20; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_x_left" = -80; +"Hardsign-cy" = -40; +seven = -120; +}; +"@MMK_L_i_diacritic_right" = { +"@MMK_R_i_diacritic_left" = 250; +"@MMK_R_left_ascender" = 120; +"@MMK_R_quote_top_left" = 120; +}; +"@MMK_L_k_right" = { +"@MMK_R_H" = -60; +"@MMK_R_Y_LEFT" = -30; +"@MMK_R_a_left" = -40; +"@MMK_R_hyphen_left" = -30; +"@MMK_R_rnd_left" = -70; +}; +"@MMK_L_middlehook" = { +"@MMK_R_te_cy_left" = -50; +}; +"@MMK_L_n_right" = { +"@MMK_R_H" = -60; +"@MMK_R_T_LEFT" = -20; +"@MMK_R_W_LEFT" = -30; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_period_left" = 0; +"@MMK_R_v_left" = -40; +"@MMK_R_x_left" = -10; +"@MMK_R_y_left" = -30; +V = -60; +}; +"@MMK_L_period_right" = { +"@MMK_R_RND_LEFT" = -50; +"@MMK_R_S_LEFT" = -30; +"@MMK_R_T_LEFT" = -200; +"@MMK_R_W_LEFT" = -70; +"@MMK_R_Y_LEFT" = -300; +"@MMK_R_rnd_left" = -30; +"@MMK_R_te_cy_left" = -220; +"@MMK_R_v_left" = -90; +"@MMK_R_y_left" = -60; +"Hardsign-cy" = -160; +J = -50; +U = -50; +V = -180; +five = -40; +one = -40; +seven = -130; +three = -40; +}; +"@MMK_L_quote_top_right" = { +"@MMK_R_A_LEFT" = -60; +"@MMK_R_Idiacritics_left" = 100; +"@MMK_R_Idieresis_left" = 100; +"@MMK_R_i_diacritic_left" = 120; +"@MMK_R_rnd_left" = -20; +"@MMK_R_s_left" = -20; +"@MMK_R_t_left" = 30; +"@MMK_R_v_left" = 20; +"De-cy" = -60; +"El-cy" = -60; +J = -160; +"de-cy" = -60; +"e-cy" = -40; +"el-cy" = -90; +"ya-cy" = -40; +}; +"@MMK_L_rnd_right" = { +"@MMK_R_T_LEFT" = -30; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_bracket_left" = -50; +"@MMK_R_f_left" = -10; +"@MMK_R_period_left" = -30; +"@MMK_R_t_left" = -10; +"@MMK_R_v_left" = -20; +"@MMK_R_x_left" = -60; +"@MMK_R_y_left" = -30; +V = -60; +question = -20; +}; +"@MMK_L_s_right" = { +"@MMK_R_T_LEFT" = -10; +"@MMK_R_W_LEFT" = -20; +"@MMK_R_Y_LEFT" = -120; +"@MMK_R_bracket_left" = -50; +V = -60; +}; +"@MMK_L_softsign_right" = { +"@MMK_R_quote_top_left" = -60; +question = -60; +}; +"@MMK_L_sqr_right" = { +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -60; +V = -40; +}; +"@MMK_L_t_right" = { +"@MMK_R_H" = -30; +"@MMK_R_Y_LEFT" = -100; +"@MMK_R_bracket_left" = -40; +V = -40; +}; +"@MMK_L_te_cy_right" = { +"@MMK_R_period_left" = -220; +}; +"@MMK_L_tse_right" = { +question = -40; +}; +"@MMK_L_v_right" = { +"@MMK_R_H" = -80; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -20; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_a_left" = -40; +"@MMK_R_bracket_left" = -60; +"@MMK_R_period_left" = -90; +"@MMK_R_rnd_left" = -20; +V = -30; +}; +"@MMK_L_vertical_caron_right" = { +"@MMK_R_SQR_LEFT" = 330; +"@MMK_R_bracket_left" = 340; +"@MMK_R_left_ascender" = 330; +"@MMK_R_quote_top_left" = 340; +"@MMK_R_rnd_left" = 50; +"@MMK_R_s_left" = 200; +"@MMK_R_sqr_left" = 230; +"@MMK_R_t_left" = 180; +"@MMK_R_u_left" = 230; +"@MMK_R_v_left" = 100; +"@MMK_R_z_left" = 230; +asterisk = 220; +ccaron = 170; +ncaron = 180; +question = 240; +}; +"@MMK_L_x_right" = { +"@MMK_R_H" = -80; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -10; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_a_left" = -30; +"@MMK_R_hyphen_left" = -80; +"@MMK_R_rnd_left" = -60; +V = -20; +}; +"@MMK_L_y_right" = { +"@MMK_R_H" = -80; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -60; +"@MMK_R_a_left" = -40; +"@MMK_R_bracket_left" = -40; +"@MMK_R_period_left" = -60; +"@MMK_R_rnd_left" = -30; +V = -20; +}; +"@MMK_L_z_right" = { +"@MMK_R_W_LEFT" = -10; +"@MMK_R_Y_LEFT" = -60; +V = -40; +}; +"Be-cy" = { +question = -30; +}; +C = { +"@MMK_R_A_LEFT" = -20; +"@MMK_R_W_LEFT" = -10; +"@MMK_R_X_LEFT" = -40; +"@MMK_R_Y_LEFT" = -80; +V = -20; +}; +"De-cy" = { +"@MMK_R_quote_top_left" = -80; +}; +"Es-cy" = { +"@MMK_R_period_left" = -50; +}; +G = { +"@MMK_R_Y_LEFT" = -90; +}; +"Pemiddlehook-cy" = { +"@MMK_R_T_LEFT" = -190; +}; +V = { +"@MMK_R_A_LEFT" = -100; +"@MMK_R_H" = -40; +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_S_LEFT" = -20; +"@MMK_R_a_left" = -70; +"@MMK_R_f_left" = -50; +"@MMK_R_i_diacritic_left" = 120; +"@MMK_R_period_left" = -180; +"@MMK_R_rnd_left" = -70; +"@MMK_R_s_left" = -60; +"@MMK_R_sqr_left" = -40; +"@MMK_R_t_left" = -40; +"@MMK_R_u_left" = -40; +"@MMK_R_v_left" = -30; +"@MMK_R_x_left" = -20; +"@MMK_R_y_left" = -20; +"@MMK_R_z_left" = -40; +J = -80; +ampersand = -100; +}; +"Yi-cy" = { +"@MMK_R_quote_top_left" = 60; +}; +ampersand = { +"@MMK_R_T_LEFT" = -80; +"@MMK_R_W_LEFT" = -40; +"@MMK_R_Y_LEFT" = -140; +"@MMK_R_f_left" = -40; +V = -100; +backslash = -80; +question = -100; +seven = -100; +slash = -40; +}; +backslash = { +ampersand = -20; +}; +"de-cy" = { +"@MMK_R_quote_top_left" = -40; +"hardsign-cy" = -40; +}; +eight = { +yen = -40; +}; +f = { +"@MMK_R_A_LEFT" = -40; +"@MMK_R_SQR_LEFT" = 40; +"@MMK_R_S_LEFT" = 20; +"@MMK_R_T_LEFT" = 60; +"@MMK_R_W_LEFT" = 40; +"@MMK_R_Z_LEFT" = 30; +"@MMK_R_bracket_left" = 60; +"@MMK_R_dollar_left" = 20; +"@MMK_R_left_ascender" = 40; +"@MMK_R_period_left" = -220; +"@MMK_R_quote_top_left" = 60; +"@MMK_R_rnd_left" = -10; +V = 20; +ampersand = -20; +eight = 40; +euro = 20; +five = 30; +nine = 30; +one = 60; +percent = 30; +question = 20; +seven = 50; +sterling = 10; +three = 20; +two = 10; +}; +five = { +"@MMK_R_period_left" = -30; +}; +four = { +"@MMK_R_H" = -20; +ordfeminine = -50; +ordmasculine = -60; +seven = -80; +yen = -40; +}; +fraction = { +four.dnom = -50; +}; +i = { +"@MMK_R_i_diacritic_left" = 120; +}; +"i-cy" = { +"@MMK_R_i_diacritic_left" = 120; +}; +"io-cy" = { +"@MMK_R_bracket_left" = -20; +}; +ordfeminine = { +"@MMK_R_period_left" = -160; +}; +ordmasculine = { +"@MMK_R_period_left" = -180; +}; +"pemiddlehook-cy" = { +"@MMK_R_te_cy_left" = -140; +}; +percent = { +seven = -80; +}; +question = { +ampersand = -60; +}; +saltillo = { +"@MMK_R_rnd_left" = -30; +}; +seven = { +"@MMK_R_H" = -60; +"@MMK_R_period_left" = -110; +ampersand = -20; +}; +seven.numr = { +fraction = -20; +}; +six = { +yen = -40; +}; +slash = { +ampersand = -60; +}; +three = { +"@MMK_R_period_left" = -40; +yen = -40; +}; +two = { +yen = -40; +}; +yen = { +"@MMK_R_RND_LEFT" = -40; +"@MMK_R_f_left" = -60; +eight = -40; +four = -40; +nine = -40; +one = -20; +three = -40; +two = -40; +}; +}; +}; +metrics = ( +{ +type = "cap height"; +}, +{ +type = "x-height"; +}, +{ +type = baseline; +}, +{ +type = descender; +}, +{ +name = "Real Ascender"; +type = ascender; +} +); +note = "Fit Curve: 56—70% +k(| stem to | sups) = 0.744"; +properties = ( +{ +key = copyrights; +values = ( +{ +language = dflt; +value = "Copyright 2020 The Martian Grotesk Project Authors (https://github.com/evilmartians/grotesk)"; +} +); +}, +{ +key = designers; +values = ( +{ +language = dflt; +value = "Roman Shamin"; +} +); +}, +{ +key = designerURL; +value = "https://twitter.com/romanshamin_en"; +}, +{ +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://scripts.sil.org/OFL"; +}, +{ +key = manufacturers; +values = ( +{ +language = dflt; +value = "Evil Martians"; +} +); +}, +{ +key = manufacturerURL; +value = "https://evilmartians.com"; +} +); +stems = ( +{ +name = "n Vertical Stem"; +}, +{ +horizontal = 1; +name = "e Horizontal Stem"; +}, +{ +name = "H Vertical Stem"; +}, +{ +horizontal = 1; +name = "H Horizontal Stem"; +} +); +unitsPerEm = 1000; +userData = { +GSDimensionPlugin.Dimensions = { +"434FAEF3-677A-47AD-84F7-3A7F762C5BD0" = { +HH = "280"; +HV = "420"; +OH = "264"; +OV = "420"; +cydeH = "240"; +nV = "400"; +nd = "284"; +oH = "240"; +oV = "400"; +tH = "240"; +}; +"C0ED73B8-BF3D-4D9D-8EF3-572E464554C2" = { +HH = "260"; +HV = "288"; +OH = "260"; +OV = "288"; +cydeH = "220"; +nV = "272"; +nd = "220"; +oH = "220"; +oV = "272"; +tH = "220"; +}; +m002 = { +HH = "180"; +HV = "188"; +OH = "172"; +OV = "188"; +cyDeVthin = "180"; +cyHook = "180"; +cydeH = "160"; +cydeVthin = "174"; +cyhook = "168"; +nV = "180"; +nd = "170"; +oH = "160"; +oV = "174"; +tH = "160"; +}; +m003 = { +HH = "100"; +HV = "114"; +OH = "100"; +OV = "116"; +cyDeVthin = "110"; +cyHook = "110"; +cydeH = "96"; +cydeVthin = "104"; +cyhook = "104"; +nV = "110"; +nd = "104"; +oH = "96"; +oV = "112"; +tH = "96"; +}; +m004 = { +HH = "164"; +HV = "188"; +OH = "160"; +OV = "192"; +cydeH = "154"; +cydeVthin = "168"; +cyhook = "168"; +nV = "180"; +nd = "160"; +oH = "152"; +oV = "184"; +tH = "152"; +}; +m005 = { +HH = "106"; +HV = "114"; +OH = "106"; +OV = "114"; +cyDeVthin = "110"; +cyHook = "110"; +cydeH = "102"; +cydeVthin = "104"; +cyhook = "104"; +nV = "110"; +nd = "104"; +oH = "102"; +oV = "108"; +tH = "102"; +}; +m006 = { +HH = "176"; +HV = "188"; +OH = "168"; +OV = "188"; +cyDeVthin = "178"; +cydeH = "154"; +cydeVthin = "164"; +cyhook = "164"; +nV = "180"; +nd = "174"; +oH = "154"; +oV = "170"; +tH = "154"; +}; +m007 = { +HH = "38"; +HV = "42"; +OH = "38"; +OV = "42"; +cyDeVthin = "40"; +cyHook = "40"; +cydeH = "36"; +cydeVthin = "36"; +cyhook = "36"; +nV = "40"; +nd = "38"; +oH = "36"; +oV = "41"; +tH = "36"; +}; +m008 = { +HH = "280"; +HV = "336"; +OH = "264"; +OV = "326"; +cyDeVthin = "276"; +cyHook = "256"; +cydeH = "240"; +cydeVthin = "240"; +cyhook = "240"; +nV = "320"; +nd = "240"; +oH = "240"; +oV = "320"; +tH = "240"; +}; +m009 = { +HH = "38"; +HV = "42"; +OH = "38"; +OV = "42"; +cydeH = "34"; +cydeVthin = "36"; +cyhook = "36"; +nV = "40"; +nd = "36"; +oH = "36"; +oV = "40"; +tH = "34"; +}; +m01 = { +HH = "108"; +HV = "114"; +OH = "108"; +OV = "114"; +cyDeVthin = "110"; +cyHook = "110"; +cydeH = "104"; +cydeVthin = "104"; +cyhook = "104"; +nV = "110"; +nd = "104"; +oH = "104"; +oV = "110"; +tH = "104"; +}; +m010 = { +HH = "38"; +HV = "42"; +OH = "38"; +OV = "43"; +cydeH = "34"; +cydeVthin = "36"; +cyhook = "36"; +nV = "40"; +nd = "38"; +oH = "36"; +oV = "42"; +tH = "34"; +}; +}; +}; +versionMajor = 1; +versionMinor = 100; +} diff --git a/sources/build.py b/sources/build.py new file mode 100644 index 0000000..a489106 --- /dev/null +++ b/sources/build.py @@ -0,0 +1,186 @@ +"""Build script that fixes glyphsLib Smart Component bugs before building. + +Martian Grotesk uses Glyphs 3 Smart Components which glyphsLib doesn't +fully support. This script: +1. Strips the 'Group' key from smartComponentValues (not a real axis) +2. Patches glyphsLib to handle missing Smart Component masters gracefully + +Smart component interpolation is preserved — only the 'Group' metadata +and missing-master edge cases are fixed. The original source is never modified. + +Usage: python build.py (run from grotesk/sources/) +""" + +import subprocess +import sys +import tempfile +import shutil +from pathlib import Path + +from glyphsLib import GSFont + + +PATCH_MARKER = "# PATCHED_BY_BUILD_PY" + + +def strip_group_keys(font): + """Remove 'Group' from smartComponentValues — not an axis, just Glyphs 3 metadata.""" + count = 0 + for glyph in font.glyphs: + for layer in glyph.layers: + for comp in layer.components: + if comp.smartComponentValues and "Group" in comp.smartComponentValues: + del comp.smartComponentValues["Group"] + count += 1 + return count + + +def patch_file(filepath, old, new): + """Replace exact string in file. Returns original content for restore, or None if skipped.""" + text = filepath.read_text() + if PATCH_MARKER in text: + return None + if old not in text: + print(f" WARNING: patch target not found in {filepath.name}, skipping") + return None + filepath.write_text(text.replace(old, new)) + return text + + +def patch_glyphslib(): + """Patch 3 glyphsLib files to handle Smart Component edge cases.""" + patches = [] + + # 1. smart_components.py: skip missing masters instead of raising + import glyphsLib.builder.smart_components as sc + p = Path(sc.__file__) + orig = patch_file(p, + ' if not masters:\n' + ' raise ValueError(\n' + ' "Could not find any masters for the smart component %s used in %s"\n' + ' % (root.name, layer.name)\n' + ' )', + + ' if not masters: ' + PATCH_MARKER + '\n' + ' return None, None, None', + ) + if orig: + patches.append((p, orig)) + + # 2. smart_components.py: filter non-axis keys in normalized_location + orig2 = patch_file(p, + ' normalized_location = {\n' + ' name: normalizeValue(value, axes_tuples[name], extrapolate=True)\n' + ' for name, value in component.smartComponentValues.items()\n' + ' }', + + ' normalized_location = { ' + PATCH_MARKER + '\n' + ' name: normalizeValue(value, axes_tuples[name], extrapolate=True)\n' + ' for name, value in component.smartComponentValues.items()\n' + ' if name in axes_tuples\n' + ' }', + ) + if orig2: + patches.append((p, orig2)) + + # 3. components.py: catch errors from instantiate_smart_component + import glyphsLib.builder.components as comp_mod + p = Path(comp_mod.__file__) + orig = patch_file(p, + ' if component.component and component.component.smartComponentAxes:\n' + ' instantiate_smart_component(self, layer, component, pen)\n' + ' else:\n' + ' pen.addComponent(component_name, component.transform)', + + ' if component.component and component.component.smartComponentAxes: ' + PATCH_MARKER + '\n' + ' try:\n' + ' instantiate_smart_component(self, layer, component, pen)\n' + ' except (KeyError, ValueError, TypeError):\n' + ' pen.addComponent(component_name, component.transform)\n' + ' else:\n' + ' pen.addComponent(component_name, component.transform)', + ) + if orig: + patches.append((p, orig)) + + # 4. propagate_anchors.py: catch errors from _interpolate_smart_component_anchors + import glyphsLib.builder.transformations.propagate_anchors as pa + p = Path(pa.__file__) + orig = patch_file(p, + ' if component.component and component.component.smartComponentAxes:\n' + ' # If this is a smart component, we need to interpolate the anchors\n' + ' _interpolate_smart_component_anchors(\n' + ' layer, component, glyphs, done_anchors, anchors\n' + ' )', + + ' if component.component and component.component.smartComponentAxes: ' + PATCH_MARKER + '\n' + ' try:\n' + ' _interpolate_smart_component_anchors(\n' + ' layer, component, glyphs, done_anchors, anchors\n' + ' )\n' + ' except (KeyError, ValueError, TypeError):\n' + ' pass', + ) + if orig: + patches.append((p, orig)) + + return patches + + +def restore_glyphslib(patches): + for filepath, original in patches: + filepath.write_text(original) + + +def main(): + source = Path("MartianGrotesk.glyphs") + if not source.exists(): + print(f"Error: {source} not found. Run from grotesk/sources/", file=sys.stderr) + sys.exit(1) + + print(f"Loading {source}...") + font = GSFont(str(source)) + + print("Stripping 'Group' keys from smart component values...") + count = strip_group_keys(font) + print(f" Stripped {count} entries") + + print("Patching glyphsLib...") + patches = patch_glyphslib() + print(f" Patched {len(patches)} files") + + try: + with tempfile.TemporaryDirectory() as tmpdir: + tmp_source = Path(tmpdir) / source.name + print(f"Saving to {tmp_source}...") + font.save(str(tmp_source)) + + tmp_config = Path(tmpdir) / "config.yaml" + shutil.copy("config.yaml", tmp_config) + + print("Running gftools builder...") + result = subprocess.run( + ["gftools", "builder", str(tmp_config)], + cwd=tmpdir, + ) + + if result.returncode == 0: + fonts_out = Path(tmpdir).parent / "fonts" + if fonts_out.exists(): + dest = Path("..") / "fonts" + if dest.exists(): + shutil.rmtree(dest) + shutil.copytree(fonts_out, dest) + shutil.rmtree(fonts_out) + print(f"Fonts written to {dest.resolve()}") + else: + print(f"Warning: expected output at {fonts_out} not found") + + sys.exit(result.returncode) + finally: + print("Restoring original glyphsLib...") + restore_glyphslib(patches) + + +if __name__ == "__main__": + main() diff --git a/sources/build.sh b/sources/build.sh new file mode 100755 index 0000000..d223cbe --- /dev/null +++ b/sources/build.sh @@ -0,0 +1,18 @@ +#!/bin/bash +# Build Martian Grotesk fonts for Google Fonts. +# +# Uses build.py instead of `gftools builder config.yaml` directly +# to work around glyphsLib Smart Component bugs. See Instructions.txt. + +set -e + +cd "$(dirname "$0")" + +if [ ! -d "venv" ]; then + echo "Creating virtual environment..." + python3 -m venv venv +fi + +source venv/bin/activate +pip install -q -r requirements.txt +python build.py diff --git a/sources/config.yaml b/sources/config.yaml new file mode 100644 index 0000000..d697a84 --- /dev/null +++ b/sources/config.yaml @@ -0,0 +1,50 @@ +sources: + - MartianGrotesk.glyphs +axisOrder: + - wdth + - wght +familyName: Martian Grotesk +buildStatic: true +stat: + MartianGrotesk[wdth,wght].ttf: + - name: Width + tag: wdth + values: + - name: Condensed + value: 75 + - name: SemiCondensed + value: 87.5 + - name: Normal + value: 100 + flags: 2 + - name: SemiExpanded + value: 112.5 + - name: Expanded + value: 125 + - name: ExtraExpanded + value: 150 + - name: UltraExpanded + value: 200 + - name: Weight + tag: wght + values: + - name: Thin + value: 100 + - name: ExtraLight + value: 200 + - name: Light + value: 300 + - name: Regular + value: 400 + linkedValue: 700 + flags: 2 + - name: Medium + value: 500 + - name: Bold + value: 700 + - name: ExtraBold + value: 800 + - name: Black + value: 900 + - name: UltraBlack + value: 1000 diff --git a/sources/requirements.txt b/sources/requirements.txt new file mode 100644 index 0000000..8143434 --- /dev/null +++ b/sources/requirements.txt @@ -0,0 +1,6 @@ +fontmake>=2.4 +fontbakery>=0.8 +gftools[qa]>=0.7 +drawbot-skia>=0.4.8 +sh>=1.14.2 +bumpfontversion>=0.2.0