[autofit] Minor.

2.6.5
Werner Lemberg 11 years ago
parent 73f3198101
commit 4593062207
  1. 2
      src/autofit/afblue.c
  2. 2
      src/autofit/afblue.cin
  3. 2
      src/autofit/afblue.h
  4. 2
      src/autofit/afblue.hin
  5. 2
      src/autofit/afcjk.c
  6. 2
      src/autofit/afcjk.h
  7. 2
      src/autofit/afindic.c
  8. 3
      src/autofit/afindic.h
  9. 2
      src/autofit/aflatin.c
  10. 3
      src/autofit/aflatin.h
  11. 2
      src/autofit/aflatin2.c
  12. 3
      src/autofit/aflatin2.h

@ -108,7 +108,7 @@
};
/* stringsets are specific to scripts */
/* stringsets are specific to styles */
FT_LOCAL_ARRAY_DEF( AF_Blue_StringRec )
af_blue_stringsets[] =
{

@ -27,7 +27,7 @@
};
/* stringsets are specific to scripts */
/* stringsets are specific to styles */
FT_LOCAL_ARRAY_DEF( AF_Blue_StringRec )
af_blue_stringsets[] =
{

@ -130,7 +130,7 @@ FT_BEGIN_HEADER
/*************************************************************************/
/*************************************************************************/
/* The next level is to group blue strings into script-specific sets. */
/* The next level is to group blue strings into style-specific sets. */
/* Properties are specific to a writing system. We assume that a given */

@ -90,7 +90,7 @@ FT_BEGIN_HEADER
/*************************************************************************/
/*************************************************************************/
/* The next level is to group blue strings into script-specific sets. */
/* The next level is to group blue strings into style-specific sets. */
/* Properties are specific to a writing system. We assume that a given */

@ -2,7 +2,7 @@
/* */
/* afcjk.c */
/* */
/* Auto-fitter hinting routines for CJK script (body). */
/* Auto-fitter hinting routines for CJK writing system (body). */
/* */
/* Copyright 2006-2013 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */

@ -2,7 +2,7 @@
/* */
/* afcjk.h */
/* */
/* Auto-fitter hinting routines for CJK script (specification). */
/* Auto-fitter hinting routines for CJK writing system (specification). */
/* */
/* Copyright 2006, 2007, 2011-2013 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */

@ -2,7 +2,7 @@
/* */
/* afindic.c */
/* */
/* Auto-fitter hinting routines for Indic scripts (body). */
/* Auto-fitter hinting routines for Indic writing system (body). */
/* */
/* Copyright 2007, 2011-2013 by */
/* Rahul Bhalerao <rahul.bhalerao@redhat.com>, <b.rahul.pm@gmail.com>. */

@ -2,7 +2,8 @@
/* */
/* afindic.h */
/* */
/* Auto-fitter hinting routines for Indic scripts (specification). */
/* Auto-fitter hinting routines for Indic writing system */
/* (specification). */
/* */
/* Copyright 2007, 2012, 2013 by */
/* Rahul Bhalerao <rahul.bhalerao@redhat.com>, <b.rahul.pm@gmail.com>. */

@ -2,7 +2,7 @@
/* */
/* aflatin.c */
/* */
/* Auto-fitter hinting routines for latin script (body). */
/* Auto-fitter hinting routines for latin writing system (body). */
/* */
/* Copyright 2003-2013 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */

@ -2,7 +2,8 @@
/* */
/* aflatin.h */
/* */
/* Auto-fitter hinting routines for latin script (specification). */
/* Auto-fitter hinting routines for latin writing system */
/* (specification). */
/* */
/* Copyright 2003-2007, 2009, 2011-2013 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */

@ -2,7 +2,7 @@
/* */
/* aflatin2.c */
/* */
/* Auto-fitter hinting routines for latin script (body). */
/* Auto-fitter hinting routines for latin writing system (body). */
/* */
/* Copyright 2003-2013 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */

@ -2,7 +2,8 @@
/* */
/* aflatin2.h */
/* */
/* Auto-fitter hinting routines for latin script (specification). */
/* Auto-fitter hinting routines for latin writing system */
/* (specification). */
/* */
/* Copyright 2003-2007, 2012, 2013 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */

Loading…
Cancel
Save