summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-16 01:03:15 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-16 11:19:31 +0300
commite013425372a34afa91fb312d8237b2ce22147d81 (patch)
treea4b8fc110e9feca384c1fe46bc3cfcb07becc18d
parentd1f25fc074568d2e57ab3f5031052c702e72c55f (diff)
What makes Andale Sans UI a suitable cross-platform fallback font?
Change-Id: Ice34e9b92bde470746f37dc9216ea2b52695df99
-rw-r--r--vcl/source/window/window.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 137bc26485a9..7deb67c6180b 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -309,6 +309,9 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, sal_Bool bCallHdl
ImplGetSVData()->maAppData.mnDefaultLayoutBorder = -1;
// Verify availability of the configured UI font, otherwise choose "Andale Sans UI"
+
+ // WTF, what makes Andale Sans UI a suitable cross-platform fallback font?
+
String aUserInterfaceFont;
bool bUseSystemFont = rSettings.GetStyleSettings().GetUseSystemUIFonts();