Add glyph for lowercase s
This commit is contained in:
parent
b01e8773cd
commit
887dc2191a
2 changed files with 92 additions and 2 deletions
|
|
@ -1,7 +1,47 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="s" format="1">
|
||||
<advance width="600"/>
|
||||
<advance width="496"/>
|
||||
<unicode hex="0073"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="366" y="-12"/>
|
||||
<point x="448" y="49"/>
|
||||
<point x="448" y="144" type="curve" smooth="yes"/>
|
||||
<point x="448" y="242"/>
|
||||
<point x="362" y="270"/>
|
||||
<point x="279" y="296" type="curve" smooth="yes"/>
|
||||
<point x="183" y="327"/>
|
||||
<point x="145" y="341"/>
|
||||
<point x="145" y="386" type="curve" smooth="yes"/>
|
||||
<point x="145" y="436"/>
|
||||
<point x="193" y="462"/>
|
||||
<point x="251" y="462" type="curve" smooth="yes"/>
|
||||
<point x="297" y="462"/>
|
||||
<point x="348" y="446"/>
|
||||
<point x="400" y="413" type="curve"/>
|
||||
<point x="436" y="471" type="line"/>
|
||||
<point x="381" y="507"/>
|
||||
<point x="315" y="529"/>
|
||||
<point x="251" y="529" type="curve" smooth="yes"/>
|
||||
<point x="148" y="529"/>
|
||||
<point x="70" y="471"/>
|
||||
<point x="70" y="377" type="curve" smooth="yes"/>
|
||||
<point x="70" y="303"/>
|
||||
<point x="118" y="266"/>
|
||||
<point x="243" y="230" type="curve" smooth="yes"/>
|
||||
<point x="313" y="210"/>
|
||||
<point x="373" y="192"/>
|
||||
<point x="373" y="136" type="curve" smooth="yes"/>
|
||||
<point x="373" y="87"/>
|
||||
<point x="327" y="55"/>
|
||||
<point x="259" y="55" type="curve" smooth="yes"/>
|
||||
<point x="202" y="55"/>
|
||||
<point x="143" y="77"/>
|
||||
<point x="84" y="120" type="curve"/>
|
||||
<point x="45" y="65" type="line"/>
|
||||
<point x="107" y="15"/>
|
||||
<point x="187" y="-12"/>
|
||||
<point x="259" y="-12" type="curve" smooth="yes"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
DisplayStrings = (
|
||||
simpson,
|
||||
e
|
||||
);
|
||||
copyright = "Copyright (c) 2015 Chris Simpson";
|
||||
date = "2015-11-24 10:02:39 +0000";
|
||||
designer = "Chris Simpson";
|
||||
|
|
@ -1125,11 +1129,57 @@ unicode = 0072;
|
|||
},
|
||||
{
|
||||
glyphname = s;
|
||||
lastChange = "2015-12-02 08:50:20 +0000";
|
||||
layers = (
|
||||
{
|
||||
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
||||
name = Regular;
|
||||
width = 600;
|
||||
paths = (
|
||||
{
|
||||
closed = 1;
|
||||
nodes = (
|
||||
"366 -12 OFFCURVE",
|
||||
"448 49 OFFCURVE",
|
||||
"448 144 CURVE SMOOTH",
|
||||
"448 242 OFFCURVE",
|
||||
"362 270 OFFCURVE",
|
||||
"279 296 CURVE SMOOTH",
|
||||
"183 327 OFFCURVE",
|
||||
"145 341 OFFCURVE",
|
||||
"145 386 CURVE SMOOTH",
|
||||
"145 436 OFFCURVE",
|
||||
"193 462 OFFCURVE",
|
||||
"251 462 CURVE SMOOTH",
|
||||
"297 462 OFFCURVE",
|
||||
"348 446 OFFCURVE",
|
||||
"400 413 CURVE",
|
||||
"436 471 LINE",
|
||||
"381 507 OFFCURVE",
|
||||
"315 529 OFFCURVE",
|
||||
"251 529 CURVE SMOOTH",
|
||||
"148 529 OFFCURVE",
|
||||
"70 471 OFFCURVE",
|
||||
"70 377 CURVE SMOOTH",
|
||||
"70 303 OFFCURVE",
|
||||
"118 266 OFFCURVE",
|
||||
"243 230 CURVE SMOOTH",
|
||||
"313 210 OFFCURVE",
|
||||
"373 192 OFFCURVE",
|
||||
"373 136 CURVE SMOOTH",
|
||||
"373 87 OFFCURVE",
|
||||
"327 55 OFFCURVE",
|
||||
"259 55 CURVE SMOOTH",
|
||||
"202 55 OFFCURVE",
|
||||
"143 77 OFFCURVE",
|
||||
"84 120 CURVE",
|
||||
"45 65 LINE",
|
||||
"107 15 OFFCURVE",
|
||||
"187 -12 OFFCURVE",
|
||||
"259 -12 CURVE SMOOTH"
|
||||
);
|
||||
}
|
||||
);
|
||||
width = 496;
|
||||
}
|
||||
);
|
||||
unicode = 0073;
|
||||
|
|
|
|||
Reference in a new issue