Add glyph for lowercase e
This commit is contained in:
parent
09f7904720
commit
f5f4e72a52
2 changed files with 68 additions and 17 deletions
|
|
@ -1,7 +1,37 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<glyph name="e" format="1">
|
<glyph name="e" format="1">
|
||||||
<advance width="600"/>
|
<advance width="595"/>
|
||||||
<unicode hex="0065"/>
|
<unicode hex="0065"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="382" y="-12"/>
|
||||||
|
<point x="473" y="19"/>
|
||||||
|
<point x="518" y="68" type="curve"/>
|
||||||
|
<point x="472" y="117" type="line"/>
|
||||||
|
<point x="440" y="82"/>
|
||||||
|
<point x="370" y="55"/>
|
||||||
|
<point x="309" y="55" type="curve" smooth="yes"/>
|
||||||
|
<point x="197" y="55"/>
|
||||||
|
<point x="123" y="144"/>
|
||||||
|
<point x="123" y="260" type="curve" smooth="yes"/>
|
||||||
|
<point x="123" y="380"/>
|
||||||
|
<point x="203" y="462"/>
|
||||||
|
<point x="306" y="462" type="curve" smooth="yes"/>
|
||||||
|
<point x="407" y="462"/>
|
||||||
|
<point x="473" y="382"/>
|
||||||
|
<point x="473" y="297" type="curve"/>
|
||||||
|
<point x="99" y="297" type="line"/>
|
||||||
|
<point x="99" y="230" type="line"/>
|
||||||
|
<point x="548" y="230" type="line"/>
|
||||||
|
<point x="548" y="411"/>
|
||||||
|
<point x="459" y="529"/>
|
||||||
|
<point x="303" y="529" type="curve" smooth="yes"/>
|
||||||
|
<point x="164" y="529"/>
|
||||||
|
<point x="48" y="414"/>
|
||||||
|
<point x="48" y="260" type="curve" smooth="yes"/>
|
||||||
|
<point x="48" y="101"/>
|
||||||
|
<point x="172" y="-12"/>
|
||||||
|
<point x="310" y="-12" type="curve" smooth="yes"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,4 @@
|
||||||
{
|
{
|
||||||
DisplayStrings = (
|
|
||||||
hill,
|
|
||||||
n,
|
|
||||||
hiq,
|
|
||||||
u,
|
|
||||||
l,
|
|
||||||
b,
|
|
||||||
d,
|
|
||||||
hopin,
|
|
||||||
Icon,
|
|
||||||
o,
|
|
||||||
O,
|
|
||||||
"chop/lowercase_loop pin",
|
|
||||||
"/lowercase_nh_shoulder h"
|
|
||||||
);
|
|
||||||
copyright = "Copyright (c) 2015 Chris Simpson";
|
copyright = "Copyright (c) 2015 Chris Simpson";
|
||||||
date = "2015-11-24 10:02:39 +0000";
|
date = "2015-11-24 10:02:39 +0000";
|
||||||
designer = "Chris Simpson";
|
designer = "Chris Simpson";
|
||||||
|
|
@ -522,11 +507,47 @@ unicode = 0064;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
glyphname = e;
|
glyphname = e;
|
||||||
|
lastChange = "2015-11-29 02:34:49 +0000";
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
||||||
name = Regular;
|
name = Regular;
|
||||||
width = 600;
|
paths = (
|
||||||
|
{
|
||||||
|
closed = 1;
|
||||||
|
nodes = (
|
||||||
|
"382 -12 OFFCURVE",
|
||||||
|
"473 19 OFFCURVE",
|
||||||
|
"518 68 CURVE",
|
||||||
|
"472 117 LINE",
|
||||||
|
"440 82 OFFCURVE",
|
||||||
|
"370 55 OFFCURVE",
|
||||||
|
"309 55 CURVE SMOOTH",
|
||||||
|
"197 55 OFFCURVE",
|
||||||
|
"123 144 OFFCURVE",
|
||||||
|
"123 260 CURVE SMOOTH",
|
||||||
|
"123 380 OFFCURVE",
|
||||||
|
"203 462 OFFCURVE",
|
||||||
|
"306 462 CURVE SMOOTH",
|
||||||
|
"407 462 OFFCURVE",
|
||||||
|
"473 382 OFFCURVE",
|
||||||
|
"473 297 CURVE",
|
||||||
|
"99 297 LINE",
|
||||||
|
"99 230 LINE",
|
||||||
|
"548 230 LINE",
|
||||||
|
"548 411 OFFCURVE",
|
||||||
|
"459 529 OFFCURVE",
|
||||||
|
"303 529 CURVE SMOOTH",
|
||||||
|
"164 529 OFFCURVE",
|
||||||
|
"48 414 OFFCURVE",
|
||||||
|
"48 260 CURVE SMOOTH",
|
||||||
|
"48 101 OFFCURVE",
|
||||||
|
"172 -12 OFFCURVE",
|
||||||
|
"310 -12 CURVE SMOOTH"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
width = 595;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
unicode = 0065;
|
unicode = 0065;
|
||||||
|
|
|
||||||
Reference in a new issue