From bffe5fd6e4578ff6630a50342c81a81bf4fba1a6 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 28 Aug 2016 13:16:37 +0200 Subject: [PATCH] [cff] Minor comment. --- src/cff/cffgload.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cff/cffgload.c b/src/cff/cffgload.c index 752c18ed9..4f375a612 100644 --- a/src/cff/cffgload.c +++ b/src/cff/cffgload.c @@ -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;