summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-08-04 10:48:42 +0200
committerWerner Lemberg <wl@gnu.org>2020-08-04 10:48:42 +0200
commit8b3601324fde1ba49338dd6279057cd366c25919 (patch)
tree657fb6d5bf95a788470adc5a015c4bec1bec5e60 /include
parent986a340dd52825ceaa142ae19473de0ee52d57f2 (diff)
downloadfreetype2-8b3601324fde1ba49338dd6279057cd366c25919.tar.gz
Minor typos, formatting.
Diffstat (limited to 'include')
-rw-r--r--include/freetype/config/ftoption.h2
-rw-r--r--include/freetype/freetype.h2
-rw-r--r--include/freetype/ftadvanc.h1
-rw-r--r--include/freetype/ftstroke.h2
4 files changed, 4 insertions, 3 deletions
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index fd686d954..097f19b8a 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 71e22a1d6..b1f4ed585 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 5050d3ac5..f166bc6f9 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 1c5477c5a..a759c94dd 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: