freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 3331b84: Minor comment fixes.


From: Werner LEMBERG
Subject: [freetype2] master 3331b84: Minor comment fixes.
Date: Fri, 18 May 2018 01:20:13 -0400 (EDT)

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

    Minor comment fixes.
---
 ChangeLog                   | 2 +-
 include/freetype/ftbitmap.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9a92da0..ca99135 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -74,7 +74,7 @@
 2018-05-13  Shao Yu Zhang  <address@hidden>
            Werner Lemberg  <address@hidden>
 
-       [sfnt] Preliminary support of coloured layer outlines.
+       [sfnt] Preliminary support of coloured 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/include/freetype/ftbitmap.h b/include/freetype/ftbitmap.h
index a43187c..cbdccc2 100644
--- a/include/freetype/ftbitmap.h
+++ b/include/freetype/ftbitmap.h
@@ -150,7 +150,7 @@ FT_BEGIN_HEADER
   /* <Description>                                                         */
   /*    Convert a bitmap object with depth 1bpp, 2bpp, 4bpp, 8bpp or 32bpp */
   /*    to a bitmap object with depth 8bpp, making the number of used      */
-  /*    bytes line (a.k.a. the `pitch') a multiple of `alignment'.         */
+  /*    bytes per line (a.k.a. the `pitch') a multiple of `alignment'.     */
   /*                                                                       */
   /* <Input>                                                               */
   /*    library   :: A handle to a library object.                         */
@@ -158,7 +158,7 @@ FT_BEGIN_HEADER
   /*    source    :: The source bitmap.                                    */
   /*                                                                       */
   /*    alignment :: The pitch of the bitmap is a multiple of this         */
-  /*                 parameter.  Common values are 1, 2, or 4.             */
+  /*                 argument.  Common values are 1, 2, or 4.              */
   /*                                                                       */
   /* <Output>                                                              */
   /*    target    :: The target bitmap.                                    */



reply via email to

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