forked from minhngoc25a/freetype2
[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:
parent
8982405f0c
commit
025226ae14
|
@ -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.
|
||||
|
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue