Merge branch 'feat/arabic' into dev-7.0

This commit is contained in:
Gabor Kiss-Vamosi
2020-05-01 09:51:17 +02:00
13 changed files with 5837 additions and 51 deletions

View File

@@ -446,6 +446,11 @@ typedef void * lv_font_user_data_t;
#define LV_BIDI_BASE_DIR_DEF LV_BIDI_DIR_AUTO
#endif
/* Enable Arabic/Persian processing
* In these languages characters should be replaced with
* an other form based on their position in the text */
#define LV_USE_ARABIC_PERSIAN_CHARS 0
/*Change the built in (v)snprintf functions*/
#define LV_SPRINTF_CUSTOM 0
#if LV_SPRINTF_CUSTOM