[MPlayer-cvslog] r21631 - in trunk/libass: ass_font.c ass_fontconfig.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Dec 16 21:16:43 CET 2006
Hello,
On Sat, Dec 16, 2006 at 08:19:27PM +0100, eugeni wrote:
> #else // (FC_VERSION >= 20402)
>
> - rc = FT_New_Memory_Face(ftlibrary, data, data_size, 0, &face);
> + rc = FT_New_Memory_Face(ftlibrary, (unsigned char*)data, data_size, 0, &face);
Hmm.. as I understand that code, with this version the embedded fonts
will not be saved on disk?
I think it would be okay to enable using them by default for these
versions then.
Either way, I think this comment needs to be updated:
/**
* \brief Process embedded matroska font. Saves it to ~/.mplayer/fonts.
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list