From e013425372a34afa91fb312d8237b2ce22147d81 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 16 Apr 2013 01:03:15 +0300 Subject: What makes Andale Sans UI a suitable cross-platform fallback font? Change-Id: Ice34e9b92bde470746f37dc9216ea2b52695df99 --- vcl/source/window/window.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vcl') 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(); -- cgit