Minor documentation fixes.

This commit is contained in:
Werner Lemberg 2018-12-12 09:36:39 +01:00
parent 3e8a2283f5
commit 2b4e61e4d6
2 changed files with 1 additions and 9 deletions

View File

@ -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 );

View File

@ -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.
*