-
Notifications
You must be signed in to change notification settings - Fork 13
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 #1182 from googlefonts/fixedp
Fix the pitch!
- Loading branch information
Showing
13 changed files
with
244 additions
and
0 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
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
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,17 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<designspace format="5.0"> | ||
<axes> | ||
<axis tag="wght" name="Weight" minimum="400" maximum="400" default="400"/> | ||
</axes> | ||
<sources> | ||
<source filename="FixedPitch.ufo" name="FP Regular" familyname="FP" stylename="Regular"> | ||
<lib copy="1"/> | ||
<groups copy="1"/> | ||
<features copy="1"/> | ||
<info copy="1"/> | ||
<location> | ||
<dimension name="Weight" xvalue="400"/> | ||
</location> | ||
</source> | ||
</sources> | ||
</designspace> |
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,40 @@ | ||
<?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> | ||
<integer>800</integer> | ||
<key>capHeight</key> | ||
<integer>700</integer> | ||
<key>descender</key> | ||
<integer>-200</integer> | ||
<key>familyName</key> | ||
<string>FP</string> | ||
<key>italicAngle</key> | ||
<integer>0</integer> | ||
<key>openTypeOS2Type</key> | ||
<array> | ||
<integer>3</integer> | ||
</array> | ||
<key>postscriptIsFixedPitch</key> | ||
<true/> | ||
<key>postscriptUnderlinePosition</key> | ||
<integer>-100</integer> | ||
<key>postscriptUnderlineThickness</key> | ||
<integer>50</integer> | ||
<key>styleMapFamilyName</key> | ||
<string>FP</string> | ||
<key>styleMapStyleName</key> | ||
<string>regular</string> | ||
<key>styleName</key> | ||
<string>Regular</string> | ||
<key>unitsPerEm</key> | ||
<integer>1000</integer> | ||
<key>versionMajor</key> | ||
<integer>1</integer> | ||
<key>versionMinor</key> | ||
<integer>0</integer> | ||
<key>xHeight</key> | ||
<integer>500</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?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>meh</key> | ||
<string>meh.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,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<glyph name="meh" format="2"> | ||
<advance width="600"/> | ||
<outline> | ||
</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>public.default</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,64 @@ | ||
<?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>com.github.googlei18n.ufo2ft.featureWriters</key> | ||
<array> | ||
<dict> | ||
<key>class</key> | ||
<string>CursFeatureWriter</string> | ||
</dict> | ||
<dict> | ||
<key>class</key> | ||
<string>KernFeatureWriter</string> | ||
</dict> | ||
<dict> | ||
<key>class</key> | ||
<string>MarkFeatureWriter</string> | ||
</dict> | ||
<dict> | ||
<key>class</key> | ||
<string>GdefFeatureWriter</string> | ||
</dict> | ||
</array> | ||
<key>com.github.googlei18n.ufo2ft.filters</key> | ||
<array> | ||
<dict> | ||
<key>name</key> | ||
<string>eraseOpenCorners</string> | ||
<key>namespace</key> | ||
<string>glyphsLib.filters</string> | ||
<key>pre</key> | ||
<true/> | ||
</dict> | ||
</array> | ||
<key>com.schriftgestaltung.customParameter.GSFont.disablesAutomaticAlignment</key> | ||
<false/> | ||
<key>com.schriftgestaltung.customParameter.GSFont.useNiceNames</key> | ||
<integer>1</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.customValue</key> | ||
<integer>0</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.customValue1</key> | ||
<integer>0</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.customValue2</key> | ||
<integer>0</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.customValue3</key> | ||
<integer>0</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.iconName</key> | ||
<string></string> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.weightValue</key> | ||
<integer>400</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.widthValue</key> | ||
<integer>100</integer> | ||
<key>com.schriftgestaltung.fontMasterOrder</key> | ||
<integer>0</integer> | ||
<key>com.schriftgestaltung.weightValue</key> | ||
<integer>400</integer> | ||
<key>com.schriftgestaltung.widthValue</key> | ||
<integer>100</integer> | ||
<key>public.glyphOrder</key> | ||
<array> | ||
<string>meh</string> | ||
</array> | ||
</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'?> | ||
<!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>com.github.fonttools.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
.appVersion = "3219"; | ||
.formatVersion = 3; | ||
axes = ( | ||
{ | ||
name = Weight; | ||
tag = wght; | ||
} | ||
); | ||
|
||
customParameters = ( | ||
{ | ||
name = isFixedPitch; | ||
value = 1; | ||
} | ||
); | ||
|
||
familyName = FP; | ||
fontMaster = ( | ||
{ | ||
axesValues = ( | ||
400 | ||
); | ||
id = m01; | ||
name = Regular; | ||
} | ||
); | ||
glyphs = ( | ||
{ | ||
glyphname = meh; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
width = 600; | ||
} | ||
); | ||
} | ||
); | ||
unitsPerEm = 1000; | ||
} |
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