:orphan: .. title:: CONFIG_LVGL_FONT_DEJAVU_16_PERSIAN_HEBREW .. kconfig:: CONFIG_LVGL_FONT_DEJAVU_16_PERSIAN_HEBREW CONFIG_LVGL_FONT_DEJAVU_16_PERSIAN_HEBREW ######################################### *Enable Dejavu 16px font with Hebrew, Arabic and Persian letters* Type: ``bool`` Help ==== .. code-block:: none Enable Dejavu font support, size 16 pixels, Hebrew, Arabic, Perisan letters and all their forms Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gui/lvgl/Kconfig.fonts:138`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:31`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Fonts .. code-block:: kconfig config LVGL_FONT_DEJAVU_16_PERSIAN_HEBREW bool "Enable Dejavu 16px font with Hebrew, Arabic and Persian letters" depends on LVGL help Enable Dejavu font support, size 16 pixels, Hebrew, Arabic, Perisan letters and all their forms *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*