LibGfx: Introduce with_size method for Font

This commit is contained in:
Aliaksandr Kalenik 2023-02-09 11:55:05 +03:00 committed by Linus Groh
commit 1cc8895e4b
Notes: sideshowbarker 2024-07-17 00:30:43 +09:00
5 changed files with 16 additions and 0 deletions

View file

@ -197,6 +197,8 @@ public:
virtual DeprecatedString qualified_name() const = 0;
virtual DeprecatedString human_readable_name() const = 0;
virtual RefPtr<Font> with_size(float point_size) const = 0;
Font const& bold_variant() const;
private: