]> granicus.if.org Git - libass/commit
Improve font mismatch message
authorwm4 <wm4@nowhere>
Mon, 17 Jun 2013 21:52:49 +0000 (23:52 +0200)
committerwm4 <wm4@nowhere>
Sat, 22 Jun 2013 17:07:58 +0000 (19:07 +0200)
commit28908369203be43c32bd1ac499fa3dc825b78c96
tree743653a512eb9bd8b1c6ea40faff29b296d01312
parente864a3b7a9cc657239fa7e5c0079d5ed1432a553
Improve font mismatch message

Example for an old message:

 [ass] fontconfig: Selected font is not the requested one: 'DejaVu Sans' != 'Wingdings'

it was hard to tell which was the selected and the requested font.
Also, it's not really clear what's the problem at all. Why would it
select a different font? Obviously, the issue is that it can't find
the font in the first place.

Now it prints:

 [ass] fontconfig: cannot find glyph U+006C in font 'Wingdings', falling back to 'DejaVu Sans'

Or if the code parameter for select_font() is 0:

 [ass] fontconfig: cannot find font 'Wingdings', falling back to 'DejaVu Sans'

I'm not sure if this message is really accurate in all cases. It's
possible that there are more reasons for failure. But all things
considered, this should be easier to understand.
libass/ass_fontconfig.c