Add glyph for uppercase R
This commit is contained in:
parent
4194c177a9
commit
0bed11afd2
2 changed files with 27 additions and 4 deletions
|
|
@ -1,7 +1,14 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<glyph name="R" format="1">
|
<glyph name="R" format="1">
|
||||||
<advance width="600"/>
|
<advance width="650"/>
|
||||||
<unicode hex="0052"/>
|
<unicode hex="0052"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="602" y="0" type="line"/>
|
||||||
|
<point x="413" y="269" type="line"/>
|
||||||
|
<point x="329" y="269" type="line"/>
|
||||||
|
<point x="518" y="0" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<component base="P"/>
|
||||||
</outline>
|
</outline>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
DisplayStrings = (
|
DisplayStrings = (
|
||||||
Q,
|
Q,
|
||||||
E,
|
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";
|
||||||
|
|
@ -453,11 +452,28 @@ unicode = 0051;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
glyphname = R;
|
glyphname = R;
|
||||||
|
lastChange = "2015-11-30 09:16:11 +0000";
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
|
components = (
|
||||||
|
{
|
||||||
|
name = P;
|
||||||
|
}
|
||||||
|
);
|
||||||
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
||||||
name = Regular;
|
name = Regular;
|
||||||
width = 600;
|
paths = (
|
||||||
|
{
|
||||||
|
closed = 1;
|
||||||
|
nodes = (
|
||||||
|
"602 0 LINE",
|
||||||
|
"413 269 LINE",
|
||||||
|
"329 269 LINE",
|
||||||
|
"518 0 LINE"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
width = 650;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
unicode = 0052;
|
unicode = 0052;
|
||||||
|
|
|
||||||
Reference in a new issue