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

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