Add glyph for uppercase G
This commit is contained in:
parent
1cd7690634
commit
1a85b953e5
3 changed files with 38 additions and 2 deletions
|
|
@ -1,7 +1,17 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<glyph name="G" format="1">
|
<glyph name="G" format="1">
|
||||||
<advance width="600"/>
|
<advance width="680"/>
|
||||||
<unicode hex="0047"/>
|
<unicode hex="0047"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="605" y="288" type="line"/>
|
||||||
|
<point x="573" y="329" type="line"/>
|
||||||
|
<point x="573" y="93" type="line"/>
|
||||||
|
<point x="651" y="93" type="line"/>
|
||||||
|
<point x="651" y="362" type="line"/>
|
||||||
|
<point x="376" y="362" type="line"/>
|
||||||
|
<point x="376" y="288" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<component base="C"/>
|
||||||
</outline>
|
</outline>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>35616FF6-3D9C-499B-B113-AC9E0DB5842A</key>
|
<key>35616FF6-3D9C-499B-B113-AC9E0DB5842A</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>HH</key>
|
||||||
|
<integer>74</integer>
|
||||||
<key>HV</key>
|
<key>HV</key>
|
||||||
<integer>78</integer>
|
<integer>78</integer>
|
||||||
<key>OH</key>
|
<key>OH</key>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
DisplayStrings = (
|
||||||
|
G
|
||||||
|
);
|
||||||
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";
|
||||||
|
|
@ -124,11 +127,31 @@ unicode = 0046;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
glyphname = G;
|
glyphname = G;
|
||||||
|
lastChange = "2015-11-29 03:01:01 +0000";
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
|
components = (
|
||||||
|
{
|
||||||
|
name = C;
|
||||||
|
}
|
||||||
|
);
|
||||||
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
||||||
name = Regular;
|
name = Regular;
|
||||||
width = 600;
|
paths = (
|
||||||
|
{
|
||||||
|
closed = 1;
|
||||||
|
nodes = (
|
||||||
|
"605 288 LINE",
|
||||||
|
"573 329 LINE",
|
||||||
|
"573 93 LINE",
|
||||||
|
"651 93 LINE",
|
||||||
|
"651 362 LINE",
|
||||||
|
"376 362 LINE",
|
||||||
|
"376 288 LINE"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
width = 680;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
unicode = 0047;
|
unicode = 0047;
|
||||||
|
|
@ -1100,6 +1123,7 @@ unitsPerEm = 1000;
|
||||||
userData = {
|
userData = {
|
||||||
GSDimensionPlugin.Dimensions = {
|
GSDimensionPlugin.Dimensions = {
|
||||||
"35616FF6-3D9C-499B-B113-AC9E0DB5842A" = {
|
"35616FF6-3D9C-499B-B113-AC9E0DB5842A" = {
|
||||||
|
HH = 74;
|
||||||
HV = 78;
|
HV = 78;
|
||||||
OH = 71;
|
OH = 71;
|
||||||
OV = 79;
|
OV = 79;
|
||||||
|
|
|
||||||
Reference in a new issue