mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibWeb: Make FontPlugin::generic_font_name() return FlyString
This commit is contained in:
parent
13db3c5ce0
commit
4da1f4e836
6 changed files with 23 additions and 23 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
|
||||
virtual Gfx::Font& default_font() override;
|
||||
virtual Gfx::Font& default_fixed_width_font() override;
|
||||
virtual DeprecatedString generic_font_name(GenericFont) override;
|
||||
virtual FlyString generic_font_name(GenericFont) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue