freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 396051d: s/xxx specific foo/xxx-specific foo/.


From: Werner LEMBERG
Subject: [freetype2] master 396051d: s/xxx specific foo/xxx-specific foo/.
Date: Mon, 2 Jul 2018 09:53:13 -0400 (EDT)

branch: master
commit 396051daee490544322b6ca5964772ecbebeac52
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    s/xxx specific foo/xxx-specific foo/.
---
 include/freetype/freetype.h        | 42 +++++++++++++++-----------------------
 include/freetype/ftcid.h           |  4 ++--
 include/freetype/ftpfr.h           |  2 +-
 include/freetype/ftwinfnt.h        |  4 ++--
 include/freetype/internal/ftcalc.h |  2 +-
 include/freetype/t1tables.h        |  4 ++--
 include/freetype/tttables.h        |  2 +-
 7 files changed, 26 insertions(+), 34 deletions(-)

diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 2f58d25..b47b0e4 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 29d99a4..b427cbd 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 925261d..deaae61 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 a3bddc6..9358368 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 38c6f77..02467e9 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 4a38df7..cf4ea12 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 57bbc03..c23d3c6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]