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:
parent
bf44514ad3
commit
5ec8de60cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user