* src/truetype/ttgload.c (tt_loader_init): Add more tracing.
This commit is contained in:
parent
2ef0a19842
commit
7d6dc907d8
|
@ -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.
|
||||
|
|
|
@ -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++ )
|
||||
|
|
Loading…
Reference in New Issue