Skip to content

Commit

Permalink
Version 1.035 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Lunde committed Apr 4, 2013
1 parent 12f2a3e commit 21c098e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -27,9 +27,11 @@ Building the font

Key to building OTF or TTF 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 font. For example, build a binary OTF font for the Regular style like this, which also includes a post-process for inserting a "stub" 'DSIG' table:
In this repository, all necessary files are in place for building the OpenType font. For example, build a binary OTF font for the Regular style like this, which also includes post-processes for inserting a "stub" 'DSIG' table, removing the 'VORG', 'vhea', and 'vmtx' tables, and recalculating the 'sfnt' checksum:

% makeotf -f cidfont.ps -r -ch UnicodeAll-UTF32-H
% sfntedit -a DSIG=DSIG.bin AdobeBlank.otf
% sfntedit -d VORG,vhea,vmtx AdobeBlank.otf
% sfntedit -f AdobeBlank.otf

That is all.
2 changes: 1 addition & 1 deletion features
@@ -1,7 +1,7 @@
languagesystem DFLT dflt;

table head {
FontRevision 1.030;
FontRevision 1.035;
} head;

table name {
Expand Down

0 comments on commit 21c098e

Please sign in to comment.