diff options
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r-- | editor/editor_help.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h index b16d505fe4..b2ffe3bc29 100644 --- a/editor/editor_help.h +++ b/editor/editor_help.h @@ -139,6 +139,7 @@ class EditorHelp : public VBoxContainer { Ref<Font> doc_font; Ref<Font> doc_bold_font; + Ref<Font> doc_italic_font; Ref<Font> doc_title_font; Ref<Font> doc_code_font; Ref<Font> doc_kbd_font; @@ -163,6 +164,13 @@ class EditorHelp : public VBoxContainer { void _add_bulletpoint(); + void _push_normal_font(); + void _pop_normal_font(); + void _push_title_font(); + void _pop_title_font(); + void _push_code_font(); + void _pop_code_font(); + void _class_desc_finished(); void _class_list_select(const String &p_select); void _class_desc_select(const String &p_select); |