Additions

- Edited ogonek and cedilla glyphs.
- Added diacritics for the Thin weight.
- Added webfonts.
This commit is contained in:
Wei Huang 2014-09-25 11:32:07 +02:00
parent 37d677db5c
commit 66dd292c35
250 changed files with 13471 additions and 3252 deletions

View File

@ -10,9 +10,10 @@ Basic Font Information
To contribute to the project contact Wei Huang at wweeiihhuuaanngg@gmail.com To contribute to the project contact Wei Huang at wweeiihhuuaanngg@gmail.com
??? (Wei Huang) Alice v0.22 25 September 2014 (Wei Huang) Alice v0.3
- Edited ogonek and cedilla glyphs. - Edited ogonek and cedilla glyphs.
- Added diacritics for the Thin weight. - Added diacritics for the Thin weight.
- Added webfonts.
22 September 2014 (Wei Huang) Alice v0.22 22 September 2014 (Wei Huang) Alice v0.22
- Added most of the Thin weight. - Added most of the Thin weight.

View File

@ -0,0 +1,80 @@
# Prefix: Languagesystems
# automatic
languagesystem DFLT dflt;
languagesystem dev2 dflt;
languagesystem grek dflt;
languagesystem latn dflt;
languagesystem latn ROM;
languagesystem latn MOL;
# automatic
@Uppercase = [ A Aacute Abreve Acircumflex Adieresis Agrave Amacron Aogonek Aring Atilde AE B C Cacute Ccaron Ccedilla D Eth Dcaron Dcroat E Eacute Ecaron Ecircumflex Edieresis Edotaccent Egrave Emacron Eogonek F G Gbreve Gcommaaccent H I Iacute Icircumflex Idieresis Idotaccent Igrave Imacron Iogonek J K Kcommaaccent L Lacute Lcaron Lcommaaccent Lslash M N Nacute Ncaron Ncommaaccent Ntilde O Oacute Ocircumflex Odieresis Ograve Ohungarumlaut Omacron Oslash Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scommaaccent T Tcaron Tcedilla Tcommaaccent U Uacute Ucircumflex Udieresis Ugrave Uhungarumlaut Umacron Uogonek Uring V W X Y Yacute Ydieresis Z Zacute Zcaron Zdotaccent A.001 ];
feature aalt {
# automatic
feature locl;
feature sups;
feature frac;
feature ordn;
feature salt;
feature ss01;
} aalt;
feature locl {
# automatic
script latn;
language ROM;
sub Scedilla by Scommaaccent;
sub scedilla by scommaaccent;
sub Tcedilla by Tcommaaccent;
sub tcedilla by tcommaaccent;
language MOL;
sub Scedilla by Scommaaccent;
sub scedilla by scommaaccent;
sub Tcedilla by Tcommaaccent;
sub tcedilla by tcommaaccent;
} locl;
feature sups {
# automatic
sub zero by zerosuperior;
sub one by onesuperior;
sub two by twosuperior;
sub three by threesuperior;
sub four by foursuperior;
} sups;
feature frac {
# automatic
sub one slash four by onequarter;
sub one slash two by onehalf;
sub three slash four by threequarters;
} 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 liga {
# automatic
sub f i by fi;
sub f l by fl;
} liga;
feature salt {
# automatic
sub g by g.ss01;
} salt;
feature ss01 {
# automatic
sub g by g.ss01;
} ss01;
feature cpsp {
# automatic
pos @Uppercase <5 0 10 0>;
} cpsp;

View File

@ -53,11 +53,12 @@
<key>postscriptStemSnapH</key> <key>postscriptStemSnapH</key>
<array> <array>
<integer>14</integer> <integer>14</integer>
<integer>14</integer>
</array> </array>
<key>postscriptStemSnapV</key> <key>postscriptStemSnapV</key>
<array> <array>
<integer>16</integer> <integer>16</integer>
<integer>18</integer> <integer>16</integer>
</array> </array>
<key>styleMapStyleName</key> <key>styleMapStyleName</key>
<string>regular</string> <string>regular</string>

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="A.001" format="1">
<advance width="582"/>
<outline>
<contour>
<point x="284" y="660" type="line"/>
<point x="555" y="0" type="line"/>
<point x="572" y="0" type="line"/>
<point x="302" y="660" type="line"/>
</contour>
<contour>
<point x="280" y="660" type="line"/>
<point x="10" y="0" type="line"/>
<point x="27" y="0" type="line"/>
<point x="298" y="660" type="line"/>
</contour>
<contour>
<point x="116" y="248" type="line"/>
<point x="116" y="234" type="line"/>
<point x="465" y="234" type="line"/>
<point x="465" y="248" type="line"/>
</contour>
<contour>
<point x="572" y="0" type="move" name="ogonek"/>
</contour>
<contour>
<point x="291" y="660" type="move" name="top"/>
</contour>
</outline>
</glyph>

View File

@ -4,7 +4,7 @@
<unicode hex="00C1"/> <unicode hex="00C1"/>
<outline> <outline>
<component base="A"/> <component base="A"/>
<component base="acute.cap" xOffset="15" yOffset="-82"/> <component base="acute.cap" xOffset="41"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="0102"/> <unicode hex="0102"/>
<outline> <outline>
<component base="A"/> <component base="A"/>
<component base="breve" xOffset="16" yOffset="98"/> <component base="breve" xOffset="36" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00C4"/> <unicode hex="00C4"/>
<outline> <outline>
<component base="A"/> <component base="A"/>
<component base="dieresis" xOffset="13" yOffset="98"/> <component base="dieresis" xOffset="15" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="0100"/> <unicode hex="0100"/>
<outline> <outline>
<component base="A"/> <component base="A"/>
<component base="macron" xOffset="16" yOffset="98"/> <component base="macron" xOffset="39" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="0104"/> <unicode hex="0104"/>
<outline> <outline>
<component base="A"/> <component base="A"/>
<component base="ogonek" xOffset="243"/> <component base="ogonek" xOffset="273"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00C5"/> <unicode hex="00C5"/>
<outline> <outline>
<component base="A"/> <component base="A"/>
<component base="ring" xOffset="13" yOffset="98"/> <component base="ring" xOffset="38" yOffset="64"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00C3"/> <unicode hex="00C3"/>
<outline> <outline>
<component base="A"/> <component base="A"/>
<component base="tilde" xOffset="15" yOffset="98"/> <component base="tilde" xOffset="40" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -32,7 +32,7 @@
<point x="619" y="165" type="curve"/> <point x="619" y="165" type="curve"/>
</contour> </contour>
<contour> <contour>
<point x="363" y="742" type="move" name="top"/> <point x="348" y="660" type="move" name="top"/>
</contour> </contour>
<contour> <contour>
<point x="365" y="0" type="move" name="bottom"/> <point x="365" y="0" type="move" name="bottom"/>

View File

@ -4,7 +4,7 @@
<unicode hex="0106"/> <unicode hex="0106"/>
<outline> <outline>
<component base="C"/> <component base="C"/>
<component base="acute.cap" xOffset="87"/> <component base="acute.cap" xOffset="98"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="010C"/> <unicode hex="010C"/>
<outline> <outline>
<component base="C"/> <component base="C"/>
<component base="caron" xOffset="88" yOffset="180"/> <component base="caron" xOffset="98" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00C7"/> <unicode hex="00C7"/>
<outline> <outline>
<component base="C"/> <component base="C"/>
<component base="cedilla" xOffset="24"/> <component base="cedilla" xOffset="55"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -30,10 +30,10 @@
<point x="128" y="660" type="line"/> <point x="128" y="660" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="360" y="371" type="move" name="center"/> <point x="368" y="330" type="move" name="center"/>
</contour> </contour>
<contour> <contour>
<point x="365" y="742" type="move" name="top"/> <point x="322" y="660" type="move" name="top"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,7 +4,7 @@
<unicode hex="010E"/> <unicode hex="010E"/>
<outline> <outline>
<component base="D"/> <component base="D"/>
<component base="caron" xOffset="90" yOffset="180"/> <component base="caron" xOffset="72" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -3,8 +3,13 @@
<advance width="705"/> <advance width="705"/>
<unicode hex="0110"/> <unicode hex="0110"/>
<outline> <outline>
<contour>
<point x="10" y="359" type="line"/>
<point x="10" y="345" type="line"/>
<point x="335" y="345" type="line"/>
<point x="335" y="359" type="line"/>
</contour>
<component base="D"/> <component base="D"/>
<component base="endash" xOffset="-9" yOffset="144" xScale="0.75" yScale="0.80"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00C9"/> <unicode hex="00C9"/>
<outline> <outline>
<component base="E"/> <component base="E"/>
<component base="acute.cap" xOffset="54" yOffset="-82"/> <component base="acute.cap" xOffset="80"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="011A"/> <unicode hex="011A"/>
<outline> <outline>
<component base="E"/> <component base="E"/>
<component base="caron" xOffset="55" yOffset="98"/> <component base="caron" xOffset="80" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00CB"/> <unicode hex="00CB"/>
<outline> <outline>
<component base="E"/> <component base="E"/>
<component base="dieresis" xOffset="52" yOffset="98"/> <component base="dieresis" xOffset="54" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="0112"/> <unicode hex="0112"/>
<outline> <outline>
<component base="E"/> <component base="E"/>
<component base="macron" xOffset="55" yOffset="98"/> <component base="macron" xOffset="78" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -3,8 +3,29 @@
<advance width="591"/> <advance width="591"/>
<unicode hex="0118"/> <unicode hex="0118"/>
<outline> <outline>
<contour>
<point x="557" y="7" type="line"/>
<point x="452" y="-32"/>
<point x="419" y="-72"/>
<point x="419" y="-124" type="curve" smooth="yes"/>
<point x="419" y="-176"/>
<point x="459" y="-202"/>
<point x="507" y="-202" type="curve" smooth="yes"/>
<point x="544" y="-202"/>
<point x="563" y="-192"/>
<point x="579" y="-181" type="curve"/>
<point x="573" y="-168" type="line"/>
<point x="559" y="-179"/>
<point x="541" y="-188"/>
<point x="507" y="-188" type="curve" smooth="yes"/>
<point x="467" y="-188"/>
<point x="434" y="-167"/>
<point x="434" y="-124" type="curve" smooth="yes"/>
<point x="434" y="-75"/>
<point x="467" y="-38"/>
<point x="566" y="0" type="curve"/>
</contour>
<component base="E"/> <component base="E"/>
<component base="ogonek" xOffset="237"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -46,7 +46,7 @@
<point x="619" y="311" type="line"/> <point x="619" y="311" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="365" y="742" type="move" name="top"/> <point x="352" y="660" type="move" name="top"/>
</contour> </contour>
<contour> <contour>
<point x="400" y="0" type="move" name="bottom"/> <point x="400" y="0" type="move" name="bottom"/>

View File

@ -4,7 +4,7 @@
<unicode hex="011E"/> <unicode hex="011E"/>
<outline> <outline>
<component base="G"/> <component base="G"/>
<component base="breve" xOffset="90" yOffset="180"/> <component base="breve" xOffset="97" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,6 +4,6 @@
<unicode hex="0122"/> <unicode hex="0122"/>
<outline> <outline>
<component base="G"/> <component base="G"/>
<component base="commaaccent" xOffset="248"/> <component base="commaaccent" xOffset="262"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,7 +4,7 @@
<unicode hex="00CD"/> <unicode hex="00CD"/>
<outline> <outline>
<component base="I"/> <component base="I"/>
<component base="acute.cap" xOffset="-156" yOffset="-82"/> <component base="acute.cap" xOffset="-130"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00CF"/> <unicode hex="00CF"/>
<outline> <outline>
<component base="I"/> <component base="I"/>
<component base="dieresis" xOffset="-158" yOffset="98"/> <component base="dieresis" xOffset="-156" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -3,8 +3,29 @@
<advance width="240"/> <advance width="240"/>
<unicode hex="012E"/> <unicode hex="012E"/>
<outline> <outline>
<contour>
<point x="116" y="5" type="line"/>
<point x="42" y="-45"/>
<point x="15" y="-74"/>
<point x="15" y="-120" type="curve" smooth="yes"/>
<point x="15" y="-172"/>
<point x="56" y="-202"/>
<point x="100" y="-202" type="curve" smooth="yes"/>
<point x="127" y="-202"/>
<point x="143" y="-195"/>
<point x="164" y="-180" type="curve"/>
<point x="158" y="-167" type="line"/>
<point x="140" y="-182"/>
<point x="126" y="-188"/>
<point x="100" y="-188" type="curve" smooth="yes"/>
<point x="64" y="-188"/>
<point x="30" y="-163"/>
<point x="30" y="-120" type="curve" smooth="yes"/>
<point x="30" y="-77"/>
<point x="56" y="-50"/>
<point x="128" y="0" type="curve"/>
</contour>
<component base="I"/> <component base="I"/>
<component base="ogonek" xOffset="-201"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="J" format="1"> <glyph name="J" format="1">
<advance width="617"/> <advance width="570"/>
<unicode hex="004A"/> <unicode hex="004A"/>
<outline> <outline>
<contour> <contour>

View File

@ -4,6 +4,6 @@
<unicode hex="0136"/> <unicode hex="0136"/>
<outline> <outline>
<component base="K"/> <component base="K"/>
<component base="commaaccent" xOffset="180"/> <component base="commaaccent" xOffset="194"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,7 +4,7 @@
<unicode hex="0139"/> <unicode hex="0139"/>
<outline> <outline>
<component base="L"/> <component base="L"/>
<component base="acute.cap" xOffset="-156" yOffset="-82"/> <component base="acute.cap" xOffset="-130"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,6 +4,6 @@
<unicode hex="013D"/> <unicode hex="013D"/>
<outline> <outline>
<component base="L"/> <component base="L"/>
<component base="caron.alt" xOffset="204" yOffset="-91"/> <component base="caron.alt" xOffset="166" yOffset="-30"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,6 +4,6 @@
<unicode hex="013B"/> <unicode hex="013B"/>
<outline> <outline>
<component base="L"/> <component base="L"/>
<component base="commaaccent" xOffset="192"/> <component base="commaaccent" xOffset="206"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,7 +4,7 @@
<unicode hex="0143"/> <unicode hex="0143"/>
<outline> <outline>
<component base="N"/> <component base="N"/>
<component base="acute.cap" xOffset="85" yOffset="-82"/> <component base="acute.cap" xOffset="111"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="0147"/> <unicode hex="0147"/>
<outline> <outline>
<component base="N"/> <component base="N"/>
<component base="caron" xOffset="86" yOffset="98"/> <component base="caron" xOffset="111" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,6 +4,6 @@
<unicode hex="0145"/> <unicode hex="0145"/>
<outline> <outline>
<component base="N"/> <component base="N"/>
<component base="commaaccent" xOffset="239"/> <component base="commaaccent" xOffset="253"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,7 +4,7 @@
<unicode hex="00D1"/> <unicode hex="00D1"/>
<outline> <outline>
<component base="N"/> <component base="N"/>
<component base="tilde" xOffset="85" yOffset="98"/> <component base="tilde" xOffset="110" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00D3"/> <unicode hex="00D3"/>
<outline> <outline>
<component base="O"/> <component base="O"/>
<component base="acute.cap" xOffset="89" yOffset="-82"/> <component base="acute.cap" xOffset="115"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00D6"/> <unicode hex="00D6"/>
<outline> <outline>
<component base="O"/> <component base="O"/>
<component base="dieresis" xOffset="87" yOffset="98"/> <component base="dieresis" xOffset="89" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,8 +4,8 @@
<unicode hex="0150"/> <unicode hex="0150"/>
<outline> <outline>
<component base="O"/> <component base="O"/>
<component base="acute.cap" xOffset="226"/> <component base="acute.cap" xOffset="176"/>
<component base="acute.cap" xOffset="49"/> <component base="acute.cap" xOffset="39"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="014C"/> <unicode hex="014C"/>
<outline> <outline>
<component base="O"/> <component base="O"/>
<component base="macron" xOffset="90" yOffset="98"/> <component base="macron" xOffset="113" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00D5"/> <unicode hex="00D5"/>
<outline> <outline>
<component base="O"/> <component base="O"/>
<component base="tilde" xOffset="89" yOffset="98"/> <component base="tilde" xOffset="114" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -36,7 +36,7 @@
<point x="382" y="314" type="line"/> <point x="382" y="314" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="315" y="660" type="move" name="top"/> <point x="306" y="660" type="move" name="top"/>
</contour> </contour>
<contour> <contour>
<point x="359" y="0" type="move" name="bottom"/> <point x="359" y="0" type="move" name="bottom"/>

View File

@ -4,7 +4,7 @@
<unicode hex="0154"/> <unicode hex="0154"/>
<outline> <outline>
<component base="R"/> <component base="R"/>
<component base="acute.cap" xOffset="39" yOffset="-82"/> <component base="acute.cap" xOffset="56"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="0158"/> <unicode hex="0158"/>
<outline> <outline>
<component base="R"/> <component base="R"/>
<component base="caron" xOffset="40" yOffset="98"/> <component base="caron" xOffset="56" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,6 +4,6 @@
<unicode hex="0156"/> <unicode hex="0156"/>
<outline> <outline>
<component base="R"/> <component base="R"/>
<component base="commaaccent" xOffset="207"/> <component base="commaaccent" xOffset="221"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -38,7 +38,7 @@
<point x="351" y="670" type="curve" smooth="yes"/> <point x="351" y="670" type="curve" smooth="yes"/>
</contour> </contour>
<contour> <contour>
<point x="357" y="742" type="move" name="top"/> <point x="346" y="660" type="move" name="top"/>
</contour> </contour>
<contour> <contour>
<point x="367" y="0" type="move" name="bottom"/> <point x="367" y="0" type="move" name="bottom"/>

View File

@ -4,7 +4,7 @@
<unicode hex="015A"/> <unicode hex="015A"/>
<outline> <outline>
<component base="S"/> <component base="S"/>
<component base="acute.cap" xOffset="81"/> <component base="acute.cap" xOffset="96"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="0160"/> <unicode hex="0160"/>
<outline> <outline>
<component base="S"/> <component base="S"/>
<component base="caron" xOffset="82" yOffset="180"/> <component base="caron" xOffset="96" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="015E"/> <unicode hex="015E"/>
<outline> <outline>
<component base="S"/> <component base="S"/>
<component base="cedilla" xOffset="26"/> <component base="cedilla" xOffset="57"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,6 +4,6 @@
<unicode hex="0218"/> <unicode hex="0218"/>
<outline> <outline>
<component base="S"/> <component base="S"/>
<component base="commaaccent" xOffset="215"/> <component base="commaaccent" xOffset="229"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,7 +4,7 @@
<unicode hex="0164"/> <unicode hex="0164"/>
<outline> <outline>
<component base="T"/> <component base="T"/>
<component base="caron" xOffset="6" yOffset="98"/> <component base="caron" xOffset="31" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="Tcedilla" format="1"> <glyph name="Tcedilla" format="1">
<advance width="721"/> <advance width="561"/>
<unicode hex="0162"/> <unicode hex="0162"/>
<outline> <outline>
<contour> <contour>
<point x="431" y="-83"/> <point x="330" y="-36"/>
<point x="441" y="-109"/> <point x="357" y="-68"/>
<point x="441" y="-140" type="curve"/> <point x="357" y="-117" type="curve" smooth="yes"/>
<point x="441" y="-198"/> <point x="357" y="-160"/>
<point x="396" y="-234"/> <point x="328" y="-188"/>
<point x="342" y="-234" type="curve"/> <point x="283" y="-188" type="curve" smooth="yes"/>
<point x="321" y="-234"/> <point x="242" y="-188"/>
<point x="299" y="-228"/> <point x="222" y="-172"/>
<point x="280" y="-220" type="curve"/> <point x="201" y="-146" type="curve"/>
<point x="277" y="-225" type="line"/> <point x="194" y="-157" type="line"/>
<point x="297" y="-236"/> <point x="214" y="-183"/>
<point x="320" y="-240"/> <point x="236" y="-201"/>
<point x="354" y="-240" type="curve"/> <point x="283" y="-201" type="curve" smooth="yes"/>
<point x="411" y="-240"/> <point x="337" y="-201"/>
<point x="447" y="-199"/> <point x="372" y="-168"/>
<point x="447" y="-152" type="curve"/> <point x="372" y="-117" type="curve" smooth="yes"/>
<point x="447" y="-118"/> <point x="372" y="-65"/>
<point x="431" y="-81"/> <point x="345" y="-32"/>
<point x="389" y="-59" type="curve"/> <point x="288" y="3" type="curve"/>
<point x="407" y="-58" type="line"/> <point x="273" y="0" type="line"/>
</contour> </contour>
<component base="T"/> <component base="T"/>
</outline> </outline>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="Tcommaaccent" format="1"> <glyph name="Tcommaaccent" format="1">
<advance width="655"/> <advance width="561"/>
<unicode hex="021A"/> <unicode hex="021A"/>
<outline> <outline>
<component base="T"/> <component base="T"/>
<component base="commaaccent" xOffset="206"/> <component base="commaaccent" xOffset="147"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -27,7 +27,7 @@
<point x="438" y="0" type="move" name="ogonek"/> <point x="438" y="0" type="move" name="ogonek"/>
</contour> </contour>
<contour> <contour>
<point x="350" y="742" type="move" name="top"/> <point x="350" y="660" type="move" name="top"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,7 +4,7 @@
<unicode hex="00DA"/> <unicode hex="00DA"/>
<outline> <outline>
<component base="U"/> <component base="U"/>
<component base="acute.cap" xOffset="74"/> <component base="acute.cap" xOffset="100"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00DB"/> <unicode hex="00DB"/>
<outline> <outline>
<component base="U"/> <component base="U"/>
<component base="circumflex" xOffset="100" yOffset="242"/> <component base="circumflex" xOffset="100" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00DC"/> <unicode hex="00DC"/>
<outline> <outline>
<component base="U"/> <component base="U"/>
<component base="dieresis" xOffset="72" yOffset="180"/> <component base="dieresis" xOffset="74" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00D9"/> <unicode hex="00D9"/>
<outline> <outline>
<component base="U"/> <component base="U"/>
<component base="grave.cap" xOffset="100" yOffset="82"/> <component base="grave.cap" xOffset="130"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="Uhungarumlaut" format="1"> <glyph name="Uhungarumlaut" format="1">
<advance width="722"/> <advance width="700"/>
<unicode hex="0170"/> <unicode hex="0170"/>
<outline> <outline>
<component base="U"/> <component base="U"/>
<component base="acute.cap" xOffset="203"/> <component base="acute.cap" xOffset="14"/>
<component base="acute.cap" xOffset="26"/> <component base="acute.cap" xOffset="154"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="016A"/> <unicode hex="016A"/>
<outline> <outline>
<component base="U"/> <component base="U"/>
<component base="macron" xOffset="75" yOffset="180"/> <component base="macron" xOffset="98" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="Uogonek" format="1"> <glyph name="Uogonek" format="1">
<advance width="794"/> <advance width="700"/>
<unicode hex="0172"/> <unicode hex="0172"/>
<outline> <outline>
<contour> <contour>
<point x="518" y="-4" type="line"/> <point x="442" y="15" type="line"/>
<point x="405" y="-59"/> <point x="334" y="-32"/>
<point x="357" y="-104"/> <point x="301" y="-72"/>
<point x="357" y="-168" type="curve"/> <point x="301" y="-124" type="curve" smooth="yes"/>
<point x="357" y="-226"/> <point x="301" y="-176"/>
<point x="392" y="-257"/> <point x="341" y="-202"/>
<point x="462" y="-257" type="curve"/> <point x="389" y="-202" type="curve" smooth="yes"/>
<point x="492" y="-257"/> <point x="430" y="-202"/>
<point x="517" y="-251"/> <point x="450" y="-192"/>
<point x="536" y="-242" type="curve"/> <point x="466" y="-181" type="curve"/>
<point x="535" y="-240" type="line"/> <point x="460" y="-168" type="line"/>
<point x="518" y="-247"/> <point x="446" y="-179"/>
<point x="497" y="-251"/> <point x="426" y="-188"/>
<point x="472" y="-251" type="curve"/> <point x="389" y="-188" type="curve" smooth="yes"/>
<point x="414" y="-251"/> <point x="349" y="-188"/>
<point x="363" y="-212"/> <point x="316" y="-167"/>
<point x="363" y="-156" type="curve"/> <point x="316" y="-124" type="curve" smooth="yes"/>
<point x="363" y="-106"/> <point x="316" y="-75"/>
<point x="405" y="-61"/> <point x="349" y="-38"/>
<point x="508" y="3" type="curve"/> <point x="457" y="8" type="curve"/>
</contour> </contour>
<component base="U"/> <component base="U"/>
</outline> </outline>

View File

@ -4,7 +4,7 @@
<unicode hex="016E"/> <unicode hex="016E"/>
<outline> <outline>
<component base="U"/> <component base="U"/>
<component base="ring" xOffset="72" yOffset="180"/> <component base="ring" xOffset="99" yOffset="64"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="00DD"/> <unicode hex="00DD"/>
<outline> <outline>
<component base="Y"/> <component base="Y"/>
<component base="acute.cap" xOffset="-8" yOffset="-82"/> <component base="acute.cap" xOffset="18"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="0178"/> <unicode hex="0178"/>
<outline> <outline>
<component base="Y"/> <component base="Y"/>
<component base="dieresis" xOffset="-10" yOffset="98"/> <component base="dieresis" xOffset="-8" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="0179"/> <unicode hex="0179"/>
<outline> <outline>
<component base="Z"/> <component base="Z"/>
<component base="acute.cap" xOffset="20" yOffset="-82"/> <component base="acute.cap" xOffset="46"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,7 +4,7 @@
<unicode hex="017D"/> <unicode hex="017D"/>
<outline> <outline>
<component base="Z"/> <component base="Z"/>
<component base="caron" xOffset="21" yOffset="98"/> <component base="caron" xOffset="46" yOffset="160"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -13,7 +13,7 @@
<point x="266" y="496" type="curve" smooth="yes"/> <point x="266" y="496" type="curve" smooth="yes"/>
<point x="369" y="496"/> <point x="369" y="496"/>
<point x="425" y="441"/> <point x="425" y="441"/>
<point x="425" y="345" type="curve" smooth="yes"/> <point x="425" y="348" type="curve" smooth="yes"/>
<point x="425" y="82" type="line" smooth="yes"/> <point x="425" y="82" type="line" smooth="yes"/>
<point x="425" y="4"/> <point x="425" y="4"/>
<point x="466" y="-10"/> <point x="466" y="-10"/>
@ -28,7 +28,7 @@
<point x="463" y="4"/> <point x="463" y="4"/>
<point x="441" y="27"/> <point x="441" y="27"/>
<point x="441" y="76" type="curve" smooth="yes"/> <point x="441" y="76" type="curve" smooth="yes"/>
<point x="441" y="351" type="line" smooth="yes"/> <point x="441" y="348" type="line" smooth="yes"/>
<point x="441" y="453"/> <point x="441" y="453"/>
<point x="379" y="510"/> <point x="379" y="510"/>
<point x="266" y="510" type="curve" smooth="yes"/> <point x="266" y="510" type="curve" smooth="yes"/>
@ -38,18 +38,18 @@
<point x="118" y="229"/> <point x="118" y="229"/>
<point x="64" y="187"/> <point x="64" y="187"/>
<point x="64" y="108" type="curve" smooth="yes"/> <point x="64" y="108" type="curve" smooth="yes"/>
<point x="64" y="30"/> <point x="64" y="34"/>
<point x="128" y="-10"/> <point x="122" y="-10"/>
<point x="220" y="-10" type="curve" smooth="yes"/> <point x="220" y="-10" type="curve" smooth="yes"/>
<point x="318" y="-10"/> <point x="318" y="-10"/>
<point x="433" y="37"/> <point x="433" y="37"/>
<point x="433" y="140" type="curve"/> <point x="433" y="140" type="curve"/>
<point x="425" y="148" type="line"/> <point x="425" y="151" type="line"/>
<point x="425" y="44"/> <point x="425" y="47"/>
<point x="303" y="4"/> <point x="303" y="4"/>
<point x="225" y="4" type="curve" smooth="yes"/> <point x="225" y="4" type="curve" smooth="yes"/>
<point x="143" y="4"/> <point x="134" y="4"/>
<point x="80" y="38"/> <point x="80" y="43"/>
<point x="80" y="108" type="curve" smooth="yes"/> <point x="80" y="108" type="curve" smooth="yes"/>
<point x="80" y="175"/> <point x="80" y="175"/>
<point x="128" y="217"/> <point x="128" y="217"/>

View File

@ -4,6 +4,6 @@
<unicode hex="00E1"/> <unicode hex="00E1"/>
<outline> <outline>
<component base="a"/> <component base="a"/>
<component base="acute" xOffset="-40"/> <component base="acute" xOffset="-42"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,6 +4,6 @@
<unicode hex="0103"/> <unicode hex="0103"/>
<outline> <outline>
<component base="a"/> <component base="a"/>
<component base="breve" xOffset="-15" yOffset="-62"/> <component base="breve" xOffset="5"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -3,13 +3,13 @@
<advance width="535"/> <advance width="535"/>
<outline> <outline>
<contour> <contour>
<point x="280" y="836" type="line"/> <point x="250" y="743" type="line"/>
<point x="279" y="836" type="line"/> <point x="266" y="743" type="line"/>
<point x="337" y="938" type="line"/> <point x="334" y="891" type="line"/>
<point x="318" y="938" type="line"/> <point x="313" y="891" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="276" y="742" type="move" name="_top"/> <point x="250" y="660" type="move" name="_top"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -5,7 +5,7 @@
<outline> <outline>
<component base="grave" xOffset="550" xScale="-1"/> <component base="grave" xOffset="550" xScale="-1"/>
<contour> <contour>
<point x="300" y="500" type="move" name="_top"/> <point x="302" y="500" type="move" name="_top"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,6 +4,6 @@
<unicode hex="00E4"/> <unicode hex="00E4"/>
<outline> <outline>
<component base="a"/> <component base="a"/>
<component base="dieresis" xOffset="-18" yOffset="-62"/> <component base="dieresis" xOffset="-16"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,6 +4,6 @@
<unicode hex="00E0"/> <unicode hex="00E0"/>
<outline> <outline>
<component base="a"/> <component base="a"/>
<component base="grave" xOffset="-15" yOffset="-62"/> <component base="grave" xOffset="16"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,6 +4,6 @@
<unicode hex="0101"/> <unicode hex="0101"/>
<outline> <outline>
<component base="a"/> <component base="a"/>
<component base="macron" xOffset="-15" yOffset="-62"/> <component base="macron" xOffset="8"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -3,8 +3,88 @@
<advance width="540"/> <advance width="540"/>
<unicode hex="0105"/> <unicode hex="0105"/>
<outline> <outline>
<component base="a"/> <contour>
<component base="ogonek" xOffset="204" yOffset="-1"/> <point x="166" y="510"/>
<point x="105" y="471"/>
<point x="74" y="388" type="curve"/>
<point x="87" y="378" type="line"/>
<point x="118" y="459"/>
<point x="175" y="496"/>
<point x="266" y="496" type="curve" smooth="yes"/>
<point x="369" y="496"/>
<point x="425" y="441"/>
<point x="425" y="348" type="curve" smooth="yes"/>
<point x="425" y="82" type="line" smooth="yes"/>
<point x="425" y="4"/>
<point x="466" y="-10"/>
<point x="497" y="-10" type="curve" smooth="yes"/>
<point x="513" y="-10"/>
<point x="524" y="-7"/>
<point x="533" y="-1" type="curve"/>
<point x="534" y="13" type="line"/>
<point x="525" y="6"/>
<point x="511" y="4"/>
<point x="496" y="4" type="curve" smooth="yes"/>
<point x="463" y="4"/>
<point x="441" y="27"/>
<point x="441" y="76" type="curve" smooth="yes"/>
<point x="441" y="348" type="line" smooth="yes"/>
<point x="441" y="453"/>
<point x="379" y="510"/>
<point x="266" y="510" type="curve" smooth="yes"/>
</contour>
<contour>
<point x="248" y="253" type="line" smooth="yes"/>
<point x="118" y="229"/>
<point x="64" y="187"/>
<point x="64" y="108" type="curve" smooth="yes"/>
<point x="64" y="34"/>
<point x="122" y="-10"/>
<point x="220" y="-10" type="curve" smooth="yes"/>
<point x="318" y="-10"/>
<point x="433" y="37"/>
<point x="433" y="140" type="curve"/>
<point x="425" y="151" type="line"/>
<point x="425" y="47"/>
<point x="303" y="4"/>
<point x="225" y="4" type="curve" smooth="yes"/>
<point x="134" y="4"/>
<point x="80" y="43"/>
<point x="80" y="108" type="curve" smooth="yes"/>
<point x="80" y="175"/>
<point x="128" y="217"/>
<point x="259" y="241" type="curve" smooth="yes"/>
<point x="432" y="273" type="line"/>
<point x="430" y="287" type="line"/>
</contour>
<contour>
<point x="540" y="-169" type="line"/>
<point x="526" y="-180"/>
<point x="508" y="-189"/>
<point x="474" y="-189" type="curve" smooth="yes"/>
<point x="434" y="-189"/>
<point x="401" y="-168"/>
<point x="401" y="-125" type="curve" smooth="yes"/>
<point x="401" y="-76"/>
<point x="434" y="-39"/>
<point x="533" y="-1" type="curve"/>
<point x="518" y="6" type="line"/>
<point x="419" y="-33"/>
<point x="386" y="-73"/>
<point x="386" y="-125" type="curve" smooth="yes"/>
<point x="386" y="-177"/>
<point x="426" y="-203"/>
<point x="474" y="-203" type="curve" smooth="yes"/>
<point x="510" y="-203"/>
<point x="530" y="-193"/>
<point x="546" y="-182" type="curve"/>
</contour>
<contour>
<point x="533" y="-1" type="move" name="ogonek"/>
</contour>
<contour>
<point x="260" y="500" type="move" name="top"/>
</contour>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,6 +4,6 @@
<unicode hex="00E5"/> <unicode hex="00E5"/>
<outline> <outline>
<component base="a"/> <component base="a"/>
<component base="ring" xOffset="-18" yOffset="-62"/> <component base="ring" xOffset="7"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,6 +4,6 @@
<unicode hex="00E3"/> <unicode hex="00E3"/>
<outline> <outline>
<component base="a"/> <component base="a"/>
<component base="tilde" xOffset="-16" yOffset="-62"/> <component base="tilde" xOffset="9"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="backslash" format="1"> <glyph name="backslash" format="1">
<advance width="459"/> <advance width="332"/>
<unicode hex="005C"/> <unicode hex="005C"/>
<outline> <outline>
<component base="slash" xOffset="459" xScale="-1"/> <component base="slash" xOffset="332" xScale="-1"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="bar" format="1"> <glyph name="bar" format="1">
<advance width="292"/> <advance width="227"/>
<unicode hex="007C"/> <unicode hex="007C"/>
<outline> <outline>
<contour> <contour>
<point x="144" y="757" type="line"/> <point x="106" y="730" type="line"/>
<point x="144" y="-187" type="line"/> <point x="106" y="-168" type="line"/>
<point x="148" y="-187" type="line"/> <point x="121" y="-168" type="line"/>
<point x="148" y="757" type="line"/> <point x="121" y="730" type="line"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="braceleft" format="1"> <glyph name="braceleft" format="1">
<advance width="453"/> <advance width="383"/>
<unicode hex="007B"/> <unicode hex="007B"/>
<outline> <outline>
<contour> <contour>
<point x="233" y="772"/> <point x="231" y="740"/>
<point x="209" y="737"/> <point x="187" y="698"/>
<point x="209" y="674" type="curve"/> <point x="187" y="628" type="curve" smooth="yes"/>
<point x="209" y="441" type="line"/> <point x="187" y="386" type="line" smooth="yes"/>
<point x="209" y="351"/> <point x="187" y="327"/>
<point x="170" y="304"/> <point x="144" y="292"/>
<point x="86" y="294" type="curve"/> <point x="73" y="292" type="curve"/>
<point x="86" y="311" type="line"/> <point x="73" y="279" type="line"/>
<point x="177" y="319"/> <point x="154" y="279"/>
<point x="220" y="358"/> <point x="203" y="319"/>
<point x="220" y="433" type="curve"/> <point x="203" y="386" type="curve" smooth="yes"/>
<point x="220" y="680" type="line"/> <point x="203" y="628" type="line" smooth="yes"/>
<point x="220" y="732"/> <point x="203" y="689"/>
<point x="254" y="761"/> <point x="241" y="726"/>
<point x="310" y="770" type="curve"/> <point x="304" y="726" type="curve"/>
<point x="310" y="779" type="line"/> <point x="304" y="740" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="86" y="276" type="line"/> <point x="73" y="279" type="line"/>
<point x="170" y="266"/> <point x="144" y="279"/>
<point x="209" y="218"/> <point x="187" y="244"/>
<point x="209" y="129" type="curve"/> <point x="187" y="185" type="curve" smooth="yes"/>
<point x="209" y="-104" type="line"/> <point x="187" y="-58" type="line" smooth="yes"/>
<point x="209" y="-168"/> <point x="187" y="-128"/>
<point x="233" y="-202"/> <point x="231" y="-170"/>
<point x="310" y="-210" type="curve"/> <point x="304" y="-170" type="curve"/>
<point x="310" y="-200" type="line"/> <point x="304" y="-156" type="line"/>
<point x="254" y="-192"/> <point x="241" y="-156"/>
<point x="220" y="-162"/> <point x="203" y="-119"/>
<point x="220" y="-111" type="curve"/> <point x="203" y="-58" type="curve" smooth="yes"/>
<point x="220" y="136" type="line"/> <point x="203" y="185" type="line" smooth="yes"/>
<point x="220" y="211"/> <point x="203" y="252"/>
<point x="177" y="251"/> <point x="154" y="292"/>
<point x="86" y="259" type="curve"/> <point x="73" y="292" type="curve"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="braceright" format="1"> <glyph name="braceright" format="1">
<advance width="453"/> <advance width="383"/>
<unicode hex="007D"/> <unicode hex="007D"/>
<outline> <outline>
<component base="braceleft" xOffset="453" yOffset="546" xScale="-1" yScale="-1"/> <component base="braceleft" xOffset="383" xScale="-1"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="bracketleft" format="1"> <glyph name="bracketleft" format="1">
<advance width="414"/> <advance width="366"/>
<unicode hex="005B"/> <unicode hex="005B"/>
<outline> <outline>
<contour> <contour>
<point x="158" y="730" type="line"/> <point x="143" y="730" type="line"/>
<point x="143" y="-168" type="line"/>
<point x="158" y="-168" type="line"/> <point x="158" y="-168" type="line"/>
<point x="173" y="-168" type="line"/> <point x="158" y="730" type="line"/>
<point x="173" y="730" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="165" y="-154" type="line"/> <point x="150" y="-154" type="line"/>
<point x="165" y="-168" type="line"/> <point x="150" y="-168" type="line"/>
<point x="339" y="-168" type="line"/> <point x="324" y="-168" type="line"/>
<point x="339" y="-154" type="line"/> <point x="324" y="-154" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="165" y="730" type="line"/> <point x="150" y="730" type="line"/>
<point x="165" y="716" type="line"/> <point x="150" y="716" type="line"/>
<point x="339" y="716" type="line"/> <point x="324" y="716" type="line"/>
<point x="339" y="730" type="line"/> <point x="324" y="730" type="line"/>
</contour> </contour>
</outline> </outline>
<lib> <lib>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="bracketright" format="1"> <glyph name="bracketright" format="1">
<advance width="431"/> <advance width="366"/>
<unicode hex="005D"/> <unicode hex="005D"/>
<outline> <outline>
<component base="bracketleft" xOffset="431" xScale="-1"/> <component base="bracketleft" xOffset="366" xScale="-1"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,23 +4,23 @@
<unicode hex="02D8"/> <unicode hex="02D8"/>
<outline> <outline>
<contour> <contour>
<point x="396" y="755" type="line"/> <point x="360" y="708" type="line"/>
<point x="383" y="701"/> <point x="360" y="641"/>
<point x="337" y="658"/> <point x="321" y="601"/>
<point x="275" y="658" type="curve"/> <point x="255" y="601" type="curve" smooth="yes"/>
<point x="213" y="658"/> <point x="189" y="601"/>
<point x="167" y="701"/> <point x="150" y="641"/>
<point x="154" y="755" type="curve"/> <point x="150" y="708" type="curve"/>
<point x="151" y="755" type="line"/> <point x="135" y="708" type="line"/>
<point x="163" y="692"/> <point x="135" y="632"/>
<point x="209" y="653"/> <point x="180" y="587"/>
<point x="275" y="653" type="curve"/> <point x="255" y="587" type="curve" smooth="yes"/>
<point x="341" y="653"/> <point x="330" y="587"/>
<point x="387" y="692"/> <point x="375" y="632"/>
<point x="399" y="755" type="curve"/> <point x="375" y="708" type="curve"/>
</contour> </contour>
<contour> <contour>
<point x="275" y="562" type="move" name="_top"/> <point x="255" y="500" type="move" name="_top"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="brokenbar" format="1"> <glyph name="brokenbar" format="1">
<advance width="292"/> <advance width="227"/>
<unicode hex="00A6"/> <unicode hex="00A6"/>
<outline> <outline>
<contour> <contour>
<point x="144" y="757" type="line"/> <point x="106" y="730" type="line"/>
<point x="144" y="414" type="line"/> <point x="106" y="394" type="line"/>
<point x="148" y="414" type="line"/> <point x="121" y="394" type="line"/>
<point x="148" y="757" type="line"/> <point x="121" y="730" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="144" y="156" type="line"/> <point x="106" y="168" type="line"/>
<point x="144" y="-187" type="line"/> <point x="106" y="-168" type="line"/>
<point x="148" y="-187" type="line"/> <point x="121" y="-168" type="line"/>
<point x="148" y="156" type="line"/> <point x="121" y="168" type="line"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -3,6 +3,6 @@
<advance width="520"/> <advance width="520"/>
<unicode hex="2219"/> <unicode hex="2219"/>
<outline> <outline>
<component base="periodcentered" xOffset="154" yOffset="-13" xScale="1.20" yScale="1.20"/> <component base="periodcentered" xOffset="172"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,6 +4,6 @@
<unicode hex="0107"/> <unicode hex="0107"/>
<outline> <outline>
<component base="c"/> <component base="c"/>
<component base="acute" xOffset="4"/> <component base="acute" xOffset="2"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -3,13 +3,13 @@
<advance width="263"/> <advance width="263"/>
<outline> <outline>
<contour> <contour>
<point x="131" y="757" type="line"/> <point x="89" y="730" type="line"/>
<point x="115" y="600" type="line"/> <point x="69" y="533" type="line"/>
<point x="102" y="600" type="line"/> <point x="84" y="533" type="line"/>
<point x="142" y="757" type="line"/> <point x="105" y="730" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="98" y="821" type="move" name="_topright"/> <point x="89" y="730" type="move" name="_topright"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,16 +4,16 @@
<unicode hex="02C7"/> <unicode hex="02C7"/>
<outline> <outline>
<contour> <contour>
<point x="389" y="780" type="line"/> <point x="354" y="735" type="line"/>
<point x="275" y="624" type="line"/> <point x="250" y="607" type="line"/>
<point x="161" y="780" type="line"/> <point x="146" y="735" type="line"/>
<point x="163" y="780" type="line"/> <point x="126" y="735" type="line"/>
<point x="246" y="657" type="line"/> <point x="242" y="593" type="line"/>
<point x="304" y="657" type="line"/> <point x="258" y="593" type="line"/>
<point x="387" y="780" type="line"/> <point x="374" y="735" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="275" y="562" type="move" name="_top"/> <point x="250" y="500" type="move" name="_top"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,6 +4,6 @@
<unicode hex="010D"/> <unicode hex="010D"/>
<outline> <outline>
<component base="c"/> <component base="c"/>
<component base="caron" xOffset="29" yOffset="-62"/> <component base="caron" xOffset="54"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,7 +4,7 @@
<unicode hex="00E7"/> <unicode hex="00E7"/>
<outline> <outline>
<component base="c"/> <component base="c"/>
<component base="cedilla" xOffset="-40"/> <component base="cedilla" xOffset="-9"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,29 +4,29 @@
<unicode hex="00B8"/> <unicode hex="00B8"/>
<outline> <outline>
<contour> <contour>
<point x="404" y="-59"/> <point x="353" y="-45"/>
<point x="424" y="-91"/> <point x="375" y="-77"/>
<point x="424" y="-140" type="curve"/> <point x="375" y="-119" type="curve" smooth="yes"/>
<point x="424" y="-198"/> <point x="375" y="-161"/>
<point x="378" y="-234"/> <point x="347" y="-188"/>
<point x="325" y="-234" type="curve"/> <point x="304" y="-188" type="curve" smooth="yes"/>
<point x="303" y="-234"/> <point x="270" y="-188"/>
<point x="282" y="-228"/> <point x="243" y="-178"/>
<point x="263" y="-220" type="curve"/> <point x="216" y="-148" type="curve"/>
<point x="260" y="-225" type="line"/> <point x="208" y="-160" type="line"/>
<point x="280" y="-236"/> <point x="234" y="-190"/>
<point x="303" y="-240"/> <point x="264" y="-201"/>
<point x="337" y="-240" type="curve"/> <point x="304" y="-201" type="curve" smooth="yes"/>
<point x="395" y="-240"/> <point x="356" y="-201"/>
<point x="429" y="-200"/> <point x="390" y="-168"/>
<point x="429" y="-152" type="curve"/> <point x="390" y="-118" type="curve" smooth="yes"/>
<point x="429" y="-108"/> <point x="390" y="-71"/>
<point x="398" y="-59"/> <point x="366" y="-36"/>
<point x="335" y="-34" type="curve"/> <point x="284" y="3" type="curve"/>
<point x="349" y="-27" type="line"/> <point x="263" y="3" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="341" y="0" type="move" name="_bottom"/> <point x="310" y="0" type="move" name="_bottom"/>
</contour> </contour>
</outline> </outline>
<lib> <lib>

