vcl/inc/win/salgdi.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
New commits: commit 116a85bf7a25c7f8d90b99ba0a713e477a0dd57d Author: Tor Lillqvist <[email protected]> Date: Mon Oct 21 10:45:22 2013 +0300 GetKernPairs() can even be private now Change-Id: I721266ee242704eb9bfef0d4ef0bbde255ab2020 diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 013d704..ccbee18 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
