:orphan: .. title:: LVGL_THEME_DEFAULT_FONT_TITLE_SIMSUN_16_CJK .. option:: CONFIG_LVGL_THEME_DEFAULT_FONT_TITLE_SIMSUN_16_CJK *Build-in font size 16 with CJK radicals* Type: ``bool`` Direct dependencies =================== \ :option:`LVGL_FONT_SIMSUN_16_CJK ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.themes:691`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:30`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Themes → Default theme title font .. parsed-literal:: config LVGL_THEME_DEFAULT_FONT_TITLE_SIMSUN_16_CJK bool "Build-in font size 16 with CJK radicals" depends on \ :option:`LVGL_FONT_SIMSUN_16_CJK ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*