LibWeb: Implement the "fontName" editing command

This commit is contained in:
Jelle Raaijmakers 2025-01-08 14:39:31 +01:00 committed by Andreas Kling
commit 9366a50dd3
Notes: github-actions[bot] 2025-01-10 22:37:01 +00:00
4 changed files with 39 additions and 0 deletions

View file

@ -35,6 +35,7 @@ bool command_create_link_action(DOM::Document&, String const&);
bool command_default_paragraph_separator_action(DOM::Document&, String const&);
String command_default_paragraph_separator_value(DOM::Document const&);
bool command_delete_action(DOM::Document&, String const&);
bool command_font_name_action(DOM::Document&, String const&);
bool command_forward_delete_action(DOM::Document&, String const&);
bool command_insert_linebreak_action(DOM::Document&, String const&);
bool command_insert_paragraph_action(DOM::Document&, String const&);