parent
d014387ad4
commit
0c2bdb01a2
1 changed files with 3 additions and 0 deletions
|
@ -3409,6 +3409,9 @@
|
|||
if ( !face )
|
||||
return FT_THROW( Invalid_Face_Handle );
|
||||
|
||||
if ( !face->size )
|
||||
return FT_THROW( Invalid_Size_Handle );
|
||||
|
||||
if ( !req || req->width < 0 || req->height < 0 ||
|
||||
req->type >= FT_SIZE_REQUEST_TYPE_MAX )
|
||||
return FT_THROW( Invalid_Argument );
|
||||
|
|
Loading…
Add table
Reference in a new issue