diff options
Diffstat (limited to 'freetype/src/cff/cf2hints.h')
-rw-r--r-- | freetype/src/cff/cf2hints.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/freetype/src/cff/cf2hints.h b/freetype/src/cff/cf2hints.h index c4fa922a3..f25d91bf8 100644 --- a/freetype/src/cff/cf2hints.h +++ b/freetype/src/cff/cf2hints.h @@ -204,6 +204,7 @@ FT_BEGIN_HEADER #endif FT_Bool pathIsOpen; /* true after MoveTo */ + FT_Bool pathIsClosing; /* true when synthesizing closepath line */ FT_Bool darken; /* true if stem darkening */ FT_Bool moveIsPending; /* true between MoveTo and offset MoveTo */ @@ -229,7 +230,8 @@ FT_BEGIN_HEADER FT_Vector currentCS; /* current point, device space */ FT_Vector currentDS; - FT_Vector start; /* start point of subpath */ + /* start point of subpath, character space */ + FT_Vector start; /* the following members constitute the `queue' of one element */ FT_Bool elemIsQueued; |