Add glyph for uppercase H
This commit is contained in:
parent
ab3cdc744c
commit
bec01e407a
2 changed files with 47 additions and 2 deletions
|
|
@ -1,7 +1,25 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<glyph name="H" format="1">
|
<glyph name="H" format="1">
|
||||||
<advance width="600"/>
|
<advance width="719"/>
|
||||||
<unicode hex="0048"/>
|
<unicode hex="0048"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="157" y="0" type="line"/>
|
||||||
|
<point x="157" y="335" type="line"/>
|
||||||
|
<point x="135" y="313" type="line"/>
|
||||||
|
<point x="583" y="313" type="line"/>
|
||||||
|
<point x="562" y="335" type="line"/>
|
||||||
|
<point x="562" y="0" type="line"/>
|
||||||
|
<point x="640" y="0" type="line"/>
|
||||||
|
<point x="640" y="687" type="line"/>
|
||||||
|
<point x="562" y="687" type="line"/>
|
||||||
|
<point x="562" y="365" type="line"/>
|
||||||
|
<point x="584" y="387" type="line"/>
|
||||||
|
<point x="135" y="387" type="line"/>
|
||||||
|
<point x="157" y="365" type="line"/>
|
||||||
|
<point x="157" y="687" type="line"/>
|
||||||
|
<point x="79" y="687" type="line"/>
|
||||||
|
<point x="79" y="0" type="line"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
DisplayStrings = (
|
||||||
|
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";
|
||||||
|
|
@ -155,11 +158,35 @@ unicode = 0047;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
glyphname = H;
|
glyphname = H;
|
||||||
|
lastChange = "2015-11-29 03:48:58 +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 = (
|
||||||
|
"157 0 LINE",
|
||||||
|
"157 335 LINE",
|
||||||
|
"135 313 LINE",
|
||||||
|
"583 313 LINE",
|
||||||
|
"562 335 LINE",
|
||||||
|
"562 0 LINE",
|
||||||
|
"640 0 LINE",
|
||||||
|
"640 687 LINE",
|
||||||
|
"562 687 LINE",
|
||||||
|
"562 365 LINE",
|
||||||
|
"584 387 LINE",
|
||||||
|
"135 387 LINE",
|
||||||
|
"157 365 LINE",
|
||||||
|
"157 687 LINE",
|
||||||
|
"79 687 LINE",
|
||||||
|
"79 0 LINE"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
width = 719;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
unicode = 0048;
|
unicode = 0048;
|
||||||
|
|
|
||||||
Reference in a new issue