Add glyph for uppercase P

This commit is contained in:
Chris Simpson 2015-11-29 15:07:12 +11:00
parent bec01e407a
commit 8eb494f8a0
2 changed files with 59 additions and 5 deletions

View file

@ -1,7 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<glyph name="P" format="1"> <glyph name="P" format="1">
<advance width="600"/> <advance width="624"/>
<unicode hex="0050"/> <unicode hex="0050"/>
<outline> <outline>
<contour>
<point x="157" y="0" type="line"/>
<point x="157" y="247" type="line"/>
<point x="364" y="247" type="line" smooth="yes"/>
<point x="482" y="247"/>
<point x="591" y="348"/>
<point x="591" y="467" type="curve" smooth="yes"/>
<point x="591" y="587"/>
<point x="482" y="687"/>
<point x="364" y="687" type="curve" smooth="yes"/>
<point x="79" y="687" type="line"/>
<point x="79" y="0" type="line"/>
</contour>
<contour>
<point x="157" y="613" type="line"/>
<point x="364" y="613" type="line" smooth="yes"/>
<point x="439" y="613"/>
<point x="512" y="546"/>
<point x="512" y="467" type="curve" smooth="yes"/>
<point x="512" y="388"/>
<point x="439" y="321"/>
<point x="364" y="321" type="curve" smooth="yes"/>
<point x="157" y="321" type="line"/>
</contour>
</outline> </outline>
</glyph> </glyph>

View file

@ -1,7 +1,4 @@
{ {
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";
@ -334,11 +331,44 @@ unicode = 004F;
}, },
{ {
glyphname = P; glyphname = P;
lastChange = "2015-11-29 04:05:10 +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 247 LINE",
"364 247 LINE SMOOTH",
"482 247 OFFCURVE",
"591 348 OFFCURVE",
"591 467 CURVE SMOOTH",
"591 587 OFFCURVE",
"482 687 OFFCURVE",
"364 687 CURVE SMOOTH",
"79 687 LINE",
"79 0 LINE"
);
},
{
closed = 1;
nodes = (
"157 613 LINE",
"364 613 LINE SMOOTH",
"439 613 OFFCURVE",
"512 546 OFFCURVE",
"512 467 CURVE SMOOTH",
"512 388 OFFCURVE",
"439 321 OFFCURVE",
"364 321 CURVE SMOOTH",
"157 321 LINE"
);
}
);
width = 624;
} }
); );
unicode = 0050; unicode = 0050;