* src/base/ftobjs.c (ft_lookup_PS_in_sfnt): Set *is_sfnt_cid to FALSE when no PS resource is found

This commit is contained in:
Suzuki, Toshiya (鈴木俊哉) 2008-10-03 12:28:52 +00:00
parent 9e2b9900dc
commit bc2c498419
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-10-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
* src/base/ftobjs.c (ft_lookup_PS_in_sfnt): Set *is_sfnt_cid
to FALSE when neither `CID ' nor `TYP1' is found in the sfnt
container.
2008-10-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
* include/freetype/config/ftconfig.h: Define FT_MACINTOSH when

View File

@ -1365,6 +1365,7 @@
*offset = 0;
*length = 0;
*is_sfnt_cid = FALSE;
return FT_Err_Invalid_Table;
}