[MPlayer-DOCS] r22228 - in trunk: help/help_mp-en.h libass/ass_font.c

eugeni subversion at mplayerhq.hu
Thu Feb 15 23:03:09 CET 2007


Author: eugeni
Date: Thu Feb 15 23:03:09 2007
New Revision: 22228

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/libass/ass_font.c

Log:
Select the first charmap in the font, if FreeType did not autoselect any.
This happens, for example, with fonts only having an Apple Roman charmap.


Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	(original)
+++ trunk/help/help_mp-en.h	Thu Feb 15 23:03:09 2007
@@ -2049,3 +2049,5 @@
 #define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Glyph 0x%X not found, reselecting font for (%s, %d, %d)\n"
 #define MSGTR_LIBASS_GlyphNotFound "[ass] Glyph 0x%X not found in font for (%s, %d, %d)\n"
 #define MSGTR_LIBASS_ErrorOpeningMemoryFont "[ass] Error opening memory font: %s\n"
+#define MSGTR_LIBASS_NoCharmaps "[ass] font face with no charmaps\n"
+#define MSGTR_LIBASS_NoCharmapAutodetected "[ass] no charmap autodetected, trying the first one\n"



More information about the MPlayer-DOCS mailing list