mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
LibGfx: Make BitmapFont::variant() report a complete typeface
This commit is contained in:
parent
39484fc02c
commit
84ce923850
2 changed files with 16 additions and 1 deletions
|
@ -100,7 +100,7 @@ public:
|
|||
|
||||
String family() const override { return m_family; }
|
||||
void set_family(String family) { m_family = move(family); }
|
||||
String variant() const override { return String::number(weight()); }
|
||||
String variant() const override;
|
||||
|
||||
String qualified_name() const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue