freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 2b4e61e: Minor documentation fixes.


From: Werner LEMBERG
Subject: [freetype2] master 2b4e61e: Minor documentation fixes.
Date: Wed, 12 Dec 2018 03:38:25 -0500 (EST)

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

    Minor documentation fixes.
---
 src/truetype/ttgload.c  | 2 +-
 src/truetype/ttinterp.c | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c
index ec0d4fc..24cc7f8 100644
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -818,7 +818,7 @@
 #ifdef TT_USE_BYTECODE_INTERPRETER
     n_ins = loader->glyph->control_len;
 
-    /* save original point position in org */
+    /* save original point positions in `org' array */
     if ( n_ins > 0 )
       FT_ARRAY_COPY( zone->org, zone->cur, zone->n_points );
 
diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c
index a8b9861..354003b 100644
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -537,14 +537,6 @@
    *   Executes one or more instructions in the execution context.
    *
    * @Input:
-   *   debug ::
-   *     A Boolean flag.  If set, the function sets some internal
-   *     variables and returns immediately, otherwise TT_RunIns()
-   *     is called.
-   *
-   *     This is commented out currently.
-   *
-   * @Input:
    *   exec ::
    *     A handle to the target execution context.
    *



reply via email to

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