mpv/libass
eugeni 54d3bcce0b Allow inexact font family matching.
In SSA/ASS fonts are sometimes referenced by their "full name",
which is usually a concatenation of family name and font
style (ex. Ottawa Bold). Full name is available from
FontConfig pattern element FC_FULLNAME, but it is never
used for font matching.
Therefore, I'm removing words from the end of the name one
by one, and adding shortened names to the pattern. It seems
that the first value (full name in this case) has
precedence in matching.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26623 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-01 00:34:26 +00:00
..
ass.c Case insensitive parsing of SSA/ASS section headers. 2008-03-30 17:42:19 +00:00
ass.h Remove libass dependency on global font_fontconfig variable. 2008-04-30 14:16:22 +00:00
ass_bitmap.c Check glyph bounding box before rasterizing and complain if it is too large. 2008-02-22 19:31:53 +00:00
ass_bitmap.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 08:24:09 +00:00
ass_cache.c Fix stupid bug in r23229. 2007-05-03 19:47:34 +00:00
ass_cache.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 08:24:09 +00:00
ass_font.c Do not try to guess font metrics based on its bounding box. 2008-01-12 02:27:01 +00:00
ass_font.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 08:24:09 +00:00
ass_fontconfig.c Allow inexact font family matching. 2008-05-01 00:34:26 +00:00
ass_fontconfig.h Remove libass dependency on global font_fontconfig variable. 2008-04-30 14:16:22 +00:00
ass_library.c Fix ass_clear_fonts not deallocating fontdata. 2008-01-08 12:45:41 +00:00
ass_library.h Consistently give all libass multiple inclusion guards a LIBASS_ prefix. 2008-01-29 23:25:11 +00:00
ass_mp.c Remove libass dependency on global font_fontconfig variable. 2008-04-30 14:16:22 +00:00
ass_mp.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 08:24:09 +00:00
ass_render.c Remove libass dependency on global font_fontconfig variable. 2008-04-30 14:16:22 +00:00
ass_types.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 08:24:09 +00:00
ass_utils.c Comment out dump_glyph(): it is unused and, as it is now, breaks compilation. 2008-02-22 21:24:35 +00:00
ass_utils.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 08:24:09 +00:00
mputils.h Consistently give all libass multiple inclusion guards a LIBASS_ prefix. 2008-01-29 23:25:11 +00:00