Bumped SourceCodePro to 1.017
- Totally overhauled font install process since the previous version required lots of interaction / prompting to upgrade existing fonts AND had a clunky UI dialog when installing fonts for the first time - Leveraging Windows Powershell sample script that compiles C# on the fly to call Win32 APIs that deal with fonts - Elevate to admin to run the new stuff - no reboot required
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>SourceCodePro</id>
|
||||
<title>Source Code Pro Programming Font</title>
|
||||
<version>1.010</version>
|
||||
<version>1.017.1</version>
|
||||
<authors>Adobe Systems Incorporated</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>Monospaced OpenType programming font</summary>
|
||||
@@ -14,9 +14,56 @@
|
||||
<licenseUrl>https://github.com/adobe/Source-Code-Pro/blob/master/LICENSE.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<iconUrl>http://blogs.adobe.com/typblography/files/2012/09/SourceCodeSplash.png</iconUrl>
|
||||
<releaseNotes></releaseNotes>
|
||||
<releaseNotes> version 1.017 created 2013/01/11
|
||||
|
||||
Updates the hinting to the default asterisk in some styles that were missed in the previous version.
|
||||
Updates the design of the asterisk glyphs, bar, and broken bar.
|
||||
|
||||
|
||||
version 1.016 created 2013/01/09
|
||||
|
||||
Updates the hinting to the default asterisk in all styles.
|
||||
Adds an new Medium weight to the font project.
|
||||
Updates design of the following glyphs to center them within glyph height/width:
|
||||
lighttrpldashhorzbxd
|
||||
heavytrpldashhorzbxd
|
||||
lighttrpldashvertbxd
|
||||
heavytrpldashvertbxd
|
||||
lightquaddashhorzbxd
|
||||
heavyquaddashhorzbxd
|
||||
lightquaddashvertbxd
|
||||
heavyquaddashvertbxd
|
||||
lightdbldashhorzbxd
|
||||
heavydbldashhorzbxd
|
||||
lightdbldashvertbxd
|
||||
heavydbldashvertbxd
|
||||
|
||||
|
||||
version 1.013 created 2012/11/29
|
||||
|
||||
Updates design of asterisk and hyphen to accommodate coders' preferences.
|
||||
Realigns math and punctuation glyphs.
|
||||
Adds a stylistic set <ss01> for typographic alternates.
|
||||
Adds a stylistic set <ss04> for alternate dollar sign.
|
||||
Adds a small number of IPA characters.
|
||||
Adds box drawing characters and block elements.
|
||||
|
||||
|
||||
version 1.011 created 2012/10/19
|
||||
|
||||
Rebuilt fonts with new MakeOTF version.
|
||||
|
||||
version 1.010 created 2012/09/30
|
||||
|
||||
Fixed TrueType hinting problem in Bold ampersand.
|
||||
|
||||
version 1.009 created 2012/09/20
|
||||
|
||||
First release.
|
||||
</releaseNotes>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools\**" target="tools" />
|
||||
<file src="..\core\FontHelpers.ps1" target="tools" />
|
||||
</files>
|
||||
</package>
|
||||
|
Reference in New Issue
Block a user