From 8a70bd1c4029688b6d1d986a034e6a9fd4d37dc3 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 8 Jan 2015 09:40:38 +0100 Subject: [PATCH] s/which/that/ --- INSTALL.git | 2 +- README | 4 ++-- TODO | 10 +++++----- no-copyright | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL.git b/INSTALL.git index a8df2c6..c189cfa 100644 --- a/INSTALL.git +++ b/INSTALL.git @@ -2,7 +2,7 @@ building and installing ttfautohint from git ============================================ -Building ttfautohint from the git repository needs some tools which are not +Building ttfautohint from the git repository needs some tools that are not required when building from a release: autoconf (2.65) diff --git a/README b/README index ce8c9fd..86a84a5 100644 --- a/README +++ b/README @@ -4,11 +4,11 @@ ttfautohint 1.3 by Werner Lemberg -This project provides a library which takes a TrueType font as the input, +This project provides a library that takes a TrueType font as the input, removes its bytecode instructions (if any), and returns a new font where all glyphs are bytecode hinted using the information given by FreeType's auto-hinting module. The idea is to provide the excellent quality of the -auto-hinter on platforms which don't use FreeType. +auto-hinter on platforms that don't use FreeType. The library has a single API function, `TTF_autohint'; see `lib/ttfautohint.h' for a detailed description. Note that the library diff --git a/TODO b/TODO index c603232..20cec31 100644 --- a/TODO +++ b/TODO @@ -34,7 +34,7 @@ user-defined blue zones? control the width of blue zones -add control over character ranges which define a script; in particular, add +add control over character ranges that define a script; in particular, add support for the PUA handle normal and bold fonts differently; cf. Infinality patches; @@ -53,10 +53,10 @@ make switching between smooth and strong hinting dependent on user-defined improve `adjust-subglyphs' by making the used PPEM value configurable -allow hinting of single glyphs, using a config file which holds the global +allow hinting of single glyphs, using a config file that holds the global settings -better handling of `incomplete' fonts (this is, fonts which lack the minimum +better handling of `incomplete' fonts (this is, fonts that lack the minimum set of glyphs necessary to determine the blue zones) add second-pass analysis to improve positioning of composite glyphs @@ -65,7 +65,7 @@ add second-pass analysis to improve positioning of composite glyphs minor improvements ------------------ -reject fonts which are `hopeless' (for example, `Lipstick') +reject fonts that are `hopeless' (for example, `Lipstick') correctly set `lowestRecPPEM' field in `head' @@ -84,7 +84,7 @@ reduce output size of option -p: 2. adjust subglyphs only if result of item 1 differs more than given threshold (default 0.5%?) -make it possible to hint fonts which aren't alphabetic at all, for example, +make it possible to hint fonts that aren't alphabetic at all, for example, icons; to do so, provide means to skip the global feature analysis better control of -i output diff --git a/no-copyright b/no-copyright index 62b73af..69f6cb5 100644 --- a/no-copyright +++ b/no-copyright @@ -1,7 +1,7 @@ -# Files which don't get a copyright, or which are taken from elsewhere. +# Files that don't get a copyright, or which are taken from elsewhere. # # All lines in this file are patterns, including the comment lines; this -# means that e.g. `bootstrap' matches all files which have this string in +# means that e.g. `bootstrap' matches all files that have this string in # the file name (including the path relative to the current directory, # always starting with `./'). # -- 2.11.4.GIT