|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
/* */ |
|
|
|
|
/* AFM support for Type 1 fonts (body). */ |
|
|
|
|
/* */ |
|
|
|
|
/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006 by */ |
|
|
|
|
/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007 by */ |
|
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
|
|
|
|
/* */ |
|
|
|
|
/* This file is part of the FreeType project, and may only be used, */ |
|
|
|
@ -265,8 +265,9 @@ |
|
|
|
|
FT_Byte* start = stream->cursor; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* MS Windows allows versions up to 0x3FF without complaining */ |
|
|
|
|
if ( stream->size > 6 && |
|
|
|
|
start[0] == 0x00 && start[1] == 0x01 && |
|
|
|
|
start[1] < 4 && |
|
|
|
|
FT_PEEK_ULONG_LE( start + 2 ) == stream->size ) |
|
|
|
|
error = T1_Read_PFM( t1_face, stream, fi ); |
|
|
|
|
} |
|
|
|
|