waddou / libass

Automatically exported from code.google.com/p/libass
1 stars 0 forks source link

FcFreeTypeQueryFace failed #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using the latest libass from git (linking with MPlayer), and when 
using/compiling libass against the latest fontconfig from git (after the stable 
2.10.91 release) produces some new errors:

[ass] FcFreeTypeQueryFace failed
[ass] FcFreeTypeQueryFace failed
[ass] FcFreeTypeQueryFace failed

...

[ass] fontconfig: Selected font is not the requested one: 'Verdana' != 
'LaudatioC'
[ass] fontconfig: Selected font is not the requested one: 'Verdana' != 'Rotis 
Semi Sans Std'
(These vary, usually 'Verdana' (or some variant) != 'some other font' 

Happens on every video I tried with ASS subs. The conf files from fontconfig 
don't seem to affect anything.

Let me know if you need more info..

Original issue reported on code.google.com by redxii1...@gmail.com on 22 Feb 2013 at 8:43

GoogleCodeExporter commented 8 years ago
This seems to be a bug in fontconfig. I'll try to bisect it.

Original comment by g...@chown.ath.cx on 24 Feb 2013 at 1:02

GoogleCodeExporter commented 8 years ago
Never got around to bisecting it, but this was indeed caused by a (somewhat 
controversial) change in fontconfig which has been reverted already.

More info here:
https://bugzilla.mozilla.org/show_bug.cgi?id=857922

Original comment by g...@chown.ath.cx on 14 Apr 2013 at 5:11