summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-28 22:50:02 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-28 22:50:02 +0000
commit9fdb13fd53214359318f63942d00001d18ce3124 (patch)
tree3f76f1346ccde116ba0e4f1829231e1bbeed7758 /help
parenta4d33dbb470b02ddcdcfa73746146c47dda9addb (diff)
downloadmpv-9fdb13fd53214359318f63942d00001d18ce3124.tar.bz2
mpv-9fdb13fd53214359318f63942d00001d18ce3124.tar.xz
If a glyph is not found in the current font, switch to another one.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21367 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 4c1eccd219..90c1522532 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -2041,3 +2041,6 @@ static char help_text[]=
#define MSGTR_LIBASS_EventHeightHasChanged "[ass] Warning! Event height has changed! \n"
#define MSGTR_LIBASS_TooManySimultaneousEvents "[ass] Too many simultaneous events!\n"
+// ass_font.c
+#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"