-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from anthrotype/fix-use-my-metrics
Fix autoUseMyMetrics when convertCubics=True
- Loading branch information
Showing
10 changed files
with
155 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ascender</key> | ||
<real>2146.0</real> | ||
<key>capHeight</key> | ||
<real>1456.0</real> | ||
<key>copyright</key> | ||
<string>Copyright 2011 Google Inc. All Rights Reserved.</string> | ||
<key>descender</key> | ||
<real>-555.0</real> | ||
<key>familyName</key> | ||
<string>Roboto</string> | ||
<key>italicAngle</key> | ||
<integer>0</integer> | ||
<key>openTypeNameDesigner</key> | ||
<string>Christian Robertson</string> | ||
<key>openTypeNameDesignerURL</key> | ||
<string>Google.com</string> | ||
<key>openTypeNameLicense</key> | ||
<string>Licensed under the Apache License, Version 2.0</string> | ||
<key>openTypeNameLicenseURL</key> | ||
<string>http://www.apache.org/licenses/LICENSE-2.0</string> | ||
<key>openTypeNameManufacturer</key> | ||
<string>Google</string> | ||
<key>openTypeNameManufacturerURL</key> | ||
<string>Google.com</string> | ||
<key>styleName</key> | ||
<string>Regular</string> | ||
<key>trademark</key> | ||
<string>Roboto is a trademark of Google.</string> | ||
<key>unitsPerEm</key> | ||
<real>2048.0</real> | ||
<key>versionMajor</key> | ||
<integer>0</integer> | ||
<key>versionMinor</key> | ||
<integer>0</integer> | ||
<key>xHeight</key> | ||
<real>1082.0</real> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<glyph name="I" format="2"> | ||
<advance width="557"/> | ||
<unicode hex="0049"/> | ||
<outline> | ||
<contour> | ||
<point x="376" y="1456" type="line"/> | ||
<point x="183" y="1456" type="line"/> | ||
<point x="183" y="0" type="line"/> | ||
<point x="376" y="0" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<glyph name="Iacute" format="2"> | ||
<advance width="557"/> | ||
<unicode hex="00CD"/> | ||
<outline> | ||
<component base="acute" xOffset="81" yOffset="325"/> | ||
<component base="I"/> | ||
</outline> | ||
</glyph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<glyph name="acute" format="2"> | ||
<advance width="642"/> | ||
<unicode hex="00B4"/> | ||
<outline> | ||
<contour> | ||
<point x="123" y="1242" type="line"/> | ||
<point x="272" y="1242" type="line"/> | ||
<point x="540" y="1536" type="line"/> | ||
<point x="317" y="1536" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>I</key> | ||
<string>I_.glif</string> | ||
<key>Iacute</key> | ||
<string>I_acute.glif</string> | ||
<key>acute</key> | ||
<string>acute.glif</string> | ||
<key>romanthree</key> | ||
<string>romanthree.glif</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<glyph name="romanthree" format="2"> | ||
<advance width="1593"/> | ||
<unicode hex="2162"/> | ||
<outline> | ||
<component base="I"/> | ||
<component base="I" xOffset="517"/> | ||
<component base="I" xOffset="1034"/> | ||
</outline> | ||
</glyph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<array> | ||
<array> | ||
<string>foreground</string> | ||
<string>glyphs</string> | ||
</array> | ||
</array> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>creator</key> | ||
<string>org.robofab.ufoLib</string> | ||
<key>formatVersion</key> | ||
<integer>3</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters