s/xxx specific foo/xxx-specific foo/.

This commit is contained in:
Werner Lemberg 2018-07-02 15:52:36 +02:00
parent 7edc937fe6
commit 396051daee
7 changed files with 26 additions and 34 deletions

View File

@ -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:

View File

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

View File

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

View File

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

View File

@ -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:

View File

@ -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:

View File

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