lv_bidi.h
Typedefs
-
typedef _lv_base_dir_t lv_base_dir_t
Enums
Functions
-
static inline void lv_bidi_calculate_align(lv_text_align_t *align, lv_base_dir_t *base_dir, const char *txt)
For compatibility if LV_USE_BIDI = 0 Get the real text alignment from the a text alignment, base direction and a text.
- 参数:
align -- For LV_TEXT_ALIGN_AUTO give LV_TEXT_ALIGN_LEFT else leave unchanged, write back the calculated align here
base_dir -- Unused
txt -- Unused