Skip to content

Commit

Permalink
update AW kerning, like a boss
Browse files Browse the repository at this point in the history
  • Loading branch information
micahbrich committed Aug 26, 2012
1 parent 9c8ae73 commit 2a04a5b
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 50 deletions.
48 changes: 24 additions & 24 deletions source/League Gothic Italic-Italic.ufo/glyphs/W_.glif
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="W" format="1">
<advance width="476"/>
<advance width="496"/>
<unicode hex="0057"/>
<outline>
<contour>
<point x="165" y="0" type="line"/>
<point x="81" y="0" type="line"/>
<point x="138" y="735" type="line"/>
<point x="238" y="735" type="line"/>
<point x="200" y="353" type="line"/>
<point x="196" y="329" type="line"/>
<point x="204" y="329" type="line"/>
<point x="213" y="353" type="line"/>
<point x="340" y="735" type="line"/>
<point x="418" y="735" type="line"/>
<point x="383" y="353" type="line"/>
<point x="380" y="329" type="line"/>
<point x="388" y="329" type="line"/>
<point x="396" y="353" type="line"/>
<point x="520" y="735" type="line"/>
<point x="620" y="735" type="line"/>
<point x="365" y="0" type="line"/>
<point x="281" y="0" type="line"/>
<point x="304" y="348" type="line"/>
<point x="308" y="391" type="line"/>
<point x="304" y="391" type="line"/>
<point x="288" y="348" type="line"/>
<point x="185" y="0" type="line"/>
<point x="101" y="0" type="line"/>
<point x="158" y="735" type="line"/>
<point x="258" y="735" type="line"/>
<point x="220" y="353" type="line"/>
<point x="216" y="329" type="line"/>
<point x="224" y="329" type="line"/>
<point x="233" y="353" type="line"/>
<point x="360" y="735" type="line"/>
<point x="438" y="735" type="line"/>
<point x="403" y="353" type="line"/>
<point x="400" y="329" type="line"/>
<point x="408" y="329" type="line"/>
<point x="416" y="353" type="line"/>
<point x="540" y="735" type="line"/>
<point x="640" y="735" type="line"/>
<point x="385" y="0" type="line"/>
<point x="301" y="0" type="line"/>
<point x="324" y="348" type="line"/>
<point x="328" y="391" type="line"/>
<point x="324" y="391" type="line"/>
<point x="308" y="348" type="line"/>
</contour>
<contour>
<point x="223" y="735" type="move" name="top"/>
<point x="243" y="735" type="move" name="top"/>
</contour>
</outline>
</glyph>
11 changes: 11 additions & 0 deletions source/League Gothic Italic-Italic.ufo/kerning.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>A</key>
<dict>
<key>W</key>
<integer>-30</integer>
</dict>
</dict>
</plist>
59 changes: 33 additions & 26 deletions source/LeagueGothic-italic.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DisplayStrings = (
"\"",
"'",
"'mia' IS \"AWESOME\"",
"'mia' awesome \012SWEATING \"AWESOME\"",
W
);
copyright = "2009 - 2011, The League of Moveable Type";
Expand Down Expand Up @@ -3512,13 +3512,13 @@ unicode = 0056;
},
{
glyphname = W;
lastChange = "2012-08-26 16:36:42 +0000";
lastChange = "2012-08-26 16:41:24 +0000";
layers = (
{
anchors = (
{
name = top;
position = "{223, 735}";
position = "{243, 735}";
}
);
layerId = "E10EC336-1202-48FF-9A55-15876E80CDFD";
Expand All @@ -3527,32 +3527,32 @@ paths = (
{
closed = 1;
nodes = (
"165 0 LINE",
"81 0 LINE",
"138 735 LINE",
"238 735 LINE",
"200 353 LINE",
"196 329 LINE",
"204 329 LINE",
"213 353 LINE",
"340 735 LINE",
"418 735 LINE",
"383 353 LINE",
"380 329 LINE",
"388 329 LINE",
"396 353 LINE",
"520 735 LINE",
"620 735 LINE",
"365 0 LINE",
"281 0 LINE",
"304 348 LINE",
"308 391 LINE",
"304 391 LINE",
"288 348 LINE"
"185 0 LINE",
"101 0 LINE",
"158 735 LINE",
"258 735 LINE",
"220 353 LINE",
"216 329 LINE",
"224 329 LINE",
"233 353 LINE",
"360 735 LINE",
"438 735 LINE",
"403 353 LINE",
"400 329 LINE",
"408 329 LINE",
"416 353 LINE",
"540 735 LINE",
"640 735 LINE",
"385 0 LINE",
"301 0 LINE",
"324 348 LINE",
"328 391 LINE",
"324 391 LINE",
"308 348 LINE"
);
}
);
width = 476;
width = 496;
}
);
unicode = 0057;
Expand Down Expand Up @@ -21530,6 +21530,13 @@ instances = (
name = Italic;
}
);
kerning = {
"E10EC336-1202-48FF-9A55-15876E80CDFD" = {
A = {
W = "-30";
};
};
};
manufacturer = "The League of Moveable Type";
manufacturerURL = "http://theleagueofmoveabletype.com";
unitsPerEm = 1000;
Expand Down

0 comments on commit 2a04a5b

Please sign in to comment.