* src/truetype/ttgload.c (tt_loader_init): Add more tracing.

This commit is contained in:
Werner Lemberg 2012-12-27 01:08:24 +01:00
parent 2ef0a19842
commit 7d6dc907d8
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-12-27 Werner Lemberg <wl@gnu.org>
* src/truetype/ttgload.c (tt_loader_init): Add more tracing.
2012-12-23 Werner Lemberg <wl@gnu.org>
[type1] Fix handling of /FontBBox in MM fonts.

View File

@ -2000,6 +2000,9 @@
FT_UInt i;
FT_TRACE4(( "tt_loader_init: subpixel hinting change,"
" re-executing `prep' table\n" ));
exec->subpixel_hinting = subpixel_hinting;
for ( i = 0; i < size->cvt_size; i++ )
@ -2014,6 +2017,9 @@
FT_UInt i;
FT_TRACE4(( "tt_loader_init: grayscale hinting change,"
" re-executing `prep' table\n" ));
exec->grayscale_hinting = grayscale_hinting;
for ( i = 0; i < size->cvt_size; i++ )