ref: 3331b84fc2a2020dcf84511003172c4395a78f24
parent: 2cac1c3542cc250c98a3d1f3b9b8c8e62660005e
author: Werner Lemberg <[email protected]>
date: Fri May 18 03:19:57 EDT 2018
Minor comment fixes.
--- a/ChangeLog
+++ b/ChangeLog
@@ -74,7 +74,7 @@
2018-05-13 Shao Yu Zhang <[email protected]>
Werner Lemberg <[email protected]>
- [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.
--- a/include/freetype/ftbitmap.h
+++ b/include/freetype/ftbitmap.h
@@ -150,7 +150,7 @@
/* <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 @@
/* 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. */