summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-21 10:45:22 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-21 10:45:29 +0300
commit116a85bf7a25c7f8d90b99ba0a713e477a0dd57d (patch)
treea29cee0dfb1a5e69f45b029dc9cd7d6e85e66b9e /vcl
parenta35fa8d8b127cb23ebff3952291742bf28477c74 (diff)
GetKernPairs() can even be private now
Change-Id: I721266ee242704eb9bfef0d4ef0bbde255ab2020
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/win/salgdi.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index 013d70427a89..ccbee184a3fb 100644
--- a/vcl/inc/win/salgdi.h
+++ b/vcl/inc/win/salgdi.h
@@ -269,6 +269,10 @@ private:
// local helpers
bool tryDrawBitmapGdiPlus(const SalTwoRect& rTR, const SalBitmap& rSrcBitmap);
+ // get kernign pairs of the current font
+ // return only PairCount if (pKernPairs == NULL)
+ sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
+
public:
// public SalGraphics methods, the interface to the independent vcl part
@@ -303,9 +307,6 @@ public:
virtual sal_uInt16 SetFont( FontSelectPattern*, int nFallbackLevel );
// get the current font's metrics
virtual void GetFontMetric( ImplFontMetricData*, int nFallbackLevel );
- // get kernign pairs of the current font
- // return only PairCount if (pKernPairs == NULL)
- sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
// get the repertoire of the current font
virtual const ImplFontCharMap* GetImplFontCharMap() const;
// get the layout capabilities of the current font