summaryrefslogtreecommitdiff
path: root/src/type1/t1objs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/type1/t1objs.c')
-rw-r--r--src/type1/t1objs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/type1/t1objs.c b/src/type1/t1objs.c
index 6cc5ff9ee..ac9070994 100644
--- a/src/type1/t1objs.c
+++ b/src/type1/t1objs.c
@@ -526,7 +526,8 @@
error = FT_CMap_New( cmap_classes->unicode, NULL, &charmap, NULL );
if ( error &&
- FT_ERR_NEQ( error, No_Unicode_Glyph_Name ) )
+ FT_ERR_NEQ( error, No_Unicode_Glyph_Name ) &&
+ FT_ERR_NEQ( error, Unimplemented_Feature ) )
goto Exit;
error = FT_Err_Ok;