From 9232bc2c83f068781a9481f0eaa1287393af8864 Mon Sep 17 00:00:00 2001 From: ReadRoberts Date: Fri, 17 Jul 2015 18:38:08 -0700 Subject: [PATCH] Fix embarrassing cut-and-paste bug in cffwrite library, used by 'tx' and related tools. Caused first value in font FontBBox array to be set the same as the last value. Affects Type1 fonts processed by autohint and checkOutlines, as well as tx itself. Updated build numbers in FDK documents, as I hope to release a new public build next week. --- FDK/AFDKO-Overview.html | 2 +- FDK/FDKReleaseNotes.txt | 7 +++++-- FDK/Read_Me_First.html | 2 +- .../Programs/public/lib/source/cffwrite/cffwrite_dict.c | 6 +++--- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/FDK/AFDKO-Overview.html b/FDK/AFDKO-Overview.html index 342ca48ed..fc645e1ad 100644 --- a/FDK/AFDKO-Overview.html +++ b/FDK/AFDKO-Overview.html @@ -28,7 +28,7 @@

1. Introduction

Once the AFDKO is installed, all the command-line programs can be run by entering the command name in a Terminal window (OSX, Windows, Linux), along with the necessary option text. All command-line tools provide usage and help text with the options -u and -h. There is a separate user documentation file only for the makeotf tool. Using a command-line window may seem alarming if you are not used to it, but it is actually quite easy to learn a useful set of commands. Please read the FDK documentation "CommandLineHowTo.pdf", sub-titled "The Joys of Command Line", for pointers on how to get started.

-

Current version 2.5 change number 64391, July 6 2015

+

Current version 2.5 change number 64655, July 17 2015

Important Changes since 2.5 change number 63782, Mar 3 2015