mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Make FontPlugin::generic_font_name() return FlyString
This commit is contained in:
parent
13db3c5ce0
commit
4da1f4e836
Notes:
sideshowbarker
2024-07-17 06:20:50 +09:00
Author: https://github.com/awesomekling
Commit: 4da1f4e836
Pull-request: https://github.com/SerenityOS/serenity/pull/20969
Reviewed-by: https://github.com/shannonbooth
Reviewed-by: https://github.com/trflynn89
6 changed files with 23 additions and 23 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
virtual Gfx::Font& default_font() = 0;
|
||||
virtual Gfx::Font& default_fixed_width_font() = 0;
|
||||
|
||||
virtual DeprecatedString generic_font_name(GenericFont) = 0;
|
||||
virtual FlyString generic_font_name(GenericFont) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue