Add glyph for uppercase Q
This commit is contained in:
parent
8eb494f8a0
commit
d84822ad0c
2 changed files with 29 additions and 2 deletions
|
|
@ -1,7 +1,14 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<glyph name="Q" format="1">
|
<glyph name="Q" format="1">
|
||||||
<advance width="600"/>
|
<advance width="807"/>
|
||||||
<unicode hex="0051"/>
|
<unicode hex="0051"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="755" y="58" type="line"/>
|
||||||
|
<point x="511" y="270" type="line"/>
|
||||||
|
<point x="461" y="212" type="line"/>
|
||||||
|
<point x="705" y="0" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<component base="O"/>
|
||||||
</outline>
|
</outline>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
DisplayStrings = (
|
||||||
|
Q
|
||||||
|
);
|
||||||
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";
|
||||||
|
|
@ -375,11 +378,28 @@ unicode = 0050;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
glyphname = Q;
|
glyphname = Q;
|
||||||
|
lastChange = "2015-11-29 04:23:32 +0000";
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
|
components = (
|
||||||
|
{
|
||||||
|
name = O;
|
||||||
|
}
|
||||||
|
);
|
||||||
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
||||||
name = Regular;
|
name = Regular;
|
||||||
width = 600;
|
paths = (
|
||||||
|
{
|
||||||
|
closed = 1;
|
||||||
|
nodes = (
|
||||||
|
"755 58 LINE",
|
||||||
|
"511 270 LINE",
|
||||||
|
"461 212 LINE",
|
||||||
|
"705 0 LINE"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
width = 807;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
unicode = 0051;
|
unicode = 0051;
|
||||||
|
|
|
||||||
Reference in a new issue