VER-2-0-4-PATCH
			
			
		
Werner Lemberg 25 years ago
parent 7b5c4a96e1
commit 681e8eea5f
  1. 1
      src/cff/t2load.h
  2. 4
      src/cff/t2objs.c
  3. 1897
      src/type1z/z1load.c

@ -20,6 +20,7 @@
#define T2LOAD_H
#include <freetype/internal/t2types.h>
#include <freetype/internal/psnames.h>
#ifdef __cplusplus
extern "C" {

@ -175,8 +175,8 @@
break;
}
default: /* unknown charset format !! */
FT_ERROR(( "CFF: unknown charset format !!\n" ));
default: /* unknown charset format! */
FT_ERROR(( "CFF: unknown charset format!\n" ));
error = FT_Err_Invalid_File_Format;
goto Fail;
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save