Add glyph for uppercase L
This commit is contained in:
parent
1a85b953e5
commit
ab3cdc744c
2 changed files with 26 additions and 5 deletions
|
|
@ -1,7 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="L" format="1">
|
||||
<advance width="600"/>
|
||||
<advance width="555"/>
|
||||
<unicode hex="004C"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="521" y="0" type="line"/>
|
||||
<point x="521" y="74" type="line"/>
|
||||
<point x="123" y="74" type="line"/>
|
||||
<point x="146" y="50" type="line"/>
|
||||
<point x="146" y="687" type="line"/>
|
||||
<point x="68" y="687" type="line"/>
|
||||
<point x="68" y="0" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
DisplayStrings = (
|
||||
G
|
||||
);
|
||||
copyright = "Copyright (c) 2015 Chris Simpson";
|
||||
date = "2015-11-24 10:02:39 +0000";
|
||||
designer = "Chris Simpson";
|
||||
|
|
@ -214,11 +211,26 @@ unicode = 004B;
|
|||
},
|
||||
{
|
||||
glyphname = L;
|
||||
lastChange = "2015-11-29 03:39:25 +0000";
|
||||
layers = (
|
||||
{
|
||||
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
||||
name = Regular;
|
||||
width = 600;
|
||||
paths = (
|
||||
{
|
||||
closed = 1;
|
||||
nodes = (
|
||||
"521 0 LINE",
|
||||
"521 74 LINE",
|
||||
"123 74 LINE",
|
||||
"146 50 LINE",
|
||||
"146 687 LINE",
|
||||
"68 687 LINE",
|
||||
"68 0 LINE"
|
||||
);
|
||||
}
|
||||
);
|
||||
width = 555;
|
||||
}
|
||||
);
|
||||
unicode = 004C;
|
||||
|
|
|
|||
Reference in a new issue