freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master bf04c59: Minor doc fixes.


From: Werner LEMBERG
Subject: [freetype2] master bf04c59: Minor doc fixes.
Date: Mon, 25 Feb 2019 00:33:01 -0500 (EST)

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

    Minor doc fixes.
---
 ChangeLog                   | 2 +-
 include/freetype/freetype.h | 4 ++--
 include/freetype/ftglyph.h  | 2 +-
 include/freetype/tttables.h | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cc2dcb8..614b65e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
        * src/base/ftbitmap.c (FT_Bitmap_Blend): No fractional offsets.
 
        The function only provided a framework without an actual
-       implementation, which this commits removes.
+       implementation, which this commit removes.
 
 2019-02-23  Werner Lemberg  <address@hidden>
 
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index e45b311..03d0e6b 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -3289,7 +3289,7 @@ FT_BEGIN_HEADER
    *     @FT_Render_Mode for a list of possible values.
    *
    *     If @FT_RENDER_MODE_NORMAL is used, a previous call of @FT_Load_Glyph
-   *     with flag @FT_LOAD_COLOR makes the FT_Render_Glyph provide a default
+   *     with flag @FT_LOAD_COLOR makes FT_Render_Glyph provide a default
    *     blending of colored glyph layers associated with the current glyph
    *     slot (provided the font contains such layers) instead of rendering
    *     the glyph slot's outline.  This is an experimental feature; see
@@ -3859,7 +3859,7 @@ FT_BEGIN_HEADER
    *   FreeType error code.  0~means success.
    *
    * @example:
-   *   Here an example that sets three properties.  You must define
+   *   Here is an example that sets three properties.  You must define
    *   `FT_CONFIG_OPTION_SUBPIXEL_RENDERING` to make the LCD filter examples
    *   work.
    *
diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h
index bf8c64a..4067c2e 100644
--- a/include/freetype/ftglyph.h
+++ b/include/freetype/ftglyph.h
@@ -533,7 +533,7 @@ FT_BEGIN_HEADER
    *     FT_Done_Glyph( glyph );
    *   ```
    *
-   *   Here another example, again without error handling:
+   *   Here is another example, again without error handling:
    *
    *   ```
    *     FT_Glyph  glyphs[MAX_GLYPHS]
diff --git a/include/freetype/tttables.h b/include/freetype/tttables.h
index b650b97..d04f810 100644
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -673,7 +673,7 @@ FT_BEGIN_HEADER
    *   list.
    *
    * @example:
-   *   Here an example how to access the 'vhea' table.
+   *   Here is an example demonstrating access to the 'vhea' table.
    *
    *   ```
    *     TT_VertHeader*  vert_header;



reply via email to

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