- 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
70 lines
2.6 KiB
XML
70 lines
2.6 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<metadata>
|
|
<id>SourceCodePro</id>
|
|
<title>Source Code Pro Programming Font</title>
|
|
<version>1.017.1</version>
|
|
<authors>Adobe Systems Incorporated</authors>
|
|
<owners>Ethan Brown</owners>
|
|
<summary>Monospaced OpenType programming font</summary>
|
|
<description>Source Code Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments. In addition to a functional OpenType font, this open source project provides all of the source files that were used to build this OpenType font by using the AFDKO makeotf tool.
|
|
</description>
|
|
<projectUrl>https://github.com/adobe/Source-Code-Pro</projectUrl>
|
|
<tags>monospace opentype programming font</tags>
|
|
<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> 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>
|