1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

docs(font): about "base dir" (#5429)

This commit is contained in:
蒋慧赟 2024-01-23 07:18:04 +00:00 committed by GitHub
parent bf44514ad3
commit 5ec8de60cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,7 +142,7 @@ The default base direction for screens can be set by
:c:macro:`LV_BIDI_BASE_DIR_DEF` in *lv_conf.h* and other objects inherit the
base direction from their parent.
To set an object's base direction use :cpp:expr:`lv_obj_set_base_dir(obj, base_dir)`.
To set an object's base direction use :cpp:expr:`lv_obj_set_style_base_dir(obj, base_dir, selector)`.
The possible base directions are:
- :cpp:enumerator:`LV_BASE_DIR_LTR`: Left to Right base direction