Patch #8213 by Shunichi Fuji
Fixes crash with FT fonts in some cases, just removed unnused line of code.
This commit is contained in:
@@ -404,8 +404,6 @@ static VFontData *objfnt_to_ftvfontdata(PackedFile * pf)
|
||||
break;
|
||||
lcode = charcode;
|
||||
}
|
||||
|
||||
err = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
|
||||
|
||||
return vfd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user