work fine is back on android
This commit is contained in:
@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
|
|||||||
include $(LOCAL_PATH)/file.mk
|
include $(LOCAL_PATH)/file.mk
|
||||||
|
|
||||||
LOCAL_MODULE := ednpackage
|
LOCAL_MODULE := ednpackage
|
||||||
LOCAL_STATIC_LIBRARIES := ewol etk tinyxml libzip libpng
|
LOCAL_STATIC_LIBRARIES := ewol etk tinyxml libzip libpng libfreetype libparsersvg libagg
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(addprefix $(LOCAL_PATH)/, $(sort $(dir $(FILE_LIST))))
|
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(addprefix $(LOCAL_PATH)/, $(sort $(dir $(FILE_LIST))))
|
||||||
|
|
||||||
|
@@ -76,7 +76,7 @@ void APP_Init(void)
|
|||||||
ewol::SetFontFolder("Font");
|
ewol::SetFontFolder("Font");
|
||||||
|
|
||||||
#ifdef __PLATFORM__Android
|
#ifdef __PLATFORM__Android
|
||||||
ewol::SetDefaultFont("freefont/FreeSerif.ttf", 16);
|
ewol::SetDefaultFont("freefont/FreeSerif.ttf", 19);
|
||||||
#else
|
#else
|
||||||
ewol::SetDefaultFont("freefont/FreeSerif.ttf", 14);
|
ewol::SetDefaultFont("freefont/FreeSerif.ttf", 14);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user