[autofit] Minor.

This commit is contained in:
Werner Lemberg 2013-12-19 15:24:39 +01:00
parent 73f3198101
commit 4593062207
12 changed files with 15 additions and 12 deletions

View File

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

View File

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

View File

@ -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 */

View File

@ -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 */

View File

@ -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. */

View File

@ -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. */

View File

@ -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>. */

View File

@ -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>. */

View File

@ -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. */

View File

@ -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. */

View File

@ -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. */

View File

@ -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. */