summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wagner <bungeman@chromium.org>2023-01-17 16:18:28 -0500
committerWerner Lemberg <wl@gnu.org>2023-01-18 09:00:21 +0100
commitd680908af27961603baa68a436b6aef215141ff3 (patch)
tree3ac3b3a3af64f715268760b53ec06496258431cd
parent188019eb701c4be4045d77a55f1120e7c73a67da (diff)
downloadfreetype2-d680908af27961603baa68a436b6aef215141ff3.tar.gz
[base] Fix typo.
* src/base/ftobjs.c (open_face_PS_from_sfnt_stream): Request module 't1cid', not 'cid'.
-rw-r--r--src/base/ftobjs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index aecbcf965..46d0c4e50 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:
{