Add glyphs for uppercase E and F

This commit is contained in:
Chris Simpson 2015-11-30 20:04:51 +11:00
parent d84822ad0c
commit 4194c177a9
3 changed files with 85 additions and 5 deletions

View file

@ -1,7 +1,25 @@
<?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="627"/>
<unicode hex="0045"/> <unicode hex="0045"/>
<outline> <outline>
<contour>
<point x="572" y="0" type="line"/>
<point x="572" y="74" type="line"/>
<point x="138" y="74" type="line"/>
<point x="158" y="54" type="line"/>
<point x="158" y="333" type="line"/>
<point x="138" y="313" type="line"/>
<point x="531" y="313" type="line"/>
<point x="531" y="387" type="line"/>
<point x="138" y="387" type="line"/>
<point x="158" y="367" type="line"/>
<point x="158" y="633" type="line"/>
<point x="138" y="613" type="line"/>
<point x="572" y="613" type="line"/>
<point x="572" y="687" type="line"/>
<point x="79" y="687" type="line"/>
<point x="79" y="0" type="line"/>
</contour>
</outline> </outline>
</glyph> </glyph>

View file

@ -1,7 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="F" format="1"> <glyph name="F" format="1">
<advance width="600"/> <advance width="609"/>
<unicode hex="0046"/> <unicode hex="0046"/>
<outline> <outline>
<contour>
<point x="158" y="0" type="line"/>
<point x="158" y="333" type="line"/>
<point x="138" y="313" type="line"/>
<point x="531" y="313" type="line"/>
<point x="531" y="387" type="line"/>
<point x="138" y="387" type="line"/>
<point x="158" y="367" type="line"/>
<point x="158" y="633" type="line"/>
<point x="138" y="613" type="line"/>
<point x="572" y="613" type="line"/>
<point x="572" y="687" type="line"/>
<point x="79" y="687" type="line"/>
<point x="79" y="0" type="line"/>
</contour>
</outline> </outline>
</glyph> </glyph>

View file

@ -1,6 +1,8 @@
{ {
DisplayStrings = ( DisplayStrings = (
Q Q,
E,
Fad
); );
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";
@ -105,22 +107,67 @@ unicode = 0044;
}, },
{ {
glyphname = E; glyphname = E;
lastChange = "2015-11-30 09:01:50 +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 = (
"572 0 LINE",
"572 74 LINE",
"138 74 LINE",
"158 54 LINE",
"158 333 LINE",
"138 313 LINE",
"531 313 LINE",
"531 387 LINE",
"138 387 LINE",
"158 367 LINE",
"158 633 LINE",
"138 613 LINE",
"572 613 LINE",
"572 687 LINE",
"79 687 LINE",
"79 0 LINE"
);
}
);
width = 627;
} }
); );
unicode = 0045; unicode = 0045;
}, },
{ {
glyphname = F; glyphname = F;
lastChange = "2015-11-30 09:02:56 +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 = (
"158 0 LINE",
"158 333 LINE",
"138 313 LINE",
"531 313 LINE",
"531 387 LINE",
"138 387 LINE",
"158 367 LINE",
"158 633 LINE",
"138 613 LINE",
"572 613 LINE",
"572 687 LINE",
"79 687 LINE",
"79 0 LINE"
);
}
);
width = 609;
} }
); );
unicode = 0046; unicode = 0046;