|
1 | | -Source Code Pro |
2 | | -==== |
| 1 | +# Source Code Pro |
3 | 2 |
|
4 | | -Overview |
5 | | ----- |
6 | 3 | Source Code Pro is a set of OpenType fonts that have been designed to work well |
7 | 4 | in user interface (UI) environments. In addition to a functional OpenType font, this open |
8 | 5 | source project provides all of the source files that were used to build this OpenType font |
9 | 6 | by using the AFDKO makeotf tool. |
10 | 7 |
|
11 | | -Getting Involved |
12 | | ----- |
13 | | -Send suggestions for changes to the Source Code OpenType font project maintainer, |
14 | | -[email protected], for consideration. |
| 8 | +## Download font binaries (OTF and TTF files) |
15 | 9 |
|
| 10 | +The font binaries are not part of the repository. They can be |
| 11 | +[downloaded from SourceForge here](https://sourceforge.net/projects/sourcecodepro.adobe/files/). |
16 | 12 |
|
17 | | -Font Binaries (OTF and TTF files) |
18 | | -==== |
19 | | -The font binaries are not part of the repository. They can be downloaded from [SourceForge](https://sourceforge.net/projects/sourcecodepro.adobe/files/). |
| 13 | +## Installation instructions |
20 | 14 |
|
| 15 | +* [Mac OS X](http://support.apple.com/kb/HT2509) |
| 16 | +* [Windows](http://windows.microsoft.com/en-us/windows-vista/install-or-uninstall-fonts) |
| 17 | +* [Linux/Unix-based systems](https://github.com/adobe/source-code-pro/issues/17#issuecomment-8967116) |
21 | 18 |
|
22 | | -Building Font Binaries |
23 | | -==== |
| 19 | +## Building from source |
24 | 20 |
|
25 | | -Requirements |
26 | | ----- |
| 21 | +### Requirements |
27 | 22 |
|
28 | | -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. |
| 23 | +To build the binary font files from source, you need to have installed the |
| 24 | +[Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO). The AFDKO |
| 25 | +tools are widely used for font development today, and are part of most font |
| 26 | +editor applications. |
29 | 27 |
|
30 | | -Building one font |
31 | | ----- |
| 28 | +### Building one font |
32 | 29 |
|
33 | | -Key to building OTF or TTF fonts is `makeotf`, which is part of the AFDKO toolset. |
| 30 | +The key to building OTF or TTF fonts is `makeotf`, which is part of the AFDKO toolset. |
34 | 31 | Information and usage instructions can be found by executing `makeotf -h`. |
35 | 32 |
|
36 | 33 | In this repository, all necessary files are in place for building the OTF and TTF fonts. |
37 | 34 | For example, build a binary OTF font for the Regular style like this: |
38 | 35 |
|
39 | | - $ cd Roman/Regular/ |
| 36 | + $ cd Roman/Regular/ |
40 | 37 | $ makeotf -r |
41 | 38 |
|
42 | | - |
43 | | -Building all fonts |
44 | | ----- |
| 39 | +### Building all fonts |
45 | 40 |
|
46 | 41 | For convenience, a shell script named `build.sh` is provided in the root directory. |
47 | 42 | It builds all OTFs and TTFs, and can be executed by typing: |
48 | 43 |
|
49 | 44 | $ ./build.sh |
50 | 45 |
|
| 46 | +## Getting Involved |
51 | 47 |
|
52 | | -Installing |
53 | | -==== |
| 48 | +Send suggestions for changes to the Source Code OpenType font project maintainer, |
| 49 | +[email protected], for consideration. |
54 | 50 |
|
55 | | -[Font Installation Instructions for Windows and Mac](http://www.adobe.com/type/browser/fontinstall/instructions_english.html) |
56 | 51 |
|
57 | | -[Font Installation Instructions for Unix-based systems](https://github.com/adobe/source-code-pro/issues/17#issuecomment-8967116) |
58 | 52 |
|
0 commit comments