1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-09-17 13:37:21 +03:00

Merge pull request #53 from statico/readme

README improvements for people like me who can't read
This commit is contained in:
Miguel Sousa 2013-04-29 12:38:32 -07:00
commit 5f7722bd96

View File

@ -1,58 +1,52 @@
Source Code Pro
====
# 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.
## Download font binaries (OTF and TTF files)
The font binaries are not part of the repository. They can be
[downloaded from SourceForge here](https://sourceforge.net/projects/sourcecodepro.adobe/files/).
Font Binaries (OTF and TTF files)
====
The font binaries are not part of the repository. They can be downloaded from [SourceForge](https://sourceforge.net/projects/sourcecodepro.adobe/files/).
## Installation instructions
* [Mac OS X](http://support.apple.com/kb/HT2509)
* [Windows](http://windows.microsoft.com/en-us/windows-vista/install-or-uninstall-fonts)
* [Linux/Unix-based systems](https://github.com/adobe/source-code-pro/issues/17#issuecomment-8967116)
Building Font Binaries
====
## Building from source
Requirements
----
### Requirements
To build the binary font files from source, you need to have installed the [Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO). The AFDKO tools are widely used for font development today, and are part of most font editor applications.
To build the binary font files from source, you need to have installed the
[Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO). The AFDKO
tools are widely used for font development today, and are part of most font
editor applications.
Building one font
----
### Building one font
Key to building OTF or TTF fonts is `makeotf`, which is part of the AFDKO toolset.
The 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/
$ cd Roman/Regular/
$ makeotf -r
Building all fonts
----
### 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
## Getting Involved
Installing
====
Send suggestions for changes to the Source Code OpenType font project maintainer,
phunt@adobe.com, for consideration.
[Font Installation Instructions for Windows and Mac](http://www.adobe.com/type/browser/fontinstall/instructions_english.html)
[Font Installation Instructions for Unix-based systems](https://github.com/adobe/source-code-pro/issues/17#issuecomment-8967116)