freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 8b36013: Minor typos, formatting.


From: Werner LEMBERG
Subject: [freetype2] master 8b36013: Minor typos, formatting.
Date: Tue, 4 Aug 2020 04:49:22 -0400 (EDT)

branch: master
commit 8b3601324fde1ba49338dd6279057cd366c25919
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    Minor typos, formatting.
---
 ChangeLog                          | 2 +-
 ChangeLog.21                       | 6 +++---
 devel/ftoption.h                   | 2 +-
 include/freetype/config/ftoption.h | 2 +-
 include/freetype/freetype.h        | 2 +-
 include/freetype/ftadvanc.h        | 1 +
 include/freetype/ftstroke.h        | 2 +-
 7 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e96ec61..51f3e1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4541,7 +4541,7 @@
 2018-05-13  Shao Yu Zhang  <shaozhang@fb.com>
            Werner Lemberg  <wl@gnu.org>
 
-       [sfnt] Preliminary support of coloured layer outlines (#44689).
+       [sfnt] Preliminary support of colored layer outlines (#44689).
 
        This commit enables OpenType's COLR/CPAL table handling; a typical
        application are color emojis that can be scaled to any size.
diff --git a/ChangeLog.21 b/ChangeLog.21
index 3ed33ba..f36f5b7 100644
--- a/ChangeLog.21
+++ b/ChangeLog.21
@@ -4799,11 +4799,11 @@
        (chapter_inter, chapter_footer): Add <li> and use special <ul>
        class.
        Use double quotes around table widths given in percent.
-       (keyword_prefix, keyword_suffix): Don't change font colour directly
+       (keyword_prefix, keyword_suffix): Don't change font color directly
        but use a new <span> class.
        (section_synopsis_header, section_synopsis_footer): Don't change
-       colour.
-       (code_header, code_footer): Don't change font colour directly but
+       color.
+       (code_header, code_footer): Don't change font color directly but
        use a special <pre> class.
        (print_html_field): <tr> gets the `valign' attribute, not <table>.
        (print_html_field_list): Ditto.
diff --git a/devel/ftoption.h b/devel/ftoption.h
index 1fd2e2c..307d1a3 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -540,7 +540,7 @@ FT_BEGIN_HEADER
 
   /**************************************************************************
    *
-   * Define `TT_CONFIG_OPTION_COLOR_LAYERS` if you want to support coloured
+   * Define `TT_CONFIG_OPTION_COLOR_LAYERS` if you want to support colored
    * outlines (from the 'COLR'/'CPAL' tables) in all formats using the 'sfnt'
    * module (namely TrueType~& OpenType).
    */
diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
index fd686d9..097f19b 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -540,7 +540,7 @@ FT_BEGIN_HEADER
 
   /**************************************************************************
    *
-   * Define `TT_CONFIG_OPTION_COLOR_LAYERS` if you want to support coloured
+   * Define `TT_CONFIG_OPTION_COLOR_LAYERS` if you want to support colored
    * outlines (from the 'COLR'/'CPAL' tables) in all formats using the 'sfnt'
    * module (namely TrueType~& OpenType).
    */
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 71e22a1..b1f4ed5 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -4074,7 +4074,7 @@ FT_BEGIN_HEADER
    *     https://docs.microsoft.com/en-us/typography/opentype/spec/colr
    *
    *   The glyph layer data for a given glyph index, if present, provides an
-   *   alternative, multi-colour glyph representation: Instead of rendering
+   *   alternative, multi-color glyph representation: Instead of rendering
    *   the outline or bitmap with the given glyph index, glyphs with the
    *   indices and colors returned by this function are rendered layer by
    *   layer.
diff --git a/include/freetype/ftadvanc.h b/include/freetype/ftadvanc.h
index 5050d3a..f166bc6 100644
--- a/include/freetype/ftadvanc.h
+++ b/include/freetype/ftadvanc.h
@@ -95,6 +95,7 @@ FT_BEGIN_HEADER
    *   load_flags ::
    *     A set of bit flags similar to those used when calling
    *     @FT_Load_Glyph, used to determine what kind of advances you need.
+   *
    * @output:
    *   padvance ::
    *     The advance value.  If scaling is performed (based on the value of
diff --git a/include/freetype/ftstroke.h b/include/freetype/ftstroke.h
index 1c5477c..a759c94 100644
--- a/include/freetype/ftstroke.h
+++ b/include/freetype/ftstroke.h
@@ -43,7 +43,7 @@ FT_BEGIN_HEADER
    *    borders of the stroke.
    *
    *    This can be useful to generate 'bordered' glyph, i.e., glyphs
-   *    displayed with a coloured (and anti-aliased) border around their
+   *    displayed with a colored (and anti-aliased) border around their
    *    shape.
    *
    * @order:



reply via email to

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