shithub: freetype+ttf2subf

Download patch

ref: 2b623fe4f69485bc66eccb49757c703b99eba788
parent: 7cbfdffa49aa82e305da0a9f0040cda19275fa0a
author: Werner Lemberg <[email protected]>
date: Wed Jan 15 04:46:23 EST 2014

Minor doc issues.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -90,7 +90,7 @@
 
 
       /* XXX: Extend this with a list of possible standard characters: */
-      /*      Especially in non-default coverages, a singe standard    */
+      /*      Especially in non-default coverages, a single standard   */
       /*      character may not be available.                          */
       af_get_char_index( &metrics->root,
                          script_class->standard_char,
--- a/src/autofit/aftypes.h
+++ b/src/autofit/aftypes.h
@@ -4,7 +4,7 @@
 /*                                                                         */
 /*    Auto-fitter types (specification only).                              */
 /*                                                                         */
-/*  Copyright 2003-2009, 2011-2013 by                                      */
+/*  Copyright 2003-2009, 2011-2014 by                                      */
 /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
 /*                                                                         */
 /*  This file is part of the FreeType project, and may only be used,       */
@@ -233,9 +233,9 @@
   /*************************************************************************/
 
   /*
-   *  In FreeType, a writing system consists of multiple scripts that can
-   *  be handled similarly *in a typographical way*; the relationship is not
-   *  based on history.  For example, both the Greek and the unrelated
+   *  For the auto-hinter, a writing system consists of multiple scripts that
+   *  can be handled similarly *in a typographical way*; the relationship is
+   *  not based on history.  For example, both the Greek and the unrelated
    *  Armenian scripts share the same features like ascender, descender,
    *  x-height, etc.  Essentially, a writing system is covered by a
    *  submodule of the auto-fitter; it contains
--- a/src/autofit/hbshim.c
+++ b/src/autofit/hbshim.c
@@ -289,9 +289,9 @@
     /*
      * Various OpenType features might use the same glyphs at different
      * vertical positions; for example, superscript and subscript glyphs
-     * could be the same.  However, FreeType's auto-hinting is completely
+     * could be the same.  However, the auto-hinter is completely
      * agnostic of OpenType features after the feature analysis has been
-     * completed: FreeType then simply receives a glyph index and returns a
+     * completed: The engine then simply receives a glyph index and returns a
      * hinted and usually rendered glyph.
      *
      * Consider the superscript feature of font `pala.ttf': Some of the
@@ -485,7 +485,7 @@
   }
 
 
-#else /* !FT_CONFIG_OPTION_USE_HARDBUZZ */
+#else /* !FT_CONFIG_OPTION_USE_HARFBUZZ */
 
 
   FT_Error