summaryrefslogtreecommitdiff
path: root/SharedGraphics/Font.h
diff options
context:
space:
mode:
Diffstat (limited to 'SharedGraphics/Font.h')
-rw-r--r--SharedGraphics/Font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SharedGraphics/Font.h b/SharedGraphics/Font.h
index b32d672b1f..0b560d822c 100644
--- a/SharedGraphics/Font.h
+++ b/SharedGraphics/Font.h
@@ -9,6 +9,7 @@
class Font : public Retainable<Font> {
public:
static Font& default_font();
+ static Font& default_bold_font();
RetainPtr<Font> clone() const;