Add glyph for lowercase a
This commit is contained in:
parent
e6ccf2fa7b
commit
1cd7690634
2 changed files with 103 additions and 2 deletions
|
|
@ -1,7 +1,53 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="a" format="1">
|
||||
<advance width="600"/>
|
||||
<advance width="573"/>
|
||||
<unicode hex="0061"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="496" y="-1" type="line"/>
|
||||
<point x="496" y="315" type="line" smooth="yes"/>
|
||||
<point x="496" y="440"/>
|
||||
<point x="422" y="529"/>
|
||||
<point x="291" y="529" type="curve" smooth="yes"/>
|
||||
<point x="241" y="529"/>
|
||||
<point x="174" y="516"/>
|
||||
<point x="100" y="479" type="curve"/>
|
||||
<point x="130" y="417" type="line"/>
|
||||
<point x="177" y="441"/>
|
||||
<point x="234" y="462"/>
|
||||
<point x="286" y="462" type="curve" smooth="yes"/>
|
||||
<point x="385" y="462"/>
|
||||
<point x="421" y="385"/>
|
||||
<point x="421" y="315" type="curve" smooth="yes"/>
|
||||
<point x="421" y="-1" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="309" y="-12"/>
|
||||
<point x="393" y="31"/>
|
||||
<point x="435" y="93" type="curve"/>
|
||||
<point x="421" y="134" type="line"/>
|
||||
<point x="381" y="88"/>
|
||||
<point x="308" y="55"/>
|
||||
<point x="245" y="55" type="curve" smooth="yes"/>
|
||||
<point x="175" y="55"/>
|
||||
<point x="125" y="97"/>
|
||||
<point x="125" y="156" type="curve" smooth="yes"/>
|
||||
<point x="125" y="218"/>
|
||||
<point x="180" y="261"/>
|
||||
<point x="257" y="261" type="curve" smooth="yes"/>
|
||||
<point x="321" y="261"/>
|
||||
<point x="403" y="230"/>
|
||||
<point x="454" y="187" type="curve"/>
|
||||
<point x="454" y="238" type="line"/>
|
||||
<point x="391" y="291"/>
|
||||
<point x="302" y="328"/>
|
||||
<point x="239" y="328" type="curve" smooth="yes"/>
|
||||
<point x="128" y="328"/>
|
||||
<point x="50" y="256"/>
|
||||
<point x="50" y="153" type="curve" smooth="yes"/>
|
||||
<point x="50" y="56"/>
|
||||
<point x="125" y="-12"/>
|
||||
<point x="232" y="-12" type="curve" smooth="yes"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -393,11 +393,66 @@ unicode = 005A;
|
|||
},
|
||||
{
|
||||
glyphname = a;
|
||||
lastChange = "2015-11-29 02:55:20 +0000";
|
||||
layers = (
|
||||
{
|
||||
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
||||
name = Regular;
|
||||
width = 600;
|
||||
paths = (
|
||||
{
|
||||
closed = 1;
|
||||
nodes = (
|
||||
"496 -1 LINE",
|
||||
"496 315 LINE SMOOTH",
|
||||
"496 440 OFFCURVE",
|
||||
"422 529 OFFCURVE",
|
||||
"291 529 CURVE SMOOTH",
|
||||
"241 529 OFFCURVE",
|
||||
"174 516 OFFCURVE",
|
||||
"100 479 CURVE",
|
||||
"130 417 LINE",
|
||||
"177 441 OFFCURVE",
|
||||
"234 462 OFFCURVE",
|
||||
"286 462 CURVE SMOOTH",
|
||||
"385 462 OFFCURVE",
|
||||
"421 385 OFFCURVE",
|
||||
"421 315 CURVE SMOOTH",
|
||||
"421 -1 LINE"
|
||||
);
|
||||
},
|
||||
{
|
||||
closed = 1;
|
||||
nodes = (
|
||||
"309 -12 OFFCURVE",
|
||||
"393 31 OFFCURVE",
|
||||
"435 93 CURVE",
|
||||
"421 134 LINE",
|
||||
"381 88 OFFCURVE",
|
||||
"308 55 OFFCURVE",
|
||||
"245 55 CURVE SMOOTH",
|
||||
"175 55 OFFCURVE",
|
||||
"125 97 OFFCURVE",
|
||||
"125 156 CURVE SMOOTH",
|
||||
"125 218 OFFCURVE",
|
||||
"180 261 OFFCURVE",
|
||||
"257 261 CURVE SMOOTH",
|
||||
"321 261 OFFCURVE",
|
||||
"403 230 OFFCURVE",
|
||||
"454 187 CURVE",
|
||||
"454 238 LINE",
|
||||
"391 291 OFFCURVE",
|
||||
"302 328 OFFCURVE",
|
||||
"239 328 CURVE SMOOTH",
|
||||
"128 328 OFFCURVE",
|
||||
"50 256 OFFCURVE",
|
||||
"50 153 CURVE SMOOTH",
|
||||
"50 56 OFFCURVE",
|
||||
"125 -12 OFFCURVE",
|
||||
"232 -12 CURVE SMOOTH"
|
||||
);
|
||||
}
|
||||
);
|
||||
width = 573;
|
||||
}
|
||||
);
|
||||
unicode = 0061;
|
||||
|
|
|
|||
Reference in a new issue