mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -44,6 +44,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DEBUG
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#if defined(_MGCHARSET_UNICODE) && defined(_MGCOMPLEX_SCRIPTS)
|
||||
|
||||
+164
-164
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user