freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master f262d15: Minor comment improvement.


From: Werner LEMBERG
Subject: [freetype2] master f262d15: Minor comment improvement.
Date: Sun, 7 Oct 2018 01:40:49 -0400 (EDT)

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

    Minor comment improvement.
---
 src/truetype/ttgload.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c
index f2d20bd..3028622 100644
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -2028,7 +2028,7 @@
           FT_Int  linear_vadvance;
 
 
-          /* Each time we call load_truetype_glyph in this loop, the   */
+          /* Each time we call `load_truetype_glyph' in this loop, the */
           /* value of `gloader.base.subglyphs' can change due to table */
           /* reallocations.  We thus need to recompute the subglyph    */
           /* pointer on each iteration.                                */
@@ -2071,12 +2071,14 @@
           if ( num_points == num_base_points )
             continue;
 
-          /* gloader->base.outline consists of three parts:               */
-          /* 0 -(1)-> start_point -(2)-> num_base_points -(3)-> n_points. */
-          /*                                                              */
-          /* (1): exists from the beginning                               */
-          /* (2): components that have been loaded so far                 */
-          /* (3): the newly loaded component                              */
+          /* gloader->base.outline consists of three parts:           */
+          /*                                                          */
+          /* 0 ----> start_point ----> num_base_points ----> n_points */
+          /*    (1)               (2)                   (3)           */
+          /*                                                          */
+          /* (1) points that exist from the beginning                 */
+          /* (2) component points that have been loaded so far        */
+          /* (3) points of the newly loaded component                 */
           error = TT_Process_Composite_Component( loader,
                                                   subglyph,
                                                   start_point,



reply via email to

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