GetKernPairs() can even be private now
Change-Id: I721266ee242704eb9bfef0d4ef0bbde255ab2020
This commit is contained in:
@@ -269,6 +269,10 @@ private:
|
|||||||
// local helpers
|
// local helpers
|
||||||
bool tryDrawBitmapGdiPlus(const SalTwoRect& rTR, const SalBitmap& rSrcBitmap);
|
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:
|
||||||
// public SalGraphics methods, the interface to the independent vcl part
|
// public SalGraphics methods, the interface to the independent vcl part
|
||||||
|
|
||||||
@@ -303,9 +307,6 @@ public:
|
|||||||
virtual sal_uInt16 SetFont( FontSelectPattern*, int nFallbackLevel );
|
virtual sal_uInt16 SetFont( FontSelectPattern*, int nFallbackLevel );
|
||||||
// get the current font's metrics
|
// get the current font's metrics
|
||||||
virtual void GetFontMetric( ImplFontMetricData*, int nFallbackLevel );
|
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
|
// get the repertoire of the current font
|
||||||
virtual const ImplFontCharMap* GetImplFontCharMap() const;
|
virtual const ImplFontCharMap* GetImplFontCharMap() const;
|
||||||
// get the layout capabilities of the current font
|
// get the layout capabilities of the current font
|
||||||
|
Reference in New Issue
Block a user