summaryrefslogtreecommitdiff
path: root/src/cid
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-12-25 23:52:00 +0000
committerWerner Lemberg <wl@gnu.org>2008-12-25 23:52:00 +0000
commit1ad384d8818e0b0da95b069d5874da6f7ec51558 (patch)
tree8a0589590291071d47d07d28723723707731dd45 /src/cid
parent66043b1c4fdfe971348ef619e0fd8d85284034f4 (diff)
Set `face_index' field in FT_Face for all font formats.
* cff/cffobjs.c (cff_face_init), winfonts/winfnt.c (FNT_Face_Init), sfnt/sfobjs.c (sfnt_init_face): Do it. * docs/CHANGES: Document it.
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" ));