summaryrefslogtreecommitdiff
path: root/src/cid
diff options
context:
space:
mode:
Diffstat (limited to 'src/cid')
-rw-r--r--src/cid/cidobjs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cid/cidobjs.c b/src/cid/cidobjs.c
index 5d545918..9647d870 100644
--- a/src/cid/cidobjs.c
+++ b/src/cid/cidobjs.c
@@ -324,6 +324,7 @@
goto Exit;
/* check the face index */
+ /* XXX: handle CID fonts with more than a single face */
if ( face_index != 0 )
{
FT_ERROR(( "cid_face_init: invalid face index\n" ));