branches/blender-2.47

Merge from trunk:
	Revision: 15854
This commit is contained in:
Diego Borghetti 2008-07-28 22:54:39 +00:00
parent 565d1eee70
commit 71e539d43e
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ static VFontData *objfnt_to_ftvfontdata(PackedFile * pf)
lcode = charcode;
}
err = FT_Set_Charmap( face, (FT_CharMap) FT_ENCODING_UNICODE );
err = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
return vfd;
}