diff --git a/src/autofit/afblue.c b/src/autofit/afblue.c index 22ef6d5a8..6e214c872 100644 --- a/src/autofit/afblue.c +++ b/src/autofit/afblue.c @@ -108,7 +108,7 @@ }; - /* stringsets are specific to scripts */ + /* stringsets are specific to styles */ FT_LOCAL_ARRAY_DEF( AF_Blue_StringRec ) af_blue_stringsets[] = { diff --git a/src/autofit/afblue.cin b/src/autofit/afblue.cin index c693d89f7..c6762bec3 100644 --- a/src/autofit/afblue.cin +++ b/src/autofit/afblue.cin @@ -27,7 +27,7 @@ }; - /* stringsets are specific to scripts */ + /* stringsets are specific to styles */ FT_LOCAL_ARRAY_DEF( AF_Blue_StringRec ) af_blue_stringsets[] = { diff --git a/src/autofit/afblue.h b/src/autofit/afblue.h index 86a36491f..75f60df74 100644 --- a/src/autofit/afblue.h +++ b/src/autofit/afblue.h @@ -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 */ diff --git a/src/autofit/afblue.hin b/src/autofit/afblue.hin index 00282c3ba..4fc991755 100644 --- a/src/autofit/afblue.hin +++ b/src/autofit/afblue.hin @@ -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 */ diff --git a/src/autofit/afcjk.c b/src/autofit/afcjk.c index 92b1df7b5..ca32bc9d8 100644 --- a/src/autofit/afcjk.c +++ b/src/autofit/afcjk.c @@ -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. */ diff --git a/src/autofit/afcjk.h b/src/autofit/afcjk.h index b0559a203..889d49175 100644 --- a/src/autofit/afcjk.h +++ b/src/autofit/afcjk.h @@ -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. */ diff --git a/src/autofit/afindic.c b/src/autofit/afindic.c index 83460d279..75ce646b8 100644 --- a/src/autofit/afindic.c +++ b/src/autofit/afindic.c @@ -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 , . */ diff --git a/src/autofit/afindic.h b/src/autofit/afindic.h index db38e9674..9ec026a48 100644 --- a/src/autofit/afindic.h +++ b/src/autofit/afindic.h @@ -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 , . */ diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c index a01f0d344..9a3b51e2d 100644 --- a/src/autofit/aflatin.c +++ b/src/autofit/aflatin.c @@ -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. */ diff --git a/src/autofit/aflatin.h b/src/autofit/aflatin.h index 4d3269ba3..440103a8c 100644 --- a/src/autofit/aflatin.h +++ b/src/autofit/aflatin.h @@ -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. */ diff --git a/src/autofit/aflatin2.c b/src/autofit/aflatin2.c index d2cda8ba2..ae82915de 100644 --- a/src/autofit/aflatin2.c +++ b/src/autofit/aflatin2.c @@ -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. */ diff --git a/src/autofit/aflatin2.h b/src/autofit/aflatin2.h index f7f6d8d7c..a2fa72fc3 100644 --- a/src/autofit/aflatin2.h +++ b/src/autofit/aflatin2.h @@ -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. */