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"?>
|
||||
<glyph name="G" format="1">
|
||||
<advance width="600"/>
|
||||
<advance width="680"/>
|
||||
<unicode hex="0047"/>
|
||||
<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>
|
||||
</glyph>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
<dict>
|
||||
<key>35616FF6-3D9C-499B-B113-AC9E0DB5842A</key>
|
||||
<dict>
|
||||
<key>HH</key>
|
||||
<integer>74</integer>
|
||||
<key>HV</key>
|
||||
<integer>78</integer>
|
||||
<key>OH</key>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
DisplayStrings = (
|
||||
G
|
||||
);
|
||||
copyright = "Copyright (c) 2015 Chris Simpson";
|
||||
date = "2015-11-24 10:02:39 +0000";
|
||||
designer = "Chris Simpson";
|
||||
|
|
@ -124,11 +127,31 @@ unicode = 0046;
|
|||
},
|
||||
{
|
||||
glyphname = G;
|
||||
lastChange = "2015-11-29 03:01:01 +0000";
|
||||
layers = (
|
||||
{
|
||||
components = (
|
||||
{
|
||||
name = C;
|
||||
}
|
||||
);
|
||||
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
||||
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;
|
||||
|
|
@ -1100,6 +1123,7 @@ unitsPerEm = 1000;
|
|||
userData = {
|
||||
GSDimensionPlugin.Dimensions = {
|
||||
"35616FF6-3D9C-499B-B113-AC9E0DB5842A" = {
|
||||
HH = 74;
|
||||
HV = 78;
|
||||
OH = 71;
|
||||
OV = 79;
|
||||
|
|
|
|||
Reference in a new issue