View File

@ -1,14 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="cent" format="1"> <glyph name="cent" format="1">
<advance width="597"/> <advance width="587"/>
<unicode hex="00A2"/> <unicode hex="00A2"/>
<outline> <outline>
<contour> <contour>
<point x="305" y="589" type="line"/> <point x="159" y="590"/>
<point x="305" y="-89" type="line"/> <point x="74" y="492"/>
<point x="291" y="-89" type="line"/> <point x="74" y="330" type="curve" smooth="yes"/>
<point x="291" y="589" type="line"/> <point x="74" y="168"/>
<point x="156" y="70"/>
<point x="301" y="70" type="curve" smooth="yes"/>
<point x="402" y="70"/>
<point x="488" y="127"/>
<point x="505" y="217" type="curve"/>
<point x="491" y="222" type="line"/>
<point x="477" y="137"/>
<point x="394" y="84"/>
<point x="301" y="84" type="curve" smooth="yes"/>
<point x="166" y="84"/>
<point x="90" y="177"/>
<point x="90" y="330" type="curve" smooth="yes"/>
<point x="90" y="483"/>
<point x="169" y="576"/>
<point x="304" y="576" type="curve" smooth="yes"/>
<point x="398" y="576"/>
<point x="465" y="529"/>
<point x="487" y="446" type="curve"/>
<point x="501" y="453" type="line"/>
<point x="477" y="541"/>
<point x="403" y="590"/>
<point x="304" y="590" type="curve" smooth="yes"/>
</contour>
<contour>
<point x="291" y="660" type="line"/>
<point x="291" y="0" type="line"/>
<point x="305" y="0" type="line"/>
<point x="305" y="660" type="line"/>
</contour> </contour>
<component base="c"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="colon" format="1"> <glyph name="colon" format="1">
<advance width="177"/> <advance width="179"/>
<unicode hex="003A"/> <unicode hex="003A"/>
<outline> <outline>
<component base="period" xOffset="178" yOffset="490" xScale="-1" yScale="-1"/> <component base="period" xOffset="179" yOffset="495" xScale="-1" yScale="-1"/>
<component base="period" xOffset="-1"/> <component base="period"/>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,13 +4,13 @@
<unicode hex="0326"/> <unicode hex="0326"/>
<outline> <outline>
<contour> <contour>
<point x="121" y="-149" type="line"/> <point x="123" y="-76" type="line"/>
<point x="90" y="-265" type="line"/> <point x="73" y="-237" type="line"/>
<point x="88" y="-265" type="line"/> <point x="86" y="-237" type="line"/>
<point x="134" y="-149" type="line"/> <point x="141" y="-76" type="line"/>
</contour> </contour>
<contour> <contour>
<point x="152" y="0" type="move" name="_bottom"/> <point x="138" y="0" type="move" name="_bottom"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

View File

@ -4,6 +4,8 @@
<dict> <dict>
<key>A</key> <key>A</key>
<string>A_.glif</string> <string>A_.glif</string>
<key>A.001</key>
<string>A_.001.glif</string>
<key>AE</key> <key>AE</key>
<string>A_E_.glif</string> <string>A_E_.glif</string>
<key>Aacute</key> <key>Aacute</key>

View File

@ -3,8 +3,13 @@
<advance width="621"/> <advance width="621"/>
<unicode hex="0111"/> <unicode hex="0111"/>
<outline> <outline>
<contour>
<point x="315" y="606" type="line"/>
<point x="315" y="594" type="line"/>
<point x="610" y="594" type="line"/>
<point x="610" y="606" type="line"/>
</contour>
<component base="d"/> <component base="d"/>
<component base="macron" xOffset="234" yOffset="33" xScale="0.90" yScale="0.90"/>
</outline> </outline>
<lib> <lib>
<dict> <dict>

View File

@ -4,35 +4,35 @@
<unicode hex="00A8"/> <unicode hex="00A8"/>
<outline> <outline>
<contour> <contour>
<point x="152" y="730"/> <point x="169" y="652"/>
<point x="139" y="717"/> <point x="158" y="641"/>
<point x="139" y="698" type="curve"/> <point x="158" y="627" type="curve" smooth="yes"/>
<point x="139" y="680"/> <point x="158" y="613"/>
<point x="152" y="667"/> <point x="169" y="602"/>
<point x="166" y="667" type="curve"/> <point x="183" y="602" type="curve" smooth="yes"/>
<point x="179" y="667"/> <point x="197" y="602"/>
<point x="192" y="680"/> <point x="208" y="613"/>
<point x="192" y="698" type="curve"/> <point x="208" y="627" type="curve" smooth="yes"/>
<point x="192" y="717"/> <point x="208" y="641"/>
<point x="179" y="730"/> <point x="197" y="652"/>
<point x="166" y="730" type="curve"/> <point x="183" y="652" type="curve" smooth="yes"/>
</contour> </contour>
<contour> <contour>
<point x="369" y="730"/> <point x="353" y="652"/>
<point x="356" y="717"/> <point x="342" y="641"/>
<point x="356" y="698" type="curve"/> <point x="342" y="627" type="curve" smooth="yes"/>
<point x="356" y="680"/> <point x="342" y="613"/>
<point x="369" y="667"/> <point x="353" y="602"/>
<point x="382" y="667" type="curve"/> <point x="367" y="602" type="curve" smooth="yes"/>
<point x="396" y="667"/> <point x="381" y="602"/>
<point x="409" y="680"/> <point x="392" y="613"/>
<point x="409" y="698" type="curve"/> <point x="392" y="627" type="curve" smooth="yes"/>
<point x="409" y="717"/> <point x="392" y="641"/>
<point x="396" y="730"/> <point x="381" y="652"/>
<point x="382" y="730" type="curve"/> <point x="367" y="652" type="curve" smooth="yes"/>
</contour> </contour>
<contour> <contour>
<point x="278" y="562" type="move" name="_top"/> <point x="276" y="500" type="move" name="_top"/>
</contour> </contour>
</outline> </outline>
</glyph> </glyph>

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