diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/weldutils.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/weldutils.hxx b/include/vcl/weldutils.hxx index 86af6c6e95ee..b75b94d99e52 100644 --- a/include/vcl/weldutils.hxx +++ b/include/vcl/weldutils.hxx @@ -434,6 +434,9 @@ VCL_DLLPUBLIC int GetMinimumEditHeight(); // from relative to rOutWin to relative to that weld::Window suitable for use // with popup_at_rect VCL_DLLPUBLIC weld::Window* GetPopupParent(vcl::Window& rOutWin, tools::Rectangle& rRect); + +// Use Application::GetDefaultDevice to set the PointFont rFont to the OutputDevice +VCL_DLLPUBLIC void SetPointFont(OutputDevice& rDevice, const vcl::Font& rFont); } #endif |