Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
CSS Orientation Test OpenType Fonts Open @ Adobe
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiishi committed Nov 26, 2014
1 parent 77695d8 commit fcfdaf1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 30 deletions.
30 changes: 0 additions & 30 deletions fonts/adobe-fonts/README

This file was deleted.

36 changes: 36 additions & 0 deletions fonts/adobe-fonts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
CSS Orientation Test
====

Overview
----
CSS Orientation Test are special-purpose OpenType fonts. This open source project provides all of the source files that were used to build these OpenType fonts by using the AFDKO *makeotf* tool.

Getting Involved
----
Send suggestions for changes to the CSS Orientation Test project maintainer, lunde@adobe.com, for consideration.

Building
====

Pre-built font binaries
----
The installable font resources (font binaries) are not part of the source files. They are available on [Open@Adobe](https://sourceforge.net/projects/csso9ntestfonts.adobe/files/).


Requirements
----

For building binary font files from source, installation of the [Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO) is necessary. The AFDKO tools are widely used for font development today, and are part of most font editor applications.

Building the fonts
----

The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Information and usage instructions can be found by executing *makeotf -h*.

In this repository, all necessary files are in place for building the OpenType fonts. For example, build a binary OTF font for the full-width version like this, which also includes a post-process for inserting a "stub" 'DSIG' table:

% makeotf -f cidfont.ps -r -ch UnicodeAll-UTF32-H
% sfntedit -a DSIG=DSIG.bin CSSFWOrientationTest.otf
% sfntedit -f CSSFWOrientationTest.otf

That is all.

0 comments on commit fcfdaf1

Please sign in to comment.