shithub: freetype+ttf2subf

Download patch

ref: 3101f89825c1a20b7cd7997094f1a5852bf30d42
parent: e411d38e713517fc8d42a60867a7e8031455e351
author: Werner Lemberg <[email protected]>
date: Mon Feb 15 03:48:50 EST 2016

[cff] Fix comment.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/cff/cffparse.c
+++ b/src/cff/cffparse.c
@@ -652,10 +652,8 @@
   }
 
 
-  /* We assume that the `MultipleMaster' operator comes before any */
-  /* top DICT operators that contain T2 charstrings.  Otherwise,   */
-  /* `num_designs' is zero, leading to errors in handling the      */
-  /* `blend' operator later on.                                    */
+  /* The `MultipleMaster' operator comes before any  */
+  /* top DICT operators that contain T2 charstrings. */
 
   static FT_Error
   cff_parse_multiple_master( CFF_Parser  parser )