Addition to last commit.
This commit is contained in:
parent
930e9bf8f4
commit
f8f576d1d4
10
ChangeLog
10
ChangeLog
@ -8,11 +8,11 @@
|
||||
|
||||
* include/freetype/fterrdef.h (FT_Err_Missing_Module): Define.
|
||||
|
||||
* src/cff/cffobjs.c (cff_face_init), src/cid/cidobjs.c
|
||||
(cid_face_init), src/sfnt/sfobjs.c (sfnt_init_face),
|
||||
src/truetype/ttobjs.c (tt_face_init), src/type1/t1objs.c
|
||||
(T1_Face_Init), src/type42/t42objs.c (T42_Face_Init,
|
||||
T42_Driver_Init): Updated.
|
||||
* src/cff/cffobjs.c (cff_face_init), src/cff/cffdrivr.c
|
||||
(cff_get_glyph_name), src/cid/cidobjs.c (cid_face_init),
|
||||
src/sfnt/sfobjs.c (sfnt_init_face), src/truetype/ttobjs.c
|
||||
(tt_face_init), src/type1/t1objs.c (T1_Face_Init),
|
||||
src/type42/t42objs.c (T42_Face_Init, T42_Driver_Init): Updated.
|
||||
|
||||
* src/type1/t1afm.c (T1_Read_Metrics), src/type/t1objs.c
|
||||
(T1_Face_Init), src/type42/t42objs.c (T42_Face_Init): Remove now
|
||||
|
@ -239,7 +239,7 @@
|
||||
" cannot get glyph name from CFF & CEF fonts\n"
|
||||
" "
|
||||
" without the `PSNames' module\n" ));
|
||||
error = CFF_Err_Unknown_File_Format;
|
||||
error = CFF_Err_Missing_Module;
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user