summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-07-02 15:52:36 +0200
committerWerner Lemberg <wl@gnu.org>2018-07-02 15:52:36 +0200
commit396051daee490544322b6ca5964772ecbebeac52 (patch)
treeb938106afca32005993faf95b44f1cdb4c864898
parent7edc937fe679d14d66f55cf6f7fa607925d38f3c (diff)
downloadfreetype2-396051daee490544322b6ca5964772ecbebeac52.tar.gz
s/xxx specific foo/xxx-specific foo/.
-rw-r--r--include/freetype/freetype.h42
-rw-r--r--include/freetype/ftcid.h4
-rw-r--r--include/freetype/ftpfr.h2
-rw-r--r--include/freetype/ftwinfnt.h4
-rw-r--r--include/freetype/internal/ftcalc.h2
-rw-r--r--include/freetype/t1tables.h4
-rw-r--r--include/freetype/tttables.h2
7 files changed, 26 insertions, 34 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 2f58d25b3..b47b0e4b6 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -843,9 +843,8 @@ FT_BEGIN_HEADER
* other formats.
*
* encoding_id ::
- * A platform specific encoding number. This also
- * comes from the TrueType specification and gets
- * emulated similarly.
+ * A platform-specific encoding number. This also comes from the
+ * TrueType specification and gets emulated similarly.
*/
typedef struct FT_CharMapRec_
{
@@ -952,17 +951,13 @@ FT_BEGIN_HEADER
* used in the font.
*
* family_name ::
- * The face's family name. This is an ASCII
- * string, usually in English, that describes
- * the typeface's family (like `Times New
- * Roman', `Bodoni', `Garamond', etc). This
- * is a least common denominator used to list
- * fonts. Some formats (TrueType & OpenType)
- * provide localized and Unicode versions of
- * this string. Applications should use the
- * format specific interface to access them.
- * Can be NULL (e.g., in fonts embedded in a
- * PDF file).
+ * The face's family name. This is an ASCII string, usually in
+ * English, that describes the typeface's family (like `Times New
+ * Roman', `Bodoni', `Garamond', etc). This is a least common
+ * denominator used to list fonts. Some formats (TrueType & OpenType)
+ * provide localized and Unicode versions of this string.
+ * Applications should use the format-specific interface to access
+ * them. Can be NULL (e.g., in fonts embedded in a PDF file).
*
* In case the font doesn't provide a specific
* family name entry, FreeType tries to
@@ -970,16 +965,13 @@ FT_BEGIN_HEADER
* entries.
*
* style_name ::
- * The face's style name. This is an ASCII
- * string, usually in English, that describes
- * the typeface's style (like `Italic',
- * `Bold', `Condensed', etc). Not all font
- * formats provide a style name, so this field
- * is optional, and can be set to NULL. As
- * for `family_name', some formats provide
- * localized and Unicode versions of this
- * string. Applications should use the format
- * specific interface to access them.
+ * The face's style name. This is an ASCII string, usually in
+ * English, that describes the typeface's style (like `Italic',
+ * `Bold', `Condensed', etc). Not all font formats provide a style
+ * name, so this field is optional, and can be set to NULL. As for
+ * `family_name', some formats provide localized and Unicode versions
+ * of this string. Applications should use the format-specific
+ * interface to access them.
*
* num_fixed_sizes ::
* The number of bitmap strikes in the face.
@@ -4699,7 +4691,7 @@ FT_BEGIN_HEADER
* Compute `(a*b)/c' with maximum accuracy, using a 64-bit
* intermediate integer whenever necessary.
*
- * This function isn't necessarily as fast as some processor specific
+ * This function isn't necessarily as fast as some processor-specific
* operations, but is at least completely portable.
*
* @input:
diff --git a/include/freetype/ftcid.h b/include/freetype/ftcid.h
index 29d99a462..b427cbdfa 100644
--- a/include/freetype/ftcid.h
+++ b/include/freetype/ftcid.h
@@ -41,10 +41,10 @@ FT_BEGIN_HEADER
* CID Fonts
*
* @abstract:
- * CID-keyed font specific API.
+ * CID-keyed font-specific API.
*
* @description:
- * This section contains the declaration of CID-keyed font specific
+ * This section contains the declaration of CID-keyed font-specific
* functions.
*
*/
diff --git a/include/freetype/ftpfr.h b/include/freetype/ftpfr.h
index 925261d66..deaae6122 100644
--- a/include/freetype/ftpfr.h
+++ b/include/freetype/ftpfr.h
@@ -41,7 +41,7 @@ FT_BEGIN_HEADER
* PFR Fonts
*
* @abstract:
- * PFR/TrueDoc specific API.
+ * PFR/TrueDoc-specific API.
*
* @description:
* This section contains the declaration of PFR-specific functions.
diff --git a/include/freetype/ftwinfnt.h b/include/freetype/ftwinfnt.h
index a3bddc645..9358368e3 100644
--- a/include/freetype/ftwinfnt.h
+++ b/include/freetype/ftwinfnt.h
@@ -41,10 +41,10 @@ FT_BEGIN_HEADER
* Window FNT Files
*
* @abstract:
- * Windows FNT specific API.
+ * Windows FNT-specific API.
*
* @description:
- * This section contains the declaration of Windows FNT specific
+ * This section contains the declaration of Windows FNT-specific
* functions.
*
*/
diff --git a/include/freetype/internal/ftcalc.h b/include/freetype/internal/ftcalc.h
index 38c6f7741..02467e983 100644
--- a/include/freetype/internal/ftcalc.h
+++ b/include/freetype/internal/ftcalc.h
@@ -256,7 +256,7 @@ FT_BEGIN_HEADER
* (without rounding) with maximum accuracy (it uses a 64-bit
* intermediate integer whenever necessary).
*
- * This function isn't necessarily as fast as some processor specific
+ * This function isn't necessarily as fast as some processor-specific
* operations, but is at least completely portable.
*
* @input:
diff --git a/include/freetype/t1tables.h b/include/freetype/t1tables.h
index 4a38df779..cf4ea1241 100644
--- a/include/freetype/t1tables.h
+++ b/include/freetype/t1tables.h
@@ -43,10 +43,10 @@ FT_BEGIN_HEADER
* Type 1 Tables
*
* @abstract:
- * Type~1 (PostScript) specific font tables.
+ * Type~1-specific font tables.
*
* @description:
- * This section contains the definition of Type 1-specific tables,
+ * This section contains the definition of Type~1-specific tables,
* including structures related to other PostScript font formats.
*
* @order:
diff --git a/include/freetype/tttables.h b/include/freetype/tttables.h
index 57bbc036d..c23d3c69b 100644
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -42,7 +42,7 @@ FT_BEGIN_HEADER
* TrueType Tables
*
* @abstract:
- * TrueType specific table types and functions.
+ * TrueType-specific table types and functions.
*
* @description:
* This section contains definitions of some basic tables specific to