This commit is contained in:
Vincent Wei
2019-03-14 19:08:15 +08:00
parent 02c7a6e07c
commit 676dd0e6da
3 changed files with 172 additions and 164 deletions
+6
View File
@@ -1141,10 +1141,16 @@ BOOL font_InitFreetypeLibrary (void)
goto error_library;
}
#ifdef _MGCOMPLEX_SCRIPTS
__mg_init_harzbuff_funcs();
#endif
return TRUE;
error_ftc_manager:
FTC_Manager_Done (ft_cache_manager);
return FALSE;
#endif /* _MGFONT_TTF_CACHE */
#ifdef _MGCOMPLEX_SCRIPTS
+2
View File
@@ -44,6 +44,8 @@
#include <stdlib.h>
#include <string.h>
#define DEBUG
#include "common.h"
#if defined(_MGCHARSET_UNICODE) && defined(_MGCOMPLEX_SCRIPTS)
+164 -164
View File
File diff suppressed because it is too large Load Diff