[base] Fix typo.
* src/base/ftobjs.c (open_face_PS_from_sfnt_stream): Request module 't1cid', not 'cid'.
This commit is contained in:
parent
188019eb70
commit
d680908af2
@ -1915,7 +1915,7 @@
|
||||
sfnt_ps,
|
||||
length,
|
||||
FT_MIN( face_index, 0 ),
|
||||
is_sfnt_cid ? "cid" : "type1",
|
||||
is_sfnt_cid ? "t1cid" : "type1",
|
||||
aface );
|
||||
Exit:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user