diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 5dab75f230d4..82b3180d212f 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1718,6 +1718,7 @@ public: @returns Height in units of device pixels. */ SAL_DLLPRIVATE tools::Long ImplLogicHeightToDevicePixel( tools::Long nHeight ) const; + SAL_DLLPRIVATE double ImplLogicHeightToDeviceFontHeight(tools::Long nHeight) const; /** Convert device pixels to a width in logical units. @@ -1838,19 +1839,6 @@ private: */ SAL_DLLPRIVATE tools::Long ImplLogicYToDevicePixel( tools::Long nY ) const; - /** Convert logical height to device pixels, with exact sub-pixel value. - - To get the \em exact pixel height, it must calculate the Y-DPI of the device and the - map scaling factor. - - @param fLogicHeight Exact height in logical units. - - @returns Exact height in pixels - returns as a float to provide for subpixel value. - */ - SAL_DLLPRIVATE float ImplFloatLogicHeightToDevicePixel( float fLogicHeight ) const; - ///@} - - /** @name Native Widget Rendering functions These all just call through to the private mpGraphics functions of the same name. |