Merge pull request #48 from emmamarichal/master

Small update
This commit is contained in:
Erik Kennedy
2025-04-04 16:14:38 -07:00
committed by GitHub
940 changed files with 4034 additions and 54446 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,226 +0,0 @@
# Prefix: Languagesystems
# automatic
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;
feature aalt {
# automatic
feature locl;
feature sups;
feature frac;
feature ordn;
feature pnum;
feature tnum;
feature subs;
feature sinf;
feature numr;
feature dnom;
feature case;
} aalt;
feature ccmp {
# automatic
lookup ccmp_Other_1 {
@CombiningTopAccents = [acutecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb hungarumlautcomb macroncomb ringcomb tildecomb];
@CombiningNonTopAccents = [cedillacomb ogonekcomb];
sub [i j]' @CombiningTopAccents by [idotless jdotless];
sub [i j]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless];
} ccmp_Other_1;
} ccmp;
feature locl {
# automatic
lookup locl_latn_0 {
script latn;
language AZE;
sub i by idotaccent;
language CRT;
sub i by idotaccent;
language KAZ;
sub i by idotaccent;
language TAT;
sub i by idotaccent;
language TRK;
sub i by idotaccent;
} locl_latn_0;
lookup locl_latn_1 {
script latn;
language ROM;
sub Scedilla by Scommaaccent;
sub scedilla by scommaaccent;
language MOL;
sub Scedilla by Scommaaccent;
sub scedilla by scommaaccent;
} locl_latn_1;
lookup locl_latn_2 {
script latn;
language CAT;
sub l periodcentered' l by periodcentered.loclCAT;
sub L periodcentered' L by periodcentered.loclCAT.case;
} locl_latn_2;
lookup locl_latn_3 {
script latn;
language NLD;
sub iacute j' by jacute;
sub Iacute J' by Jacute;
} locl_latn_3;
} locl;
feature subs {
# automatic
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;
} subs;
feature sinf {
# automatic
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;
} sinf;
feature sups {
# automatic
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;
} sups;
feature numr {
# automatic
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;
} numr;
feature dnom {
# automatic
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;
} dnom;
feature frac {
# automatic
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;
} frac;
feature ordn {
# automatic
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;
} ordn;
feature pnum {
# automatic
sub zero.tf by zero;
sub one.tf by one;
sub two.tf by two;
sub three.tf by three;
sub four.tf by four;
sub five.tf by five;
sub six.tf by six;
sub seven.tf by seven;
sub eight.tf by eight;
sub nine.tf by nine;
} pnum;
feature tnum {
# automatic
sub zero by zero.tf;
sub one by one.tf;
sub two by two.tf;
sub three by three.tf;
sub four by four.tf;
sub five by five.tf;
sub six by six.tf;
sub seven by seven.tf;
sub eight by eight.tf;
sub nine by nine.tf;
} tnum;
feature case {
# automatic
sub periodcentered.loclCAT by periodcentered.loclCAT.case;
} case;
table GDEF {
# automatic
GlyphClassDef
[A Aacute Abreve Acaron Acircumflex Adieresis Agrave Amacron Aogonek Aring Atilde C Cacute Ccaron Ccedilla Cdotaccent D Eth Dcaron Dcroat E Eacute Ecaron Ecircumflex Edieresis Edotaccent Egrave Emacron Eogonek G Gbreve Gcommaaccent Gdotaccent I IJ Iacute Icircumflex Idieresis Idotaccent Igrave Imacron Iogonek J Jacute K Kcommaaccent L Lacute Lcaron Lcommaaccent Lslash N Nacute Ncaron Ncommaaccent Ntilde Eng O Oacute Ocircumflex Odieresis Ograve Ohungarumlaut Omacron Oslash Otilde OE R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scommaaccent T Tcaron Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Ugrave Uhungarumlaut Umacron Uogonek Uring W Wacute Wcircumflex Wdieresis Wgrave Y Yacute Ycircumflex Ydieresis Ygrave Z Zacute Zcaron Zdotaccent a aacute abreve acaron acircumflex adieresis agrave amacron aogonek aring atilde ae c cacute ccaron ccedilla cdotaccent d dcaron dcroat e eacute ecaron ecircumflex edieresis edotaccent egrave emacron eogonek g gbreve gcommaaccent gdotaccent i idotless iacute icircumflex idieresis idotaccent igrave ij imacron iogonek j jdotless jacute k kcommaaccent l lacute lcaron lcommaaccent lslash n nacute ncaron ncommaaccent ntilde eng o oacute ocircumflex odieresis ograve ohungarumlaut omacron oslash otilde oe r racute rcaron rcommaaccent s sacute scaron scedilla scommaaccent t tcaron tcommaaccent u uacute ubreve ucircumflex udieresis ugrave uhungarumlaut umacron uogonek uring w wacute wcircumflex wdieresis wgrave y yacute ycircumflex ydieresis ygrave z zacute zcaron zdotaccent ordfeminine ordmasculine cent], # Base
, # Liga
[dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb caroncomb.alt circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb commaturnedabovecomb commaaccentcomb cedillacomb ogonekcomb ogonekcomb.alt], # Mark
;
} GDEF;

View File

@@ -1,40 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ascender</key>
<integer>800</integer>
<key>capHeight</key>
<integer>700</integer>
<key>descender</key>
<integer>-200</integer>
<key>familyName</key>
<string>Figtree</string>
<key>italicAngle</key>
<integer>0</integer>
<key>openTypeHeadCreated</key>
<string>2021/04/02 20:56:08</string>
<key>openTypeOS2Type</key>
<array>
<integer>3</integer>
</array>
<key>postscriptUnderlinePosition</key>
<integer>-100</integer>
<key>postscriptUnderlineThickness</key>
<integer>50</integer>
<key>styleMapFamilyName</key>
<string>Figtree Black</string>
<key>styleMapStyleName</key>
<string>regular</string>
<key>styleName</key>
<string>Black</string>
<key>unitsPerEm</key>
<integer>1000</integer>
<key>versionMajor</key>
<integer>1</integer>
<key>versionMinor</key>
<integer>0</integer>
<key>xHeight</key>
<integer>500</integer>
</dict>
</plist>

View File

@@ -1,10 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>o</key>
<string>o.glif</string>
<key>s</key>
<string>s.glif</string>
</dict>
</plist>

View File

@@ -1,46 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="o" format="2">
<advance width="601"/>
<unicode hex="006F"/>
<anchor x="297" y="0" name="bottom"/>
<anchor x="297" y="250" name="center"/>
<anchor x="534" y="10" name="ogonek"/>
<anchor x="297" y="500" name="top"/>
<anchor x="574" y="500" name="topright"/>
<outline>
<contour>
<point x="302" y="-12" type="curve" smooth="yes"/>
<point x="455" y="-12"/>
<point x="563" y="96"/>
<point x="563" y="250" type="curve" smooth="yes"/>
<point x="563" y="404"/>
<point x="455" y="512"/>
<point x="300" y="512" type="curve" smooth="yes"/>
<point x="147" y="512"/>
<point x="38" y="404"/>
<point x="38" y="250" type="curve" smooth="yes"/>
<point x="38" y="96"/>
<point x="148" y="-12"/>
</contour>
<contour>
<point x="302" y="117" type="curve" smooth="yes"/>
<point x="231" y="117"/>
<point x="182" y="172"/>
<point x="182" y="250" type="curve" smooth="yes"/>
<point x="182" y="328"/>
<point x="231" y="383"/>
<point x="300" y="383" type="curve" smooth="yes"/>
<point x="370" y="383"/>
<point x="420" y="328"/>
<point x="420" y="250" type="curve" smooth="yes"/>
<point x="420" y="172"/>
<point x="371" y="117"/>
</contour>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
<string>=|o</string>
</dict>
</lib>
</glyph>

View File

@@ -1,51 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="s" format="2">
<advance width="475"/>
<unicode hex="0073"/>
<anchor x="238" y="0" name="bottom"/>
<anchor x="248" y="500" name="top"/>
<outline>
<contour>
<point x="244" y="-12" type="curve" smooth="yes"/>
<point x="361" y="-12"/>
<point x="447" y="49"/>
<point x="447" y="140" type="curve" smooth="yes"/>
<point x="447" y="202"/>
<point x="409" y="277"/>
<point x="311" y="301" type="curve" smooth="yes"/>
<point x="246" y="317" type="line" smooth="yes"/>
<point x="212" y="325"/>
<point x="193" y="336"/>
<point x="193" y="353" type="curve" smooth="yes"/>
<point x="193" y="378"/>
<point x="213" y="394"/>
<point x="248" y="394" type="curve" smooth="yes"/>
<point x="284" y="394"/>
<point x="327" y="377"/>
<point x="336" y="351" type="curve"/>
<point x="445" y="401" type="line"/>
<point x="423" y="466"/>
<point x="341" y="512"/>
<point x="248" y="512" type="curve" smooth="yes"/>
<point x="126" y="512"/>
<point x="57" y="453"/>
<point x="57" y="351" type="curve" smooth="yes"/>
<point x="57" y="279"/>
<point x="116" y="220"/>
<point x="213" y="195" type="curve" smooth="yes"/>
<point x="259" y="183" type="line" smooth="yes"/>
<point x="291" y="175"/>
<point x="312" y="166"/>
<point x="312" y="142" type="curve" smooth="yes"/>
<point x="312" y="119"/>
<point x="287" y="107"/>
<point x="244" y="107" type="curve" smooth="yes"/>
<point x="198" y="107"/>
<point x="163" y="133"/>
<point x="143" y="164" type="curve"/>
<point x="30" y="112" type="line"/>
<point x="66" y="32"/>
<point x="147" y="-12"/>
</contour>
</outline>
</glyph>

View File

@@ -1,28 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="A" format="2">
<advance width="749"/>
<unicode hex="0041"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="700" name="top"/>
<outline>
<contour>
<point x="7" y="0" type="line"/>
<point x="203" y="0" type="line"/>
<point x="459" y="700" type="line"/>
<point x="275" y="700" type="line"/>
</contour>
<contour>
<point x="546" y="0" type="line"/>
<point x="742" y="0" type="line"/>
<point x="474" y="700" type="line"/>
<point x="290" y="700" type="line"/>
</contour>
<contour>
<point x="133" y="112" type="line"/>
<point x="617" y="112" type="line"/>
<point x="617" y="275" type="line"/>
<point x="133" y="275" type="line"/>
</contour>
</outline>
</glyph>

View File

@@ -1,51 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="AE" format="2">
<advance width="1033"/>
<unicode hex="00C6"/>
<outline>
<contour>
<point x="7" y="0" type="line"/>
<point x="217" y="0" type="line"/>
<point x="567" y="700" type="line"/>
<point x="375" y="700" type="line"/>
</contour>
<contour>
<point x="192" y="112" type="line"/>
<point x="604" y="112" type="line"/>
<point x="604" y="275" type="line"/>
<point x="192" y="275" type="line"/>
</contour>
<contour>
<point x="507" y="0" type="line"/>
<point x="697" y="0" type="line"/>
<point x="697" y="700" type="line"/>
<point x="507" y="700" type="line"/>
</contour>
<contour>
<point x="637" y="0" type="line"/>
<point x="983" y="0" type="line"/>
<point x="983" y="170" type="line"/>
<point x="637" y="170" type="line"/>
</contour>
<contour>
<point x="637" y="268" type="line"/>
<point x="922" y="268" type="line"/>
<point x="922" y="433" type="line"/>
<point x="637" y="433" type="line"/>
</contour>
<contour>
<point x="384" y="530" type="line"/>
<point x="976" y="530" type="line"/>
<point x="976" y="700" type="line"/>
<point x="384" y="700" type="line"/>
</contour>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
<string>A</string>
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
<string>E</string>
</dict>
</lib>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Aacute" format="2">
<advance width="749"/>
<unicode hex="00C1"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375.0" y="700.0" name="top"/>
<outline>
<component base="A"/>
<component base="acutecomb" yScale="0.95" xOffset="27.0" yOffset="225.0"/>
</outline>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Abreve" format="2">
<advance width="749"/>
<unicode hex="0102"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="700" name="top"/>
<outline>
<component base="A"/>
<component base="brevecomb" xOffset="173" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Acaron" format="2">
<advance width="749"/>
<unicode hex="01CD"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="700" name="top"/>
<outline>
<component base="A"/>
<component base="caroncomb" xOffset="147" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Acircumflex" format="2">
<advance width="749"/>
<unicode hex="00C2"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="700" name="top"/>
<outline>
<component base="A"/>
<component base="circumflexcomb" xOffset="147" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Adieresis" format="2">
<advance width="749"/>
<unicode hex="00C4"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="948" name="top"/>
<outline>
<component base="A"/>
<component base="dieresiscomb" xOffset="95" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Agrave" format="2">
<advance width="749"/>
<unicode hex="00C0"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="700" name="top"/>
<outline>
<component base="A"/>
<component base="gravecomb" xOffset="147" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Amacron" format="2">
<advance width="749"/>
<unicode hex="0100"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="700" name="top"/>
<outline>
<component base="A"/>
<component base="macroncomb" xOffset="225" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Aogonek" format="2">
<advance width="749"/>
<unicode hex="0104"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="700" name="top"/>
<outline>
<component base="A"/>
<component base="ogonekcomb" xOffset="527"/>
</outline>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Aring" format="2">
<advance width="749"/>
<unicode hex="00C5"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="700" name="top"/>
<outline>
<component base="A"/>
<component base="ringcomb" xOffset="197" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Atilde" format="2">
<advance width="749"/>
<unicode hex="00C3"/>
<anchor x="375" y="0" name="bottom"/>
<anchor x="752" y="0" name="ogonek"/>
<anchor x="375" y="900" name="top"/>
<outline>
<component base="A"/>
<component base="tildecomb" xOffset="105" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,61 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="B" format="2">
<advance width="614"/>
<unicode hex="0042"/>
<outline>
<contour>
<point x="109" y="0" type="line"/>
<point x="347" y="0" type="line" smooth="yes"/>
<point x="489" y="0"/>
<point x="589" y="74"/>
<point x="589" y="208" type="curve" smooth="yes"/>
<point x="589" y="371"/>
<point x="440" y="421"/>
<point x="230" y="421" type="curve"/>
<point x="109" y="426" type="line"/>
<point x="109" y="288" type="line"/>
<point x="325" y="288" type="line" smooth="yes"/>
<point x="369" y="289"/>
<point x="397" y="264"/>
<point x="397" y="227" type="curve" smooth="yes"/>
<point x="397" y="190"/>
<point x="369" y="163"/>
<point x="325" y="163" type="curve" smooth="yes"/>
<point x="109" y="163" type="line"/>
</contour>
<contour>
<point x="60" y="0" type="line"/>
<point x="240" y="0" type="line"/>
<point x="240" y="700" type="line"/>
<point x="60" y="700" type="line"/>
</contour>
<contour>
<point x="101" y="276" type="line"/>
<point x="229" y="294" type="line"/>
<point x="423" y="294"/>
<point x="561" y="391"/>
<point x="561" y="493" type="curve" smooth="yes"/>
<point x="561" y="635"/>
<point x="458" y="701"/>
<point x="312" y="701" type="curve" smooth="yes"/>
<point x="101" y="698" type="line"/>
<point x="101" y="557" type="line"/>
<point x="299" y="557" type="line" smooth="yes"/>
<point x="341" y="558"/>
<point x="371" y="535"/>
<point x="371" y="496" type="curve" smooth="yes"/>
<point x="371" y="457"/>
<point x="341" y="435"/>
<point x="299" y="435" type="curve" smooth="yes"/>
<point x="101" y="435" type="line"/>
</contour>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
<string>I</string>
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
<string>O</string>
</dict>
</lib>
</glyph>

View File

@@ -1,34 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Bowl" format="2">
<advance width="585"/>
<outline>
<contour>
<point x="237" y="-12" type="curve" smooth="yes"/>
<point x="361" y="-12"/>
<point x="419" y="85"/>
<point x="419" y="250" type="curve" smooth="yes"/>
<point x="419" y="415"/>
<point x="361" y="512"/>
<point x="237" y="512" type="curve" smooth="yes"/>
<point x="95" y="512"/>
<point x="11" y="415"/>
<point x="11" y="250" type="curve" smooth="yes"/>
<point x="11" y="85"/>
<point x="95" y="-12"/>
</contour>
<contour>
<point x="285" y="154" type="curve" smooth="yes"/>
<point x="236" y="154"/>
<point x="200" y="194"/>
<point x="199" y="250" type="curve" smooth="yes"/>
<point x="200" y="306"/>
<point x="235" y="345"/>
<point x="284" y="345" type="curve" smooth="yes"/>
<point x="335" y="345"/>
<point x="371" y="306"/>
<point x="371" y="250" type="curve" smooth="yes"/>
<point x="371" y="194"/>
<point x="335" y="154"/>
</contour>
</outline>
</glyph>

View File

@@ -1,45 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="C" format="2">
<advance width="729"/>
<unicode hex="0043"/>
<anchor x="383" y="-12" name="bottom"/>
<anchor x="383" y="700" name="top"/>
<outline>
<contour>
<point x="383" y="-12" type="curve" smooth="yes"/>
<point x="545" y="-12"/>
<point x="665" y="78"/>
<point x="714" y="211" type="curve"/>
<point x="538" y="267" type="line"/>
<point x="507" y="201"/>
<point x="464" y="158"/>
<point x="386" y="158" type="curve" smooth="yes"/>
<point x="286" y="158"/>
<point x="215" y="237"/>
<point x="215" y="350" type="curve" smooth="yes"/>
<point x="215" y="463"/>
<point x="285" y="542"/>
<point x="383" y="542" type="curve" smooth="yes"/>
<point x="457" y="542"/>
<point x="508" y="500"/>
<point x="537" y="434" type="curve"/>
<point x="713" y="490" type="line"/>
<point x="663" y="622"/>
<point x="544" y="712"/>
<point x="383" y="712" type="curve" smooth="yes"/>
<point x="173" y="712"/>
<point x="25" y="562"/>
<point x="25" y="350" type="curve" smooth="yes"/>
<point x="25" y="138"/>
<point x="173" y="-12"/>
</contour>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
<string>O</string>
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
<string>=O-10</string>
</dict>
</lib>
</glyph>

View File

@@ -1,7 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="CR" format="2">
<advance width="600"/>
<unicode hex="000D"/>
<outline>
</outline>
</glyph>

View File

@@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Cacute" format="2">
<advance width="729"/>
<unicode hex="0106"/>
<anchor x="383" y="-12" name="bottom"/>
<anchor x="383" y="700" name="top"/>
<outline>
<component base="C"/>
<component base="acutecomb" xOffset="35" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ccaron" format="2">
<advance width="729"/>
<unicode hex="010C"/>
<anchor x="383" y="-12" name="bottom"/>
<anchor x="383" y="700" name="top"/>
<outline>
<component base="C"/>
<component base="caroncomb" xOffset="155" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ccedilla" format="2">
<advance width="729"/>
<unicode hex="00C7"/>
<anchor x="383" y="-12" name="bottom"/>
<anchor x="383" y="700" name="top"/>
<outline>
<component base="C"/>
<component base="cedillacomb" xOffset="73"/>
</outline>
</glyph>

View File

@@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Cdotaccent" format="2">
<advance width="729"/>
<unicode hex="010A"/>
<anchor x="383" y="-12" name="bottom"/>
<anchor x="383" y="700" name="top"/>
<outline>
<component base="C"/>
<component base="dotaccentcomb" xOffset="283" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,50 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="D" format="2">
<advance width="711"/>
<unicode hex="0044"/>
<anchor x="303" y="700" name="top"/>
<outline>
<contour>
<point x="294" y="0" type="line"/>
<point x="524" y="0"/>
<point x="686" y="145"/>
<point x="686" y="350" type="curve" smooth="yes"/>
<point x="686" y="555"/>
<point x="524" y="700"/>
<point x="294" y="700" type="curve"/>
<point x="294" y="525" type="line"/>
<point x="412" y="525"/>
<point x="496" y="453"/>
<point x="496" y="350" type="curve" smooth="yes"/>
<point x="496" y="247"/>
<point x="412" y="175"/>
<point x="294" y="175" type="curve"/>
</contour>
<contour>
<point x="149" y="0" type="line"/>
<point x="294" y="0" type="line"/>
<point x="294" y="175" type="line"/>
<point x="149" y="175" type="line"/>
</contour>
<contour>
<point x="60" y="0" type="line"/>
<point x="245" y="0" type="line"/>
<point x="245" y="700" type="line"/>
<point x="60" y="700" type="line"/>
</contour>
<contour>
<point x="149" y="525" type="line"/>
<point x="294" y="525" type="line"/>
<point x="294" y="700" type="line"/>
<point x="149" y="700" type="line"/>
</contour>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
<string>I</string>
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
<string>O</string>
</dict>
</lib>
</glyph>

View File

@@ -1,10 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Dcaron" format="2">
<advance width="711"/>
<unicode hex="010E"/>
<anchor x="303" y="700" name="top"/>
<outline>
<component base="D"/>
<component base="caroncomb" xOffset="75" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,9 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Dcroat" format="2">
<advance width="741"/>
<unicode hex="0110"/>
<anchor x="333" y="700" name="top"/>
<outline>
<component base="Eth"/>
</outline>
</glyph>

View File

@@ -1,43 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="E" format="2">
<advance width="586"/>
<unicode hex="0045"/>
<anchor x="288" y="0" name="bottom"/>
<anchor x="546" y="0" name="ogonek"/>
<anchor x="288" y="700" name="top"/>
<anchor x="10" y="700" name="topleft"/>
<outline>
<contour>
<point x="60" y="0" type="line"/>
<point x="245" y="0" type="line"/>
<point x="245" y="700" type="line"/>
<point x="60" y="700" type="line"/>
</contour>
<contour>
<point x="190" y="0" type="line"/>
<point x="536" y="0" type="line"/>
<point x="536" y="170" type="line"/>
<point x="190" y="170" type="line"/>
</contour>
<contour>
<point x="190" y="268" type="line"/>
<point x="475" y="268" type="line"/>
<point x="475" y="433" type="line"/>
<point x="190" y="433" type="line"/>
</contour>
<contour>
<point x="190" y="530" type="line"/>
<point x="529" y="530" type="line"/>
<point x="529" y="700" type="line"/>
<point x="190" y="700" type="line"/>
</contour>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
<string>I</string>
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
<string>=I-10</string>
</dict>
</lib>
</glyph>

View File

@@ -1,13 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Eacute" format="2">
<advance width="586"/>
<unicode hex="00C9"/>
<anchor x="288" y="0" name="bottom"/>
<anchor x="546" y="0" name="ogonek"/>
<anchor x="288.0" y="700.0" name="top"/>
<anchor x="10" y="700" name="topleft"/>
<outline>
<component base="E"/>
<component base="acutecomb" yScale="0.95" xOffset="-60.0" yOffset="225.0"/>
</outline>
</glyph>

View File

@@ -1,13 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ecaron" format="2">
<advance width="586"/>
<unicode hex="011A"/>
<anchor x="288" y="0" name="bottom"/>
<anchor x="546" y="0" name="ogonek"/>
<anchor x="288" y="700" name="top"/>
<anchor x="10" y="700" name="topleft"/>
<outline>
<component base="E"/>
<component base="caroncomb" xOffset="60" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,13 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ecircumflex" format="2">
<advance width="586"/>
<unicode hex="00CA"/>
<anchor x="288" y="0" name="bottom"/>
<anchor x="546" y="0" name="ogonek"/>
<anchor x="288" y="700" name="top"/>
<anchor x="10" y="700" name="topleft"/>
<outline>
<component base="E"/>
<component base="circumflexcomb" xOffset="60" yOffset="200"/>
</outline>
</glyph>

View File

@@ -1,13 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Edieresis" format="2">
<advance width="586"/>
<unicode hex="00CB"/>
<anchor x="288" y="0" name="bottom"/>
<anchor x="546" y="0" name="ogonek"/>
<anchor x="288" y="948" name="top"/>
<anchor x="10" y="700" name="topleft"/>
<outline>
<component base="E"/>
<component base="dieresiscomb" xOffset="8" yOffset="200"/>
</outline>
</glyph>

Some files were not shown because too many files have changed in this diff Show More