[cff, truetype] Minor tracing improvement.

* src/cff/cffobjs.c (cff_face_init), src/truetype/ttobjs.c
(tt_face_init): Indent first tracing message from SFNT driver.
This commit is contained in:
Werner Lemberg 2017-01-04 07:45:44 +01:00
parent 8982405f0c
commit 025226ae14
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2017-01-04 Werner Lemberg <wl@gnu.org>
[cff, truetype] Minor tracing improvement.
* src/cff/cffobjs.c (cff_face_init), src/truetype/ttobjs.c
(tt_face_init): Indent first tracing message from SFNT driver.
2017-01-03 Werner Lemberg <wl@gnu.org>
[truetype] Various minor fixes.

View File

@ -517,6 +517,7 @@
goto Exit;
/* check whether we have a valid OpenType file */
FT_TRACE2(( " " ));
error = sfnt->init_face( stream, face, face_index, num_params, params );
if ( !error )
{

View File

@ -536,6 +536,7 @@
goto Exit;
/* check that we have a valid TrueType file */
FT_TRACE2(( " " ));
error = sfnt->init_face( stream, face, face_index, num_params, params );
/* Stream may have changed. */