ref: c567ff279b7b2ed3dc0b4fb02df4f2861b072cd8
parent: a92cec567c816673d1abd237c34a3a01b576b976
author: David Turner <[email protected]>
date: Sun May 18 10:32:51 EDT 2008
add missing comment
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@
ft_wgl_extra_glyph_name_offsets, ps_check_wgl_name and
ps_check_wgl_unicode
-
+ * src/type1/t1load.c: add missing comment
2008-05-17 Sam Hocevar <samh>
--- a/src/type1/t1load.c
+++ b/src/type1/t1load.c
@@ -1397,6 +1397,9 @@
FT_Byte* temp;
+ /* some fonts define empty subr records. this is not totally
+ * compliant to the spec (which says they should at least
+ * contain a 'return') but we support them */
if ( size < face->type1.private_dict.lenIV )
{
error = T1_Err_Invalid_File_Format;