From 9a9dd94c568da830d70c736cdf827a2bc48988f5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 27 Apr 2015 21:04:07 +0100 Subject: allow a different notebook tab font than the rest of the ui Change-Id: Ia41276033c1f656217bc3ae929faab001db36ca4 --- include/vcl/settings.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index 1775e095874a..9f5a0cb4237a 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -426,6 +426,9 @@ public: void SetIconFont( const vcl::Font& rFont ); const vcl::Font& GetIconFont() const; + void SetTabFont( const vcl::Font& rFont ); + const vcl::Font& GetTabFont() const; + long GetBorderSize() const; void SetTitleHeight( long nSize ); -- cgit