Skip to content

Commit

Permalink
Release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davelab6 committed Jun 14, 2016
1 parent a5647fc commit f5ebc1e
Show file tree
Hide file tree
Showing 46 changed files with 2,686 additions and 285 deletions.
64 changes: 46 additions & 18 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Colophon Space Mono
===================
Space Mono by Colophon
======================

Space Mono is an original monospace display typeface family designed by Colophon for Google Design.
Space Mono is an original monospace display typeface family designed by Colophon Foundry for Google Design.

It supports a Latin Extended glyph set, enabling typesetting for English and other Western European languages.

Expand All @@ -15,35 +15,62 @@ Space Mono is available under the SIL Open Font License v1.1, for more details s
Contributions
-------------

The project is led by Colophon, a type design foundry based in London and New York.
To contribute ideas and feedback, see [github.com/googlefonts/spacemono/issues](https://github.com/googlefonts/spacemono/issues)
The project is led by Colophon, a type design foundry based in London and Los Angeles.
To contribute ideas and feedback, see [github.com/googlefonts/spacemono](https://github.com/googlefonts/spacemono)

We may accept contributions via GitHub pull requests, but require all authors to sign the Google Contributor License.
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more details.

Disclaimer
----------

This is not an official Google product (experimental or otherwise), it is just work that happens to be owned by Google.
This is not an official Google product (experimental or otherwise,) it is just work that happens to be owned by Google.

Source Files
------------

```
└── sources
├── FontMenuNameDB # Contains font family names for each style naming
└── Roman # Two folders containing all of the information needed to build the fonts
├── Bold
├── Roman # Two folders containing all of the information needed to build the fonts
│ ├── Bold
│ │   ├── GlyphOrderAndAliasDB
│ │   ├── Space-Mono-Bold-NH.ttf # Non-hinted TTF
│ │   ├── Space-Mono-Bold-source.ttf # Hinted Source
│ │   ├── Space-Mono-Bold.ttf # Final TTF
│ │   ├── Space-Mono-Bold_QUADRATIC.vfb # Quadratic source VFB
│ │   ├── Space-Mono-Bold.vfb # Cubic (PS) source VFB
│ │   ├── current.fpr
│ │   ├── features
│ │   └── fontinfo
│ └── Regular
│ ├── GlyphOrderAndAliasDB
│ ├── Space-Mono-Regular-NH.ttf # Non-hinted TTF
│ ├── Space-Mono-Regular-source.ttf # Hinted Source
│ ├── Space-Mono-Regular.ttf # Final TTF
│ ├── Space-Mono-Regular_QUADRATIC.vfb # Quadratic source VFB
│ ├── Space-Mono-Regular.vfb # Cubic (PS) source VFB
│ ├── current.fpr
│ ├── features
│ └── fontinfo
└── Italics # Two folders containing all of the information needed to build the fonts
├── Bold Italic
│   ├── GlyphOrderAndAliasDB
│   ├── SpaceMono-Bold-Beta-4.ttf
│   ├── SpaceMono-Bold-Beta4-Source.ttf
│   ├── Space-Mono-Bold-Italic-NH.ttf # Non-hinted TTF
│   ├── Space-Mono-Bold-Italic-source.ttf # Hinted Source
│   ├── Space-Mono-Bold-Italic.ttf # Final TTF
│   ├── Space-Mono-Bold-Italic_QUADRATIC.vfb # Quadratic source VFB
│   ├── Space-Mono-Bold-ItalicC.vfb # Cubic (PS) source VFB
│   ├── current.fpr
│   ├── features
│   └── fontinfo
└── Regular
└── Regular Italic
├── GlyphOrderAndAliasDB
├── SpaceMono-Regular-Beta5-Source.ttf
├── SpaceMono-Regular-Beta5.ttf
├── Space-Mono-Regular-Italic-NH.ttf # Non-hinted TTF
├── Space-Mono-Regular-Italic-source.ttf # Hinted Source
├── Space-Mono-Regular-Italic.ttf # Final TTF
├── Space-Mono-Regular-Italic_QUADRATIC.vfb # Quadratic source VFB
├── Space-Mono-Regular-Italic.vfb # Cubic (PS) source VFB
├── current.fpr
├── features
└── fontinfo
Expand All @@ -52,9 +79,10 @@ Source Files
Build Instructions
------------------

Use the [Adobe AFDKO](https://github.com/adobe-type-tools/afdko) to build:
Use the [Adobe AFDKO](https://github.com/adobe-type-tools/afdko) to build each file similar to this:

cd sources/Roman/Regular;
makeotf -r -f SpaceMono-Regular-Beta-X-Source.ttf -o SpaceMono-Regular-Beta-X-Build.ttf;
cd ../Bold;
makeotf -r -f SpaceMono-Bold-Beta-X-Source.ttf -o SpaceMono-Bold-Beta-X-Build.ttf;
cd Sources/Roman/Regular;
makeotf -r -f Space-Mono-Regular-source.ttf -o Space-Mono-Regular.ttf;
ttfautohint Space-Mono-Regular.ttf Space-Mono-Regular-hinted.ttf;
fontbakery-fix-dsig.py Space-Mono-Regular-hinted.ttf --autofix;
mv Space-Mono-Regular-hinted.ttf.fix SpaceMono-Regular.ttf;
Binary file added fonts/SpaceMono-Bold.ttf
Binary file not shown.
Binary file added fonts/SpaceMono-BoldItalic.ttf
Binary file not shown.
Binary file added fonts/SpaceMono-Italic.ttf
Binary file not shown.
Binary file added fonts/SpaceMono-Regular.ttf
Binary file not shown.
36 changes: 18 additions & 18 deletions sources/FontMenuNameDB
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
# l=Windows_Compatible_MenuName
# m=1,Macintosh_Compatible_MenuName

[SpaceMonoBeta-Regular]
f=Space Mono Beta
[SpaceMono-Regular]
f=Space Mono
s=Regular
l=Space Mono Beta
m=1,Space Mono Beta
l=Space Mono
m=1,Space Mono

#[SpaceMonoBeta-It]
# f=Space Mono Beta
# s=Italic
# l=Space Mono Beta
# m=1,Space Mono Beta Italic
[SpaceMono-Italic]
f=Space Mono
s=Italic
l=Space Mono
m=1,Space Mono Italic

[SpaceMonoBeta-Bold]
f=Space Mono Beta
[SpaceMono-Bold]
f=Space Mono
s=Bold
l=Space Mono Beta
m=1,Space Mono Beta Bold
l=Space Mono
m=1,Space Mono Bold

#[SpaceMonoBeta-BoldIt]
# f=Space Mono Beta
# s=Bold Italic
# l=Space Mono Beta
# m=1,Space Mono Beta Bold Italic
[SpaceMono-BoldItalic]
f=Space Mono
s=Bold Italic
l=Space Mono
m=1,Space Mono Bold Italic

0 comments on commit f5ebc1e

Please sign in to comment.