Commit bffe5fd6e4578ff6630a50342c81a81bf4fba1a6

Werner Lemberg 2016-08-28T13:16:37

[cff] Minor comment.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/cff/cffgload.c b/src/cff/cffgload.c
index 752c18e..4f375a6 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;