summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/gtkinst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/gtkinst.cxx')
-rw-r--r--vcl/unx/gtk/gtkinst.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx
index f7da84f3c9ba..7ae75c43f963 100644
--- a/vcl/unx/gtk/gtkinst.cxx
+++ b/vcl/unx/gtk/gtkinst.cxx
@@ -468,4 +468,9 @@ GtkInstance::getPrintWrapper() const
return m_xPrintWrapper;
}
+const cairo_font_options_t* GtkInstance::GetCairoFontOptions()
+{
+ return gdk_screen_get_font_options(gdk_screen_get_default());
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */