Re: sfnt2fnt: Use code from gdi32/freetype to do a better job findingthe TTAG_EBLC to deal with older version of freetype without having tofall back on unreliable hacks
10 Dec
2007
10 Dec
'07
11:05 a.m.
"Aric Stewart" <aric(a)codeweavers.com> wrote:
+ /* If the FT_Load_Sfnt_Table function is there we'll use it */ +#ifdef HAVE_FT_LOAD_SFNT_TABLE + err = FT_Load_Sfnt_Table(ft_face, table, offset, buf, len); +#endif +#ifdef HAVE_FREETYPE_INTERNAL_SFNT_H
Probably using #elif instead of #endif+#ifdef above would be more correct. -- Dmitry.
6582
Age (days ago)
6582
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov