|
|
|
@ -289,13 +289,13 @@ THE SOFTWARE. |
|
|
|
|
static FT_Error |
|
|
|
|
pcf_seek_to_table_type( FT_Stream stream, |
|
|
|
|
PCF_Table tables, |
|
|
|
|
FT_Int ntables, |
|
|
|
|
FT_ULong ntables, /* same as PCF_Toc->count */ |
|
|
|
|
FT_ULong type, |
|
|
|
|
FT_ULong *aformat, |
|
|
|
|
FT_ULong *asize ) |
|
|
|
|
{ |
|
|
|
|
FT_Error error = PCF_Err_Invalid_File_Format; |
|
|
|
|
FT_Int i; |
|
|
|
|
FT_ULong i; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for ( i = 0; i < ntables; i++ ) |
|
|
|
@ -327,10 +327,10 @@ THE SOFTWARE. |
|
|
|
|
|
|
|
|
|
static FT_Bool |
|
|
|
|
pcf_has_table_type( PCF_Table tables, |
|
|
|
|
FT_Int ntables, |
|
|
|
|
FT_ULong ntables, /* same as PCF_Toc->count */ |
|
|
|
|
FT_ULong type ) |
|
|
|
|
{ |
|
|
|
|
FT_Int i; |
|
|
|
|
FT_ULong i; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for ( i = 0; i < ntables; i++ ) |
|
|
|
|