Commit d680908af27961603baa68a436b6aef215141ff3

Ben Wagner 2023-01-17T16:18:28

[base] Fix typo. * src/base/ftobjs.c (open_face_PS_from_sfnt_stream): Request module 't1cid', not 'cid'.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index aecbcf9..46d0c4e 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -1915,7 +1915,7 @@
                                    sfnt_ps,
                                    length,
                                    FT_MIN( face_index, 0 ),
-                                   is_sfnt_cid ? "cid" : "type1",
+                                   is_sfnt_cid ? "t1cid" : "type1",
                                    aface );
   Exit:
     {