[base] Fix typo.

* src/base/ftobjs.c (open_face_PS_from_sfnt_stream): Request module 't1cid',
not 'cid'.
This commit is contained in:
Ben Wagner 2023-01-17 16:18:28 -05:00 committed by Werner Lemberg
parent 188019eb70
commit d680908af2
1 changed files with 1 additions and 1 deletions

View File

@ -1915,7 +1915,7 @@
sfnt_ps,
length,
FT_MIN( face_index, 0 ),
is_sfnt_cid ? "cid" : "type1",
is_sfnt_cid ? "t1cid" : "type1",
aface );
Exit:
{