1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-09-11 02:25:46 +03:00
Hasklig - a code font with monospaced ligatures
Go to file
2013-01-15 16:30:16 -08:00
Roman Updates the design of the asterisk glyphs, bar, and broken bar. Updates the hinting to the default asterisk in all styles. Adds an new Medium weight to the font project. Updates design of several box drawing glyphs to center them within glyph height/width. 2013-01-15 16:30:16 -08:00
RomanMM Updates the design of the asterisk glyphs, bar, and broken bar. Updates the hinting to the default asterisk in all styles. Adds an new Medium weight to the font project. Updates design of several box drawing glyphs to center them within glyph height/width. 2013-01-15 16:30:16 -08:00
.gitignore Updates the design of the asterisk glyphs, bar, and broken bar. Updates the hinting to the default asterisk in all styles. Adds an new Medium weight to the font project. Updates design of several box drawing glyphs to center them within glyph height/width. 2013-01-15 16:30:16 -08:00
build.sh Updates the design of the asterisk glyphs, bar, and broken bar. Updates the hinting to the default asterisk in all styles. Adds an new Medium weight to the font project. Updates design of several box drawing glyphs to center them within glyph height/width. 2013-01-15 16:30:16 -08:00
features.family 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. 2012-12-06 13:34:09 -08:00
features.tables first release 2012-09-20 17:06:26 -07:00
FontMenuNameDB Updates the design of the asterisk glyphs, bar, and broken bar. Updates the hinting to the default asterisk in all styles. Adds an new Medium weight to the font project. Updates design of several box drawing glyphs to center them within glyph height/width. 2013-01-15 16:30:16 -08:00
GlyphOrderAndAliasDB 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. 2012-12-06 13:34:09 -08:00
GlyphOrderAndAliasDB_TT 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. 2012-12-06 13:34:09 -08:00
LICENSE.txt first release 2012-09-20 17:06:26 -07:00
ReadMe.html first release 2012-09-20 17:06:26 -07:00
README.md Updates the design of the asterisk glyphs, bar, and broken bar. Updates the hinting to the default asterisk in all styles. Adds an new Medium weight to the font project. Updates design of several box drawing glyphs to center them within glyph height/width. 2013-01-15 16:30:16 -08:00
relnotes.txt Updates the design of the asterisk glyphs, bar, and broken bar. Updates the hinting to the default asterisk in all styles. Adds an new Medium weight to the font project. Updates design of several box drawing glyphs to center them within glyph height/width. 2013-01-15 16:30:16 -08:00
Roadmap.txt first release 2012-09-20 17:06:26 -07:00
SourceCodePro.enc 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. 2012-12-06 13:34:09 -08:00
SourceCodeProReadMe.html Updates the design of the asterisk glyphs, bar, and broken bar. Updates the hinting to the default asterisk in all styles. Adds an new Medium weight to the font project. Updates design of several box drawing glyphs to center them within glyph height/width. 2013-01-15 16:30:16 -08:00
widthsAdjust.mark first release 2012-09-20 17:06:26 -07:00

Source Code Pro

Overview

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.

Getting Involved

Send suggestions for changes to the Source Code OpenType font project maintainer, phunt@adobe.com, for consideration.

Building

Pre-built font binaries

The font binaries are not part of the source files. They are provided in the Downloads section.

Requirements

For building binary font files from source, installation of the Adobe Font Development Kit for OpenType (AFDKO) is necessary. The AFDKO tools are widely used for font development today, and are part of most font editor applications.

Building one font

Key to building OTF or TTF fonts is makeotf, which is part of the AFDKO toolset.
Information and usage instructions can be found by executing makeotf -h.

In this repository, all necessary files are in place for building the OTF and TTF fonts.
For example, build a binary OTF font for the Regular style like this:

$ cd Roman/Regular/
$ makeotf -r

Building all fonts

For convenience, a shell script named build.sh is provided in the root directory.
It builds all OTFs and TTFs, and can be executed by typing:

$ ./build.sh

Installing

Font Installation Instructions for Windows and Mac

Font Installation Instructions for Unix-based systems