[cff] Minor comment.

This commit is contained in:
Werner Lemberg 2016-08-28 13:16:37 +02:00
parent 516283130c
commit bffe5fd6e4
1 changed files with 1 additions and 0 deletions

View File

@ -2942,6 +2942,7 @@
cff_decoder_init( &decoder, face, size, glyph, hinting,
FT_LOAD_TARGET_MODE( load_flags ) );
/* this is for pure CFFs */
if ( load_flags & FT_LOAD_ADVANCE_ONLY )
decoder.width_only = TRUE;