mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Implement the "fontName" editing command
This commit is contained in:
parent
1b02e0dea3
commit
9366a50dd3
Notes:
github-actions[bot]
2025-01-10 22:37:01 +00:00
Author: https://github.com/gmta
Commit: 9366a50dd3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 39 additions and 0 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue