From 92256c07d1383814a69dcc6f8cfe55437a371b34 Mon Sep 17 00:00:00 2001 From: eugeni Date: Sun, 3 Dec 2006 18:24:11 +0000 Subject: Open embedded fonts directly from memory. FontConfig 2.4.2 (released yesterday) supports scanning fonts with FcFreeTypeQueryFace without writing them to disk. With earlier FontConfig versions, the old mechanism is used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21476 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-en.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'help') diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 90c1522532..8191408893 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -2023,6 +2023,7 @@ static char help_text[]= #define MSGTR_LIBASS_FcDirSave "[ass] FcDirSave failed.\n" #define MSGTR_LIBASS_FcConfigAppFontAddDirFailed "[ass] FcConfigAppFontAddDir failed\n" #define MSGTR_LIBASS_FontconfigDisabledDefaultFontWillBeUsed "[ass] Fontconfig disabled, only default font will be used.\n" +#define MSGTR_LIBASS_FunctionCallFailed "[ass] %s failed\n" // ass_render.c #define MSGTR_LIBASS_NeitherPlayResXNorPlayResYDefined "[ass] Neither PlayResX nor PlayResY defined. Assuming 384x288.\n" @@ -2044,3 +2045,4 @@ static char help_text[]= // 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" +#define MSGTR_LIBASS_ErrorOpeningMemoryFont "[ass] Error opening memory font: %s\n" -- cgit v1.2.3