зеркало из https://github.com/stride3d/freetype.git
* 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:
Родитель
9e2b9900dc
Коммит
bc2c498419
|
@ -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
|
||||
|
|
|
@ -1365,6 +1365,7 @@
|
|||
|
||||
*offset = 0;
|
||||
*length = 0;
|
||||
*is_sfnt_cid = FALSE;
|
||||
return FT_Err_Invalid_Table;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче