mirror of
https://github.com/intel/intel-one-mono.git
synced 2026-03-11 09:04:30 +00:00
Sources updated in preparation for V1.3
This commit is contained in:
parent
5c563cead5
commit
8d5f016ea1
455 changed files with 5310 additions and 2407 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# ----------------------------
|
||||
# INTEL MONO OPENTYPE CODE
|
||||
# INTEL ONE MONO OPENTYPE CODE
|
||||
# ----------------------------
|
||||
|
||||
# ----------------
|
||||
|
|
@ -29,6 +29,15 @@ languagesystem latn CAT;
|
|||
@figNum = [zero.num one.num two.num three.num four.num five.num six.num seven.num eight.num nine.num];
|
||||
@figDen = [zero.den one.den two.den three.den four.den five.den six.den seven.den eight.den nine.den];
|
||||
|
||||
# Marks Above - no grave
|
||||
@deadMarks = [acute hungarumlaut circumflex caron breve tilde macron dieresis dotaccent ring ];
|
||||
@lcMarks = [acutecmb hungarumlautcmb circumflexcmb caroncmb brevecmb tildecmb macroncmb dieresiscmb dotaccentcmb ringcmb ];
|
||||
@ucMarks = [acutecmb.cap hungarumlautcmb.cap circumflexcmb.cap caroncmb.cap brevecmb.cap tildecmb.cap macroncmb.cap dieresiscmb.cap dotaccentcmb.cap ringcmb.cap];
|
||||
|
||||
# Marks Below
|
||||
@deadbelowMarks = [uniA788 macronlowmod cedilla ogonek];
|
||||
@belowMarks = [circumflexbelowcmb macronbelowcmb cedillacmb ogonekcmb];
|
||||
|
||||
|
||||
# ---------------
|
||||
# Localized Forms
|
||||
|
|
@ -66,6 +75,28 @@ feature ccmp {
|
|||
sub jcaron by j caron;
|
||||
} Decomp;
|
||||
|
||||
# Replace marks that follow a letter and another mark with their combining forms.
|
||||
# grave is not included; we prioritize its use as a symbol for programming, which should not fuse with letters.
|
||||
lookup DblMarks {
|
||||
sub [@ltrLC] [@deadMarks @deadbelowMarks dotbelowcmb] [@deadMarks @deadbelowMarks]' by [@lcMarks @belowMarks];
|
||||
sub [@ltrUC] [@deadMarks @deadbelowMarks dotbelowcmb] [@deadMarks @deadbelowMarks]' by [@ucMarks @belowMarks];
|
||||
sub [@ltrUC] [@lcMarks @deadbelowMarks dotbelowcmb] [@lcMarks]' by [@ucMarks];
|
||||
} DblMarks;
|
||||
|
||||
# Replace marks that follow a letter with their combining forms.
|
||||
lookup CmbMarks {
|
||||
# grave is not included; we prioritize its use as a symbol for programming, which should not fuse with letters.
|
||||
sub [@ltrLC] [@deadMarks @deadbelowMarks]' by [@lcMarks @belowMarks];
|
||||
sub [@ltrUC] [@deadMarks @deadbelowMarks]' by [@ucMarks @belowMarks];
|
||||
sub [@ltrUC] [@lcMarks]' by [@ucMarks];
|
||||
} CmbMarks;
|
||||
|
||||
# Replace letters with dotless counterparts when followed by a combining mark.
|
||||
lookup Dotless {
|
||||
sub [i j]' [@belowMarks dotbelowcmb] [@lcMarks gravecmb] by [dotlessi dotlessj];
|
||||
sub [i j]' [@lcMarks gravecmb] by [dotlessi dotlessj];
|
||||
} Dotless;
|
||||
|
||||
# Replace e ogonek with eogonek.
|
||||
lookup eogonek {
|
||||
sub e ogonekcmb by eogonek;
|
||||
|
|
@ -145,6 +176,102 @@ feature salt {
|
|||
} salt;
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# MARK | Generated: November 23, 2022 - 02:37:49 PM by 'markFeature.py'
|
||||
# ---------------------------------------------------------------------
|
||||
|
||||
markClass [acutecmb caroncmb circumflexcmb dieresiscmb dotaccentcmb gravecmb macroncmb tildecmb] <anchor 0 502> @mark_aboveLC;
|
||||
markClass [acutecmb.cap caroncmb.cap circumflexcmb.cap dieresiscmb.cap dotaccentcmb.cap gravecmb.cap macroncmb.cap tildecmb.cap] <anchor 0 691> @mark_aboveUC;
|
||||
markClass [dieresisbelowcmb dotbelowcmb macronbelowcmb] <anchor 0 -35> @mark_below;
|
||||
markClass [cedillacmb] <anchor 0 -10> @mark_belowcedilla;
|
||||
markClass [ogonekcmb] <anchor 0 -10> @mark_belowogonek;
|
||||
|
||||
feature mark {
|
||||
|
||||
lookup aboveLC{
|
||||
pos base [a] <anchor 296 507> mark @mark_aboveLC;
|
||||
pos base [c] <anchor 313 507> mark @mark_aboveLC;
|
||||
pos base [dotlessi] <anchor 321 502> mark @mark_aboveLC;
|
||||
pos base [dotlessj] <anchor 400 502> mark @mark_aboveLC;
|
||||
pos base [e] <anchor 319 507> mark @mark_aboveLC;
|
||||
pos base [eogonek] <anchor 319 507> mark @mark_aboveLC;
|
||||
pos base [g] <anchor 314 507> mark @mark_aboveLC;
|
||||
pos base [m] <anchor 307 502> mark @mark_aboveLC;
|
||||
pos base [n] <anchor 309 502> mark @mark_aboveLC;
|
||||
pos base [o] <anchor 308 507> mark @mark_aboveLC;
|
||||
pos base [p] <anchor 319 502> mark @mark_aboveLC;
|
||||
pos base [s] <anchor 312 507> mark @mark_aboveLC;
|
||||
pos base [u] <anchor 319 502> mark @mark_aboveLC;
|
||||
pos base [z] <anchor 299 502> mark @mark_aboveLC;
|
||||
} aboveLC;
|
||||
|
||||
lookup aboveUC{
|
||||
pos base [A] <anchor 298 691> mark @mark_aboveUC;
|
||||
pos base [C] <anchor 364 696> mark @mark_aboveUC;
|
||||
pos base [E] <anchor 314 691> mark @mark_aboveUC;
|
||||
pos base [Eogonek] <anchor 314 691> mark @mark_aboveUC;
|
||||
pos base [G] <anchor 331 691> mark @mark_aboveUC;
|
||||
pos base [I] <anchor 307 691> mark @mark_aboveUC;
|
||||
pos base [J] <anchor 470 691> mark @mark_aboveUC;
|
||||
pos base [M] <anchor 312 691> mark @mark_aboveUC;
|
||||
pos base [N] <anchor 311 691> mark @mark_aboveUC;
|
||||
pos base [O] <anchor 309 696> mark @mark_aboveUC;
|
||||
pos base [P] <anchor 323 691> mark @mark_aboveUC;
|
||||
pos base [S] <anchor 321 696> mark @mark_aboveUC;
|
||||
pos base [U] <anchor 307 691> mark @mark_aboveUC;
|
||||
pos base [Z] <anchor 317 691> mark @mark_aboveUC;
|
||||
} aboveUC;
|
||||
|
||||
lookup below{
|
||||
pos base [C] <anchor 354 -40> mark @mark_below;
|
||||
pos base [Dcroat] <anchor 303 -35> mark @mark_below;
|
||||
pos base [E] <anchor 314 -35> mark @mark_below;
|
||||
pos base [H] <anchor 307 -35> mark @mark_below;
|
||||
pos base [I] <anchor 307 -35> mark @mark_below;
|
||||
pos base [O] <anchor 310 -40> mark @mark_below;
|
||||
pos base [S] <anchor 294 -40> mark @mark_below;
|
||||
pos base [U] <anchor 307 -40> mark @mark_below;
|
||||
pos base [X] <anchor 308 -35> mark @mark_below;
|
||||
pos base [Z] <anchor 317 -35> mark @mark_below;
|
||||
pos base [c] <anchor 310 -35> mark @mark_below;
|
||||
pos base [dcroat] <anchor 331 -30> mark @mark_below;
|
||||
pos base [dotlessi] <anchor 322 -35> mark @mark_below;
|
||||
pos base [e] <anchor 319 -40> mark @mark_below;
|
||||
pos base [h] <anchor 318 -35> mark @mark_below;
|
||||
pos base [o] <anchor 307 -40> mark @mark_below;
|
||||
pos base [s] <anchor 301 -40> mark @mark_below;
|
||||
pos base [u] <anchor 317 -35> mark @mark_below;
|
||||
pos base [x] <anchor 305 -35> mark @mark_below;
|
||||
pos base [z] <anchor 299 -35> mark @mark_below;
|
||||
} below;
|
||||
|
||||
lookup belowcedilla{
|
||||
pos base [Z] <anchor 317 -10> mark @mark_belowcedilla;
|
||||
pos base [z] <anchor 299 -10> mark @mark_belowcedilla;
|
||||
} belowcedilla;
|
||||
|
||||
lookup belowogonek{
|
||||
pos base [A] <anchor 487 -10> mark @mark_belowogonek;
|
||||
pos base [E] <anchor 467 -10> mark @mark_belowogonek;
|
||||
pos base [I] <anchor 307 -10> mark @mark_belowogonek;
|
||||
pos base [O] <anchor 320 -15> mark @mark_belowogonek;
|
||||
pos base [U] <anchor 310 -15> mark @mark_belowogonek;
|
||||
pos base [a] <anchor 462 -10> mark @mark_belowogonek;
|
||||
pos base [dotlessi] <anchor 322 -9> mark @mark_belowogonek;
|
||||
pos base [e] <anchor 410 -10> mark @mark_belowogonek;
|
||||
pos base [o] <anchor 312 -15> mark @mark_belowogonek;
|
||||
pos base [u] <anchor 472 -10> mark @mark_belowogonek;
|
||||
} belowogonek;
|
||||
|
||||
} mark;
|
||||
|
||||
@BASES = [A C Dcroat E Eogonek G H I J M N O P S U X Z a c dcroat dotlessi dotlessj e eogonek g h m n o p s u x z];
|
||||
@MARKS = [@mark_aboveLC @mark_aboveUC @mark_below @mark_belowcedilla @mark_belowogonek];
|
||||
|
||||
table GDEF {
|
||||
GlyphClassDef @BASES,,@MARKS,;
|
||||
} GDEF;
|
||||
|
||||
|
||||
# --------------
|
||||
# All Alternates
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@
|
|||
<key>capHeight</key>
|
||||
<integer>655</integer>
|
||||
<key>copyright</key>
|
||||
<string>(C) 2023 Intel Corporation</string>
|
||||
<string>Copyright 2023 The Intel One Mono Project Authors (https://github.com/intel/intel-one-mono)</string>
|
||||
<key>descender</key>
|
||||
<integer>-260</integer>
|
||||
<key>familyName</key>
|
||||
<string>IntelOne Mono</string>
|
||||
<string>Intel One Mono</string>
|
||||
<key>guidelines</key>
|
||||
<array/>
|
||||
<key>italicAngle</key>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<key>openTypeNameDesignerURL</key>
|
||||
<string>http://frerejones.com</string>
|
||||
<key>openTypeNameLicense</key>
|
||||
<string>Licensed under the SIL Open Font License, Version 1.1</string>
|
||||
<string>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</string>
|
||||
<key>openTypeNameLicenseURL</key>
|
||||
<string>https://github.com/intel/intel-one-mono/blob/main/license</string>
|
||||
<key>openTypeNameManufacturer</key>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<key>openTypeNameManufacturerURL</key>
|
||||
<string>http://frerejones.com</string>
|
||||
<key>openTypeNamePreferredFamilyName</key>
|
||||
<string>IntelOne Mono</string>
|
||||
<string>Intel One Mono</string>
|
||||
<key>openTypeNamePreferredSubfamilyName</key>
|
||||
<string>Bold</string>
|
||||
<key>openTypeNameRecords</key>
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
<string>Intel One Mono</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
<string>Intel One Mono</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>Regular</string>
|
||||
<string>Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>Regular</string>
|
||||
<string>Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
|
|
@ -129,7 +129,7 @@
|
|||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
<string>Intel One Mono Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
<string>Intel One Mono Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
|
|
@ -273,7 +273,7 @@
|
|||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono</string>
|
||||
<string>Intel One Mono</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
|
|
@ -312,6 +312,7 @@
|
|||
</array>
|
||||
<key>openTypeOS2Selection</key>
|
||||
<array>
|
||||
<integer>7</integer>
|
||||
<integer>8</integer>
|
||||
</array>
|
||||
<key>openTypeOS2StrikeoutPosition</key>
|
||||
|
|
@ -321,11 +322,11 @@
|
|||
<key>openTypeOS2Type</key>
|
||||
<array/>
|
||||
<key>openTypeOS2TypoAscender</key>
|
||||
<integer>740</integer>
|
||||
<integer>1090</integer>
|
||||
<key>openTypeOS2TypoDescender</key>
|
||||
<integer>-260</integer>
|
||||
<integer>-290</integer>
|
||||
<key>openTypeOS2TypoLineGap</key>
|
||||
<integer>380</integer>
|
||||
<integer>0</integer>
|
||||
<key>openTypeOS2UnicodeRanges</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
|
|
@ -370,7 +371,7 @@
|
|||
<key>postscriptForceBold</key>
|
||||
<false/>
|
||||
<key>postscriptFullName</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
<string>Intel One Mono Bold</string>
|
||||
<key>postscriptIsFixedPitch</key>
|
||||
<true/>
|
||||
<key>postscriptOtherBlues</key>
|
||||
|
|
@ -392,9 +393,9 @@
|
|||
<key>postscriptUnderlineThickness</key>
|
||||
<integer>50</integer>
|
||||
<key>styleMapFamilyName</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
<string>Intel One Mono</string>
|
||||
<key>styleMapStyleName</key>
|
||||
<string>regular</string>
|
||||
<string>bold</string>
|
||||
<key>styleName</key>
|
||||
<string>Bold</string>
|
||||
<key>unitsPerEm</key>
|
||||
|
|
@ -402,7 +403,7 @@
|
|||
<key>versionMajor</key>
|
||||
<integer>1</integer>
|
||||
<key>versionMinor</key>
|
||||
<integer>2</integer>
|
||||
<integer>3</integer>
|
||||
<key>xHeight</key>
|
||||
<integer>477</integer>
|
||||
</dict>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<outline>
|
||||
<contour>
|
||||
<point x="309" y="655" type="line" smooth="yes"/>
|
||||
<point x="149.0" y="655.0"/>
|
||||
<point x="149" y="655"/>
|
||||
<point x="50" y="548"/>
|
||||
<point x="50" y="318" type="curve" smooth="yes"/>
|
||||
<point x="50" y="88"/>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
<glyph name="S" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0053"/>
|
||||
<guideline x="379" y="431" angle="296.0138124292265" identifier="ylsDMwWxaG"/>
|
||||
<anchor x="321" y="696" name="aboveUC"/>
|
||||
<anchor x="321" y="661" name="aboveUCx"/>
|
||||
<anchor x="294" y="-40" name="below"/>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="acutecmb.cap" format="2">
|
||||
<guideline x="82" y="885" angle="332.30769230769226" identifier="0rsWLzZF6m"/>
|
||||
<anchor x="0" y="691" name="_aboveUC"/>
|
||||
<anchor x="0" y="661" name="_aboveUCx"/>
|
||||
<outline>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
<glyph name="asterisk" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="002A"/>
|
||||
<guideline x="270" y="334" angle="332.30769230769226" identifier="YkQCsAMSsB"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="103" y="233" type="curve"/>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
<glyph name="at" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0040"/>
|
||||
<guideline x="471" y="-28" angle="77.1489107691877" identifier="3whqXdGgid"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="492" y="-60" type="curve"/>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="commaturnedabovecmb" format="2">
|
||||
<advance width="500"/>
|
||||
<unicode hex="0312"/>
|
||||
<anchor x="0" y="502" name="_aboveLC"/>
|
||||
<anchor x="0" y="472" name="_aboveLCx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="96" y="787" type="line"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="dieresisacute" format="2">
|
||||
<anchor x="0" y="502" name="_aboveLC"/>
|
||||
<anchor x="0" y="472" name="_aboveLCx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="-105" y="800" type="line"/>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="dieresisbelowcmb" format="2">
|
||||
<advance width="500"/>
|
||||
<unicode hex="0324"/>
|
||||
<anchor x="0" y="-35" name="_below"/>
|
||||
<anchor x="0" y="-5" name="_belowx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="-116" y="-239" type="curve" smooth="yes"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="dieresiscaron" format="2">
|
||||
<anchor x="0" y="502" name="_aboveLC"/>
|
||||
<anchor x="0" y="472" name="_aboveLCx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="188" y="855" type="line"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="dieresisgrave" format="2">
|
||||
<anchor x="0" y="502" name="_aboveLC"/>
|
||||
<anchor x="0" y="472" name="_aboveLCx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="105" y="800" type="line"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="dieresismacron" format="2">
|
||||
<anchor x="0" y="502" name="_aboveLC"/>
|
||||
<anchor x="0" y="472" name="_aboveLCx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="-171" y="761" type="line"/>
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@
|
|||
<glyph name="dotlessi" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0131"/>
|
||||
<anchor x="322" y="-35" name="below"/>
|
||||
<anchor x="321" y="502" name="aboveLC"/>
|
||||
<anchor x="322" y="-9" name="belowogonek"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="93" y="122" type="line"/>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
<glyph name="dotlessj" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0237"/>
|
||||
<anchor x="400" y="502" name="aboveLC"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="468" y="6" type="curve" smooth="yes"/>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,4 @@
|
|||
<outline>
|
||||
<component base="eight.den" yOffset="275"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
<unicode hex="2014"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="50" y="348" type="line"/>
|
||||
<point x="50" y="204" type="line"/>
|
||||
<point x="564" y="204" type="line"/>
|
||||
<point x="564" y="348" type="line"/>
|
||||
<point x="50" y="402" type="line"/>
|
||||
<point x="50" y="258" type="line"/>
|
||||
<point x="564" y="258" type="line"/>
|
||||
<point x="564" y="402" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
<unicode hex="2013"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="80" y="348" type="line"/>
|
||||
<point x="80" y="204" type="line"/>
|
||||
<point x="534" y="204" type="line"/>
|
||||
<point x="534" y="348" type="line"/>
|
||||
<point x="80" y="402" type="line"/>
|
||||
<point x="80" y="258" type="line"/>
|
||||
<point x="534" y="258" type="line"/>
|
||||
<point x="534" y="402" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,4 @@
|
|||
<outline>
|
||||
<component base="five.den" yOffset="275"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,4 @@
|
|||
<outline>
|
||||
<component base="four.den" yOffset="275"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="g"/>
|
||||
<component base="commaturnedabovecmb" xOffset="314" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -3,12 +3,11 @@
|
|||
<advance width="614"/>
|
||||
<unicode hex="0060"/>
|
||||
<outline>
|
||||
<component base="gravecmb" xOffset="307"/>
|
||||
<contour>
|
||||
<point x="334" y="359" type="line"/>
|
||||
<point x="467" y="359" type="line"/>
|
||||
<point x="323" y="710" type="line"/>
|
||||
<point x="117" y="710" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="h"/>
|
||||
<component base="brevebelowcmb" xOffset="318"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="h"/>
|
||||
<component base="circumflexcmb" xOffset="149" yOffset="207"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="h"/>
|
||||
<component base="dotbelowcmb" xOffset="318"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="h"/>
|
||||
<component base="macronbelowcmb" xOffset="318"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -5,10 +5,4 @@
|
|||
<outline>
|
||||
<component base="emdash"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
<unicode hex="002D"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="120" y="348" type="line"/>
|
||||
<point x="120" y="204" type="line"/>
|
||||
<point x="494" y="204" type="line"/>
|
||||
<point x="494" y="348" type="line"/>
|
||||
<point x="120" y="402" type="line"/>
|
||||
<point x="120" y="258" type="line"/>
|
||||
<point x="494" y="258" type="line"/>
|
||||
<point x="494" y="402" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="acutecmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="brevecmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="caroncmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="circumflexcmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="dieresiscmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -5,10 +5,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="dotaccentcmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="i"/>
|
||||
<component base="dotbelowcmb" xOffset="322"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="gravecmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="hookcmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="macroncmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessi"/>
|
||||
<component base="tildecmb" xOffset="321"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessj"/>
|
||||
<component base="caroncmb" xOffset="400"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="dotlessj"/>
|
||||
<component base="circumflexcmb" xOffset="400"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="k"/>
|
||||
<component base="uni0326" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="k"/>
|
||||
<component base="dotbelowcmb" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="k"/>
|
||||
<component base="macronbelowcmb" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="l"/>
|
||||
<component base="middotcat" xOffset="286"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="l"/>
|
||||
<component base="acutecmb" xOffset="286" yOffset="250"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="l"/>
|
||||
<component base="commaaboverightcmb" xOffset="487" yOffset="79"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="l"/>
|
||||
<component base="circumflexbelowcmb" xOffset="319"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="l"/>
|
||||
<component base="uni0326" xOffset="319"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="l"/>
|
||||
<component base="dotbelowcmb" xOffset="319"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="l"/>
|
||||
<component base="macronbelowcmb" xOffset="319"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -7,10 +7,4 @@
|
|||
<component base="macroncmb" xOffset="286" yOffset="250"/>
|
||||
<component base="dotbelowcmb" xOffset="319"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
<point x="437" y="469"/>
|
||||
<point x="389" y="385" type="curve"/>
|
||||
<point x="364" y="385" type="line"/>
|
||||
<point x="364" y="385" type="line"/>
|
||||
<point x="364" y="455"/>
|
||||
<point x="340" y="481"/>
|
||||
<point x="293" y="481" type="curve" smooth="yes"/>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="m"/>
|
||||
<component base="acutecmb" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="m"/>
|
||||
<component base="dotaccentcmb" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="m"/>
|
||||
<component base="dotbelowcmb" xOffset="310"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="middotcat" format="2">
|
||||
<advance width="614"/>
|
||||
<guideline x="84" y="783" angle="62.307692307692264" identifier="r86UeLUPm6"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="312" y="255" type="curve" smooth="yes"/>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="n"/>
|
||||
<component base="acutecmb" xOffset="309"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="n"/>
|
||||
<component base="caroncmb" xOffset="309"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="n"/>
|
||||
<component base="circumflexbelowcmb" xOffset="311"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="n"/>
|
||||
<component base="uni0326" xOffset="311"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="n"/>
|
||||
<component base="dotaccentcmb" xOffset="309"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="n"/>
|
||||
<component base="dotbelowcmb" xOffset="311"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="n"/>
|
||||
<component base="gravecmb" xOffset="309"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,4 @@
|
|||
<outline>
|
||||
<component base="nine.den" yOffset="275"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="n"/>
|
||||
<component base="macronbelowcmb" xOffset="311"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="n"/>
|
||||
<component base="tildecmb" xOffset="309"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="acutecmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="brevecmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="caroncmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="circumflexcmb" xOffset="308"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="circumflexacute" xOffset="308"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -7,10 +7,4 @@
|
|||
<component base="circumflexcmb" xOffset="308"/>
|
||||
<component base="dotbelowcmb" xOffset="307" yOffset="-5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="circumflexgrave" xOffset="308"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="circumflexhook" xOffset="308"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="circumflextilde" xOffset="308"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="dieresiscmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="dotaccentcmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="dotbelowcmb" xOffset="307" yOffset="-5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -36,6 +36,15 @@
|
|||
<point x="14" y="88"/>
|
||||
<point x="88" y="-13"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="426" y="386" type="curve" smooth="yes"/>
|
||||
<point x="456" y="386"/>
|
||||
<point x="473" y="348"/>
|
||||
<point x="475" y="289" type="curve"/>
|
||||
<point x="362" y="289" type="line"/>
|
||||
<point x="370" y="353"/>
|
||||
<point x="395" y="386"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="204" y="98" type="curve" smooth="yes"/>
|
||||
<point x="173" y="98"/>
|
||||
|
|
@ -50,14 +59,5 @@
|
|||
<point x="244" y="140"/>
|
||||
<point x="229" y="98"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="426" y="386" type="curve" smooth="yes"/>
|
||||
<point x="456" y="386"/>
|
||||
<point x="473" y="348"/>
|
||||
<point x="475" y="289" type="curve"/>
|
||||
<point x="362" y="289" type="line"/>
|
||||
<point x="370" y="353"/>
|
||||
<point x="395" y="386"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="gravecmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="hookcmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@
|
|||
<glyph name="ohorn" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="01A1"/>
|
||||
<anchor x="308" y="507" name="aboveLC"/>
|
||||
<anchor x="308" y="472" name="aboveLCx"/>
|
||||
<anchor x="307" y="-40" name="below"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="517" y="399" type="curve" smooth="yes"/>
|
||||
|
|
@ -15,7 +12,7 @@
|
|||
<point x="501" y="507"/>
|
||||
<point x="486" y="477"/>
|
||||
<point x="432" y="477" type="curve" smooth="yes"/>
|
||||
<point x="309" y="477" type="line"/>
|
||||
<point x="309" y="477" type="line" smooth="yes"/>
|
||||
<point x="155" y="477"/>
|
||||
<point x="47" y="375"/>
|
||||
<point x="47" y="238" type="curve" smooth="yes"/>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="ohorn"/>
|
||||
<component base="acutecmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="ohorn"/>
|
||||
<component base="dotbelowcmb" xOffset="307" yOffset="-5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="ohorn"/>
|
||||
<component base="gravecmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="ohorn"/>
|
||||
<component base="hookcmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="ohorn"/>
|
||||
<component base="tildecmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="hungarumlautcmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="macroncmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,4 @@
|
|||
<outline>
|
||||
<component base="one.den" yOffset="275"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="o"/>
|
||||
<component base="tildecmb" xOffset="308" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -52,6 +52,13 @@
|
|||
<point x="324" y="338"/>
|
||||
<point x="273" y="269"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="202" y="277" type="line"/>
|
||||
<point x="14" y="1" type="line"/>
|
||||
<point x="14" y="-5" type="line"/>
|
||||
<point x="144" y="-5" type="line"/>
|
||||
<point x="254" y="277" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="426" y="60" type="curve" smooth="yes"/>
|
||||
<point x="379" y="60"/>
|
||||
|
|
@ -66,12 +73,5 @@
|
|||
<point x="491" y="98"/>
|
||||
<point x="473" y="60"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="202" y="277" type="line"/>
|
||||
<point x="14" y="1" type="line"/>
|
||||
<point x="14" y="-5" type="line"/>
|
||||
<point x="144" y="-5" type="line"/>
|
||||
<point x="254" y="277" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="r"/>
|
||||
<component base="acutecmb" xOffset="312"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="r"/>
|
||||
<component base="caroncmb" xOffset="312"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="r"/>
|
||||
<component base="uni0326" xOffset="248"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="r"/>
|
||||
<component base="dotaccentcmb" xOffset="312"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="r"/>
|
||||
<component base="dotbelowcmb" xOffset="248"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,4 @@
|
|||
<component base="r"/>
|
||||
<component base="macronbelowcmb" xOffset="248"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -7,10 +7,4 @@
|
|||
<component base="macroncmb" xOffset="312"/>
|
||||
<component base="dotbelowcmb" xOffset="248"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue