[MPlayer-cvslog] r21631 - in trunk/libass: ass_font.c ass_fontconfig.c

Evgeniy Stepanov eugeni.stepanov at gmail.com
Sun Dec 17 13:36:47 CET 2006


On Saturday 16 December 2006 23:16, Reimar Döffinger wrote:
> 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?

Yes, thanks to the introduction of FcFreeTypeQueryFace in FontConfig 2.4.2.



More information about the MPlayer-cvslog mailing list